Log spam in DH 2.0
Getting
net.minecraft.ReportedException: Feature placement ... Caused by: java.lang.NullPointerException: No chunk exists at [4, -14]
exceptions when generating the world. Not sure if they are something I need to worry about or not, seems to be related to yungs mods as his are consistently in the stack trace for these. Just want to make sure these exceptions don't indicate that the world is generating incorrectly or something.
```4 Replies
Sounds like yungs' world gen doesn't work well with DH's world generator. For now I'd recommend disabling the world generator or removing youngs mods.
looking into this more I think yungs might actually be causing access violation issues, I made a full report regarding that here: https://gitlab.com/jeseibel/distant-horizons/-/issues/578. Out of curiosity, would it be possible to use a separate chunk pregenerator and set up the lods to generate from that?
Does Yungs' do any rendering? if not that's really weird.
It is possible via the DhApi, but someone would have to create a new world generator.
As a temporary fix set DH's world generator to "surface" in the advanced menu
Well it seems a little more complicated as I have yet to reproduce the error with just yungs. It seems to be yungs + terrablender with the two biome mods I posted in the bug report. Just yungs seems fine and just terrablender seems fine. But combined I get that crash. It's also possible I'm seeing patterns where there are none tho given the random nature of the issue.
I haven't gotten the crash pre 2.0 if that's at all helpful