crash minecraft

Zakkeyv2

Aventurier
7 Novembre 2018
6
0
2
23
Bonjour je suis nouveau et je m'y connaît pas beaucoup en informatique , cela fait 2j que mon mc ne se lance plus ca met ca

Code:
---- Minecraft Crash Report ----

WARNING: coremods are present:
  DeiRaModLoadingPlugin (deiramod-1.0.2.jar)
Contact their authors BEFORE contacting forge

// Why did you do that?

Time: 07/11/18 21:01
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.ToggleSprint.loadData(ToggleSprint.java:79)
 at fr.reizam.deiramod.DeiRaMod.load(DeiRaMod.java:250)
 at fr.reizam.deiramod.DeiRaMod.init(DeiRaMod.java:166)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
 at java.lang.reflect.Method.invoke(Unknown Source)
 at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:566)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
 at java.lang.reflect.Method.invoke(Unknown Source)
 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(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
 at java.lang.reflect.Method.invoke(Unknown Source)
 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(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
 at java.lang.reflect.Method.invoke(Unknown Source)
 at com.az.launcher.pvpfix.PvPFix.executeMain(PvPFix.java:20)
 at com.az.launcher.pvpfix.Main.run(Main.java:25)
 at com.az.launcher.pvpfix.Continue.main(Continue.java:8)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
 at java.lang.reflect.Method.invoke(Unknown Source)
 at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
 at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
 at java.lang.reflect.Method.invoke(Unknown Source)
 at com.az.launcher.pvpfix.PvPFix.executeMain(PvPFix.java:20)
 at com.az.launcher.pvpfix.PvPFix.execute(PvPFix.java:88)
 at com.az.launcher.pvpfix.Main.run(Main.java:17)
 at com.az.launcher.pvpfix.Main.main(Main.java:9)
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)
 ... 58 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.ToggleSprint.loadData(ToggleSprint.java:79)
 at fr.reizam.deiramod.DeiRaMod.load(DeiRaMod.java:250)
 at fr.reizam.deiramod.DeiRaMod.init(DeiRaMod.java:166)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
 at java.lang.reflect.Method.invoke(Unknown Source)
 at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:566)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
 at java.lang.reflect.Method.invoke(Unknown Source)
 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(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
 at java.lang.reflect.Method.invoke(Unknown Source)
 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(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
 at java.lang.reflect.Method.invoke(Unknown Source)
 at com.az.launcher.pvpfix.PvPFix.executeMain(PvPFix.java:20)
 at com.az.launcher.pvpfix.Main.run(Main.java:25)
 at com.az.launcher.pvpfix.Continue.main(Continue.java:8)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
 at java.lang.reflect.Method.invoke(Unknown Source)
 at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
 at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
 at java.lang.reflect.Method.invoke(Unknown Source)
 at com.az.launcher.pvpfix.PvPFix.executeMain(PvPFix.java:20)
 at com.az.launcher.pvpfix.PvPFix.execute(PvPFix.java:88)
 at com.az.launcher.pvpfix.Main.run(Main.java:17)
 at com.az.launcher.pvpfix.Main.main(Main.java:9)

-- System Details --
Details:
 Minecraft Version: 1.9.4
 Operating System: Windows 8.1 (x86) version 6.3
 Java Version: 1.8.0_191, Oracle Corporation
 Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
 Memory: 48887992 bytes (46 MB) / 338288640 bytes (322 MB) up to 523501568 bytes (499 MB)
 JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
 IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
 FML: MCP 9.28 Powered by Forge 12.17.0.2051 4 mods loaded, 4 mods active
 States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
 UCHI mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) 
 UCHI FML{8.0.99.99} [Forge Mod Loader] (forge-1.9.4-12.17.0.2051-B.jar) 
 UCHI Forge{12.17.0.2051} [Minecraft Forge] (forge-1.9.4-12.17.0.2051-B.jar) 
 UCHE deiramod{1.0.2} [DeiRaMod] (deiramod-1.0.2.jar) 
 Loaded coremods (and transformers): 
DeiRaModLoadingPlugin (deiramod-1.0.2.jar)
  fr.reizam.deiramod.mods.transform.ChatTransformer
 GL info: ' Vendor: 'Intel' Version: '4.2.0 - Build 10.18.10.3574' Renderer: 'Intel(R) HD Graphics 4400'
 Launched Version: 1.9.4-Forge
 LWJGL: 2.9.4
 OpenGL: Intel(R) HD Graphics 4400 GL version 4.2.0 - Build 10.18.10.3574, Intel
 GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

 Using VBOs: No
 Is Modded: Definitely; Client brand changed to 'fml,forge'
 Type: Client (map_client.txt)
 Resource Packs: !         §4_Cool §6rush =) (incompatible)
 Current Language: Français (France)
 Profiler Position: N/A (disabled)
 CPU: net.minecraft.client.Minecraft$15@1c440bb

j'ai changé de mod, reinstaler forge, desinstaler forge

je n'ai strictement aucun idées de comment faire, il y a 2 semaines et demi sa m'avais fait pareil et j'avais reactualiser mon pc mais la sa refais sa.
 
Salut,
Le mod ToggleSprint rencontre un problème lors de la lecture d'un fichier, il faudrait retirer le mod ou le fichier qu'il essaie de lire comme il semble invalide (le problème étant que le rapport de crash n'indique pas quel est ce fichier, mais c'est sûrement un fichier de config du mod).
 
nn c'est toujours
---- Minecraft Crash Report ----

WARNING: coremods are present:
DeiRaModLoadingPlugin (deiramod-1.0.2.jar)
Contact their authors BEFORE contacting forge

// Why did you do that?
 
Je t'ai déjà dit ce qu'il avait à faire concernant ce mod :
il faudrait retirer le mod ou le fichier qu'il essaie de lire comme il semble invalide (le problème étant que le rapport de crash n'indique pas quel est ce fichier, mais c'est sûrement un fichier de config du mod).