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

Crash on start Up in 8.8 Version #67

Closed javiburatos closed 8 months ago

javiburatos commented 9 months ago

I update 7.1 to 8.8 and my game crash on start up.

Here I post my change log and crash report latest.log crash-2023-12-18_20.49.47-client.txt

KorewaLidesu commented 9 months ago

First, the log and crash log isn't related to each other. Second, net.minecraftforge.fml.common.MissingModsException: Mod erebusfix (ErebusFix) requires [erebus]?

javiburatos commented 8 months ago

ups sorry, my mistake xd. here I post the corrects files: latest.log crash-2023-12-19_10.40.02-client.txt

KorewaLidesu commented 8 months ago

Remove VanillaFix and use CensoredASM instead

javiburatos commented 8 months ago

ok, it works. Thanks!!!