Modular Machinery: Community Edition

Modular Machinery: Community Edition

239k Downloads

Impetus Crash

sainagh opened this issue ยท 3 comments

commented

This does not happen every time, but impetus hatches seem to be having some problems causing crashes.

crash-2024-01-08_05.51.44-server.txt

commented

let me see...

commented

Try update thaumicaugmentation.

commented

Looks like ThaumicAugmentation-1.12.2-2.1.11 is the latest and is what's present in the crash report. Could it be possible that deregisterRenderableImpetusNode() can be called twice, once in invalidate() here and again in onChunkUnload() here? This would mean on the second call remove() is called on the default immutable map and thus throw the java.lang.UnsupportedOperationException.
Catching the exception when deregistering should be sufficient.