View Issue Details

IDProjectCategoryView StatusLast Update
0000210Industrial-Craft²crossmod-compatibility / submodules / APIpublic2012-12-28 16:38
Reporteriulianov Assigned ToPlayer  
PrioritynormalSeveritycrashReproducibilityalways
Status resolvedResolutionfixed 
Platformx64OSWindowsOS Version7
Summary0000210: Crash when looking at NEI recipes
DescriptionThe client crashes with a NoClassDefFoundError when cycling through recipes for some items.
Stack follows:
t: Ticking screen
at net.minecraft.client.Minecraft.l(Minecraft.java:1544)
at net.minecraft.client.Minecraft.J(Minecraft.java:846)
at net.minecraft.client.Minecraft.run(Minecraft.java:771)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NoClassDefFoundError: codechicken/nei/DefaultOverlayRenderer
at ic2.neiIntegration.core.GradualRecipeHandler.hasOverlay(GradualRecipeHandler.java:140)
at codechicken.nei.recipe.GuiRecipe.refreshPage(GuiRecipe.java:236)
at codechicken.nei.recipe.GuiRecipe.c(GuiRecipe.java:141)
at net.minecraft.client.Minecraft.l(Minecraft.java:1537)
... 3 more
Caused by: java.lang.ClassNotFoundException: codechicken.nei.DefaultOverlayRenderer
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:87)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 7 more
Steps To Reproducelook at the "uses" recipes for redstone dust and cycle through the groups.
Additional InformationInstalled from FTB using direwolfs pack. Same thing happens when using mindcraft pack.
NEI version: 1.4.4.0

Looking at the jars the class should be:
codechicken.nei.api.DefaultOverlayRenderer
not
codechicken.nei.DefaultOverlayRenderer (note missing api package)
TagsNo tags attached.
Minecraft Version

Activities

iulianov

2012-12-27 00:15

reporter   ~0000575

I apologize: this a dupe of bug 178.

Player

2012-12-28 16:38

administrator   ~0000586

should be fixed in the next version

Issue History

Date Modified Username Field Change
2012-12-27 00:10 iulianov New Issue
2012-12-27 00:15 iulianov Note Added: 0000575
2012-12-28 16:38 Player Note Added: 0000586
2012-12-28 16:38 Player Status new => resolved
2012-12-28 16:38 Player Resolution open => fixed
2012-12-28 16:38 Player Assigned To => Player