KnightMiner / Inspirations

Mod adding various smaller features to Minecraft
MIT License
44 stars 18 forks source link

Inspirations + Survive = Crash #171

Closed vicitafirea closed 4 years ago

vicitafirea commented 4 years ago

Versions: Minecraft:1.15.2 Forge: 31.2.0 Inspirations 1.1.0 for 1.15.2

Describe the bug

Survive-1.15.2-1.5.0 -Added the ability to drink water from cauldrons The game crashes when loading up.

Crash report

Sadly, the mod dev of Survive hasn't disclosed their source

KnightMiner commented 4 years ago

Please post your full game log, the real crash cause is hidden due to a Forge bug.

vicitafirea commented 4 years ago

Oh, sorry, didn't know, hope this helps! Logs

KnightMiner commented 4 years ago

Yep, found what I was looking for there:

Failed to register automatic subscribers. ModID: survive, class com.stereowalker.survive.Survive
java.lang.NoClassDefFoundError: com/stereowalker/unionlib/util/ScreenHelper$ScreenOffset

Looks like a Survive bug, Inspirations just happened to get included in the stack trace because of the dumb Forge bug. I can add a safety there just so I stop getting blamed for all these exceptions though.

See #152 for more info on that

vicitafirea commented 4 years ago

I guess I'll make an issue on Survive's side then, thanks for looking into this! :)