Skip to content
This repository has been archived by the owner on Mar 12, 2023. It is now read-only.

[1.12] strange crash on some systems #65

Open
mensreaMC opened this issue Nov 18, 2018 · 4 comments
Open

[1.12] strange crash on some systems #65

mensreaMC opened this issue Nov 18, 2018 · 4 comments

Comments

@mensreaMC
Copy link

I've had several users of a modpack report this crash to me https://pastebin.com/U8Zz1ZiP . I have never gotten the error and I'm not sure why the error even cites a plains biome. There are none in the pack.

@towerofnix
Copy link

I have never gotten the error and I'm not sure why the error even cites a plains biome. There are none in the pack.

Perhaps that's exactly the problem. It looks like the error is showing up because Ambience can't make note of the plains biome because that biome doesn't exist. I guess the fix for this, in Ambience's code, would be to confirm that each biome has been registered before before referencing it. (Code fix should be around here.)

@mensreaMC
Copy link
Author

To clarify the biome does exist, it's still registered, it just doesn't generate. Should have noted that.

@towerofnix
Copy link

Alright. My best guess is that Ambience is for some reason trying to run before the biomes have been registered, then, but I'm not sure what would cause that (I don't actually have experience developing mods or hacking Minecraft much).

@lampyr
Copy link

lampyr commented Nov 20, 2018

hi i have the same issue. I can't enter the world anymore.

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

No branches or pull requests

3 participants