When Daughter tries to load worlds in SINGLE PLAYER mode, they get to Building Terrain screen then crash back to menu screen. Happens on all worlds.
Worlds load in Default mode just not in FORGE.
I have tried to do the following with no results.
Update to LWJGL 2.9.0
Forced Update on forge.
Removed all saved worlds in the saved worlds folder.
Problem started about 2 weeks ago...but i am just now finding out. Latest Crash report was from 12-14-13.
---- Minecraft Crash Report ----
// Would you like a cupcake?
Time: 12/14/13 10:55 AM
Description: Ticking entity
cpw.mods.fml.relauncher.ReflectionHelper$UnableToAccessFieldException: cpw.mods.fml.relauncher.ReflectionHelper$UnableToFindFieldException: java.lang.NoSuchFieldException: aiSit
at cpw.mods.fml.relauncher.ReflectionHelper.setPrivateValue(ReflectionHelper.java:140)
at cpw.mods.fml.common.ObfuscationReflectionHelper.setPrivateValue(ObfuscationReflectionHelper.java:104)
at mods.railcraft.common.blocks.machine.alpha.EntityAIMateBreeding.modifyAI(EntityAIMateBreeding.java:134)
at mods.railcraft.common.blocks.machine.alpha.EntityAIMateBreeding.spawnBaby(EntityAIMateBreeding.java:185)
at mods.railcraft.common.blocks.machine.alpha.EntityAIMateBreeding.func_75246_d(EntityAIMateBreeding.java:93)
at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:100)
at net.minecraft.entity.EntityLiving.func_70619_bc(EntityLiving.java:613)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:1993)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:441)
at net.minecraft.entity.EntityAgeable.func_70636_d(SourceFile:93)
at net.minecraft.entity.passive.EntityAnimal.func_70636_d(SourceFile:32)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1826)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:257)
at net.minecraft.world.World.func_72866_a(World.java:2350)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:719)
at net.minecraft.world.World.func_72870_g(World.java:2311)
at net.minecraft.world.World.func_72939_s(World.java:2157)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:550)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
Caused by: cpw.mods.fml.relauncher.ReflectionHelper$UnableToFindFieldException: java.lang.NoSuchFieldException: aiSit
at cpw.mods.fml.relauncher.ReflectionHelper.findField(ReflectionHelper.java:87)
at cpw.mods.fml.relauncher.ReflectionHelper.setPrivateValue(ReflectionHelper.java:136)
... 22 more
Caused by: java.lang.NoSuchFieldException: aiSit
at java.lang.Class.getDeclaredField(Unknown Source)
at cpw.mods.fml.relauncher.ReflectionHelper.findField(ReflectionHelper.java:78)
... 23 more
Thank you for any help. She loves this game and is heartbroken.
Narrowed this down to the Dr. Zharks Mo Creature Mod.
Which includes:
Dr. Zharks Mo Creature Mod v6.0.1
GUIAPI-0.15.7-1.6.2
CusomMobSpawner 2.3.1
I tried to download a fresh version of all 3 of these with no luck. When I uninstall them the game worlds load fine.
So Now my Daughter is almost in Tears because she loves this mod so much...hoping someone can help me make her happy again. I really appreciate any help. THANKS.
Latest Crash report:
---- Minecraft Crash Report ----
// Oh - I know what I did wrong!
Time: 12/27/13 2:36 PM
Description: Initializing game
java.lang.NoClassDefFoundError: de/matthiasmann/twl/Widget
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:58)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:524)
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.loadMods(Loader.java:509)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
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(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:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
Caused by: java.lang.ClassNotFoundException: de.matthiasmann.twl.Widget
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 36 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:178)
... 38 more
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumWindows 7 64bit
64bit
Forge latest Version.
When Daughter tries to load worlds in SINGLE PLAYER mode, they get to Building Terrain screen then crash back to menu screen. Happens on all worlds.
Worlds load in Default mode just not in FORGE.
I have tried to do the following with no results.
Update to LWJGL 2.9.0
Forced Update on forge.
Removed all saved worlds in the saved worlds folder.
Problem started about 2 weeks ago...but i am just now finding out. Latest Crash report was from 12-14-13.
---- Minecraft Crash Report ----
// Would you like a cupcake?
Time: 12/14/13 10:55 AM
Description: Ticking entity
cpw.mods.fml.relauncher.ReflectionHelper$UnableToAccessFieldException: cpw.mods.fml.relauncher.ReflectionHelper$UnableToFindFieldException: java.lang.NoSuchFieldException: aiSit
at cpw.mods.fml.relauncher.ReflectionHelper.setPrivateValue(ReflectionHelper.java:140)
at cpw.mods.fml.common.ObfuscationReflectionHelper.setPrivateValue(ObfuscationReflectionHelper.java:104)
at mods.railcraft.common.blocks.machine.alpha.EntityAIMateBreeding.modifyAI(EntityAIMateBreeding.java:134)
at mods.railcraft.common.blocks.machine.alpha.EntityAIMateBreeding.spawnBaby(EntityAIMateBreeding.java:185)
at mods.railcraft.common.blocks.machine.alpha.EntityAIMateBreeding.func_75246_d(EntityAIMateBreeding.java:93)
at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:100)
at net.minecraft.entity.EntityLiving.func_70619_bc(EntityLiving.java:613)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:1993)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:441)
at net.minecraft.entity.EntityAgeable.func_70636_d(SourceFile:93)
at net.minecraft.entity.passive.EntityAnimal.func_70636_d(SourceFile:32)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1826)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:257)
at net.minecraft.world.World.func_72866_a(World.java:2350)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:719)
at net.minecraft.world.World.func_72870_g(World.java:2311)
at net.minecraft.world.World.func_72939_s(World.java:2157)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:550)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
Caused by: cpw.mods.fml.relauncher.ReflectionHelper$UnableToFindFieldException: java.lang.NoSuchFieldException: aiSit
at cpw.mods.fml.relauncher.ReflectionHelper.findField(ReflectionHelper.java:87)
at cpw.mods.fml.relauncher.ReflectionHelper.setPrivateValue(ReflectionHelper.java:136)
... 22 more
Caused by: java.lang.NoSuchFieldException: aiSit
at java.lang.Class.getDeclaredField(Unknown Source)
at cpw.mods.fml.relauncher.ReflectionHelper.findField(ReflectionHelper.java:78)
... 23 more
Thank you for any help. She loves this game and is heartbroken.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumI'm back from my hibernation. Most likely gone so don't pm me.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumNarrowed this down to the Dr. Zharks Mo Creature Mod.
Which includes:
Dr. Zharks Mo Creature Mod v6.0.1
GUIAPI-0.15.7-1.6.2
CusomMobSpawner 2.3.1
I tried to download a fresh version of all 3 of these with no luck. When I uninstall them the game worlds load fine.
So Now my Daughter is almost in Tears because she loves this mod so much...hoping someone can help me make her happy again. I really appreciate any help. THANKS.
Latest Crash report:
---- Minecraft Crash Report ----
// Oh - I know what I did wrong!
Time: 12/27/13 2:36 PM
Description: Initializing game
java.lang.NoClassDefFoundError: de/matthiasmann/twl/Widget
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:58)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:524)
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.loadMods(Loader.java:509)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
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(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:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
Caused by: java.lang.ClassNotFoundException: de.matthiasmann.twl.Widget
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 36 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:178)
... 38 more
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumGo To minecraft Config folder and Delete the corrupted MO Creatures folder and reload...a fresh copy of the folder should load and repair the mod.
Thanks all for allowing me to post in here and fix my own problem.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumI'm back from my hibernation. Most likely gone so don't pm me.