View Issue Details

IDProjectCategoryView StatusLast Update
0000811Industrial-Craft²crossmod-compatibility / submodules / APIpublic2013-12-12 14:09
ReporterRyo_Pasternak Assigned ToPlayer  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
PlatformIC2 2.0.306 experimental 
Summary0000811: Crash while opening recipies in NEI on Forge 9.11.1.964
DescriptionNEI always crashes in IC2 handler under latest Forge 9.11.1.964. Not sure it's IC2 problem but without IC2 all works perfectly fine.
Steps To Reproduce1. Open creative tabs
2. Move cursor over for example stone block.
3. Press "U" to show NEI usage recipes.
Additional Information---- Minecraft Crash Report ----
// You're mean.

Time: 23.11.13 15:21
Description: Updating screen events

java.lang.NoClassDefFoundError: net/minecraft/src/ModLoader
    at ic2.neiIntegration.core.GradualRecipeHandler$CachedGradualRecipe.<init>(GradualRecipeHandler.java:32)
    at ic2.neiIntegration.core.GradualRecipeHandler.loadUsageRecipes(GradualRecipeHandler.java:78)
    at codechicken.nei.recipe.TemplateRecipeHandler.loadUsageRecipes(TemplateRecipeHandler.java:376)
    at codechicken.nei.recipe.TemplateRecipeHandler.getUsageHandler(TemplateRecipeHandler.java:511)
    at codechicken.nei.recipe.GuiUsageRecipe.openRecipeGui(GuiUsageRecipe.java:42)
    at codechicken.nei.recipe.RecipeItemInputHandler.lastKeyTyped(RecipeItemInputHandler.java:19)
    at codechicken.nei.forge.GuiContainerManager.lastKeyTyped(GuiContainerManager.java:313)
    at net.minecraft.client.gui.inventory.GuiContainer.func_73869_a(GuiContainer.java:909)
    at net.minecraft.client.gui.inventory.GuiContainerCreative.func_73869_a(GuiContainerCreative.java:326)
    at net.minecraft.client.gui.inventory.GuiContainer.keyPress(GuiContainer.java:999)
    at codechicken.nei.forge.GuiContainerManager.fixhandleKeyboardInput(GuiContainerManager.java:457)
    at net.minecraft.client.gui.inventory.GuiContainer.func_73860_n(GuiContainer.java:1004)
    at net.minecraft.client.gui.GuiScreen.func_73862_m(SourceFile:111)
    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1566)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:910)
    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)
Caused by: java.lang.ClassNotFoundException: net.minecraft.src.ModLoader
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 23 more
Caused by: java.lang.NullPointerException


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

-- Head --
Stacktrace:
    at ic2.neiIntegration.core.GradualRecipeHandler$CachedGradualRecipe.<init>(GradualRecipeHandler.java:32)
    at ic2.neiIntegration.core.GradualRecipeHandler.loadUsageRecipes(GradualRecipeHandler.java:78)
    at codechicken.nei.recipe.TemplateRecipeHandler.loadUsageRecipes(TemplateRecipeHandler.java:376)
    at codechicken.nei.recipe.TemplateRecipeHandler.getUsageHandler(TemplateRecipeHandler.java:511)
    at codechicken.nei.recipe.GuiUsageRecipe.openRecipeGui(GuiUsageRecipe.java:42)
    at codechicken.nei.recipe.RecipeItemInputHandler.lastKeyTyped(RecipeItemInputHandler.java:19)
    at codechicken.nei.forge.GuiContainerManager.lastKeyTyped(GuiContainerManager.java:313)
    at net.minecraft.client.gui.inventory.GuiContainer.func_73869_a(GuiContainer.java:909)
    at net.minecraft.client.gui.inventory.GuiContainerCreative.func_73869_a(GuiContainerCreative.java:326)
    at net.minecraft.client.gui.inventory.GuiContainer.keyPress(GuiContainer.java:999)
    at codechicken.nei.forge.GuiContainerManager.fixhandleKeyboardInput(GuiContainerManager.java:457)
    at net.minecraft.client.gui.inventory.GuiContainer.func_73860_n(GuiContainer.java:1004)
    at net.minecraft.client.gui.GuiScreen.func_73862_m(SourceFile:111)

-- Affected screen --
Details:
    Screen name: net.minecraft.client.gui.inventory.GuiContainerCreative

-- Affected level --
Details:
    Level name: MpServer
    All players: 1 total; [EntityClientPlayerMP['Ryo_Pasternak'/0, l='MpServer', x=530,50, y=5,62, z=552,50]]
    Chunk stats: MultiplayerChunkCache: 441
    Level seed: 0
    Level generator: ID 01 - flat, ver 0. Features enabled: false
    Level generator options:
    Level spawn location: World: (533,4,562), Chunk: (at 5,0,2 in 33,35; contains blocks 528,0,560 to 543,255,575), Region: (1,1; contains chunks 32,32 to 63,63, blocks 512,0,512 to 1023,255,1023)
    Level time: 164 game time, 164 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: 1 total; [EntityClientPlayerMP['Ryo_Pasternak'/0, l='MpServer', x=530,50, y=5,62, z=552,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 Vista (amd64) version 6.0
    Java Version: 1.7.0_45, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 404107880 bytes (385 MB) / 795344896 bytes (758 MB) up to 954728448 bytes (910 MB)
    JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
    AABB Pool Size: 9251 (518056 bytes; 0 MB) allocated, 2 (112 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.99.19.964 Minecraft Forge 9.11.1.964 13 mods loaded, 13 mods active
    mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    FML{6.99.19.964} [Forge Mod Loader] (forge-1.6.4-9.11.1.964.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Forge{9.11.1.964} [Minecraft Forge] (forge-1.6.4-9.11.1.964.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.1.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    IC2{2.0.306-experimental} [IndustrialCraft 2] (industrialcraft-2_2.0.306-experimental.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    NEIAddons{1.9.1.r43} [NEI Addons] (neiaddons-1.6.2-1.9.1.r43.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    NEIAddons|AE{1.9.1.r43} [NEI Addons: Applied Energistics] (neiaddons-1.6.2-1.9.1.r43.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    NEIAddons|CraftingTables{1.9.1.r43} [NEI Addons: Crafting Tables] (neiaddons-1.6.2-1.9.1.r43.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    NEIAddons|ExtraBees{1.9.1.r43} [NEI Addons: Extra Bees] (neiaddons-1.6.2-1.9.1.r43.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    NEIAddons|Forestry{1.9.1.r43} [NEI Addons: Forestry] (neiaddons-1.6.2-1.9.1.r43.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    NEIAddons|MiscPeripherals{1.9.1.r43} [NEI Addons: Misc Peripherals] (neiaddons-1.6.2-1.9.1.r43.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    NEIPlugins{1.1.0.3} [NEI Plugins] (NEIPlugins-1.1.0.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Launched Version: 1.6.4-Forge9.11.1.964
    LWJGL: 2.9.0
    OpenGL: ATI Radeon HD 4800 Series GL version 3.3.11653 Compatibility Profile Context, ATI Technologies Inc.
    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: 69 (3864 bytes; 0 MB) allocated, 11 (616 bytes; 0 MB) used
Tagsexperimental build, Forge, NEI
Minecraft Version

Activities

Ryo_Pasternak

2013-11-23 11:35

reporter  

crash-2013-11-23_15.21.55-client.txt (9,094 bytes)   
---- Minecraft Crash Report ----
// You're mean.

Time: 23.11.13 15:21
Description: Updating screen events

java.lang.NoClassDefFoundError: net/minecraft/src/ModLoader
	at ic2.neiIntegration.core.GradualRecipeHandler$CachedGradualRecipe.<init>(GradualRecipeHandler.java:32)
	at ic2.neiIntegration.core.GradualRecipeHandler.loadUsageRecipes(GradualRecipeHandler.java:78)
	at codechicken.nei.recipe.TemplateRecipeHandler.loadUsageRecipes(TemplateRecipeHandler.java:376)
	at codechicken.nei.recipe.TemplateRecipeHandler.getUsageHandler(TemplateRecipeHandler.java:511)
	at codechicken.nei.recipe.GuiUsageRecipe.openRecipeGui(GuiUsageRecipe.java:42)
	at codechicken.nei.recipe.RecipeItemInputHandler.lastKeyTyped(RecipeItemInputHandler.java:19)
	at codechicken.nei.forge.GuiContainerManager.lastKeyTyped(GuiContainerManager.java:313)
	at net.minecraft.client.gui.inventory.GuiContainer.func_73869_a(GuiContainer.java:909)
	at net.minecraft.client.gui.inventory.GuiContainerCreative.func_73869_a(GuiContainerCreative.java:326)
	at net.minecraft.client.gui.inventory.GuiContainer.keyPress(GuiContainer.java:999)
	at codechicken.nei.forge.GuiContainerManager.fixhandleKeyboardInput(GuiContainerManager.java:457)
	at net.minecraft.client.gui.inventory.GuiContainer.func_73860_n(GuiContainer.java:1004)
	at net.minecraft.client.gui.GuiScreen.func_73862_m(SourceFile:111)
	at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1566)
	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:910)
	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)
Caused by: java.lang.ClassNotFoundException: net.minecraft.src.ModLoader
	at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	... 23 more
Caused by: java.lang.NullPointerException


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

-- Head --
Stacktrace:
	at ic2.neiIntegration.core.GradualRecipeHandler$CachedGradualRecipe.<init>(GradualRecipeHandler.java:32)
	at ic2.neiIntegration.core.GradualRecipeHandler.loadUsageRecipes(GradualRecipeHandler.java:78)
	at codechicken.nei.recipe.TemplateRecipeHandler.loadUsageRecipes(TemplateRecipeHandler.java:376)
	at codechicken.nei.recipe.TemplateRecipeHandler.getUsageHandler(TemplateRecipeHandler.java:511)
	at codechicken.nei.recipe.GuiUsageRecipe.openRecipeGui(GuiUsageRecipe.java:42)
	at codechicken.nei.recipe.RecipeItemInputHandler.lastKeyTyped(RecipeItemInputHandler.java:19)
	at codechicken.nei.forge.GuiContainerManager.lastKeyTyped(GuiContainerManager.java:313)
	at net.minecraft.client.gui.inventory.GuiContainer.func_73869_a(GuiContainer.java:909)
	at net.minecraft.client.gui.inventory.GuiContainerCreative.func_73869_a(GuiContainerCreative.java:326)
	at net.minecraft.client.gui.inventory.GuiContainer.keyPress(GuiContainer.java:999)
	at codechicken.nei.forge.GuiContainerManager.fixhandleKeyboardInput(GuiContainerManager.java:457)
	at net.minecraft.client.gui.inventory.GuiContainer.func_73860_n(GuiContainer.java:1004)
	at net.minecraft.client.gui.GuiScreen.func_73862_m(SourceFile:111)

-- Affected screen --
Details:
	Screen name: net.minecraft.client.gui.inventory.GuiContainerCreative

-- Affected level --
Details:
	Level name: MpServer
	All players: 1 total; [EntityClientPlayerMP['Ryo_Pasternak'/0, l='MpServer', x=530,50, y=5,62, z=552,50]]
	Chunk stats: MultiplayerChunkCache: 441
	Level seed: 0
	Level generator: ID 01 - flat, ver 0. Features enabled: false
	Level generator options: 
	Level spawn location: World: (533,4,562), Chunk: (at 5,0,2 in 33,35; contains blocks 528,0,560 to 543,255,575), Region: (1,1; contains chunks 32,32 to 63,63, blocks 512,0,512 to 1023,255,1023)
	Level time: 164 game time, 164 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: 1 total; [EntityClientPlayerMP['Ryo_Pasternak'/0, l='MpServer', x=530,50, y=5,62, z=552,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 Vista (amd64) version 6.0
	Java Version: 1.7.0_45, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 404107880 bytes (385 MB) / 795344896 bytes (758 MB) up to 954728448 bytes (910 MB)
	JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
	AABB Pool Size: 9251 (518056 bytes; 0 MB) allocated, 2 (112 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.99.19.964 Minecraft Forge 9.11.1.964 13 mods loaded, 13 mods active
	mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
	FML{6.99.19.964} [Forge Mod Loader] (forge-1.6.4-9.11.1.964.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
	Forge{9.11.1.964} [Minecraft Forge] (forge-1.6.4-9.11.1.964.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.1.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
	IC2{2.0.306-experimental} [IndustrialCraft 2] (industrialcraft-2_2.0.306-experimental.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
	NEIAddons{1.9.1.r43} [NEI Addons] (neiaddons-1.6.2-1.9.1.r43.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
	NEIAddons|AE{1.9.1.r43} [NEI Addons: Applied Energistics] (neiaddons-1.6.2-1.9.1.r43.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
	NEIAddons|CraftingTables{1.9.1.r43} [NEI Addons: Crafting Tables] (neiaddons-1.6.2-1.9.1.r43.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
	NEIAddons|ExtraBees{1.9.1.r43} [NEI Addons: Extra Bees] (neiaddons-1.6.2-1.9.1.r43.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
	NEIAddons|Forestry{1.9.1.r43} [NEI Addons: Forestry] (neiaddons-1.6.2-1.9.1.r43.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
	NEIAddons|MiscPeripherals{1.9.1.r43} [NEI Addons: Misc Peripherals] (neiaddons-1.6.2-1.9.1.r43.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
	NEIPlugins{1.1.0.3} [NEI Plugins] (NEIPlugins-1.1.0.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
	Launched Version: 1.6.4-Forge9.11.1.964
	LWJGL: 2.9.0
	OpenGL: ATI Radeon HD 4800 Series GL version 3.3.11653 Compatibility Profile Context, ATI Technologies Inc.
	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: 69 (3864 bytes; 0 MB) allocated, 11 (616 bytes; 0 MB) used

Player

2013-12-12 14:09

administrator   ~0001979

Should be fixed in later builds.

Issue History

Date Modified Username Field Change
2013-11-23 11:35 Ryo_Pasternak New Issue
2013-11-23 11:35 Ryo_Pasternak File Added: crash-2013-11-23_15.21.55-client.txt
2013-11-23 11:36 Ryo_Pasternak Tag Attached: experimental build
2013-11-23 11:36 Ryo_Pasternak Tag Attached: NEI
2013-11-23 11:36 Ryo_Pasternak Tag Attached: Forge
2013-12-12 14:09 Player Note Added: 0001979
2013-12-12 14:09 Player Status new => resolved
2013-12-12 14:09 Player Resolution open => fixed
2013-12-12 14:09 Player Assigned To => Player