Drathonix / LoadMyChunks

A server friendly chunk loading mod
MIT License
5 stars 0 forks source link

[Crash] Crash when Chunky is finishing pregeneration #22

Closed vico93 closed 3 months ago

vico93 commented 3 months ago

Mod Version LoadMyChunks-1.0.6-hf1+1.21+fabric

What were you doing before the crash happened? Basically, Chunky (GH) was finishing a 2500x2500 pregeneration on singleplayer and was almost finished when this crash happened. Related to #21 ?

Provide Logs here: Gist

Drathonix commented 3 months ago

Yup. This is likely a threading issue as mentioned in #21

The save method needs to be labelled as sync. Be on the look out for hf2.

Drathonix commented 3 months ago

I'll close this for now. If you haven't already update to hf2. If you experience any crashes at the end of chunk pregen, reopen this issue with the crash report.