All of Fabric 5 - AOF5 - 1.18.2

All of Fabric 5 - AOF5 - 1.18.2

496k Downloads

Crafting jobs hang as "scheduled" since crafting CPU inventory is not empty

hashworks opened this issue ยท 2 comments

commented

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:
scheduled
long-running

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:
scheduled-chest
also-long-running

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).

commented

@ImAK9 Was this closed because it was fixed with a new mod version?

commented

Sometimes when jobs finish or are canceled I get "Can't Store Contents!":
cant-store-contents

Maybe this causes the bug since the items (in this case, the tin wire) remains in the crafting storage.