Occasional crash when generating a SSP world
Yamza opened this issue ยท 4 comments
Bug Report
[ Occasional crash when generating a SSP world]
How can the crash be reproduced?
[There is no consistent reproduction. Some worlds generate correctly, and some crash on load.
- Create a world.
- Crash before loading in.]
Crash Report and Logs
[https://i.imgur.com/sqru2Vm.png
https://gist.github.com/Yamza/ba804c7da6a2d1255cd6c436bd8ad904
]
Mod Version
[BiomesOPlenty-1.15.1-10.0.0.296-universal
Forge: 30.0.35]
BoP isn't iterating over any biomes at all, it is merely registering biome dictionary tags for its own biomes. If Forge relies on some specific timing to do this they haven't made it clear, especially given this crash doesn't occur with BoP on its own.
I moved biome dictionary tag registration to occur immediately, which I assume should fix this. Although my previous comment still applies, they certainly haven't made it clear that this is a requirement.
This was actually during the mod load phase, before the main menu. Just got another reproduction of it here: https://gist.github.com/Yamza/e0a2b76225a402a09449807f0dd11e82
Forge: 30.0.41
BiomesOPlenty-1.15.1-10.0.0.296-universal
Raised the issue with Forge and got the attached reply: https://i.imgur.com/3U6KrvQ.png