Concurrent Chunk Management Engine (Fabric)

Concurrent Chunk Management Engine (Fabric)

231k Downloads

Game crashed when exploring

Sunconure11 opened this issue ยท 16 comments

commented

https://pastebin.com/gi8rqqpc

Using one of your builds from actions, I ran into this. It seems to be related to structure gen. The issue is also blaming Snowy Spirit.

https://www.curseforge.com/minecraft/mc-mods/snowy-spirit

commented

I think this can count as solved.

commented
commented

This time, it is Biome Makeover.

commented
commented

This is pretty much the same issue as #172, which needs to be fixed in snowy-spirit

commented

So I could fix it easily however I was wondering why that happens in the first place. Is the level RandomSource not safe to call during worldgen or is it not thread safe at all with this. mod?

commented

So I could fix it easily however I was wondering why that happens in the first place. Is the level RandomSource not safe to call during worldgen or is it not thread safe at all with this. mod?

It is the level RandomSource not safe to call during worldgen.

commented

Ok I see. Must have not been a problem with the old java Random

commented

Looks like the fix is already made (MehVahdJukaar/SnowySpirit@f02e14a). Try reproduce again with that version.

commented

I will get back with you when a crash with another, unrelated mod gets fixed.

commented

The biome makeover bug should be fixed: Lemonszz/Biome-Makeover#179

commented

Closing as fixed

commented

Are you willing to backport fixes to 1.19.2? Namely asking due to the decisions of some mod authors, rendering me stuck and unable to use your stuff.

commented

I don't think Biome Makeover have 1.19.2? What's the "fixes" you are referring to.

commented

Biome makeover does have builds on 1.19.2, and that is what this issue was reported on. In this case, the structure gen crashes.

commented

Here is an updated build of Biome Makeover:
https://github.com/ishland/Biome-Makeover/actions/runs/3924187432