Fabric API

Fabric API

106M Downloads

Game crashes when opening inventory - 1.18.2

KB-Q opened this issue ยท 12 comments

commented

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.

Here's the error screen:
image

And here's the crash report:
crash-2022-03-06_16.41.05-client.txt

commented

Try updating LibZoomer/OkZoomer to newer version.

commented

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.

commented

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?

commented

There is no newer version, used and latest is 5.0.0-beta.3+1.17.1

commented
commented

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?

commented

LibZoomer is included inside OkZoomer's jar. Loader will overload those with the jar on mods folder.

commented

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?

commented

Hmm, can you send your new log?

commented

I search for renderItem mixin PlayerHeldItemFeatureRenderer on GitHub (it's what that class_5697 translates in Yarn Mappings.)

commented

I see. Thanks again.