Fabric API

Fabric API

106M Downloads

Crash on Server Startup 1.16.4

Opened this issue ยท 0 comments

commented

I have some mods working in single player but if I try to start a server with the same mods it crashes.

[19:11:15] [main/INFO]: Loading for game Minecraft 1.16.4
[19:11:15] [ForkJoinPool-1-worker-6/WARN]: The mod "autoconfig1u" contains invalid entries in its mod json:

  • Unsupported root entry "$schema" at line 2 column 14
    [19:11:15] [ForkJoinPool-1-worker-8/WARN]: The mod "libcd" contains invalid entries in its mod json:
  • Unsupported root entry "licence" at line 9 column 12
    [19:11:15] [ForkJoinPool-1-worker-9/WARN]: The mod "autoconfig1u" contains invalid entries in its mod json:
  • Unsupported root entry "$schema" at line 2 column 14
    [19:11:15] [ForkJoinPool-1-worker-8/WARN]: The mod "cardinal-components-entity" contains invalid entries in its mod json:
  • Unsupported root entry "side" at line 8 column 11
    [19:11:15] [ForkJoinPool-1-worker-5/WARN]: The mod "cardinal-components-base" contains invalid entries in its mod json:
  • Unsupported root entry "side" at line 8 column 11
    [19:11:15] [ForkJoinPool-1-worker-9/WARN]: The mod "libcd" contains invalid entries in its mod json:
  • Unsupported root entry "licence" at line 9 column 12
    [19:11:15] [ForkJoinPool-1-worker-7/WARN]: The mod "autoconfig1u" contains invalid entries in its mod json:
  • Unsupported root entry "$schema" at line 2 column 14
    [19:11:15] [main/INFO]: [FabricLoader] Loading 100 mods: [email protected]+3fa9f7c53a, [email protected], [email protected], [email protected], [email protected]+build.214, [email protected], [email protected]+a4467d2a3a, [email protected], bowinfinityfix@rv9, [email protected], [email protected]+9f0fb4b83a, [email protected], [email protected], [email protected]+build.1, [email protected]+c6a8ea893a, [email protected]+build.1, [email protected], [email protected]+1.16, [email protected], [email protected]+e00ecb5f3a, [email protected]+872498413a, [email protected], [email protected], [email protected]+build.31, [email protected], [email protected]+c93221003a, [email protected], [email protected], [email protected]+build.2, [email protected], [email protected], [email protected], [email protected]+b7f9825d3a, [email protected]+f8ac1db23a, [email protected]+build.1, [email protected]+730711c63a, [email protected], [email protected], [email protected]+facf3bbf3a, [email protected], [email protected], [email protected], [email protected], [email protected]+52d308363a, [email protected]+a4467d2a3a, [email protected]+1.16.4, [email protected], [email protected]+b764ce993a, [email protected]+f8ac1db23a, [email protected]+a4467d2a3a, [email protected], [email protected]+build.1, [email protected]+a4467d2a3a, [email protected]+build.26, [email protected]+1.16.3, [email protected], [email protected], [email protected]+f8ac1db23a, [email protected], [email protected]+045df74f3a, [email protected]+a89534ab3a, [email protected], [email protected]+build.1, [email protected]+f8ac1db23a, [email protected], [email protected]+build.1, [email protected]+a4467d2a3a, [email protected], [email protected]+f8ac1db23a, [email protected], [email protected]+74cc3b203a, [email protected]+build.6, [email protected]+f8ac1db23a, [email protected]+432ea1883a, [email protected]+fb0d9b0e3a, [email protected]+build.1, [email protected], [email protected], [email protected]+b50ffc7b3a, [email protected], [email protected]+j1.2.0, [email protected]+a4467d2a3a, [email protected], [email protected]+a4467d2a3a, [email protected]+f8ac1db23a, [email protected], [email protected]+1.16.3, [email protected]+f8ac1db23a, [email protected]+f8ac1db23a, [email protected]+build.1, [email protected], [email protected]+059ea8663a, [email protected]+ac8e8c593a, [email protected]+8367596d3a, [email protected], [email protected], [email protected], [email protected]+16acbe5b3a, [email protected], [email protected]+a4467d2a3a
    [19:11:15] [main/WARN]: Mod bowinfinityfix (rv9) does not respect SemVer - comparison support is limited.
    [19:11:15] [main/WARN]: Mod cleancut (mc1.16-2.1-fabric) does not respect SemVer - comparison support is limited.
    [19:11:15] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.2 Source=file:/D:/Fabric_Server/fabric-server-launch.jar Service=Knot/Fabric Env=SERVER
    [19:11:16] [main/WARN]: Reference map 'static-content-refmap.json' for static-content.mixins.json could not be read. If this is a development environment you can ignore this message
    [19:11:16] [main/WARN]: Reference map 'gildedarmor-refmap.json' for gildedarmor.mixins.json could not be read. If this is a development environment you can ignore this message
    [19:11:19] [main/FATAL]: Mixin apply failed piglib.mixins.json:PiglinEntityMixin -> net.minecraft.class_4836: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException Critical injection failure: @reDIrect annotation on shouldAdmireRedirect could not find any targets matching 'Lnet/minecraft/class_4836;method_24705()Lnet/minecraft/class_4837;' in net.minecraft.class_4836. Using refmap piglib-refmap.json [PREINJECT Applicator Phase -> piglib.mixins.json:PiglinEntityMixin -> Prepare Injections -> -> redirect$zbe000$shouldAdmireRedirect(Lnet/minecraft/class_1792;)Z -> Parse]
    org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Critical injection failure: @reDIrect annotation on shouldAdmireRedirect could not find any targets matching 'Lnet/minecraft/class_4836;method_24705()Lnet/minecraft/class_4837;' in net.minecraft.class_4836. Using refmap piglib-refmap.json [PREINJECT Applicator Phase -> piglib.mixins.json:PiglinEntityMixin -> Prepare Injections -> -> redirect$zbe000$shouldAdmireRedirect(Lnet/minecraft/class_1792;)Z -> Parse]
    at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.findMethods(InjectionInfo.java:572) ~[fabric-server-launch.jar:?]
    at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.readAnnotation(InjectionInfo.java:288) ~[fabric-server-launch.jar:?]
    at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.(InjectionInfo.java:275) ~[fabric-server-launch.jar:?]
    at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.(InjectionInfo.java:267) ~[fabric-server-launch.jar:?]
    at org.spongepowered.asm.mixin.injection.struct.RedirectInjectionInfo.(RedirectInjectionInfo.java:44) ~[fabric-server-launch.jar:?]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_271]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_271]
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_271]
    at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_271]
    at org.spongepowered.asm.mixin.injection.struct.InjectionInfo$InjectorEntry.create(InjectionInfo.java:140) ~[fabric-server-launch.jar:?]
    at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.parse(InjectionInfo.java:624) ~[fabric-server-launch.jar:?]
    at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1247) ~[fabric-server-launch.jar:?]
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:1033) ~[fabric-server-launch.jar:?]
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:388) ~[fabric-server-launch.jar:?]
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:320) ~[fabric-server-launch.jar:?]
    at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:345) ~[fabric-server-launch.jar:?]
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:569) ~[fabric-server-launch.jar:?]
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:351) ~[fabric-server-launch.jar:?]
    at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:208) ~[fabric-server-launch.jar:?]
    at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:178) ~[fabric-server-launch.jar:?]
    at org.spongepowered.asm.mixin.transformer.FabricMixinTransformerProxy.transformClassBytes(FabricMixinTransformerProxy.java:23) ~[fabric-server-launch.jar:?]
    at net.fabricmc.loader.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:157) ~[fabric-server-launch.jar:?]
    at net.fabricmc.loader.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:150) ~[fabric-server-launch.jar:?]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_271]
    at net.minecraft.class_1299.(class_1299.java:214) ~[intermediary-server.jar:?]
    at net.minecraft.class_3103.(class_3103.java:27) ~[intermediary-server.jar:?]
    at net.minecraft.class_3031.(class_3031.java:62) ~[intermediary-server.jar:?]
    at net.minecraft.class_5464.(class_5464.java:92) ~[intermediary-server.jar:?]
    at net.minecraft.class_5458.method_30571(class_5458.java:46) ~[intermediary-server.jar:?]
    at net.minecraft.class_5458.method_30566(class_5458.java:75) ~[intermediary-server.jar:?]
    at java.util.LinkedHashMap.forEach(Unknown Source) [?:1.8.0_271]
    at net.minecraft.class_5458.(class_5458.java:74) [intermediary-server.jar:?]
    at net.minecraft.class_2378.(class_2378.java:237) [intermediary-server.jar:?]
    at net.minecraft.class_2966.method_12851(class_2966.java:42) [intermediary-server.jar:?]
    at net.minecraft.server.Main.main(Main.java:87) [intermediary-server.jar:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_271]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_271]
    at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:224) [fabric-server-launch.jar:?]
    at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:141) [fabric-server-launch.jar:?]
    at net.fabricmc.loader.launch.knot.KnotServer.main(KnotServer.java:27) [fabric-server-launch.jar:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_271]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_271]
    at net.fabricmc.loader.launch.server.FabricServerLauncher.launch(FabricServerLauncher.java:62) [fabric-server-launch.jar:?]
    at net.fabricmc.loader.launch.server.FabricServerLauncher.setup(FabricServerLauncher.java:106) [fabric-server-launch.jar:?]
    at net.fabricmc.loader.launch.server.FabricServerLauncher.main(FabricServerLauncher.java:50) [fabric-server-launch.jar:?]