Refined Storage

Refined Storage

77M Downloads

Crafting Task not created when clicking Start

nigrum-dente opened this issue ยท 1 comments

commented

While not a crash of minecraft, each time I try to make a resonant upgrade kit and click Start, nothing happen.

Version:

  • Minecraft: 1.12.2
  • Forge: 14.23.1.2601
  • Refined Storage: 1.5.31

Does this issue occur on a server?: No

Since the do not crash, there is no crash log, howether here is the related snippet from the lastest.log:
[11:10:41] [RS crafting preview calculation/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.NullPointerException
[11:10:41] [RS crafting preview calculation/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.raoulvdberge.refinedstorage.apiimpl.util.StackListItem.remove(StackListItem.java:44)
[11:10:41] [RS crafting preview calculation/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.raoulvdberge.refinedstorage.apiimpl.util.StackListItem.remove(StackListItem.java:17)
[11:10:41] [RS crafting preview calculation/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.raoulvdberge.refinedstorage.apiimpl.autocrafting.task.CraftingTask.calculate(CraftingTask.java:260)
[11:10:41] [RS crafting preview calculation/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.raoulvdberge.refinedstorage.apiimpl.autocrafting.task.CraftingTask.calculate(CraftingTask.java:252)
[11:10:41] [RS crafting preview calculation/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.raoulvdberge.refinedstorage.apiimpl.autocrafting.task.CraftingTask.calculate(CraftingTask.java:252)
[11:10:41] [RS crafting preview calculation/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.raoulvdberge.refinedstorage.apiimpl.autocrafting.task.CraftingTask.calculate(CraftingTask.java:252)
[11:10:41] [RS crafting preview calculation/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.raoulvdberge.refinedstorage.apiimpl.autocrafting.task.CraftingTask.calculate(CraftingTask.java:252)
[11:10:41] [RS crafting preview calculation/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.raoulvdberge.refinedstorage.apiimpl.autocrafting.task.CraftingTask.calculate(CraftingTask.java:109)
[11:10:41] [RS crafting preview calculation/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.raoulvdberge.refinedstorage.apiimpl.network.grid.handler.ItemGridHandler.lambda$onCraftingPreviewRequested$0(ItemGridHandler.java:186)
[11:10:41] [RS crafting preview calculation/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.raoulvdberge.refinedstorage.apiimpl.network.grid.handler.ItemGridHandler$$Lambda$4363/1861112054.run(Unknown Source)
[11:10:41] [RS crafting preview calculation/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.Thread.run(Thread.java:745)

Here are some picture of the relevant pattern:
hardenedupgradekit
electrumupgradekit
signalumupgradekit
resonantupgradekit
electrumconversionkit
signalumconversionkit
resonantconversionkit

commented

Ok, I'm not sure what happened but just after posting the issue it now seem to work fine.