Ok Zoomer - It's Zoom!

Ok Zoomer - It's Zoom!

4M Downloads

Mod is incompatible with Perspective Mod Redux

aestellic opened this issue · 3 comments

commented

When pressing the zoom key (binded to c, no conflicts) on version okzoomer-5.0.0-beta.2+1.17.jar, the game instantly crashes, and I cannot load back into my worlds without deleting the mod.

Here's the crash log: https://gist.githubusercontent.com/natanfudge/5cf0e14a6802e6912104d38afc40c47d/raw/dabaca0fe462598aab443c03721bb23f9a48a539/crash.txt

commented

There's a conflict with another mod who possibly also mixins into the Mouse class, however, I didn't find the mod itself; If possible, could you try to narrow down which mod crashes with Ok Zoomer?

commented

The crash occurs with Perspective Mod Redux.

Mods loaded:
[✔️] fabric-api-0.36.0+1.17
[✔️] okzoomer-5.0.0-beta.2+1.17
[✔️] PerspectiveModRedux-1.17-0.0.5

Crash log: https://pastebin.com/ykQZksv9

commented

Looking at the source code, that mod uses a @Redirect mixin, which is incompatible with any other mod that touches the exact same area; There's nothing that I can do about the crash on Ok Zoomer's side, the only way to fix it is by avoiding the @Redirect and using a more compatible method to have the same result