Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mod is incompatible with Perspective Mod Redux #28

Closed
ItsOalo opened this issue Jun 21, 2021 · 3 comments
Closed

Mod is incompatible with Perspective Mod Redux #28

ItsOalo opened this issue Jun 21, 2021 · 3 comments
Labels
bug Something isn't working external-issue This issue is caused by another project and can't be fixed here

Comments

@ItsOalo
Copy link

ItsOalo commented Jun 21, 2021

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

@EnnuiL EnnuiL added the bug Something isn't working label Jun 21, 2021
@EnnuiL
Copy link
Contributor

EnnuiL commented Jun 22, 2021

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?

@sschlester
Copy link

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

@EnnuiL
Copy link
Contributor

EnnuiL commented Jun 24, 2021

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

@EnnuiL EnnuiL closed this as completed Jun 24, 2021
@EnnuiL EnnuiL changed the title Crash on 1.17 Mod is incompatible with Perspective Mod Redux Jun 24, 2021
@EnnuiL EnnuiL added the external-issue This issue is caused by another project and can't be fixed here label Jun 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working external-issue This issue is caused by another project and can't be fixed here
Projects
None yet
Development

No branches or pull requests

3 participants