Bug avec un mod

Moutine

Aventurier
19 Mai 2017
5
0
2
24
Bonjour, Bonsoir aujourd'hui j'ai vu la vidéo de splashwear par rapport son mod ( deira mod ) je l'ai essayer ça me fais crash minecraft, ( j'ai même pas le temps de voir l'accueil du jeu )
Voici le crash report
Code:
---- Minecraft Crash Report ----

WARNING: coremods are present:
Contact their authors BEFORE contacting forge

// Why is it breaking :(

Time: 11/08/17 17:39
Description: Initializing game

com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1
 at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:176)
 at com.google.gson.Gson.fromJson(Gson.java:803)
 at com.google.gson.Gson.fromJson(Gson.java:768)
 at com.google.gson.Gson.fromJson(Gson.java:717)
 at fr.reizam.deiramod.mods.sidebar.Sidebar.loadData(Sidebar.java:63)
 at fr.reizam.deiramod.DeiRaMod.load(DeiRaMod.java:222)
 at fr.reizam.deiramod.DeiRaMod.init(DeiRaMod.java:176)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:483)
 at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:566)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:483)
 at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
 at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
 at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
 at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
 at com.google.common.eventbus.EventBus.post(EventBus.java:275)
 at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:228)
 at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:206)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:483)
 at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
 at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
 at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
 at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
 at com.google.common.eventbus.EventBus.post(EventBus.java:275)
 at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
 at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:767)
 at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:316)
 at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:518)
 at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:349)
 at net.minecraft.client.main.Main.main(SourceFile:124)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:483)
 at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
 at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1
 at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:374)
 at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:165)
 ... 43 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Client thread
Stacktrace:
 at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:176)
 at com.google.gson.Gson.fromJson(Gson.java:803)
 at com.google.gson.Gson.fromJson(Gson.java:768)
 at com.google.gson.Gson.fromJson(Gson.java:717)
 at fr.reizam.deiramod.mods.sidebar.Sidebar.loadData(Sidebar.java:63)
 at fr.reizam.deiramod.DeiRaMod.load(DeiRaMod.java:222)
 at fr.reizam.deiramod.DeiRaMod.init(DeiRaMod.java:176)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:483)
 at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:566)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:483)
 at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
 at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
 at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
 at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
 at com.google.common.eventbus.EventBus.post(EventBus.java:275)
 at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:228)
 at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:206)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:483)
 at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
 at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
 at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
 at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
 at com.google.common.eventbus.EventBus.post(EventBus.java:275)
 at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
 at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:767)
 at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:316)
 at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:518)

-- Initialization --
Details:
Stacktrace:
 at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:349)
 at net.minecraft.client.main.Main.main(SourceFile:124)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:483)
 at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
 at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
 Minecraft Version: 1.9.4
 Operating System: Windows 7 (amd64) version 6.1
 Java Version: 1.8.0_25, Oracle Corporation
 Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
 Memory: 174833920 bytes (166 MB) / 445980672 bytes (425 MB) up to 1060372480 bytes (1011 MB)
 JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX...

Merci de m'avoir aidé d'avance
 
Dernière édition par un modérateur:

Wistaro

Étudiant ingénieur
5 Février 2014
1 092
165
187
26
Toulouse
www.youtube.com
Apparemment vous êtes pas les seuls (cf Google).

Il faudrait que ce Youtubeur en mousse apprenne un truc: quand on sait pas bien coder, on code pas. Peu importe notre communauté.

Ne pas gérer un OS, ça arrive. Mais ne rien signaler, c'est un signe d'incompétence.

Désolé vous avez remarqué que je porte pas ce "Youtubeur" dans mon coeur alors quand je vois ça…
 

robin4002

Expert en informatique et systèmes d'information
Staff
Responsable technique
Responsable forum
12 Novembre 2012
20 856
157
3 002
347
26
Alsace
www.minecraftforgefrance.fr
Salut,
Il faut que l'auteur du mod ou une autre personne ayant accès au code source du mod corrige le bug.

Je me demande quand même comment il a fait pour qu'un json ne soit plus lu correctement sur un os spécifique ...
 
  • J'aime
Reactions: Wistaro

yellowInPeace

Aventurier
12 Août 2017
4
1
2
44
j ai ttrouvé un moyen de faire fonctionner le deira mod sur mon windows 7 j ai tous simplement supprimer le .azlauncher et j ai relancer mon launcher normale sur forge sans mod et après j ai ajouté deira mod et optifine sur le forge basique de azlauncher et sa a marché le problèmec est que cela marche une fois donc il faut supprimer ton .az a chaque fois si tu veut te co avec
 
Dernière édition:

Elias_ML

Aventurier
13 Août 2017
1
0
2
25
Yo J'ai le meme problème que toi mais dit toi que c'est qu'une béta Perso avec mon premium tout marche bien mais tout mes donné sont sur funcraft sont sur le az launcher ducoup pour pouvoir jouer avec le mod (sur az launcher) il faut que tu le vire de ton pc et que tu le remette ensuite tu remet le deira mod et l'optifine dans les mods et voila ^^
 

Wistaro

Étudiant ingénieur
5 Février 2014
1 092
165
187
26
Toulouse
www.youtube.com
j ai ttrouvé un moyen de faire fonctionner le deira mod sur mon windows 7 j ai tous simplement supprimer le .azlauncher et j ai relancer mon launcher normale sur forge sans mod et après j ai ajouté deira mod et optifine sur le forge basique de azlauncher et sa a marché le problèmec est que cela marche une fois donc il faut supprimer ton .az a chaque fois si tu veut te co avec

Tu as contacté le développeur du mod?