
Game crashes after deleting world and loading world creation screen.
HyperCodec opened this issue ยท 2 comments
My world had gotten a popup about a datapack error, so I did back to title. Upon deleting the world, it went to the "preparing for world creation" screen, and a few seconds later, crashed with this mod in the stacktrace.
My guess is that something isn't being uninitialized properly when the world loading is abruptly stopped like that, as it works fine when the world hasn't previously crashed (world data was prob corrupted after OOM error made everything explode in a previous game launch).
Looks like it happens on just world deletion -> world creation sometimes anyway, without the world being corrupted.
Can confirm this exact error happens on my end with 1.20.1 version 3.1.3. I am not doing any world deletion and getting this, just trying to join/create a single player world first thing after the game launches.
I'm also using Spartan Weaponry Addon Toolkit and the blue skies, undergarden, I&F, and aether compat mods (updated to their latest respective versions at the time of writing this). Crash does not seem to occur when removing these. Will post an issue over there incase, just putting my own info down for others with the same issue.
The thing that is weird is that it only happens some of the time when I start a new session; is it possibly some sort of load order issue happening when it comes to the traits being initialized on the addon weapons? (Just a guess based on null happening at SwordBaseItem line 99)