I got a minecraft crash and at the top it says something about code chicken core, so I took out all the mods that have to do with it and the core. But I got the same crash. Plz help.
---- Minecraft Crash Report ----
// I blame Dinnerbone.
Time: 1/18/14 1:11 PM
Description: Initializing game
java.lang.NoClassDefFoundError: codechicken/nei/forge/IContainerTooltipHandler
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:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
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:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
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: codechicken.nei.forge.IContainerTooltipHandler
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 org.objectweb.asm.ClassReader.<init>(Unknown Source)
at powercrystals.core.asm.PCCASMTransformer.transform(PCCASMTransformer.java:35)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:274)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:172)
... 38 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.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:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
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:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
-- Initialization --
Details:
Stacktrace:
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)
java.lang.NullPointerException
at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:123)
at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(SourceFile:31)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_73863_a(GuiContainerCreative.java:683)
at pixelmon.client.gui.inventoryExtended.GuiCreativeInventoryExtended.func_73863_a(GuiCreativeInventoryExtended.java:83)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1149)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:946)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:838)
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)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:123)
at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(SourceFile:31)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_73863_a(GuiContainerCreative.java:683)
at pixelmon.client.gui.inventoryExtended.GuiCreativeInventoryExtended.func_73863_a(GuiCreativeInventoryExtended.java:83)
Time: 1/18/14 4:16 PM
Description: Initializing game
java.lang.NoClassDefFoundError: codechicken/nei/forge/IContainerTooltipHandler
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:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
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:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
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: codechicken.nei.forge.IContainerTooltipHandler
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 org.objectweb.asm.ClassReader.<init>(Unknown Source)
at powercrystals.core.asm.PCCASMTransformer.transform(PCCASMTransformer.java:35)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:274)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:172)
... 38 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.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:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
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:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
-- Initialization --
Details:
Stacktrace:
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)
Ok found the issue, so i remembered that nei doesn't work with pixelmon, so i took it out and didn't realize that waila needed nei to work so i took waila out and that fixed everything
Rollback Post to RevisionRollBack
What does this button do?
BOOM!!!
To post a comment, please login or register a new account.
---- Minecraft Crash Report ----
// I blame Dinnerbone.
Time: 1/18/14 1:11 PM
Description: Initializing game
java.lang.NoClassDefFoundError: codechicken/nei/forge/IContainerTooltipHandler
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:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
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:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
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: codechicken.nei.forge.IContainerTooltipHandler
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 org.objectweb.asm.ClassReader.<init>(Unknown Source)
at powercrystals.core.asm.PCCASMTransformer.transform(PCCASMTransformer.java:35)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:274)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:172)
... 38 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.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:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
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:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
-- Initialization --
Details:
Stacktrace:
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)
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_17, Oracle Corporation
Java VM Version: Java HotSpotâ„¢ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 49030992 bytes (46 MB) / 146460672 bytes (139 MB) up to 1037959168 bytes (989 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
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.11 FML v6.4.45.953 Minecraft Forge 9.11.1.953 Optifine OptiFine_1.6.4_HD_C7 24 mods loaded, 24 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
FML{6.4.45.953} [Forge Mod Loader] (minecraftforge-9.11.1.953.jar) Unloaded->Constructed
Forge{9.11.1.953} [Minecraft Forge] (minecraftforge-9.11.1.953.jar) Unloaded->Constructed
PowerCrystalsCore{1.1.8} [PowerCrystals Core] (PowerCrystalsCore-1.1.8-9.jar) Unloaded->Constructed
TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed
mod_ReiMinimap{v3.4_01 [1.6.2]} [mod_ReiMinimap] ([1.6.4]ReiMinimap_v3.4_01.zip) Unloaded->Constructed
bspkrsCore{v5.0(1.6.4)} [bspkrsCore] (bspkrsCore-1.6.4-5.0.zip) Unloaded->Constructed
TreeCapitator{Forge 1.6.4.r06} [Treecapitator] ([1.6.4]TreeCapitator.Forge.1.6.4.r06.Universal.jar) Unloaded->Constructed
Backpack{1.22.25} [Backpack] (backpack-1.6.x-1.22.25.zip) Unloaded->Constructed
BiblioCraft{1.5.3} [BiblioCraft] (BiblioCraft[v1.5.3].zip) Unloaded->Constructed
mod_bspkrsCore{v5.0(1.6.4)} [bspkrsCore] (bspkrsCore-1.6.4-5.0.zip) Unloaded->Constructed
AyriaHUD{Version [1.0.1]} [Ayria's HUD] (CompactDisplayHUD[1.0.1].zip) Unloaded->Constructed
DamageIndicatorsMod{2.9.1.6} [Damage Indicators] (DamageIndicators-1.6.4-2.9.1.6.zip) Unloaded->Constructed
ExpChest{3.1.40.--} [Exp Chest] (Exp Chest v3.1.40.--.zip) Unloaded->Constructed
iChunUtil{2.3.0} [iChunUtil] (iChunUtil2.3.0.zip) Unloaded->Constructed
NetherOres{1.6.2R2.2.1} [Nether Ores] (NetherOres-2.2.1-14.jar) Unloaded->Constructed
ClaySpawn{1.5} [Pam's Clay Spawn] (Pam's Clay Spawn 1.6.4.zip) Unloaded->Constructed
pixelmon{2.5.7} [Pixelmon] (Pixelmon 2.5.7.zip) Unloaded->Constructed
SS2{2 (build 2)} [Soul Shards 2] (SoulShards-2.0.13-universal-srg.jar) Unloaded->Constructed
Waila{1.4.1} [Waila] (Waila-1.6.4-1.4.1.zip) Unloaded
TConstruct{1.6.X_1.5.2.1} [Tinkers' Construct] (TConstruct_mc1.6.4_1.5.2.6.jar) Unloaded
camping{1.0.2g} [The Camping Mod] (TheCampingMod_1.0.2g.jar) Unloaded
ToolBelt{1.6.4} [ToolBelts] (ToolBelts 1.6.4 v3.zip) Unloaded
YALSM{2.0.1} [Yet Another Leather Smelting Mod] (yalsm-2.0.1.jar) Unloaded
Launched Version: 1.6.4-Forge9.11.1.953
LWJGL: 2.9.0
OpenGL: Mobile Intel® 4 Series Express Chipset Family GL version 2.1.0 - Build 8.15.10.1892, Intel
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Pack: Default
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Here is the crash.
// Hi. I'm Minecraft, and I'm a crashaholic.
Time: 1/18/14 1:42 PM
Description: Rendering screen
java.lang.NullPointerException
at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:123)
at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(SourceFile:31)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_73863_a(GuiContainerCreative.java:683)
at pixelmon.client.gui.inventoryExtended.GuiCreativeInventoryExtended.func_73863_a(GuiCreativeInventoryExtended.java:83)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1149)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:946)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:838)
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)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:123)
at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(SourceFile:31)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_73863_a(GuiContainerCreative.java:683)
at pixelmon.client.gui.inventoryExtended.GuiCreativeInventoryExtended.func_73863_a(GuiCreativeInventoryExtended.java:83)
-- Screen render details --
Details:
Screen name: pixelmon.client.gui.inventoryExtended.GuiCreativeInventoryExtended
Mouse location: Scaled: (228, 124). Absolute: (683, 373)
Screen size: Scaled: (456, 249). Absolute: (1366, 746). Scale factor of 3
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['HyperVyper007'/10, l='MpServer', x=159.50, y=101.62, z=255.50]]
Chunk stats: MultiplayerChunkCache: 441
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (164,64,252), Chunk: (at 4,4,12 in 10,15; contains blocks 160,0,240 to 175,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 919 game time, 919 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: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 135 total; [EntityClientPlayerMP['HyperVyper007'/10, l='MpServer', x=159.50, y=101.62, z=255.50], EntityPixelmon['Tentacruel'/19, l='MpServer', x=88.66, y=55.00, z=273.66], EntityPixelmon['Magikarp'/21, l='MpServer', x=107.56, y=59.35, z=256.44], EntityPixelmon['Tentacruel'/20, l='MpServer', x=97.22, y=55.00, z=287.31], EntityPixelmon['Geodude'/4391, l='MpServer', x=91.64, y=43.00, z=335.34], EntityPixelmon['Magikarp'/23, l='MpServer', x=126.41, y=60.00, z=250.59], EntityPixelmon['Horsea'/54, l='MpServer', x=82.50, y=53.00, z=301.50], EntityPixelmon['Chinchou'/59, l='MpServer', x=173.70, y=46.04, z=339.46], EntityPixelmon['Chinchou'/58, l='MpServer', x=154.78, y=46.00, z=350.34], EntityPixelmon['Horsea'/57, l='MpServer', x=74.59, y=49.00, z=292.97], EntityPixelmon['Horsea'/56, l='MpServer', x=75.50, y=51.00, z=298.50], EntityPixelmon['Magikarp'/68, l='MpServer', x=95.18, y=59.59, z=179.77], EntityPixelmon['Magikarp'/67, l='MpServer', x=95.38, y=59.07, z=169.63], EntityPixelmon['Staryu'/87, l='MpServer', x=78.21, y=54.76, z=287.47], EntityPixelmon['Magikarp'/92, l='MpServer', x=73.41, y=55.20, z=294.18], EntityPixelmon['Geodude'/4457, l='MpServer', x=101.56, y=46.00, z=200.44], EntityPixelmon['Magikarp'/89, l='MpServer', x=78.94, y=55.24, z=302.66], EntityPixelmon['Staryu'/88, l='MpServer', x=85.44, y=55.00, z=302.41], EntityPixelmon['Magikarp'/91, l='MpServer', x=96.59, y=54.62, z=284.58], EntityPixelmon['Magikarp'/90, l='MpServer', x=98.19, y=55.00, z=281.19], EntityTrainer['entity.pixelmon.Trainer.name'/10909, l='MpServer', x=209.53, y=64.00, z=339.47], EntityPixelmon['Magikarp'/110, l='MpServer', x=119.84, y=57.43, z=335.69], EntityPixelmon['Magikarp'/111, l='MpServer', x=117.69, y=57.55, z=340.07], EntityPixelmon['Magikarp'/114, l='MpServer', x=132.10, y=55.69, z=328.50], EntityPixelmon['Magikarp'/113, l='MpServer', x=146.05, y=57.35, z=327.59], EntityPixelmon['Magikarp'/112, l='MpServer', x=131.58, y=57.29, z=333.01], EntityPixelmon['Tentacool'/120, l='MpServer', x=69.63, y=59.48, z=324.66], EntityPixelmon['Venomoth'/131, l='MpServer', x=206.56, y=74.71, z=296.16], EntityPixelmon['Flaaffy'/19698, l='MpServer', x=246.50, y=69.00, z=175.50], EntityPixelmon['Oddish'/162, l='MpServer', x=166.50, y=70.00, z=302.50], EntityPixelmon['Venonat'/161, l='MpServer', x=100.50, y=81.00, z=232.50], EntityPixelmon['Sandshrew'/19682, l='MpServer', x=117.50, y=68.00, z=321.50], EntityPixelmon['Graveler'/200, l='MpServer', x=91.69, y=70.00, z=326.31], EntityPixelmon['Diglett'/217, l='MpServer', x=80.69, y=63.00, z=199.38], EntityPixelmon['Krokorok'/248, l='MpServer', x=71.31, y=72.00, z=228.09], EntityPixelmon['Gloom'/280, l='MpServer', x=182.50, y=92.00, z=238.50], EntityItem['item.tile.sapling.jungle'/6313, l='MpServer', x=210.19, y=122.13, z=273.38], EntityPixelmon['Geodude'/2455, l='MpServer', x=102.63, y=45.00, z=341.38], EntityTrainer['entity.pixelmon.Trainer.name'/341, l='MpServer', x=119.16, y=71.00, z=292.56], EntityPixelmon['Trapinch'/348, l='MpServer', x=106.09, y=69.00, z=327.81], EntityPixelmon['Trapinch'/347, l='MpServer', x=89.09, y=64.00, z=308.66], EntityPixelmon['Trapinch'/346, l='MpServer', x=99.82, y=70.00, z=324.06], EntityPixelmon['Trapinch'/345, l='MpServer', x=89.53, y=68.00, z=315.53], EntityPixelmon['Weepinbell'/344, l='MpServer', x=193.50, y=79.00, z=215.50], EntityPixelmon['Weepinbell'/326, l='MpServer', x=158.69, y=69.00, z=304.69], EntityPixelmon['Ekans'/331, l='MpServer', x=157.47, y=64.00, z=164.84], EntityPixelmon['Arbok'/382, l='MpServer', x=130.50, y=65.00, z=161.56], EntityPixelmon['Venomoth'/378, l='MpServer', x=142.38, y=69.00, z=243.22], EntityPixelmon['Graveler'/13002, l='MpServer', x=92.50, y=47.00, z=214.50], EntityPixelmon['Graveler'/11088, l='MpServer', x=94.50, y=45.00, z=331.50], EntityPixelmon['Geodude'/19962, l='MpServer', x=70.25, y=41.00, z=215.09], EntityPixelmon['Weepinbell'/457, l='MpServer', x=144.50, y=63.00, z=175.50], EntityPixelmon['Graveler'/6254, l='MpServer', x=110.69, y=17.00, z=190.28], EntityPixelmon['Exeggcute'/454, l='MpServer', x=120.50, y=63.00, z=215.50], EntityItem['item.tile.sand'/11067, l='MpServer', x=110.28, y=50.34, z=194.72], EntityTrainer['entity.pixelmon.Trainer.name'/506, l='MpServer', x=220.50, y=84.00, z=301.50], EntityPixelmon['Bellsprout'/499, l='MpServer', x=117.50, y=64.00, z=217.50], EntityPixelmon['Graveler'/4309, l='MpServer', x=101.50, y=45.00, z=351.50], EntityItem['item.tile.sand'/2740, l='MpServer', x=116.44, y=50.13, z=197.13], EntityPixelmon['Gloom'/20079, l='MpServer', x=175.50, y=79.00, z=192.50], EntityPixelmon['Graveler'/20070, l='MpServer', x=95.50, y=44.00, z=326.50], EntityPixelmon['Geodude'/12648, l='MpServer', x=103.54, y=52.00, z=313.63], EntityPixelmon['Graveler'/7084, l='MpServer', x=92.34, y=43.00, z=330.91], EntityPixelmon['Bellsprout'/521, l='MpServer', x=220.50, y=68.00, z=317.50], EntityPixelmon['Geodude'/2697, l='MpServer', x=107.50, y=51.00, z=192.50], EntityItem['item.item.radishSeed'/7089, l='MpServer', x=181.41, y=74.13, z=273.22], EntityPixelmon['Venonat'/20034, l='MpServer', x=100.50, y=81.00, z=232.50], EntityPixelmon['Graveler'/7104, l='MpServer', x=63.50, y=59.00, z=237.50], EntityPixelmon['Geodude'/4991, l='MpServer', x=107.50, y=23.00, z=179.50], EntityPixelmon['Diglett'/19982, l='MpServer', x=91.81, y=63.00, z=194.53], EntityPixelmon['Geodude'/14751, l='MpServer', x=93.84, y=44.00, z=333.56], EntityPixelmon['Graveler'/12753, l='MpServer', x=67.50, y=21.00, z=215.50], EntityPixelmon['Geodude'/20173, l='MpServer', x=103.50, y=21.00, z=189.50], EntityTrainer['entity.pixelmon.Trainer.name'/20174, l='MpServer', x=123.01, y=76.00, z=285.79], EntityPixelmon['Graveler'/14624, l='MpServer', x=103.50, y=50.00, z=195.50], EntityPixelmon['Geodude'/741, l='MpServer', x=62.50, y=59.00, z=240.50], EntityPixelmon['Gloom'/20264, l='MpServer', x=173.50, y=78.00, z=188.50], EntityPixelmon['Bellsprout'/20271, l='MpServer', x=253.50, y=68.00, z=292.50], EntityPixelmon['Graveler'/20257, l='MpServer', x=110.53, y=19.00, z=195.03], EntityPixelmon['Gloom'/20263, l='MpServer', x=155.50, y=63.00, z=222.50], EntityPixelmon['Psyduck'/20284, l='MpServer', x=174.45, y=64.00, z=219.75], EntityPixelmon['Geodude'/872, l='MpServer', x=88.52, y=44.00, z=219.48], EntityPixelmon['Bellsprout'/20272, l='MpServer', x=257.50, y=68.00, z=296.50], EntityPixelmon['Geodude'/20279, l='MpServer', x=92.89, y=43.00, z=334.85], EntityPixelmon['Geodude'/20278, l='MpServer', x=95.22, y=45.00, z=340.91], EntityPixelmon['Geodude'/836, l='MpServer', x=100.31, y=46.00, z=348.34], EntityItem['item.item.radishSeed'/4743, l='MpServer', x=167.81, y=64.13, z=199.44], EntityPixelmon['Geodude'/14456, l='MpServer', x=115.28, y=41.00, z=192.50], EntityPixelmon['Graveler'/4798, l='MpServer', x=109.50, y=29.00, z=189.50], EntityPixelmon['Graveler'/12456, l='MpServer', x=109.66, y=49.00, z=194.38], EntityPixelmon['Geodude'/997, l='MpServer', x=113.28, y=16.00, z=200.34], EntityPixelmon['Geodude'/12430, l='MpServer', x=109.40, y=18.88, z=192.82], EntityPixelmon['Geodude'/10547, l='MpServer', x=93.65, y=43.00, z=325.45], EntityPixelmon['Graveler'/4858, l='MpServer', x=100.69, y=45.00, z=340.38], EntityPixelmon['Geodude'/2902, l='MpServer', x=103.07, y=48.00, z=200.73], EntityPixelmon['Geodude'/1100, l='MpServer', x=74.46, y=25.55, z=213.47], EntityPixelmon['Graveler'/7595, l='MpServer', x=99.50, y=45.00, z=334.50], EntityItem['item.item.radishSeed'/1027, l='MpServer', x=118.88, y=63.13, z=216.78], EntityPixelmon['Graveler'/11970, l='MpServer', x=105.50, y=39.00, z=323.50], EntityPixelmon['Geodude'/9813, l='MpServer', x=113.66, y=41.00, z=192.50], EntityPixelmon['Geodude'/1228, l='MpServer', x=73.44, y=41.00, z=213.41], EntityPixelmon['Geodude'/11819, l='MpServer', x=112.19, y=19.00, z=202.50], EntityPixelmon['Graveler'/11797, l='MpServer', x=94.02, y=43.00, z=326.95], EntityPixelmon['Geodude'/1156, l='MpServer', x=87.64, y=44.00, z=218.00], EntityPixelmon['Geodude'/1192, l='MpServer', x=107.50, y=51.00, z=192.50], EntityPixelmon['Geodude'/1211, l='MpServer', x=101.44, y=52.00, z=314.36], EntityPixelmon['Graveler'/16776, l='MpServer', x=83.50, y=57.00, z=196.50], EntityPixelmon['Graveler'/1309, l='MpServer', x=105.61, y=48.00, z=195.97], EntityPixelmon['Geodude'/7290, l='MpServer', x=96.59, y=46.00, z=342.81], EntityPixelmon['Geodude'/7291, l='MpServer', x=103.59, y=46.00, z=350.34], EntityPixelmon['Geodude'/12141, l='MpServer', x=92.87, y=44.00, z=336.91], EntityPixelmon['Graveler'/15951, l='MpServer', x=111.16, y=17.00, z=196.59], EntityItem['item.item.radishSeed'/16716, l='MpServer', x=166.91, y=64.13, z=201.91], EntityPixelmon['Graveler'/7193, l='MpServer', x=105.38, y=46.00, z=349.13], EntityItem['item.tile.sand'/10189, l='MpServer', x=117.53, y=51.13, z=196.56], EntityPixelmon['Graveler'/1659, l='MpServer', x=112.16, y=15.00, z=187.97], EntityPixelmon['Geodude'/13612, l='MpServer', x=113.03, y=17.00, z=198.44], EntityPixelmon['Geodude'/5955, l='MpServer', x=110.31, y=19.00, z=203.69], EntityPixelmon['Geodude'/3818, l='MpServer', x=77.71, y=55.00, z=190.26], EntityPixelmon['Geodude'/13593, l='MpServer', x=110.38, y=18.00, z=196.63], EntityPixelmon['Geodude'/5919, l='MpServer', x=102.53, y=46.00, z=349.25], EntityPixelmon['Geodude'/3716, l='MpServer', x=113.48, y=51.09, z=197.81], EntityPixelmon['Geodude'/15655, l='MpServer', x=76.03, y=54.00, z=189.13], EntityPixelmon['Geodude'/13740, l='MpServer', x=68.31, y=40.00, z=222.53], EntityPixelmon['Dugtrio'/15631, l='MpServer', x=64.75, y=63.00, z=286.62], EntityPixelmon['Graveler'/1745, l='MpServer', x=88.81, y=43.00, z=329.72], EntityPixelmon['Geodude'/15681, l='MpServer', x=102.19, y=50.00, z=311.81], EntityPixelmon['Geodude'/11732, l='MpServer', x=110.59, y=17.00, z=197.91], EntityPixelmon['Geodude'/15558, l='MpServer', x=112.97, y=18.00, z=195.97], EntityPixelmon['Geodude'/13401, l='MpServer', x=105.50, y=50.00, z=192.50], EntityPixelmon['Weepinbell'/15564, l='MpServer', x=247.50, y=66.00, z=218.5
0], EntityPixelmon['Geodude'/15376, l='MpServer', x=102.44, y=50.00, z=308.56], EntityPixelmon['Geodude'/5865, l='MpServer', x=116.69, y=41.00, z=192.50], EntityItem['item.item.radishSeed'/13466, l='MpServer', x=178.84, y=75.13, z=270.88], EntityPixelmon['Graveler'/3845, l='MpServer', x=70.50, y=59.00, z=231.50]]
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:2312)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:856)
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)
-- System Details --
Details:
Minecraft Version: 1.6.4
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: 174506216 bytes (166 MB) / 517218304 bytes (493 MB) up to 1037959168 bytes (989 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
AABB Pool Size: 28748 (1609888 bytes; 1 MB) allocated, 2744 (153664 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 63
FML: MCP v8.11 FML v6.4.45.953 Minecraft Forge 9.11.1.953 Optifine OptiFine_1.6.4_HD_C7 25 mods loaded, 25 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{6.4.45.953} [Forge Mod Loader] (minecraftforge-9.11.1.953.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{9.11.1.953} [Minecraft Forge] (minecraftforge-9.11.1.953.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CodeChickenCore{0.9.0.6} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NotEnoughItems{1.6.1.5} [Not Enough Items] (NotEnoughItems-1.6.4-1.6.1.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
PowerCrystalsCore{1.1.8} [PowerCrystals Core] (PowerCrystalsCore-1.1.8-9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_ReiMinimap{v3.4_01 [1.6.2]} [mod_ReiMinimap] ([1.6.4]ReiMinimap_v3.4_01.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
bspkrsCore{v5.0(1.6.4)} [bspkrsCore] (bspkrsCore-1.6.4-5.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TreeCapitator{Forge 1.6.4.r06} [Treecapitator] ([1.6.4]TreeCapitator.Forge.1.6.4.r06.Universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Backpack{1.22.25} [Backpack] (backpack-1.6.x-1.22.25.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BiblioCraft{1.5.3} [BiblioCraft] (BiblioCraft[v1.5.3].zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_bspkrsCore{v5.0(1.6.4)} [bspkrsCore] (bspkrsCore-1.6.4-5.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AyriaHUD{Version [1.0.1]} [Ayria's HUD] (CompactDisplayHUD[1.0.1].zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DamageIndicatorsMod{2.9.1.6} [Damage Indicators] (DamageIndicators-1.6.4-2.9.1.6.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ExpChest{3.1.40.--} [Exp Chest] (Exp Chest v3.1.40.--.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NetherOres{1.6.2R2.2.1} [Nether Ores] (NetherOres-2.2.1-14.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ClaySpawn{1.5} [Pam's Clay Spawn] (Pam's Clay Spawn 1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
pixelmon{2.5.7} [Pixelmon] (Pixelmon 2.5.7.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SS2{2 (build 2)} [Soul Shards 2] (SoulShards-2.0.13-universal-srg.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Waila{1.4.1} [Waila] (Waila-1.6.4-1.4.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TConstruct{1.6.X_1.5.2.1} [Tinkers' Construct] (TConstruct_mc1.6.4_1.5.2.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
camping{1.0.2g} [The Camping Mod] (TheCampingMod_1.0.2g.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ToolBelt{1.6.4} [ToolBelts] (ToolBelts 1.6.4 v3.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
YALSM{2.0.1} [Yet Another Leather Smelting Mod] (yalsm-2.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TConstruct Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
Launched Version: 1.6.4-Forge9.11.1.953
LWJGL: 2.9.0
OpenGL: Mobile Intel(R) 4 Series Express Chipset Family GL version 2.1.0 - Build 8.15.10.1892, Intel
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Pack: Default
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 12521 (701176 bytes; 0 MB) allocated, 1101 (61656 bytes; 0 MB) used
---- Minecraft Crash Report ----
// My bad.
Time: 1/18/14 4:16 PM
Description: Initializing game
java.lang.NoClassDefFoundError: codechicken/nei/forge/IContainerTooltipHandler
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:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
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:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
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: codechicken.nei.forge.IContainerTooltipHandler
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 org.objectweb.asm.ClassReader.<init>(Unknown Source)
at powercrystals.core.asm.PCCASMTransformer.transform(PCCASMTransformer.java:35)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:274)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:172)
... 38 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.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:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
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:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
-- Initialization --
Details:
Stacktrace:
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)
-- System Details --
Details:
Minecraft Version: 1.6.4
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: 56675552 bytes (54 MB) / 146194432 bytes (139 MB) up to 1037959168 bytes (989 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
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.11 FML v6.4.45.953 Minecraft Forge 9.11.1.953 Optifine OptiFine_1.6.4_HD_C7 22 mods loaded, 22 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
FML{6.4.45.953} [Forge Mod Loader] (minecraftforge-9.11.1.953.jar) Unloaded->Constructed
Forge{9.11.1.953} [Minecraft Forge] (minecraftforge-9.11.1.953.jar) Unloaded->Constructed
PowerCrystalsCore{1.1.8} [PowerCrystals Core] (PowerCrystalsCore-1.1.8-9.jar) Unloaded->Constructed
TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed
mod_ReiMinimap{v3.4_01 [1.6.2]} [mod_ReiMinimap] ([1.6.4]ReiMinimap_v3.4_01.zip) Unloaded->Constructed
bspkrsCore{v5.0(1.6.4)} [bspkrsCore] (bspkrsCore-1.6.4-5.0.zip) Unloaded->Constructed
TreeCapitator{Forge 1.6.4.r06} [Treecapitator] ([1.6.4]TreeCapitator.Forge.1.6.4.r06.Universal.jar) Unloaded->Constructed
Backpack{1.22.25} [Backpack] (backpack-1.6.x-1.22.25.zip) Unloaded->Constructed
BiblioCraft{1.5.3} [BiblioCraft] (BiblioCraft[v1.5.3].zip) Unloaded->Constructed
mod_bspkrsCore{v5.0(1.6.4)} [bspkrsCore] (bspkrsCore-1.6.4-5.0.zip) Unloaded->Constructed
AyriaHUD{Version [1.0.1]} [Ayria's HUD] (CompactDisplayHUD[1.0.1].zip) Unloaded->Constructed
DamageIndicatorsMod{2.9.1.6} [Damage Indicators] (DamageIndicators-1.6.4-2.9.1.6.zip) Unloaded->Constructed
ExpChest{3.1.40.--} [Exp Chest] (Exp Chest v3.1.40.--.zip) Unloaded->Constructed
NetherOres{1.6.2R2.2.1} [Nether Ores] (NetherOres-2.2.1-14.jar) Unloaded->Constructed
ClaySpawn{1.5} [Pam's Clay Spawn] (Pam's Clay Spawn 1.6.4.zip) Unloaded->Constructed
SS2{2 (build 2)} [Soul Shards 2] (SoulShards-2.0.13-universal-srg.jar) Unloaded->Constructed
Waila{1.4.1} [Waila] (Waila-1.6.4-1.4.1.zip) Unloaded
TConstruct{1.6.X_1.5.2.1} [Tinkers' Construct] (TConstruct_mc1.6.4_1.5.2.6.jar) Unloaded
camping{1.0.2g} [The Camping Mod] (TheCampingMod_1.0.2g.jar) Unloaded
ToolBelt{1.6.4} [ToolBelts] (ToolBelts 1.6.4 v3.zip) Unloaded
YALSM{2.0.1} [Yet Another Leather Smelting Mod] (yalsm-2.0.1.jar) Unloaded
Launched Version: 1.6.4-Forge9.11.1.953
LWJGL: 2.9.0
OpenGL: Mobile Intel(R) 4 Series Express Chipset Family GL version 2.1.0 - Build 8.15.10.1892, Intel
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Pack: Default
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null