immortius / chunkbychunk

Minecraft mod in which you unlock the world chunk by chunk
Other
17 stars 5 forks source link

[1.18.2 ticking player] crash with SoulHome #98

Closed xFirefalconx closed 7 months ago

xFirefalconx commented 7 months ago

According to the info collected here it's a "already running this task" issue - I hope you know a way to resolve this? https://github.com/leafreynolds/soulhome/issues/5

I confirmed both mods crash together, the rest of the pack seems unaffected, after disabling CBC in a test profile and entering the SH dimension. Here's a copy of the crash log so you can look up what's going wrong. The SH dev also looked at the situation and gave hints in the linked github issue. crash-2023-11-15_20.26.49-server.txt

xFirefalconx commented 7 months ago

New information, the crash doesn't affect not petrified worlds (where I used the CBC config to spawn in the overworld, instead) I could freely enter and leave the Soulhome dimension there.

immortius commented 7 months ago

Technical detail is something along the lines of:

So fix is I just won't re-freeze the dimension registry (which I was doing to minimise impact on standard minecraft behavior).

immortius commented 7 months ago

Fixed in 2.1.1

xFirefalconx commented 7 months ago

Thanks a lot for your fix! I'll eagerly await the update 2.1.1 :)

xFirefalconx commented 7 months ago

Thanks again! I've successfully tested the update, it works now!