View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000210 | Industrial-Craft² | crossmod-compatibility / submodules / API | public | 2012-12-27 00:10 | 2012-12-28 16:38 |
| Reporter | iulianov | Assigned To | Player | ||
| Priority | normal | Severity | crash | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Platform | x64 | OS | Windows | OS Version | 7 |
| Summary | 0000210: Crash when looking at NEI recipes | ||||
| Description | The 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 Reproduce | look at the "uses" recipes for redstone dust and cycle through the groups. | ||||
| Additional Information | Installed 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) | ||||
| Tags | No tags attached. | ||||
| Minecraft Version | |||||
| 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 |