MineColonies

MineColonies

53M Downloads

Minecolonies Multiplayer Chunk Crash

dreckz opened this issue ยท 1 comments

commented

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

  1. Get on multiplayer server and fly around with others
  2. The world begins to freeze up
  3. Server times out and everyone is kicked
  4. ... Profit

Crashlog:
crash-2020-01-21_03.31.53-server.txt

commented

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.