ModernFix

ModernFix

72M Downloads

Crash when entering the world

Kasualix opened this issue ยท 4 comments

commented
commented

Sometimes maybe. I created several worlds but only this first one got crashed.

commented

Seems most likely to be some mod accessing NBT from multiple threads. Guess I will have to make CanonizingStringMap thread-safe. Does it happen consistently or only sometimes?

commented

I think it's most likely some mod interaction that mutates this from multiple threads and making the NBT map thread-safe would reduce performance in all other scenarios. So I think I'll leave this one unfixed, doesn't seem to have been reported commonly.

commented

After stumbling across a similar issue in 1.20 with a completely different mod I tracked this down to Forge most likely firing a config event to the same mod concurrently. Should be fixed in 5.0.4 and newer by 41b71c5.