Crash on AE2 caused by QS
SirOMGitsYOU opened this issue ยท 3 comments
Any possibility of a legacy fix for 1.12.2 for this? as it crashes the entire server when chunk is loaded
Hey. I'm the poor guy who is behind causing the crash.
I have a very simple setup with a QStorage multiblock with only a single AE2 storage bus hooked up to one of the multiblock IO ports. My AE2 network is also tiny.
It looks like it causes AE2 to crash the whole server because the multiblock isn't formed when reloading the chunk and it gets a null pointer trying to get the GridStorageCache etc. from the IO.
It could be fixed by returning a dummy empty inventory to the AE2 bus if the block hasn't yet formed maybe?