TheCBProject / ChickenChunks

MIT License
26 stars 9 forks source link

Game Crash 1.19.2 + OptiFine #89

Closed calliopemg closed 2 years ago

calliopemg commented 2 years ago

Minecraft: 1.19.2 Forge: 43.1.3 Java: 17.0.3 (OpenJDK)

OptiFine: 1.19.2_HD_U_H9

Error: java.lang.IllegalStateException: Pose stack not empty

Originally noticed this with shaders enabled, but then created a new debug pack with only OptiFine and ChickenChunks installed and it still happens with default OF settings and no shaders enabled. Might not actually have to do with OptiFine, but OptiFine is in the stacktrace so that's my best guess.

Steps to reproduce:

I'm happy to help test if there's any more info you need.

Full Crash Report: crash-2022-08-29_01.36.39-client.txt

calliopemg commented 2 years ago

This may actually be a problem with the CodeChickenLib mod? Just got the same crash with EnderStorage ender chest which uses that mod as well.

covers1624 commented 2 years ago

ChickenChunks, EnderStorage and CodeChickenLib do not even remotely touch the code where this is breaking.

Optifine is not supported.

I recommend you report this issue to them as it is highly likely to occur without any mods present.

calliopemg commented 2 years ago

@covers1624 I removed optifine and the mod causes a crash in the "LevelRenderer" This is now an instance with nothing but codechickenlib and chickenchunks loaded. Here's the new crash report if you're interested. It really seems like this is a codechickenlib bug to me, but I don't have experience with mod development so if I'm wrong I'd love to learn why.

crash-2022-08-31_21.31.18-client.txt

covers1624 commented 2 years ago

Appologies, this was caused by CCL.

This should be resolved by updating CCL to this version. CurseForge approval pending.

calliopemg commented 2 years ago

Thanks that definitely fixed it!