MixinBooter
MixinBooter copied to clipboard
Allows any mixins that work on mods to work effortlessly. With a single class and an annotation. On 1.12.2.
Create api MixinStack with findMixinsInStackTrace method Version Bump 7.1 Readme update
MakeZoomZoom version: 0.0.4 Full logs: [crash-2024-04-22_07.25.28-client.txt](https://github.com/CleanroomMC/MixinBooter/files/15057621/crash-2024-04-22_07.25.28-client.txt) [debug.log](https://github.com/CleanroomMC/MixinBooter/files/15057630/debug.log) [latest.log](https://github.com/CleanroomMC/MixinBooter/files/15057631/latest.log)
Loading MixinBooter 9.1 with CubicWorldGen 0.0.152.0 makes it crash immediately after hitting play within the Minecraft launcher with exit code 1. Tried loading slightly earlier versions of both mods, doesn't...
Logs: [latest.log](https://github.com/CleanroomMC/MixinBooter/files/14524417/latest.log) [debug.log](https://github.com/CleanroomMC/MixinBooter/files/14524418/debug.log) How fix this?
Updating to 8.0 version causing crash from mod [Redstone Arsenal](https://www.curseforge.com/minecraft/mc-mods/redstone-arsenal): ```less LoaderExceptionModCrash: Caught exception from Redstone Arsenal (redstonearsenal) Caused by: java.lang.VerifyError: Bad local variable type Exception Details: Location: net/minecraftforge/common/ISpecialArmor$ArmorProperties.applyArmor(Lnet/minecraft/entity/EntityLivingBase;Lnet/minecraft/util/NonNullList;Lnet/minecraft/util/DamageSource;D)F @392:...
It's currently impossible to reference instances of private inner classes (specifically, of other mods, which can't traditionally be access transformed) in method signatures. Coercing arguments also doesn't seem to be...
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;]...
Minecraft 1.12.2 [Mixinbooter 9.1](https://www.curseforge.com/minecraft/mc-mods/mixin-booter/files/5079135) (all versions upper 7.1, but testet on 9.1) Forge 14.23.5.2860 logs: [debug.log](https://github.com/CleanroomMC/MixinBooter/files/14489906/debug.log) [latest.log](https://github.com/CleanroomMC/MixinBooter/files/14489907/latest.log) [launcher_log.txt](https://github.com/CleanroomMC/MixinBooter/files/14489878/launcher_log.txt) *I closed Minecraft using the task manager For comparison, on the same...
I have all the necessary mods downloaded but Minecraft says i need MixinBooter installed even though it is installed.
Relate: https://github.com/CleanroomMC/UniMix/pull/3