Game crashes when opening inventory - 1.18.2
KB-Q opened this issue ยท 12 comments
Game crashes when opening inventory - 1.18.2. I use fabric mods like sodium, lithium, starlight and a few others, everything updated to their latest versions.
And here's the crash report:
crash-2022-03-06_16.41.05-client.txt
Looks like LibZoomer changed its API that makes it incompatible with current OkZoomer release ๐คฆโโ๏ธ.
The only option is to remove it from the mods folder.
Hey, I removed okzoomer, and the game works fine now. I can open my inventory and put stuff in it, no problem. Libzoomer is in the mods folder, but I don't think it is doing anything sitting there by itself.
So I think the problem was with okzoomer only. Thanks for letting me know. If I may ask, how did you find it out by reading the crash report? Or did you just guess it by the version number?
https://github.com/EnnuiL/LibZoomer/releases/tag/0.4.0+1.18.2 put that on your mods folder.
I only have okzoomer (5.0.0-beta.3+1.17.1), not libzoomer in the mods folder. So how can I remove it and put this new one there?
LibZoomer is included inside OkZoomer's jar. Loader will overload those with the jar on mods folder.
Tried it, it just gave an error:
java.lang.RuntimeException: Could not execute entrypoint stage 'client' due to errors, provided by 'okzoomer'!
Should I remove okzoomer then, and just have libzoomer?
I search for renderItem mixin PlayerHeldItemFeatureRenderer
on GitHub (it's what that class_5697
translates in Yarn Mappings.)