[Bug]: Deadlock
KostromDan opened this issue ยท 2 comments
Describe the bug you're experiencing
Just created new world, wandered around 2-3 mins and deadlock happened.
Reproducability
Can't reproduce on same seed, seems like random.
Mod up to date
- Before submitting this issue I updated to the newest version and reproduced it
Minecraft version
1.19.2
Modloader version
Forge
Logs
https://gist.github.com/KostromDan/38407e2d7929fc1ed0c0fed159fb2c62
Not really betterhcunkloadings fault, as it just queries a nearby chunk on the server thread during post load ticking of blocks(water ticking to make it start flow e.g.). Vanilla does the same thing, betterchunkloading just delays it a bit.
Its probably some of the worldgen mods in play causing the issue, like structure or biome mods.
What I can do is reducing the amount of possible unloaded chunk requests on a tick, which may give it less of a likelyhood to appear/stalls the server thread for less time