View Issue Details

IDProjectCategoryView StatusLast Update
0001204Industrial-Craft²crossmod-compatibility / submodules / APIpublic2014-08-07 13:41
Reporterbigbantha Assigned ToPlayer  
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionduplicate 
Product VersionBuilds for MC 1.7.10 
Summary0001204: Crash when looking up uses for other mod's item in NEI
DescriptionWhen looking up uses for the crushed hematite ore from ChemLab, I instantly crash with an IC2-NEI error. Upon further investigation, it appears that the thermal centrifuge's NEI recipe handler is bugged, as I also crash when I try to load all of it's recipes. I'm not sure if I should report this here, to NEI, or to ChemLab.
I posted the crash log in the Additional Info section.
Steps To ReproduceInstall IC2, NEI, and ChemLab, as well as their dependancies. Find the crushed hematite ore and look up uses for it. It should freeze then crash upon doing so.
Additional InformationCrash log:
java.lang.ClassCastException: not an ItemStack, ItemStack[] or List<ItemStack?
    at codechicken.nei.NEIServerUtils.extractRecipeItems(NEIServerUtils.java:343)
    at codechicken.nei.PositionedStack.<init>(PositionedStack.java:27)
    at codechicken.nei.PositionedStack.<init>(PositionedStack.java:39)
    at ic2.neiIntegration.core.CentrifugeRecipeHandler$CachedIORecipe.<init>(CentrifugeRecipeHandler.java:63)
    at ic2.neiIntegration.core.CentrifugeRecipeHandler.loadUsageRecipes(CentrifugeRecipeHandler.java:128)
    at codechicken.nei.recipe.TemplateRecipeHandler.loadUsageRecipes(TemplateRecipeHandler.java:346)
    at codechicken.nei.recipe.TemplateRecipeHandler.getUsageHandler(TemplateRecipeHandler.java:471)
    at codechicken.nei.recipe.GuiUsageRecipe.openRecipeGui(GuiUsageRecipe.java:20)
    at codechicken.nei.recipe.RecipeItemInputHandler.lastKeyTyped(RecipeItemInputHandler.java:20)
    at codechicken.nei.guihook.GuiContainerManager.lastKeyTyped(GuiContainerManager.java:320)
    at codechicken.nei.recipe.GuiRecipe.func_73869_a(GuiRecipe.java:80)
    at net.minecraft.client.gui.inventory.GuiContainer.public_func_73869_a(GuiContainer.java)
    at codechicken.nei.guihook.GuiContainerManager.callKeyTyped(GuiContainerManager.java)
    at codechicken.nei.guihook.GuiContainerManager.keyTyped(GuiContainerManager.java:508)
    at codechicken.nei.guihook.GuiContainerManager.handleKeyboardInput(GuiContainerManager.java:496)
    at net.minecraft.client.gui.inventory.GuiContainer.func_146282_l(GuiContainer.java)
    at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:276)
    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1628)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:961)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
    at net.minecraft.client.main.Main.main(SourceFile:148)
    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:134)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    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 org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:273)
    at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:363)
    at org.multimc.EntryPoint.listen(EntryPoint.java:165)
    at org.multimc.EntryPoint.main(EntryPoint.java:54)
TagsCrash, NEI
Minecraft Version

Activities

Player

2014-08-06 17:16

administrator   ~0003034

I've added some extra debug output, please recheck.

bigbantha

2014-08-06 19:42

reporter   ~0003041

I'll put the log on the other post

Issue History

Date Modified Username Field Change
2014-08-03 16:16 bigbantha New Issue
2014-08-03 16:19 bigbantha Tag Attached: Crash
2014-08-03 16:19 bigbantha Tag Attached: NEI
2014-08-05 11:55 Thunderdark Assigned To => Player
2014-08-05 11:55 Thunderdark Status new => assigned
2014-08-06 17:16 Player Note Added: 0003034
2014-08-06 19:42 bigbantha Note Added: 0003041
2014-08-07 13:41 Player Status assigned => closed
2014-08-07 13:41 Player Resolution open => duplicate