FalseTweaks icon indicating copy to clipboard operation
FalseTweaks copied to clipboard

Injection validation failed: Constant modifier method extendDrawOffset(I)I

Open iocmet opened this issue 2 years ago • 2 comments

For some reason tesselator mixin not loads with this error: Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Injection validation failed: Constant modifier method extendDrawOffset(I)I in mixins.falsetweaks.json:client.triangulator.TessellatorMixin expected 1 invocation(s) but 0 succeeded. Scanned 1 target(s). Using refmap mixins.falsetweaks.refmap.json [INJECT Applicator Phase -> mixins.falsetweaks.json:client.triangulator.TessellatorMixin -> Apply Injections -> -> PostInject -> mixins.falsetweaks.json:client.triangulator.TessellatorMixin->@ModifyConstant::extendDrawOffset(I)I] I maximally reduced mod list and here is it image (Patcher is mixin loader compatible with GasStation) I also tried use GasStation and ran into same error UPD: I gets this error even only with mixin loader, falsepatternlib, falsetweaks and optifine

iocmet avatar Oct 16 '23 16:10 iocmet

It crashes because -Dmixin.debug=true, is there way to fix it?

iocmet avatar Oct 16 '23 17:10 iocmet

Remove -Dmixin.debug=true for the time being when running with optifine

FalsePattern avatar Nov 20 '23 03:11 FalsePattern