OpenCubicChunks / CubicChunks

Infinite* height mod for Minecraft
MIT License
534 stars 69 forks source link

Optimized path navigator may cause server freeze when pushing entities through nether portal #403

Closed Barteks2x closed 6 years ago

Barteks2x commented 6 years ago

Most likely caused by trying to construct ChunkCache with very big coordinate range.

Foghrye4 commented 6 years ago

Only hostile entities in survival mode?

Barteks2x commented 6 years ago

So far only happened when going through the portal on a horse, or when someone pushed d a horse through, and even that not every time.

Foghrye4 commented 6 years ago

I suppose that with "optimize_path_navigator":false option everything is fine?

Barteks2x commented 6 years ago

Yes, it seems to work fine with that option set to false.

Barteks2x commented 6 years ago

Fixed by https://github.com/OpenCubicChunks/CubicChunks/pull/405