Refined Storage

Refined Storage

77M Downloads

NPE in calculation for Resonating Redstone Crystal

raoulvdberge opened this issue ยท 0 comments

commented
[15:41:38] [RS crafting calculation/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.NullPointerException
[15:41:38] [RS crafting calculation/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: 	at com.raoulvdberge.refinedstorage.api.util.IItemStackList.remove(IItemStackList.java:40)
[15:41:38] [RS crafting calculation/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: 	at com.raoulvdberge.refinedstorage.apiimpl.autocrafting.task.CraftingTask.calculate(CraftingTask.java:225)
[15:41:38] [RS crafting calculation/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: 	at com.raoulvdberge.refinedstorage.apiimpl.autocrafting.task.CraftingTask.calculate(CraftingTask.java:184)
[15:41:38] [RS crafting calculation/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: 	at com.raoulvdberge.refinedstorage.apiimpl.autocrafting.task.CraftingTask.calculate(CraftingTask.java:85)
[15:41:38] [RS crafting calculation/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: 	at com.raoulvdberge.refinedstorage.apiimpl.network.grid.ItemGridHandler.lambda$onCraftingPreviewRequested$0(ItemGridHandler.java:150)
[15:41:38] [RS crafting calculation/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: 	at java.lang.Thread.run(Thread.java:745)

Was requesting a Resonating Redstone Crystal which needs Ender Shards which needs Glass Cutters.

The only oredict recipe in this chain is the Ender Shard recipe.

This NPE only occurs when it needs to calculate extra Glass Cutters. When it has enough cutters, no problem.