[Crash]: Games crashes while loading into the world
Cape-City opened this issue ยท 3 comments
Mod Loader (Required)
Fabric
Minecraft Version (Required)
1.19.3
Mod Version (Required)
5.0.24
Notes (Required)
With the v5.0.19 of the puzzleslib mod loading into the world did not has this issue so far. When updating to one of the last 3 versions (5.0.20, 5.0.22 or 5.0.24), this issue happens in 2 from 10 times while loading into the world.
Crash Report (Required)
https://gist.github.com/Cape-City/f0300178beac6ff6dfd9522257510074
latest.log (Optional)
https://gist.github.com/Cape-City/0ba6522b681a3ffff54c7149f3797739
Great! Crashy is also really good for making crash-reports readable btw.
Thanks for the report! The issue seems unrelated to Puzzles Lib though.
The crash is caused by an infinite loop in the parent-child relationship of advancements when checking their visibility (an advancement seems to be its own parent/child). Probably just one random mod/data pack adding the faulty advancement. Puzzles Lib isn't touching anything related to advancements, so there isn't really a chance it could be the cause.
Thanx for your reply, but where do you see, that the advancements have something to do with this issue? The only mods i know which do something with advancements are:
More Advancements (Fabric) - pardeus1 - moreadvancementsmod-1.2.2-1.19.3.jar
Better Advancements - way2muchnoise - BetterAdvancements-Fabric-1.19.3-0.3.1.151.jar
Pufferfish's Skills - Pufferfish - puffish_skills-0.1.2-1.19.3-fabric.jar
If i disable them, the issue is still there :(
Ok, i found something:
https://www.curseforge.com/minecraft/mc-mods/advancements-debug
My issue seams to be an old MC bug and this mod is fixing it. Just if anyone having the same issue.
When i put my logfile into this webside, then i also see, why you're speaking from advancements ;)
https://mclo.gs/
So, sorry for the ticket - but in the first line it seams to be your mod, 'coz of switching back und forward fixed or reproduced this issue :D