Modern Industrialization

Modern Industrialization

9M Downloads

Crash with Exception in server tick loop

Closed this issue ยท 3 comments

commented

Apparently this is caused by the fluid network, if I'm reading this right?

https://pastebin.com/aaXSwwy6

Note: I'm using also Extended Industrialization machines, if this could be useful for you.

Thank you and happy new year :)

commented

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

commented

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!

commented

Yes, I meant Forgified Fabric API.