[1.18.1 Server Crash] Available slots null
itsdinkd opened this issue · 10 comments
Describe the bug
A player on Another Quality Modpack 2 tried to setup automated crafting of MI electric circuit, and after doing so, it crashed the official server. When this player joins back, the server crashes.
How to reproduce the bug
Working on retrieving this. Will update asap
Expected behavior
Not to crash and to automate electric circuit crafting
Additional details
The crash error from latest log: https://gist.github.com/itsdinkd/ff2d2d311f2f621f52edd1e3e9f75e0c
Which minecraft version are you using?
1.18
On which mod loaders does it happen?
Fabric
Crash log
Crash Report: https://gist.github.com/itsdinkd/0373c2f16db153553e2eafe31e024127
Looks like there is a broken sided inventory next to a pattern provider. Can't be from AE2 or MI though.
Thanks. The player didn't answer my question when asked what inventory he used 🤷 first time seeing this crash.
Oh looks like he did. He said he couldn't reproduce and then stated he believes its the recipes used and that they had too many recipes in one machine.
@Technici4n After looking through it and removing the ae2:controller that was causing the issue and seeing his base, it would indicate that this is a ae2 issue. I uploaded a incomplete crash log as well. apologies.
here is the full crash log; https://pastebin.com/YqhceEqw
Same problem as before: some BlockEntity that implements SidedInventory or some block that implements InventoryProvider is broken. And neither AE2 nor MI have such blocks. Therefore it must be a block from another mod, next to a pattern provider.
The problem is not the controller itself, but the network that's connected to it.
No, it's not code-wise.
I just checked the line numbers more carefully, and it appears that the error comes from some block entity implementing SidedInventory. Neither AE2 nor MI has such a block, so it much be either a vanilla thing or from another mod.
sorry tech for still talking about this lol. I just searched his region file for the chunk, and all he has are AE2, Tech reborn cables and solar panels, and MI stuff. He has 4 Minecraft vanilla barrels next to the pattern providers, and two kibe tanks to store steam. Would this be due to the barrel?