We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I try using the 1.20.2 version I get an error when joining a server running on 1.20.6 without the syncmatica mod.
1.20.2
Is this something that can be easily fixed? (I know java well, but new to fabric and mc mods)
[17:32:15] [Netty Client IO #2/ERROR]: Mixin apply for mod syncmatica failed syncmatica.mixin.json:MixinCustomPayloadC2SPacket from mod syncmatica -> net.minecraft.class_2817: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException Critical injection failure: @Inject annotation on readPayload could not find any targets matching 'Lnet/minecraft/class_2817;method_53026(Lnet/minecraft/class_2960;Lnet/minecraft/class_2540;)Lnet/minecraft/class_8710;' in net.minecraft.class_2817. Using refmap syncmatica-refmap.json [PREINJECT Applicator Phase -> syncmatica.mixin.json:MixinCustomPayloadC2SPacket from mod syncmatica -> Prepare Injections -> -> handlerdpi$syncmatica$readPayload(Lnet/minecraft/class_2960;Lnet/minecraft/class_2540;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V -> Parse] org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Critical injection failure: @Inject annotation on readPayload could not find any targets matching 'Lnet/minecraft/class_2817;method_53026(Lnet/minecraft/class_2960;Lnet/minecraft/class_2540;)Lnet/minecraft/class_8710;' in net.minecraft.class_2817. Using refmap syncmatica-refmap.json [PREINJECT Applicator Phase -> syncmatica.mixin.json:MixinCustomPayloadC2SPacket from mod syncmatica -> Prepare Injections -> -> handlerdpi$syncmatica$readPayload(Lnet/minecraft/class_2960;Lnet/minecraft/class_2540;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V -> Parse] at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.validateTargets(InjectionInfo.java:658) ~[sponge-mixin-0.13.3+mixin.0.8.5.jar:0.13.3+mixin.0.8.5] at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.findTargets(InjectionInfo.java:589) ~[sponge-mixin-0.13.3+mixin.0.8.5.jar:0.13.3+mixin.0.8.5] at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.readAnnotation(InjectionInfo.java:330) ~[sponge-mixin-0.13.3+mixin.0.8.5.jar:0.13.3+mixin.0.8.5] at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:316) ~[sponge-mixin-0.13.3+mixin.0.8.5.jar:0.13.3+mixin.0.8.5] at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:308) ~[sponge-mixin-0.13.3+mixin.0.8.5.jar:0.13.3+mixin.0.8.5]
The text was updated successfully, but these errors were encountered:
1.20.2 will not work with 1.20.6+
Sorry, something went wrong.
--> https://github.com/sakura-ryoko/syncmatica/releases
No branches or pull requests
When I try using the
1.20.2
version I get an error when joining a server running on 1.20.6 without the syncmatica mod.Is this something that can be easily fixed?
(I know java well, but new to fabric and mc mods)
The text was updated successfully, but these errors were encountered: