
OC2 computer causes server crashes when re-entering computer chunks
Codename-Texas opened this issue ยท 5 comments
Getting constant server crashes after inserting OC2 into list of mods and building a computer meant to monitor another mod's energy. Crashes happen when re-entering chunks with a computer in it. Removing OC2 from the mods list fixes the issue, meaning that this is indeed an issue relating to OC2.
From how I read the trace, probably from capability invalidation triggering device collection, which could attempt accessing unloaded chunks. Fixed that, so hopefully this is no longer an issue.
Will this be back-ported to the 1.16-forge branch?
From how I read the trace, probably from capability invalidation triggering device collection, which could attempt accessing unloaded chunks. Fixed that, so hopefully this is no longer an issue.
It might have something to do with immersive engineering or mekanism. Last think OCII does before the stack trace goes to other mods is li.cil.oc2.common.bus.device.provider.util.AbstractTileEntityCapabilityDeviceProvider
accepting something.