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
50 stars 17 forks source link

Failed to launch with OptiFine 1.8.8 #71

Closed HowardZHY closed 1 month ago

HowardZHY commented 6 months ago

org.spongepowered.asm.mixin.injection.throwables.InjectionError: LVT in net/minecraft/crash/CrashReport::func_71498_d()Ljava/lang/String; has incompatible changes at opcode 132 in callback mixin.mixinbooter.init.json:CrashReportMixin from mod unknown-owner->@Inject::afterStackTracePopulation(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/io/StringWriter;Ljava/io/PrintWriter;Ljava/lang/Throwable;)V Expected: [Ljava/io/StringWriter;, Ljava/io/PrintWriter;, Ljava/lang/Throwable;] Found: [Ljava/io/StringWriter;, Ljava/io/PrintWriter;, Ljava/lang/Object;] Available: [Ljava/io/StringWriter;, Ljava/io/PrintWriter;, Ljava/lang/Object;, Ljava/lang/String;, Ljava/lang/Throwable;]

https://mclo.gs/dMVwJVY

Rongmario commented 6 months ago

I'll disable this mixin in the next release for lower mc versions.