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

[Major Conflicts/Crash?] Crashes with other Mods #249

Open
A5ho9999 opened this issue Oct 5, 2023 · 3 comments
Open

[Major Conflicts/Crash?] Crashes with other Mods #249

A5ho9999 opened this issue Oct 5, 2023 · 3 comments
Labels
bug Something isn't working compatibility This issue concerns compatibility with another mod

Comments

@A5ho9999
Copy link

A5ho9999 commented Oct 5, 2023

Version
Fabric Version (0.14.22) 1.20.1
Mod Version: https://modrinth.com/mod/mouse-wheelie/version/1.13.0+mc1.20.1

Describe the bug
I really don't know how to describe besides crashes with other Mods. Pretty much every Mod that as any kind of GUI/Screen or Client Rendering Features?

To Reproduce

  1. Install above version and use another Mod that has GUI's
  • To List some, Adorn, Architectury? Armourers Workshop, Let's Do Bakery, Let's do Beachparty, Recipe Book Is Pain, Chipped, Cooking for Blockheads
  1. Launch Game and wait.

Expected behavior
Not crash lol

Log
Important part:
Caused by: [CIRCULAR REFERENCE: java.lang.ExceptionInInitializerError: Exception java.lang.BootstrapMethodError: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_507 failed [in thread "Render thread"]]

Full Log: https://gist.github.com/A5ho9999/97dcd181f0cdc33596c3480961d94248

Additional context
Like 90% sure it's mouse wheelie has when removed there is no crash. I know issue isn't present in "mousewheelie-1.12.2+mc1.20.1.jar"

It could just also be a conflict with adorn since that's at the top of the list, but I don't know. This one is very confusing

@A5ho9999 A5ho9999 added the bug Something isn't working label Oct 5, 2023
@Siphalor Siphalor added the important This bug has highest priority label Oct 5, 2023
@Siphalor
Copy link
Owner

Siphalor commented Oct 5, 2023

The issue seems to be the mod "recipe-book-is-pain".

That mod seems to be trying to patch a mixin of Mouse Wheelie (?).

I'll try to do a closer analysis after work, but using MW 1.12 or removing that mod should be a workaround for now.

@Siphalor Siphalor added compatibility This issue concerns compatibility with another mod and removed important This bug has highest priority labels Oct 5, 2023
@A5ho9999
Copy link
Author

A5ho9999 commented Oct 5, 2023

Yes removing recipe-book-is-pain did allow 1.13 to work.

@melontini
Copy link

Hi, RBIP dev here. This crash doesn't happen on 0.10.0, since this injector is marked as required = 0 in that version. While not required, this injector not applying causes recipe alternatives to not close on scrolling. (This should probably be PRd to MW itself).

There's also RBIP/DM specific logic for page scrolling, but I don't see this being implemented in MW 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working compatibility This issue concerns compatibility with another mod
Projects
None yet
Development

No branches or pull requests

3 participants