Badel2 / slime_seed_finder

https://badel2.github.io/slime_seed_finder
GNU General Public License v3.0
49 stars 4 forks source link

Multi-Spawner fails if world size is too big #32

Closed Mythbusters123 closed 2 years ago

Mythbusters123 commented 2 years ago

image

Badel2 commented 2 years ago

Hi, thanks for the bug report! From the screenshot I see that the world size is 668 MB. It's true that there may be some issues with large words when the WebAssembly runtime runs out of memory, but in that case you wouldn't see this error message. So this looks like a bug in the anvil-region parsing code. I was able to reproduce the issue using this map: https://www.minecraftmaps.com/city-maps/alma-bay so I will try to fix it.

Badel2 commented 2 years ago

So this is now fixed because I removed the piece of code that generates that error message. However big worlds may still cause other issues, but if you are lucky your world may work now. I opened #34 to add an error message in case in case the world is actually too big, but in theory the limit is 4GB. I you see a different error message feel free to open a new issue.

Mythbusters123 commented 2 years ago

Thanks so much!