Infamous-Misadventures / Dungeons-Libraries

MIT License
6 stars 5 forks source link

1.16.5 when loading into world, newest update now crashes. Error: java.lang.IllegalStateException: Pose stack not empty #37

Open Jetpack-Cat opened 1 year ago

Jetpack-Cat commented 1 year ago

dungeons_libraries-1.16.5-1.0.6.jar

The game crashed whilst unexpected error Error: java.lang.IllegalStateException: Pose stack not empty

This crash did NOT happen on dungeons_libraries-1.16.5-1.0.5.jar

The game crashes when I load into a world. I'm also using Epic Fight Mod.

crash-2023-02-25_15.58.05-client.txt

criscky commented 1 year ago

i can confirm that it happens in a isolated instance with only

curios-forge-1.16.5-4.0.5.3.jar dungeons_gear-1.16.5-3.2.7.jar dungeons_libraries-1.16.5-1.0.6.jar dungeons_mobs-1.16.5-2.2.3.jar EpicFight-16.6.4.jar geckolib-forge-1.16.5-3.0.106.jar jei-1.16.5-7.7.1.153.jar

and yes that's a compatibility issue with epicfight

worth noticing that it doesnt happen when you remove dungeon mobs or when you use 1.0.5 of dungeon libraries

criscky commented 1 year ago

possibly same issue than this https://github.com/baguchan/EnchantWithMob-Forge/issues/24

was solved by https://github.com/baguchan/EnchantWithMob-Forge/commit/c9f030abb03eac8b00b339efddcd1055337c427d

prob could do something similar here https://github.com/Infamous-Misadventures/Dungeons-Libraries/blob/f04b8a56c8c0b509d1f6452ddf6bc434d0eaf343/src/main/java/com/infamous/dungeons_libraries/entities/elite/EliteMobEvents.java#L122 and here https://github.com/Infamous-Misadventures/Dungeons-Libraries/blob/f04b8a56c8c0b509d1f6452ddf6bc434d0eaf343/src/main/java/com/infamous/dungeons_libraries/entities/elite/EliteMobEvents.java#L135

Jackiecrazy commented 1 year ago

getting a similar crash with cloak&dagger.

Thelnfamous1 commented 7 months ago

getting a similar crash with cloak&dagger.

Is this issue still present in 1.19.2?