Crash with Exception in server tick loop
Closed this issue ยท 3 comments
Apparently this is caused by the fluid network, if I'm reading this right?
Note: I'm using also Extended Industrialization machines, if this could be useful for you.
Thank you and happy new year :)
Your stack trace contains org.sinytra.fabric.transfer_api.compat.FluidStorageFluidHandler.fill
, so this looks like a Sinytra Connector issue. They should gracefully ignore filling with empty fluid stacks since that is supported by the (Neo)Forge fluid API.
PS: Happy new year :D
Your stack trace contains
org.sinytra.fabric.transfer_api.compat.FluidStorageFluidHandler.fill
, so this looks like a Sinytra Connector issue. They should gracefully ignore filling with empty fluid stacks since that is supported by the (Neo)Forge fluid API.PS: Happy new year :D
Hi, thanks for the quick reply. I checked and I don't have Connector installed.
Using an old backup, I identified the problem: I had an Oritech fluid tank connected to the steam network and basically, when the tank gets empty, the game crashes.
I presume that this has to do with the Forgified Fabric API?
Anyway, thanks again!