Problème de crash JSONModelParser

Rom_

Aventurier
30 Mars 2020
2
0
1
24
Bonjour, après avoir longuement cherché je me retrouve dans une impasse. comme vous l’aurez surement deviné à chaque fois que je lance minecraft au moment d'afficher le menu le jeu s’arrête et donne une erreur la voici :


The game crashed whilst there was a severe problem during mod loading that has caused the game to fail
Error: cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: fr/nationsglory/jsonmodel/api/JSONModelParser

et ci-joint le log entier :

Code:
Description: There was a severe problem during mod loading that has caused the game to fail

cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: fr/nationsglory/jsonmodel/api/JSONModelParser
    at cpw.mods.fml.common.LoadController.transition(LoadController.java:156)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:705)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    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:497)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
Caused by: java.lang.NoClassDefFoundError: fr/nationsglory/jsonmodel/api/JSONModelParser
    at fr.nationsglory.ngcontent.server.block.json.JsonBlock.loadModel(JsonBlock.java:21)
    at fr.nationsglory.ngcontent.client.ClientProxy.onPostInit(ClientProxy.java:145)
    at fr.nationsglory.ngcontent.NGContent.onPostInit(NGContent.java:501)
    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:497)
    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
    at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
    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:497)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:704)
    ... 10 more
Caused by: java.lang.ClassNotFoundException: fr.nationsglory.jsonmodel.api.JSONModelParser
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    ... 39 more
Caused by: java.lang.NullPointerException
    at org.objectweb.asm.ClassReader.<init>(Unknown Source)
    at universalelectricity.core.asm.ASMHelper.createClassNode(ASMHelper.java:118)
    at universalelectricity.core.asm.ASMHelper.createClassNode(ASMHelper.java:112)
    at universalelectricity.core.asm.UniversalTransformer.transform(UniversalTransformer.java:39)
    at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:274)
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:172)
    ... 41 more

Merci d'avance pour vos réponses et pour votre temps.
 
Dernière édition par un modérateur:

robin4002

Expert en informatique et systèmes d'information
Staff
Responsable technique
Responsable forum
12 Novembre 2012
20 879
157
3 002
347
26
Alsace
www.minecraftforgefrance.fr
Bonjour,
On dirait qu'il manque une dépendance. Le mod "ngcontent" de nationsglory semble avoir besoin d'un autre mod, jsonmodel.
 

Rom_

Aventurier
30 Mars 2020
2
0
1
24
Oui je vois, en fait c'est un parse java qui envoie une requête au serveur qui répond en envoyant un jsonmodel. Mais j'aimerai sauter, cette opération comment puis-je faire ?
 

Koto

Aventurier
1 Avril 2020
1
0
1
24
Salut, j'ai le meme probleme. Comment faire pour reussir a faire marcher minecraft ? Je m'en fiche de saute l'operation, je ne m'y connais pas du tout en codage et je veux juste pouvoir lancer minecraft ^^ merci