The Meaning of Life, the Universe, and Everything.
Join Date:
7/17/2011
Posts:
348
Minecraft:
Chaosflo44
Member Details
I found a weird server bug. Please help
---- Minecraft Crash Report ----
// Who set us up the TNT?
Time: 28.08.13 22:36
Description: Exception in server tick loop
cpw.mods.fml.common.LoaderException: java.lang.NoSuchFieldError: field_78090_t
at cpw.mods.fml.common.LoadController.transition(LoadController.java:149)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:698)
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:94)
at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:355)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:141)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:443)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:582)
Caused by: java.lang.NoSuchFieldError: field_78090_t
at thehippomaster.MutantCreatures.client.ModelEnderHand.<init>(ModelEnderHand.java:9)
at thehippomaster.MutantCreatures.EndersoulHand.<clinit>(EndersoulHand.java:212)
at thehippomaster.MutantCreatures.MutantCreatures.init(MutantCreatures.java:90)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
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.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:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
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.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:105)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)
... 5 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.6.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_07, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 818392760 bytes (780 MB) / 1029046272 bytes (981 MB) up to 1029046272 bytes (981 MB)
JVM Flags: 2 total; -Xmx1024M -Xms1024M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v8.04 FML v6.2.35.803 Minecraft Forge 9.10.0.803 5 mods loaded, 5 mods active
mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{6.2.35.803} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Forge{9.10.0.803} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
AnimationAPI{1.1.0} [AnimationAPI] (AnimationAPI v1.1.0 mc1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
MutantCreatures{1.3.6} [Mutant Creatures] (Mutant Creatures v1.3.6 mc1.6.2.zip) Unloaded->Constructed->Pre-initialized->Errored
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
---- Minecraft Crash Report ----
// Who set us up the TNT?
Time: 28.08.13 22:36
Description: Exception in server tick loop
cpw.mods.fml.common.LoaderException: java.lang.NoSuchFieldError: field_78090_t
at cpw.mods.fml.common.LoadController.transition(LoadController.java:149)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:698)
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:94)
at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:355)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:141)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:443)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:582)
Caused by: java.lang.NoSuchFieldError: field_78090_t
at thehippomaster.MutantCreatures.client.ModelEnderHand.<init>(ModelEnderHand.java:9)
at thehippomaster.MutantCreatures.EndersoulHand.<clinit>(EndersoulHand.java:212)
at thehippomaster.MutantCreatures.MutantCreatures.init(MutantCreatures.java:90)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
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.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:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
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.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:105)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)
... 5 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.6.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_07, Oracle Corporation
Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 818392760 bytes (780 MB) / 1029046272 bytes (981 MB) up to 1029046272 bytes (981 MB)
JVM Flags: 2 total; -Xmx1024M -Xms1024M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v8.04 FML v6.2.35.803 Minecraft Forge 9.10.0.803 5 mods loaded, 5 mods active
mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{6.2.35.803} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Forge{9.10.0.803} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
AnimationAPI{1.1.0} [AnimationAPI] (AnimationAPI v1.1.0 mc1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
MutantCreatures{1.3.6} [Mutant Creatures] (Mutant Creatures v1.3.6 mc1.6.2.zip) Unloaded->Constructed->Pre-initialized->Errored
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
Did you get it working on a server at all Chaosflo44 or can you not even start the server like myself?
I'm getting a crash, too. I'm no code expert, but I'm pretty sure it has to do with the Mutant Skeleton.
---- Minecraft Crash Report ----
// Don't be sad. I'll do better next time, I promise!
Time: 8/28/13 3:39 PM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: thehippomaster/MutantCreatures/MutantSkeleton
at cpw.mods.fml.common.LoadController.transition(LoadController.java:148)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:698)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:222)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
Caused by: java.lang.NoClassDefFoundError: thehippomaster/MutantCreatures/MutantSkeleton
at thehippomaster.MutantCreatures.ChemicalX.<clinit>(ChemicalX.java:72)
at thehippomaster.MutantCreatures.MutantCreatures.init(MutantCreatures.java:89)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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:193)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:173)
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.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:104)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)
... 10 more
Caused by: java.lang.ClassNotFoundException: thehippomaster.MutantCreatures.MutantSkeleton
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:179)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 38 more
Caused by: java.lang.NoClassDefFoundError: thehippomaster/AnimationAPI/IAnimatedEntity
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:171)
... 40 more
Caused by: java.lang.ClassNotFoundException: thehippomaster.AnimationAPI.IAnimatedEntity
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:179)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 44 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:171)
... 46 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.6.2
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.7.0_09, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation
Memory: 11380184 bytes (10 MB) / 132632576 bytes (126 MB) up to 518979584 bytes (494 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v8.04 FML v6.2.19.789 Minecraft Forge 9.10.0.789 16 mods loaded, 16 mods active
mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{6.2.19.789} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Forge{9.10.0.789} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
TooManyItems{1.6.2} [TooManyItems] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
iChunUtil{2.0.0} [iChunUtil] (iChunUtil2.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
Grinder{2.0.0} [Grinder] (AttachableGrinder2.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
BiblioCraft{1.4.0} [BiblioCraft] (BiblioCraft1.6.2[v1.4.0].zip) Unloaded->Constructed->Pre-initialized->Initialized
CustomSpawner{2.3.0.dev1} [DrZhark's CustomSpawner] (CustomMobSpawner 2.3.0 DEV-R1.zip) Unloaded->Constructed->Pre-initialized->Initialized
customnpcs{0.8} [CustomNpcs] (CustomNPCs_1.6.2 beta.zip) Unloaded->Constructed->Pre-initialized->Initialized
MoCreatures{6.0.0.dev5} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.0.0 DEV-R5.zip) Unloaded->Constructed->Pre-initialized->Initialized
GuiAPI{0.15.7} [GuiAPI] (GuiAPI-0.15.7-1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
SlimevoidLib{2.0.2.0} [Slimevoid Library] (SlimevoidLib-Universal-v2.0.2.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
LittleBlocks{2.2.0.0} [Little Blocks] (LittleBlocks-Universal-v2.2.0.0-Beta.zip) Unloaded->Constructed->Pre-initialized->Initialized
Morph{0.0.7} [Morph] (Morph-Beta-0.0.7.zip) Unloaded->Constructed->Pre-initialized->Initialized
MutantCreatures{1.3.6} [Mutant Creatures] (Mutant Creatures v1.3.6 mc1.6.2.zip) Unloaded->Constructed->Pre-initialized->Errored
Super_Heroes{1.5} [Super Heroes Mod] (SHIM_5.5_1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
it crashed when i went to go play it can you fix it soon please ---- Minecraft Crash Report ----
// Why did you do that?
Time: 28/08/13 11:09 PM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: thehippomaster/MutantCreatures/MutantSkeleton
at cpw.mods.fml.common.LoadController.transition(LoadController.java:149)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:698)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
Caused by: java.lang.NoClassDefFoundError: thehippomaster/MutantCreatures/MutantSkeleton
at thehippomaster.MutantCreatures.ChemicalX.<clinit>(ChemicalX.java:72)
at thehippomaster.MutantCreatures.MutantCreatures.init(MutantCreatures.java:89)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
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.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:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
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.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:105)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)
... 10 more
Caused by: java.lang.ClassNotFoundException: thehippomaster.MutantCreatures.MutantSkeleton
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:179)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 39 more
Caused by: java.lang.NoClassDefFoundError: thehippomaster/AnimationAPI/IAnimatedEntity
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:171)
... 41 more
Caused by: java.lang.ClassNotFoundException: thehippomaster.AnimationAPI.IAnimatedEntity
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:179)
at java.lang.ClassLoader.loadClass(Unknown Source)
it crashed when i went to go play it can you fix it soon please
---- Minecraft Crash Report ----
// Why did you do that?
Time: 28/08/13 11:09 PM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: thehippomaster/MutantCreatures/MutantSkeleton
at cpw.mods.fml.common.LoadController.transition(LoadController.java:149)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:698)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
Caused by: java.lang.NoClassDefFoundError: thehippomaster/MutantCreatures/MutantSkeleton
at thehippomaster.MutantCreatures.ChemicalX.<clinit>(ChemicalX.java:72)
at thehippomaster.MutantCreatures.MutantCreatures.init(MutantCreatures.java:89)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
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.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:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
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.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:105)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)
... 10 more
Caused by: java.lang.ClassNotFoundException: thehippomaster.MutantCreatures.MutantSkeleton
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:179)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 39 more
Caused by: java.lang.NoClassDefFoundError: thehippomaster/AnimationAPI/IAnimatedEntity
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:171)
... 41 more
Caused by: java.lang.ClassNotFoundException: thehippomaster.AnimationAPI.IAnimatedEntity
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:179)
at java.lang.ClassLoader.loadClass(Unknown Source)
You have to add the Animation API mod. Go to other 'mods' on the first page and get it.
The Meaning of Life, the Universe, and Everything.
Join Date:
12/17/2011
Posts:
264
Minecraft:
SilverDarkBlade
Xbox:
SilverDarkBlade
PSN:
N/A
Member Details
Ok so i have a few mods installed. Is there a way to get this world back? it just crashes when i open it. I wouldnt mind uninstalling soem mods if i could get the world back >.< here is the crash
---- Minecraft Crash Report ----
// My bad.
Time: 8/29/13 12:33 AM
Description: Ticking entity
java.lang.NullPointerException
at thehippomaster.MutantCreatures.EnderBlock.func_70184_a(EnderBlock.java:225)
at net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(SourceFile:191)
at thehippomaster.MutantCreatures.EnderBlock.func_70071_h_(EnderBlock.java:120)
at net.minecraft.world.World.func_72866_a(World.java:2345)
at net.minecraft.world.World.func_72870_g(World.java:2306)
at net.minecraft.world.World.func_72939_s(World.java:2152)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1907)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:898)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:826)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at thehippomaster.MutantCreatures.EnderBlock.func_70184_a(EnderBlock.java:225)
at net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(SourceFile:191)
at thehippomaster.MutantCreatures.EnderBlock.func_70071_h_(EnderBlock.java:120)
at net.minecraft.world.World.func_72866_a(World.java:2345)
at net.minecraft.world.World.func_72870_g(World.java:2306)
-- Entity being ticked --
Details:
Entity Type: MutantCreatures.EnderBlock (thehippomaster.MutantCreatures.EnderBlock)
Entity ID: 185
Entity Name: entity.MutantCreatures.EnderBlock.name
Entity's Exact location: 31.94, 57.72, 19.50
Entity's Block location: World: (31,57,19), Chunk: (at 15,3,3 in 1,1; contains blocks 16,0,16 to 31,255,31), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Entity's Momentum: 0.00, -1.05, 0.00
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:2152)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['SilverDarkBlade'/184, l='MpServer', x=31.92, y=74.62, z=18.02]]
Chunk stats: MultiplayerChunkCache: 5
Level seed: 0
Level generator: ID 01 - flat, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (229,4,44), Chunk: (at 5,0,12 in 14,2; contains blocks 224,0,32 to 239,255,47), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 1065459 game time, 1491853 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 5 total; [EntityNPCGolem['Golem'/186, l='MpServer', x=22.50, y=74.00, z=19.50], EnderBlock['entity.MutantCreatures.EnderBlock.name'/185, l='MpServer', x=31.94, y=57.72, z=19.50], EntityPigZombie['Zombie Pigman'/218, l='MpServer', x=12.63, y=119.00, z=33.63], EntityClientPlayerMP['SilverDarkBlade'/184, l='MpServer', x=31.92, y=74.62, z=18.02], EntityPigZombie['Zombie Pigman'/227, l='MpServer', x=44.16, y=84.00, z=29.22]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:440)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2298)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:844)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
-- System Details --
Details:
Minecraft Version: 1.6.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_17, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 122006296 bytes (116 MB) / 502267904 bytes (479 MB) up to 954466304 bytes (910 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
AABB Pool Size: 7955 (445480 bytes; 0 MB) allocated, 36 (2016 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v8.04 FML v6.2.35.804 Minecraft Forge 9.10.0.804 18 mods loaded, 18 mods active
mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{6.2.35.804} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{9.10.0.804} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
HDSkins{6.0.0.2} [HDSkins] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
PlayerAPI{1.1} [Player API] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
RenderPlayerAPI{1.2} [Render Player API] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TooManyItems{1.6.2} [TooManyItems] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DamageIndicatorsMod{2.9.0.0} [Damage Indicators] (1.6.2 DamageIndicators v2.9.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
battlegear2{1.0.1} [Mine & Blade Battlegear 2 - Warcry] (1.6.2-MB_Battlegear2-Warcry-1.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
customrecipes{4.2.0} [Custom Recipes] (162-Custom-Recipes-44.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AnimationAPI{1.1.0} [AnimationAPI] (AnimationAPI v1.1.0 mc1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CarpentersBlocks{v1.82} [Carpenter's Blocks] (Carpenter's Blocks v1.82 - MC 1.6+.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
customnpcs{0.8} [CustomNpcs] (CustomNPCs_1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
eplus{1.16.4} [Enchanting Plus] (EnchantingPlus-1.16.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
inventorytweaks{1.55} [Inventory Tweaks] (Inventory-Tweaks-Mod-1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MutantCreatures{1.3.6} [Mutant Creatures] (Mutant Creatures v1.3.6 mc1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_SmartMoving{14.3} [Smart Moving] (Smart Moving Universal for ModLoader or Minecraft Forge or MCPC+.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_SmartRender{1.1} [Smart Render] (Smart Moving Universal for ModLoader or Minecraft Forge or MCPC+.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Launched Version: 1.6.2-Forge9.10.0.804
LWJGL: 2.9.0
OpenGL: AMD M880G with ATI Mobility Radeon HD 4250 GL version 3.2.9704 Compatibility Profile Context, ATI Technologies Inc.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Pack: ZeldaSound
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 76 (4256 bytes; 0 MB) allocated, 29 (1624 bytes; 0 MB) used
I have a Question, I'm trying to get Mutant Creatures to work and I'm using Magic launcher.
when I open Magic Launcher it tell's me that the mod Mutant Creatures is install OK, so I go to test the mod in game but yet I don't see anything no X potion or Mutant egg's to spawn the mutant creatures. Can anyone help me with this problem I'm having?
I have a Question, I'm trying to get Mutant Creatures to work and I'm using Magic launcher.
when I open Magic Launcher it tell's me that the mod Mutant Creatures is install OK, so I go to test the mod in game but yet I don't see anything no X potion or Mutant egg's to spawn the mutant creatures. Can anyone help me with this problem I'm having?
The Meaning of Life, the Universe, and Everything.
Location:
Laredo
Join Date:
9/13/2012
Posts:
55
Member Details
getting an error when i try to launch on my server =(
---- Minecraft Crash Report ----
// I feel sad now
Time: 8/29/13 2:17 PM
Description: Exception in server tick loop
cpw.mods.fml.common.LoaderException: java.lang.NoSuchFieldError: field_78090_t
at cpw.mods.fml.common.LoadController.transition(LoadController.java:149)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:698)
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:94)
at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:355)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:141)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:443)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:582)
Caused by: java.lang.NoSuchFieldError: field_78090_t
at thehippomaster.MutantCreatures.client.ModelEnderHand.<init>(ModelEnderHand.java:9)
at thehippomaster.MutantCreatures.EndersoulHand.<clinit>(EndersoulHand.java:212)
at thehippomaster.MutantCreatures.MutantCreatures.init(MutantCreatures.java:90)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
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.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:105)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)
... 5 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
i guess the 1.6 version is heavy wip because i can't get it to work at all it keeps crashing btw animated players doesent work with shaders just letting you know
nvm i got it working i forgot to add animation api
I started the server but it crashed. Remember: In 1.6 you have to install the server version of forge differently than before.
Yeah I have the server running for 1.6.2 with other mods just cant get it to run with mutant creatures. Now I've tried a few things such as thinking maybe this mod doesn't need to be on the server as well which I don't know why I thought that but the server started and I had the spawn eggs, the only problem was the server didn't recognize them so I couldn't use them. When it's installed I get this report.
---- Minecraft Crash Report ----
// Would you like a cupcake?
Time: 8/28/13 11:01 AM
Description: Exception in server tick loop
cpw.mods.fml.common.LoaderException: java.lang.NoSuchFieldError: field_78090_t
at cpw.mods.fml.common.LoadController.transition(LoadController.java:149)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:698)
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:94)
at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:355)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:141)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:443)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:582)
Caused by: java.lang.NoSuchFieldError: field_78090_t
at thehippomaster.MutantCreatures.client.ModelEnderHand.<init>(ModelEnderHand.java:9)
at thehippomaster.MutantCreatures.EndersoulHand.<clinit>(EndersoulHand.java:212)
at thehippomaster.MutantCreatures.MutantCreatures.init(MutantCreatures.java:90)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
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.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:105)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)
... 5 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.6.2
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.7.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation
Memory: 19957760 bytes (19 MB) / 66093056 bytes (63 MB) up to 259522560 bytes (247 MB)
JVM Flags: 0 total;
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v8.04 FML v6.2.35.804 Minecraft Forge 9.10.0.804 10 mods loaded, 10 mods active
mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{6.2.35.804} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Forge{9.10.0.804} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Micdoodlecore{} [Micdoodle8 Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
DamageIndicatorsMod{2.9.0.0} [Damage Indicators] (1.6.2 DamageIndicators v2.9.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
AnimationAPI{1.1.0} [AnimationAPI] (AnimationAPI v1.1.0 mc1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
GalacticraftCore{0.1.39} [Galacticraft Core] (Galacticraft-1.6.2-a0.1.39.554.jar) Unloaded->Constructed->Pre-initialized->Initialized
IC2{1.118.400-lf} [IndustrialCraft 2] (Industrial-Craft-2-Mod-1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
Morph{0.0.7} [Morph] (Morph-Beta-0.0.7.zip) Unloaded->Constructed->Pre-initialized->Initialized
MutantCreatures{1.3.6} [Mutant Creatures] (Mutant Creatures v1.3.6 mc1.6.2.zip) Unloaded->Constructed->Pre-initialized->Errored
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
same thing with me also with the animation API as well.
---- Minecraft Crash Report ----
// Who set us up the TNT?
Time: 28.08.13 22:36
Description: Exception in server tick loop
cpw.mods.fml.common.LoaderException: java.lang.NoSuchFieldError: field_78090_t
at cpw.mods.fml.common.LoadController.transition(LoadController.java:149)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:698)
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:94)
at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:355)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:141)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:443)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:582)
Caused by: java.lang.NoSuchFieldError: field_78090_t
at thehippomaster.MutantCreatures.client.ModelEnderHand.<init>(ModelEnderHand.java:9)
at thehippomaster.MutantCreatures.EndersoulHand.<clinit>(EndersoulHand.java:212)
at thehippomaster.MutantCreatures.MutantCreatures.init(MutantCreatures.java:90)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
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.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:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
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.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:105)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)
... 5 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.6.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_07, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 818392760 bytes (780 MB) / 1029046272 bytes (981 MB) up to 1029046272 bytes (981 MB)
JVM Flags: 2 total; -Xmx1024M -Xms1024M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v8.04 FML v6.2.35.803 Minecraft Forge 9.10.0.803 5 mods loaded, 5 mods active
mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{6.2.35.803} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Forge{9.10.0.803} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
AnimationAPI{1.1.0} [AnimationAPI] (AnimationAPI v1.1.0 mc1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
MutantCreatures{1.3.6} [Mutant Creatures] (Mutant Creatures v1.3.6 mc1.6.2.zip) Unloaded->Constructed->Pre-initialized->Errored
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
Did you get it working on a server at all Chaosflo44 or can you not even start the server like myself?
// Why did you do that?
Time: 28/08/13 11:09 PM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: thehippomaster/MutantCreatures/MutantSkeleton
at cpw.mods.fml.common.LoadController.transition(LoadController.java:149)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:698)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
Caused by: java.lang.NoClassDefFoundError: thehippomaster/MutantCreatures/MutantSkeleton
at thehippomaster.MutantCreatures.ChemicalX.<clinit>(ChemicalX.java:72)
at thehippomaster.MutantCreatures.MutantCreatures.init(MutantCreatures.java:89)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
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.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:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
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.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:105)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)
... 10 more
Caused by: java.lang.ClassNotFoundException: thehippomaster.MutantCreatures.MutantSkeleton
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:179)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 39 more
Caused by: java.lang.NoClassDefFoundError: thehippomaster/AnimationAPI/IAnimatedEntity
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:171)
... 41 more
Caused by: java.lang.ClassNotFoundException: thehippomaster.AnimationAPI.IAnimatedEntity
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:179)
at java.lang.ClassLoader.loadClass(Unknown Source)
// My bad.
Time: 8/29/13 12:33 AM
Description: Ticking entity
java.lang.NullPointerException
at thehippomaster.MutantCreatures.EnderBlock.func_70184_a(EnderBlock.java:225)
at net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(SourceFile:191)
at thehippomaster.MutantCreatures.EnderBlock.func_70071_h_(EnderBlock.java:120)
at net.minecraft.world.World.func_72866_a(World.java:2345)
at net.minecraft.world.World.func_72870_g(World.java:2306)
at net.minecraft.world.World.func_72939_s(World.java:2152)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1907)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:898)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:826)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at thehippomaster.MutantCreatures.EnderBlock.func_70184_a(EnderBlock.java:225)
at net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(SourceFile:191)
at thehippomaster.MutantCreatures.EnderBlock.func_70071_h_(EnderBlock.java:120)
at net.minecraft.world.World.func_72866_a(World.java:2345)
at net.minecraft.world.World.func_72870_g(World.java:2306)
-- Entity being ticked --
Details:
Entity Type: MutantCreatures.EnderBlock (thehippomaster.MutantCreatures.EnderBlock)
Entity ID: 185
Entity Name: entity.MutantCreatures.EnderBlock.name
Entity's Exact location: 31.94, 57.72, 19.50
Entity's Block location: World: (31,57,19), Chunk: (at 15,3,3 in 1,1; contains blocks 16,0,16 to 31,255,31), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Entity's Momentum: 0.00, -1.05, 0.00
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:2152)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['SilverDarkBlade'/184, l='MpServer', x=31.92, y=74.62, z=18.02]]
Chunk stats: MultiplayerChunkCache: 5
Level seed: 0
Level generator: ID 01 - flat, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (229,4,44), Chunk: (at 5,0,12 in 14,2; contains blocks 224,0,32 to 239,255,47), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 1065459 game time, 1491853 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 5 total; [EntityNPCGolem['Golem'/186, l='MpServer', x=22.50, y=74.00, z=19.50], EnderBlock['entity.MutantCreatures.EnderBlock.name'/185, l='MpServer', x=31.94, y=57.72, z=19.50], EntityPigZombie['Zombie Pigman'/218, l='MpServer', x=12.63, y=119.00, z=33.63], EntityClientPlayerMP['SilverDarkBlade'/184, l='MpServer', x=31.92, y=74.62, z=18.02], EntityPigZombie['Zombie Pigman'/227, l='MpServer', x=44.16, y=84.00, z=29.22]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:440)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2298)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:844)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
-- System Details --
Details:
Minecraft Version: 1.6.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_17, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 122006296 bytes (116 MB) / 502267904 bytes (479 MB) up to 954466304 bytes (910 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
AABB Pool Size: 7955 (445480 bytes; 0 MB) allocated, 36 (2016 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v8.04 FML v6.2.35.804 Minecraft Forge 9.10.0.804 18 mods loaded, 18 mods active
mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{6.2.35.804} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{9.10.0.804} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
HDSkins{6.0.0.2} [HDSkins] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
PlayerAPI{1.1} [Player API] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
RenderPlayerAPI{1.2} [Render Player API] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TooManyItems{1.6.2} [TooManyItems] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DamageIndicatorsMod{2.9.0.0} [Damage Indicators] (1.6.2 DamageIndicators v2.9.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
battlegear2{1.0.1} [Mine & Blade Battlegear 2 - Warcry] (1.6.2-MB_Battlegear2-Warcry-1.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
customrecipes{4.2.0} [Custom Recipes] (162-Custom-Recipes-44.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AnimationAPI{1.1.0} [AnimationAPI] (AnimationAPI v1.1.0 mc1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CarpentersBlocks{v1.82} [Carpenter's Blocks] (Carpenter's Blocks v1.82 - MC 1.6+.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
customnpcs{0.8} [CustomNpcs] (CustomNPCs_1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
eplus{1.16.4} [Enchanting Plus] (EnchantingPlus-1.16.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
inventorytweaks{1.55} [Inventory Tweaks] (Inventory-Tweaks-Mod-1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MutantCreatures{1.3.6} [Mutant Creatures] (Mutant Creatures v1.3.6 mc1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_SmartMoving{14.3} [Smart Moving] (Smart Moving Universal for ModLoader or Minecraft Forge or MCPC+.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_SmartRender{1.1} [Smart Render] (Smart Moving Universal for ModLoader or Minecraft Forge or MCPC+.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Launched Version: 1.6.2-Forge9.10.0.804
LWJGL: 2.9.0
OpenGL: AMD M880G with ATI Mobility Radeon HD 4250 GL version 3.2.9704 Compatibility Profile Context, ATI Technologies Inc.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Pack: ZeldaSound
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 76 (4256 bytes; 0 MB) allocated, 29 (1624 bytes; 0 MB) used
fight.
I started the server but it crashed. Remember: In 1.6 you have to install the server version of forge differently than before.
I have a Question, I'm trying to get Mutant Creatures to work and I'm using Magic launcher.
when I open Magic Launcher it tell's me that the mod Mutant Creatures is install OK, so I go to test the mod in game but yet I don't see anything no X potion or Mutant egg's to spawn the mutant creatures. Can anyone help me with this problem I'm having?
I have a Question, I'm trying to get Mutant Creatures to work and I'm using Magic launcher.
when I open Magic Launcher it tell's me that the mod Mutant Creatures is install OK, so I go to test the mod in game but yet I don't see anything no X potion or Mutant egg's to spawn the mutant creatures. Can anyone help me with this problem I'm having?
I am just a newbie ... I have installed the Mutant Creatures mod on 1.6.2 but for some reason can't figure out how to spawn a mutant enderman.
Every time I try to "throw"/"spawn" an enderman from my inventory, it just sits there.
I have not been able to find a set of instructions such as whether I need to be in a certain mode, etc.
any pointers greatly appreciated.
thanks.
war_phion
---- Minecraft Crash Report ----
// I feel sad now
Time: 8/29/13 2:17 PM
Description: Exception in server tick loop
cpw.mods.fml.common.LoaderException: java.lang.NoSuchFieldError: field_78090_t
at cpw.mods.fml.common.LoadController.transition(LoadController.java:149)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:698)
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:94)
at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:355)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:141)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:443)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:582)
Caused by: java.lang.NoSuchFieldError: field_78090_t
at thehippomaster.MutantCreatures.client.ModelEnderHand.<init>(ModelEnderHand.java:9)
at thehippomaster.MutantCreatures.EndersoulHand.<clinit>(EndersoulHand.java:212)
at thehippomaster.MutantCreatures.MutantCreatures.init(MutantCreatures.java:90)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
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.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:105)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)
... 5 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.6.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 816409160 bytes (778 MB) / 1062010880 bytes (1012 MB) up to 1062010880 bytes (1012 MB)
JVM Flags: 2 total; -Xmx1024M -Xms1024M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v8.04 FML v6.2.35.804 Minecraft Forge 9.10.0.804 70 mods loaded, 70 mods active
mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{6.2.35.804} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Forge{9.10.0.804} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Micdoodlecore{} [Micdoodle8 Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
mod_bspkrsCore{v3.03(1.6.2)} [bspkrsCore] ([1.6.2]bspkrsCorev3.03.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_BlocksGalore{1.6.2} [mod_BlocksGalore] ([1.6.2] Scapecraft V5 .zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_Botter{1.6.2} [mod_Botter] ([1.6.2] Scapecraft V5 .zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_Flower{1.6.2} [mod_Flower] ([1.6.2] Scapecraft V5 .zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_lightning{1.5.2} [mod_lightning] ([1.6.2] Scapecraft V5 .zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_MagicBow{1.5.2} [mod_MagicBow] ([1.6.2] Scapecraft V5 .zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_MagicTree{1.5.2} [mod_MagicTree] ([1.6.2] Scapecraft V5 .zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_mobs{1.5.1} [mod_mobs] ([1.6.2] Scapecraft V5 .zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_phat{1.6.2} [mod_phat] ([1.6.2] Scapecraft V5 .zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_WorldGen{1.6.2} [mod_WorldGen] ([1.6.2] Scapecraft V5 .zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_WorldGenBlackFortress{1.5.2} [mod_WorldGenBlackFortress] ([1.6.2] Scapecraft V5 .zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_WorldGenBlacktower{1.5.2} [mod_WorldGenBlacktower] ([1.6.2] Scapecraft V5 .zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_WorldGenCastle{1.5.2} [mod_WorldGenCastle] ([1.6.2] Scapecraft V5 .zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_WorldGenDragons{1.5.1} [mod_WorldGenDragons] ([1.6.2] Scapecraft V5 .zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_WorldGenIceDragons{1.5.1} [mod_WorldGenIceDragons] ([1.6.2] Scapecraft V5 .zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_WorldGenLummy{1.5.1} [mod_WorldGenLummy] ([1.6.2] Scapecraft V5 .zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_WorldGenVarrock{1.5.2} [mod_WorldGenVarrock] ([1.6.2] Scapecraft V5 .zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_WorldGenWar{1.5.1} [mod_WorldGenWar] ([1.6.2] Scapecraft V5 .zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_WorldGenWhitetower{1.5.1} [mod_WorldGenWhitetower] ([1.6.2] Scapecraft V5 .zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_YewTree{1.5.2} [mod_YewTree] ([1.6.2] Scapecraft V5 .zip) Unloaded->Constructed->Pre-initialized->Initialized
BetterFurnaces{3.3} [Better Furnaces] ([1.6.2]BetterFurnacesV3.3.zip) Unloaded->Constructed->Pre-initialized->Initialized
TreeCapitator{Forge 1.6.2.r04} [Treecapitator] ([1.6.2]TreeCapitator.Forge.1.6.2.r04.Universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
AIRI{1.7.2} [AIRI] ([Current] AIRI.jar) Unloaded->Constructed->Pre-initialized->Initialized
AIRI Industrial Extension{1.0.0} [AIRI Industrial Extension] ([Current] AIRI.jar) Unloaded->Constructed->Pre-initialized->Initialized
AIRI Terrain Extension{1.0.0} [AIRI Terrain Extension] ([Current] AIRI.jar) Unloaded->Constructed->Pre-initialized->Initialized
AliensVsPredator{3.6.1} [AliensVsPredator] ([Current] AliensVsPredator.jar) Unloaded->Constructed->Pre-initialized->Initialized
cfm{2.9.2} [§bMrCrayfish's Furniture Mod] ([Forge]FurnitureModv2.9.2(FULL).zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_*{Alpha} [Agent's Mod] (AgentsAgriculture_1.1.6.zip) Unloaded->Constructed->Pre-initialized->Initialized
ModBlocks{Alpha} [Agent's Mod] (AgentsAgriculture_1.1.6.zip) Unloaded->Constructed->Pre-initialized->Initialized
CreativeTabs.modid{Alpha} [Agent's Mod] (AgentsAgriculture_1.1.6.zip) Unloaded->Constructed->Pre-initialized->Initialized
ModCrops{Alpha} [Agent's Mod] (AgentsAgriculture_1.1.6.zip) Unloaded->Constructed->Pre-initialized->Initialized
ModDNA{Alpha} [Agent's Mod] (AgentsAgriculture_1.1.6.zip) Unloaded->Constructed->Pre-initialized->Initialized
ModFood{Alpha} [Agent's Mod] (AgentsAgriculture_1.1.6.zip) Unloaded->Constructed->Pre-initialized->Initialized
ModFruits{Alpha} [Agent's Mod] (AgentsAgriculture_1.1.6.zip) Unloaded->Constructed->Pre-initialized->Initialized
MobMammoth.modid{Alpha} [Agent's Mod] (AgentsAgriculture_1.1.6.zip) Unloaded->Constructed->Pre-initialized->Initialized
MobMammothZombie.modid{Alpha} [Agent's Mod] (AgentsAgriculture_1.1.6.zip) Unloaded->Constructed->Pre-initialized->Initialized
MobScorpion.modid{Alpha} [Agent's Mod] (AgentsAgriculture_1.1.6.zip) Unloaded->Constructed->Pre-initialized->Initialized
MobWhale.modid{Alpha} [Agent's Mod] (AgentsAgriculture_1.1.6.zip) Unloaded->Constructed->Pre-initialized->Initialized
ModRendering{Alpha} [Agent's Mod] (AgentsAgriculture_1.1.6.zip) Unloaded->Constructed->Pre-initialized->Initialized
ModTools{Alpha} [Agent's Mod] (AgentsAgriculture_1.1.6.zip) Unloaded->Constructed->Pre-initialized->Initialized
AnimationAPI{1.1.0} [AnimationAPI] (AnimationAPI v1.1.0 mc1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
KeithyUtils{1.2} [Keithy Utils] (KeithyUtils_1.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
Aquaculture{1.2.4} [Aquaculture] (Aquaculture_1.2.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
ArchimedesShipsMod{1.6.2 v1.3.5} [Archimedes' Ships] (ArchimedesShips.zip) Unloaded->Constructed->Pre-initialized->Initialized
Backpack{1.12.15} [Backpack] (backpack-1.12.15-1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
minecraftwero{1.2.0} [BaconMod] (Bacon Mod 1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
BiomesOPlenty{0.6.2} [Biomes O' Plenty] (Biomes-O-Plenty-0.6.2-1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
craftguide{1.5.2} [CraftGuide] (CraftGuide-1.6.7.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
CustomSpawner{2.3.0.dev1} [DrZhark's CustomSpawner] (CustomMobSpawner 2.3.0 DEV-R1.zip) Unloaded->Constructed->Pre-initialized->Initialized
MoCreatures{6.0.0.dev6} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.0.0 DEV-R6.zip) Unloaded->Constructed->Pre-initialized->Initialized
DungeonPack{1.6.2 v2} [DungeonPack] (DungeonPack 1.6.2 v2.zip) Unloaded->Constructed->Pre-initialized->Initialized
EnhancedCore{1.1.3} [EnhancedCore] (EnhancedCore_1.1.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
EP2{@[email protected] (Build: @[email protected])} [EnhancedPortals 2] (EnhancedPortals-2_1.0.8.jar) Unloaded->Constructed->Pre-initialized->Initialized
GalacticraftCore{0.1.39} [Galacticraft Core] (Galacticraft-1.6.2-a0.1.39.566.jar) Unloaded->Constructed->Pre-initialized->Initialized
GraveStone{2.3.3} [GraveStone] (GraveStone_2.3.3.zip) Unloaded->Constructed->Pre-initialized->Initialized
inventorytweaks{1.56} [Inventory Tweaks] (InventoryTweaks-MC1.6.2-1.56-b77.jar) Unloaded->Constructed->Pre-initialized->Initialized
mod_MMM_MMMLib{1.6.2-4} [MMMLib] (MMMLib-1_6_2-4.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_LMM_littleMaidMob{1.6.2-3} [littleMaidMob] (littleMaidMob-1_6_2-3a.zip) Unloaded->Constructed->Pre-initialized->Initialized
mca{3.4.4} [Minecraft Comes Alive] (MCA v3.4.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
MinersDeluxe{2.0.3} [MinersDeluxe] (MinersDeluxe-v2.0.3.zip) Unloaded->Constructed->Pre-initialized->Initialized
MutantCreatures{1.3.6} [Mutant Creatures] (Mutant Creatures v1.3.6 mc1.6.2.zip) Unloaded->Constructed->Pre-initialized->Errored
pamharvestcraft{1.0} [Pam's HarvestCraft Base] (Pam's HarvestCraft 1.6.2 v1.1.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
RioV{v1.8.0} [The Mists of RioV] (The Mists of RioV - v1.8.0 - MC 1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
camping{1.0.2e} [The Camping Mod] (TheCampingMod_1.0.2e.jar) Unloaded->Constructed->Pre-initialized->Initialized
TuxWeapons{0.4c} [TuxWeapons] (TuxWeapons 0.4c.jar) Unloaded->Constructed->Pre-initialized->Initialized
UndergroundBiomes{0.4.2a} [Underground Biomes] (UndergroundBiomes 1.6.x - 0.4.2a.zip) Unloaded->Constructed->Pre-initialized->Initialized
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
nvm i got it working i forgot to add animation api
Did you also install the Animation API mod?
Yeah I have the server running for 1.6.2 with other mods just cant get it to run with mutant creatures. Now I've tried a few things such as thinking maybe this mod doesn't need to be on the server as well which I don't know why I thought that but the server started and I had the spawn eggs, the only problem was the server didn't recognize them so I couldn't use them. When it's installed I get this report.
// Would you like a cupcake?
Time: 8/28/13 11:01 AM
Description: Exception in server tick loop
cpw.mods.fml.common.LoaderException: java.lang.NoSuchFieldError: field_78090_t
at cpw.mods.fml.common.LoadController.transition(LoadController.java:149)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:698)
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:94)
at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:355)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:141)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:443)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:582)
Caused by: java.lang.NoSuchFieldError: field_78090_t
at thehippomaster.MutantCreatures.client.ModelEnderHand.<init>(ModelEnderHand.java:9)
at thehippomaster.MutantCreatures.EndersoulHand.<clinit>(EndersoulHand.java:212)
at thehippomaster.MutantCreatures.MutantCreatures.init(MutantCreatures.java:90)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
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.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:105)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)
... 5 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.6.2
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.7.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation
Memory: 19957760 bytes (19 MB) / 66093056 bytes (63 MB) up to 259522560 bytes (247 MB)
JVM Flags: 0 total;
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v8.04 FML v6.2.35.804 Minecraft Forge 9.10.0.804 10 mods loaded, 10 mods active
mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{6.2.35.804} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Forge{9.10.0.804} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Micdoodlecore{} [Micdoodle8 Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
DamageIndicatorsMod{2.9.0.0} [Damage Indicators] (1.6.2 DamageIndicators v2.9.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
AnimationAPI{1.1.0} [AnimationAPI] (AnimationAPI v1.1.0 mc1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
GalacticraftCore{0.1.39} [Galacticraft Core] (Galacticraft-1.6.2-a0.1.39.554.jar) Unloaded->Constructed->Pre-initialized->Initialized
IC2{1.118.400-lf} [IndustrialCraft 2] (Industrial-Craft-2-Mod-1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
Morph{0.0.7} [Morph] (Morph-Beta-0.0.7.zip) Unloaded->Constructed->Pre-initialized->Initialized
MutantCreatures{1.3.6} [Mutant Creatures] (Mutant Creatures v1.3.6 mc1.6.2.zip) Unloaded->Constructed->Pre-initialized->Errored
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)