A Mixin is failing to inject and I don't know what's causing it.
yum13241 opened this issue ยท 7 comments
Version: 1.18.2 of Minecraft
Banned mixins:
bottled_air=banned (not setting it to banned causes a different crash)
https://gist.github.com/yum13241/aaa3cc970dbe296c2c49ef907f58abb7
https://gist.github.com/yum13241/6d1c2ac1aa7001c0d030c4c8d90c2299
Disabling RC+ solves the first crash but now I get a new crash.
Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError:
Critical injection failure: Redirector onTexImage(IIIIIIIILjava/nio/IntBuffer;)V in
resolutioncontrol.mixins.json:FramebufferMixin from mod resolutioncontrol
failed injection check, (0/1) succeeded.
Scanned 1 target(s). Using refmap resolution-control-plus-refmap.json
yup.
ATM don't even know what it's conflicting with, idealy this would be fixed by resolution control but might be fine todo fabrication side (atm don't even know if it's a conflict with fabrication or any of the other mods you got installed, need to look into)
The crazy part is... none of this happens on 1.18.1.
Just need to get the correct versions, remove traverse and its friends, and then the game loads even with bottled air on.
Edit: the author of extra pieces (it uses Artifice) says that the mod doesn't work on 1.18.2. I'll find a replacement.