Minecraft crash MO creature

Fermé
tofusawa Messages postés 5 Date d'inscription mardi 19 août 2014 Statut Membre Dernière intervention 20 août 2014 - 19 août 2014 à 20:19
 Utilisateur anonyme - 20 août 2014 à 17:33
Bonjour je me permet de demander de l'aide car j'ai beau chercher et encore chercher je ne trouve pas.
je m'explique : quand je lance minecraft avec forge 1.7.10 habituellement il marchent j'ai installer a peut près 6 mods mais quand j'ai ajouté les mods MoCreature et CustomMobSpawner, minecraft crash directement sans même afficher la page MOJANG.
j'ai donc vérfié si ce problème ne venait pas d'une incompatibilité en supprimant tout les mods se trouvant dans le dossier .minecraft->mods mais en laissant seulement MoCreatures et CustomMobSpawner.
Malheureusement, rien à faire le problème persiste !:'(

Voici le crash report :

---- Minecraft Crash Report ----
// I just don't know what went wrong :(

Time: 19/08/14 16:37
Description: Initializing game

java.lang.NoClassDefFoundError: cpw/mods/fml/common/ITickHandler
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:420)
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 cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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 cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:492)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
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:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.common.ITickHandler
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 35 more
Caused by: java.lang.NullPointerException
at org.objectweb.asm.ClassReader.<init>(Unknown Source)
at cpw.mods.fml.common.asm.transformers.TerminalTransformer.transform(TerminalTransformer.java:14)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:276)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:174)
... 37 more


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Stacktrace:
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:420)
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 cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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 cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:492)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)

-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
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:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (x86) version 6.3
Java Version: 1.7.0_67, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 144334960 bytes (137 MB) / 241242112 bytes (230 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
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.25.1207 Minecraft Forge 10.13.0.1207 5 mods loaded, 5 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
FML{7.10.25.1207} [Forge Mod Loader] (forge-1.7.10-10.13.0.1207.jar) Unloaded->Constructed
Forge{10.13.0.1207} [Minecraft Forge] (forge-1.7.10-10.13.0.1207.jar) Unloaded->Constructed
CustomSpawner{3.0.0} [DrZhark's CustomSpawner] (CustomMobSpawner 3.0.0 (1).zip) Unloaded
MoCreatures{6.2.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.2.1.zip) Unloaded
Launched Version: 1.7.10-Forge10.13.0.1207
LWJGL: 2.9.1
OpenGL: GeForce GT 750M/PCIe/SSE2 GL version 4.4.0, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.

Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: Français (France)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)

3 réponses

Utilisateur anonyme
19 août 2014 à 21:05
1 -Le mod "Custom Mob Spawner" n'est pas disponible en version 1.7.X

2 - Le mod "Mo Creature" n'est disponible que en version 1.7.2 maximum.

Pense a bien regarder si tes mods sont bien compatible a ta version de minecraft.
0
tofusawa Messages postés 5 Date d'inscription mardi 19 août 2014 Statut Membre Dernière intervention 20 août 2014
Modifié par tofusawa le 19/08/2014 à 22:27
merci de ta réponse j'ai donc supprimer Custom Mob Spawner mais garder Mo creature tout en vérifiant si il s'agissait de la version 1.7.2.
ensuite j'ai installer forge 1.7.2 et jai donc lancer mon MO creature 1.7.2 avec mon forge 1.7.2 mais rien a faire le problème est toujours là ! :'( :'(

HELP !!!!
0
Utilisateur anonyme
19 août 2014 à 23:08
Question bête : As tu aussi passer Minecraft en version 1.7.2 ?
0
tofusawa Messages postés 5 Date d'inscription mardi 19 août 2014 Statut Membre Dernière intervention 20 août 2014
19 août 2014 à 23:35
oui car je si je ne lance pas minecraft en 1.7.2 je ne peux pas installer forge 1.7.2
0
tofusawa Messages postés 5 Date d'inscription mardi 19 août 2014 Statut Membre Dernière intervention 20 août 2014
19 août 2014 à 23:44
mais peut on se passer de Custom mob spawner ?
car maintenant que je l'ai enlever jai un autres crash report mais d'après les tutoriel il faut mettre Custom mob spawner et MO creature en revanche j'ai remarqué qu'ils joue tous en 1.7.2.

alors stp aquanosaur pourrait tu m'expliquer plus en détail l'installation de ce mod, comment tu as fait...

:'( :'( :'( :'( :'( :'( :'(
0
tofusawa Messages postés 5 Date d'inscription mardi 19 août 2014 Statut Membre Dernière intervention 20 août 2014
20 août 2014 à 15:11
PROBLEME RESLUE !!!!!
j'aii esayer avec toutes les versions forges 1.7.2 et puis yen une avec la quelle ça à marcher !
0
Utilisateur anonyme
20 août 2014 à 17:33
je croit savoir pourquoi sa a fonctionner :

j'ai oublier que forge est sous plusieurs version ^^ normalement il faut toujours utiliser la dernière version si elle ne fonctionne pas, les pages officiel des mods disent toujours lequel utiliser (sous lequel le mod a été conçus).
0