Minecolonies Multiplayer Chunk Crash
dreckz opened this issue ยท 1 comments
Minecolonies version:
Version: Minecraft Version 1.14.4
Minecolonies: 0.10.593-RELEASE
Forge: 28.1.107
Expected behavior
Being able to render chunks as normal
Flying around the world to render different chunks in the game.
Actual behaviour
Usually works perfectly fine!
Randomly when flying around on the multiplayer would with a couple others doing the same to generate the world, the server begins to timeout and ends up timing out and crashing
Steps to reproduce the problem
fly around a multiplayer world with others generating chunks
- Get on multiplayer server and fly around with others
- The world begins to freeze up
- Server times out and everyone is kicked
- ... Profit
Crashlog:
crash-2020-01-21_03.31.53-server.txt
this is completly normal vanilla behaviour, chunk generation is an expensive task and when you're flying around with multiple ppl, generating chunks and it lags it simply means that your server cannot keep up with generating the chunks fast enough. Look into pre-generating chunks if you wan to solve this, its not a bug.