[1.19.2] Failure to launch on Forge
Baggytrousers27 opened this issue · 5 comments
Forge 1.19.2 31.1.38
coloredglowlib-2.0.1-forge1.19
Output log throws these errors:
Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [coloredglowlib.mixins.json:ClearGlowOnDeath] from phase [DEFAULT] in config [coloredglowlib.mixins.json] FAILED during APPLY
org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Critical injection failure: @Inject annotation on injectRemoveGlow could not find any targets matching 'remove' in net.minecraft.world.entity.Entity. No refMap loaded. [PREINJECT Applicator Phase -> coloredglowlib.mixins.json:ClearGlowOnDeath -> Prepare Injections -> -> handler$zza000$injectRemoveGlow(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V -> Parse]
Does this happen only in the server/client? If it does happen only on the server then I might have a fix. Btw isn't your forge version a little old?
Ok it should be fixed now, there was an error with mixins that didn't show up in the devenv, let me know if it works for you too!
Apologies, am dumbus. Supposed to be forge 43.1.38 (missed the 4 and misplaced the .). Will check shortly and get back to you.