Inconsistent crash
bangplaysgames opened this issue ยท 2 comments
Issue type:
- ๐ Bug
Short description:
It's very inconsistent, but there is a crash that keeps happening on my server caused by Integrated Tunnels. It's possible that this is also related to Ender Rift, as that is the storage device that my item interface is attached to, and its behavior is pretty drastically different from other storage devices.
Steps to reproduce the problem:
- Attach Item Interface to Ender Rift
- Insert and extract items via Storage Terminal
- It's random, it seems, when the issue shows itself.
- Sometimes it simply stops receiving any items and shows "####/0" as the number of items in the terminal and the maximum." Sometimes it hard crashes the server.
Expected behaviour:
Not have this crash.
Versions:
- This mod: 1.16.5-1.8.9
- Minecraft: 1.16.5
- Forge: 36.2.31
Log file:
This may be a bug in Ender Rift.
IT throws this error if item extraction during simulation and actual execution is different (because IT depends on this in it's item routing logic)
https://github.com/CyclopsMC/CommonCapabilities/blob/48eb24b736a3da2a068bc6272edf91db5898adee/src/main/java/org/cyclops/commoncapabilities/ingredient/storage/IngredientComponentStorageWrapperHandlerItemStack.java#L205-L208
Could you open an issue on their tracker to see where the problem may lie?
Forge Capabilities that can be shared by multiple mods. - CommonCapabilities/IngredientComponentStorageWrapperHandlerItemStack.java at 48eb24b736a3da2a068bc6272edf91db5898adee ยท CyclopsMC/CommonCap...