KnightMiner / Inspirations

Mod adding various smaller features to Minecraft
MIT License
44 stars 18 forks source link

Composter crash with tweaks module #213

Closed cdcp998 closed 3 years ago

cdcp998 commented 3 years ago

server https://paste.ubuntu.com/p/qdXj6bVVvC/

KnightMiner commented 3 years ago

This is not a java 16 crash, this is a race condition. Looks to be the same as #210, but I missed a case. You may find the crash does not happen the next time you run the game.

cdcp998 commented 3 years ago

But I use java11 to work. Using java16 will crash

KnightMiner commented 3 years ago

Its a race condition. Race conditions are caused by many different things. Changing java version could cause it, or changing mod list, or loading up the game during a full moon.

KnightMiner commented 3 years ago

Fixed in 1.2.3.37