1.19 crash whenever I try to launch the game
OlibobAndMe opened this issue ยท 3 comments
Unsure how to fix this? Whenever I try to launch the game (with or without my other mods, especially Minecraft comes alive reborn) it crashes and gives me either error 1 or error -1. If you have a solution i'd really love to hear it. Thanks.
I'm getting the same problem when running Minecraft 1.19 with Architectury API (Fabric/Forge) [[Forge 1.16.5] v1.32.66]. It appears to causing a critical injection failure. I have double checked that Graphics, Java, and all other drivers are working properly and that no other mods are interfering with the start up.
Here is the log line from the Minecraft start up code.
Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Critical injection failure: @Inject annotation on onStart could not find any targets matching 'Lnet/minecraft/client/Minecraft;func_99999_d()V' in net.minecraft.client.Minecraft. Using refmap architectury-forge-refmap.json [PREINJECT Applicator Phase -> architectury.mixins.json:MixinMinecraft -> Prepare Injections -> -> handler$zzc000$onStart(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V -> Parse]
Looks like it may be an issue on the Mods developers side of things with the mod itself, anyone else having this problem? Or do we know when this is expected to be fixed?
Thanks
Minecraft 1.19
Architectury API (Fabric/Forge) [[Forge 1.16.5] v1.32.66]
Well, there's your problem :P You need to use a way newer version of Architectury for 1.19 (versions 5.whatever
should be good)