Crashing loading base: ConcurrentModificationException
Strimblaster opened this issue ยท 1 comments
I'm crashing when teleporting to my base, it's a client side crash I'm playing in the last version and on a server.
I checked the crash report and it seems to be in p455w0rdslib mod in LightHandler Class. The last change i made to light in my house recently was Feral Flare Lantern.
It doesn't happen everytime so... I think the problem is that, 2 threads are searching/changing the same ArrayList and that violates ArrayList's rule so it crashes. And this only happens when both threads randomly happen to be using the same ArrayList at the same time.