CleanroomMC / MixinBooter

Allows any mixins that work on mods to work effortlessly. With a single class and an annotation. On 1.12.2.
GNU Lesser General Public License v2.1
51 stars 17 forks source link

MixinsBooster + Forked Proxy crashed on startup #58

Closed 1Mangomaster1 closed 1 year ago

1Mangomaster1 commented 1 year ago

Forked Proxy: https://www.curseforge.com/minecraft/mc-mods/forked-proxy

Here's the crash report: https://pastebin.com/FjThfAzM

I read the other issues which had very similar crash reports... however, some things they suggested(such as swapping to 7.1) don't solve my problem, I tried swapping many many versions such but it's all the same, the crash happens even with Forked Proxy not installed so I assumed the origin of the problem is with this mod

Rongmario commented 1 year ago

I believe the issue is VanillaFix since you mentioned the crash happens even with Forked Proxy not installed, and it is incompatible and outdated, consider using CensoredASM.

1Mangomaster1 commented 1 year ago

Yeah... I tried it without vanilla fix and it indeed worked, thank you!

Rongmario commented 1 year ago

No problem!