Crafting jobs hang as "scheduled" since crafting CPU inventory is not empty
hashworks opened this issue ยท 2 comments
I mix Applied Energistics 2 with Modern Industrialization. A lot of MI things are crafted in the ME System by pattern providers attached to Molecular Assemblers and Configureable Storage Chests.
Sometimes jobs just hang as "scheduled" until I cancel them, and they are restarted.
This job is supposed to run in a molecular assembler and has all required ressources:
Similar jobs: https://fb.hash.works/xsFuER/ and https://fb.hash.works/b10Coi/
I've seen this happen with empty Configurable Chests as a target inventory as well:
This blocks the crafting system since it will wait on that job (and block that CPU).
When this happens, a warning appears in the log, issued at this point in CraftingCPULogic.java
:
[22:41:51] [Server thread/WARN]: Crafting CPU inventory is not empty yet a job was submitted.
[22:42:43] [Server thread/WARN]: Crafting CPU inventory is not empty yet a job was submitted.
[22:43:45] [Server thread/WARN]: Crafting CPU inventory is not empty yet a job was submitted.
Any ideas? I guess somehow the crafting CPUs are free but have leftover stuff in their inventory?
I can provide a world folder on request (~4GB).
@ImAK9 Was this closed because it was fixed with a new mod version?