'Error: Timed out' even when I'm on singleplayer
VoidVector10 opened this issue ยท 3 comments
I'm not using any biome adding mod, but when I use the compass to search for a biome the whole games freezes, although my player can move, and eventually I get the message of connection timed out, even when I'm not on a server, or playing on Lan with anybody, as I'm playing in my own personal world.
The algorithm for finding a biome is quite resource intensive, and it sounds like it's taking too long to locate whatever biome you're trying to find. Just as a test, can you try locating a biome that you know is very close to your current position and see if the game still times out? After that, you can try some combination of lowering distanceModifier, lowering maxSamples, and increasing sampleSpaceModifier in naturescompass.cfg. I recommend mainly changing distanceModifier; with a lower distance modifier you won't be able to locate biomes that are extremely far away, but it may stop the game from timing out.
The algorithm should likely be changed to have non-blocking wait(s). This would prevent disconnects