Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Game crashing while stopping download #239

Open
IsNevis opened this issue Jan 7, 2022 · 8 comments
Open

Game crashing while stopping download #239

IsNevis opened this issue Jan 7, 2022 · 8 comments
Labels

Comments

@IsNevis
Copy link

IsNevis commented Jan 7, 2022

Log: latest.log
Debug(? idk this was in the logs folder too): debug.log
Crash: crash-2022-01-08_02.03.49-client.txt

@Pokechu22
Copy link
Owner

Pokechu22 commented Jan 7, 2022

Looks like it crashed trying to save the biomes for the world. Biomes are fairly complicated in 1.16+, as they are data-driven and can be defined by the server. In this case, it failed because there was no nether biome, and thus the normal world generation settings (which expect there to be a nether) broke. Is this is a skyblock server with no nether dimension at all?

@Pokechu22 Pokechu22 added the bug label Jan 7, 2022
@IsNevis
Copy link
Author

IsNevis commented Jan 7, 2022

Yeh it's a Skyblock server. And yeh pretty sure there is no nether

@Pokechu22
Copy link
Owner

If you have the ability to connect to the server with older Minecraft versions, try using 1.16.1 or older (for 1.16.1 you'll have to install it as a base edit using the "add to minecraft.jar" functionality in MultiMC). That version predates the dynamic biome system (which was added in 1.16.2 if I recall correctly) so the crash shouldn't happen.

@IsNevis
Copy link
Author

IsNevis commented Jan 7, 2022

Well gonna try it. If it works it will be perfect as the server support starts from 1.16.1

@IsNevis
Copy link
Author

IsNevis commented Jan 7, 2022

ok it works. Thanks for the help.

I think you should fix this issue next time you update : )

@Pokechu22
Copy link
Owner

Yeah, I'll look into it - biomes in general are complicated and something I haven't had time to investigate, but crashing is definitely something that shouldn't happen.

@IsNevis
Copy link
Author

IsNevis commented Jan 7, 2022

you could maybe add an option to ignore biomes so it doesn't crashes. well thats a simple solution

@FSWei
Copy link

FSWei commented Nov 25, 2022

thank you~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants