Skip to content

Instantly share code, notes, and snippets.

@modmuss50
Created December 30, 2018 20:59
Show Gist options
  • Save modmuss50/9fcef9e6885fa185dfd822e6f1ffc487 to your computer and use it in GitHub Desktop.
Save modmuss50/9fcef9e6885fa185dfd822e6f1ffc487 to your computer and use it in GitHub Desktop.
C:\Users\mark\Documents\FabricServer>java -jar fabric-loader-0.3.1.83.jar server.jar
[20:58:19] [main/INFO]: Loading 0 mods
[20:58:19] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.7.11 Source=file:/C:/Users/mark/Documents/FabricServer/.fabric/libraries/net/fabricmc/sponge-mixin/0.7.11.13/sponge-mixin-0.7.11.13.jar Service=Knot/Fabric Env=SERVER
[20:58:19] [main/INFO]: Compatibility level set to JAVA_8
[20:58:21] [main/FATAL]: Mixin apply failed fabric-loader.mixins.server.json:MixinDedicatedServer -> net.minecraft.class_3176: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException @Inject annotation on handler$setupServer$zzb000 specifies a target class 'net/minecraft/server/MinecraftServer', which is not supported
org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: @Inject annotation on handler$setupServer$zzb000 specifies a target class 'net/minecraft/server/MinecraftServer', which is not supported
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.parseTargets(InjectionInfo.java:190) ~[sponge-mixin-0.7.11.13.jar:0.7.11.13+unknown-b0.git-unknown]
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.readAnnotation(InjectionInfo.java:172) ~[sponge-mixin-0.7.11.13.jar:0.7.11.13+unknown-b0.git-unknown]
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:159) ~[sponge-mixin-0.7.11.13.jar:0.7.11.13+unknown-b0.git-unknown]
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:151) ~[sponge-mixin-0.7.11.13.jar:0.7.11.13+unknown-b0.git-unknown]
at org.spongepowered.asm.mixin.injection.struct.CallbackInjectionInfo.<init>(CallbackInjectionInfo.java:44) ~[sponge-mixin-0.7.11.13.jar:0.7.11.13+unknown-b0.git-unknown]
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.parse(InjectionInfo.java:472) ~[sponge-mixin-0.7.11.13.jar:0.7.11.13+unknown-b0.git-unknown]
at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1180) ~[sponge-mixin-0.7.11.13.jar:0.7.11.13+unknown-b0.git-unknown]
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:929) ~[sponge-mixin-0.7.11.13.jar:0.7.11.13+unknown-b0.git-unknown]
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:317) ~[sponge-mixin-0.7.11.13.jar:0.7.11.13+unknown-b0.git-unknown]
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:280) ~[sponge-mixin-0.7.11.13.jar:0.7.11.13+unknown-b0.git-unknown]
at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:353) ~[sponge-mixin-0.7.11.13.jar:0.7.11.13+unknown-b0.git-unknown]
at org.spongepowered.asm.mixin.transformer.MixinTransformer.apply(MixinTransformer.java:724) [sponge-mixin-0.7.11.13.jar:0.7.11.13+unknown-b0.git-unknown]
at org.spongepowered.asm.mixin.transformer.MixinTransformer.applyMixins(MixinTransformer.java:703) [sponge-mixin-0.7.11.13.jar:0.7.11.13+unknown-b0.git-unknown]
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:509) [sponge-mixin-0.7.11.13.jar:0.7.11.13+unknown-b0.git-unknown]
at net.fabricmc.loader.launch.knot.Knot$PatchingClassLoader.loadClass(Knot.java:198) [fabric-loader-0.3.1.83.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) [?:1.8.0_181]
at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:928) [?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_181]
at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:320) [fabric-loader-0.3.1.83.jar:?]
at net.fabricmc.loader.launch.knot.KnotServer.main(KnotServer.java:26) [fabric-loader-0.3.1.83.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_181]
at net.fabricmc.loader.launch.server.stagetwo.FabricServerLauncherStageTwo.launch(FabricServerLauncherStageTwo.java:172) [fabric-loader-0.3.1.83.jar:?]
at net.fabricmc.loader.launch.server.stagetwo.FabricServerLauncherStageTwo.stageTwo(FabricServerLauncherStageTwo.java:78) [fabric-loader-0.3.1.83.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_181]
at net.fabricmc.loader.launch.server.FabricServerLauncher.setup(FabricServerLauncher.java:84) [fabric-loader-0.3.1.83.jar:?]
at net.fabricmc.loader.launch.server.FabricServerLauncher.main(FabricServerLauncher.java:53) [fabric-loader-0.3.1.83.jar:?]
[20:58:21] [main/INFO]: [STDERR]: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [fabric-loader.mixins.server.json:MixinDedicatedServer] from phase [DEFAULT] in config [fabric-loader.mixins.server.json] FAILED during APPLY
[20:58:21] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.transformer.MixinTransformer.handleMixinError(MixinTransformer.java:779)
[20:58:21] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.transformer.MixinTransformer.handleMixinApplyError(MixinTransformer.java:732)
[20:58:21] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:513)
[20:58:21] [main/INFO]: [STDERR]: at net.fabricmc.loader.launch.knot.Knot$PatchingClassLoader.loadClass(Knot.java:198)
[20:58:21] [main/INFO]: [STDERR]: at java.lang.ClassLoader.loadClass(Unknown Source)
[20:58:21] [main/INFO]: [STDERR]: at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:928)
[20:58:22] [main/INFO]: [STDERR]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:58:22] [main/INFO]: [STDERR]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[20:58:22] [main/INFO]: [STDERR]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[20:58:22] [main/INFO]: [STDERR]: at java.lang.reflect.Method.invoke(Unknown Source)
[20:58:22] [main/INFO]: [STDERR]: at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:320)
[20:58:22] [main/INFO]: [STDERR]: at net.fabricmc.loader.launch.knot.KnotServer.main(KnotServer.java:26)
[20:58:22] [main/INFO]: [STDERR]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:58:22] [main/INFO]: [STDERR]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[20:58:22] [main/INFO]: [STDERR]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[20:58:22] [main/INFO]: [STDERR]: at java.lang.reflect.Method.invoke(Unknown Source)
[20:58:22] [main/INFO]: [STDERR]: at net.fabricmc.loader.launch.server.stagetwo.FabricServerLauncherStageTwo.launch(FabricServerLauncherStageTwo.java:172)
[20:58:22] [main/INFO]: [STDERR]: at net.fabricmc.loader.launch.server.stagetwo.FabricServerLauncherStageTwo.stageTwo(FabricServerLauncherStageTwo.java:78)
[20:58:22] [main/INFO]: [STDERR]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:58:22] [main/INFO]: [STDERR]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[20:58:22] [main/INFO]: [STDERR]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[20:58:22] [main/INFO]: [STDERR]: at java.lang.reflect.Method.invoke(Unknown Source)
[20:58:22] [main/INFO]: [STDERR]: at net.fabricmc.loader.launch.server.FabricServerLauncher.setup(FabricServerLauncher.java:84)
[20:58:22] [main/INFO]: [STDERR]: at net.fabricmc.loader.launch.server.FabricServerLauncher.main(FabricServerLauncher.java:53)
[20:58:22] [main/INFO]: [STDERR]: Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: @Inject annotation on handler$setupServer$zzb000 specifies a target class 'net/minecraft/server/MinecraftServer', which is not supported
[20:58:22] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.parseTargets(InjectionInfo.java:190)
[20:58:22] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.readAnnotation(InjectionInfo.java:172)
[20:58:22] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:159)
[20:58:22] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:151)
[20:58:22] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.injection.struct.CallbackInjectionInfo.<init>(CallbackInjectionInfo.java:44)
[20:58:22] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.parse(InjectionInfo.java:472)
[20:58:22] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1180)
[20:58:22] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:929)
[20:58:22] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:317)
[20:58:22] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:280)
[20:58:22] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:353)
[20:58:22] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.transformer.MixinTransformer.apply(MixinTransformer.java:724)
[20:58:22] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.transformer.MixinTransformer.applyMixins(MixinTransformer.java:703)
[20:58:22] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:509)
[20:58:22] [main/INFO]: [STDERR]: ... 21 more
Exception in thread "main" [20:58:22] [main/INFO]: [STDERR]: java.lang.RuntimeException: Failed to setup Fabric server environment!
[20:58:22] [main/INFO]: [STDERR]: at net.fabricmc.loader.launch.server.FabricServerLauncher.main(FabricServerLauncher.java:55)
[20:58:22] [main/INFO]: [STDERR]: Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
[20:58:22] [main/INFO]: [STDERR]: at net.fabricmc.loader.launch.server.FabricServerLauncher.setup(FabricServerLauncher.java:86)
[20:58:22] [main/INFO]: [STDERR]: at net.fabricmc.loader.launch.server.FabricServerLauncher.main(FabricServerLauncher.java:53)
[20:58:22] [main/INFO]: [STDERR]: Caused by: java.lang.reflect.InvocationTargetException
[20:58:22] [main/INFO]: [STDERR]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:58:22] [main/INFO]: [STDERR]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[20:58:22] [main/INFO]: [STDERR]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[20:58:22] [main/INFO]: [STDERR]: at java.lang.reflect.Method.invoke(Unknown Source)
[20:58:22] [main/INFO]: [STDERR]: at net.fabricmc.loader.launch.server.FabricServerLauncher.setup(FabricServerLauncher.java:84)
[20:58:22] [main/INFO]: [STDERR]: ... 1 more
[20:58:22] [main/INFO]: [STDERR]: Caused by: java.lang.RuntimeException: An exception occurred when launching the server!
[20:58:22] [main/INFO]: [STDERR]: at net.fabricmc.loader.launch.server.stagetwo.FabricServerLauncherStageTwo.launch(FabricServerLauncherStageTwo.java:174)
[20:58:22] [main/INFO]: [STDERR]: at net.fabricmc.loader.launch.server.stagetwo.FabricServerLauncherStageTwo.stageTwo(FabricServerLauncherStageTwo.java:78)
[20:58:22] [main/INFO]: [STDERR]: ... 6 more
[20:58:22] [main/INFO]: [STDERR]: Caused by: java.lang.reflect.InvocationTargetException
[20:58:22] [main/INFO]: [STDERR]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:58:22] [main/INFO]: [STDERR]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[20:58:22] [main/INFO]: [STDERR]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[20:58:22] [main/INFO]: [STDERR]: at java.lang.reflect.Method.invoke(Unknown Source)
[20:58:22] [main/INFO]: [STDERR]: at net.fabricmc.loader.launch.server.stagetwo.FabricServerLauncherStageTwo.launch(FabricServerLauncherStageTwo.java:172)
[20:58:22] [main/INFO]: [STDERR]: ... 7 more
[20:58:22] [main/INFO]: [STDERR]: Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
[20:58:22] [main/INFO]: [STDERR]: at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:322)
[20:58:22] [main/INFO]: [STDERR]: at net.fabricmc.loader.launch.knot.KnotServer.main(KnotServer.java:26)
[20:58:22] [main/INFO]: [STDERR]: ... 12 more
[20:58:22] [main/INFO]: [STDERR]: Caused by: java.lang.reflect.InvocationTargetException
[20:58:22] [main/INFO]: [STDERR]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:58:22] [main/INFO]: [STDERR]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[20:58:22] [main/INFO]: [STDERR]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[20:58:22] [main/INFO]: [STDERR]: at java.lang.reflect.Method.invoke(Unknown Source)
[20:58:22] [main/INFO]: [STDERR]: at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:320)
[20:58:22] [main/INFO]: [STDERR]: ... 13 more
[20:58:22] [main/INFO]: [STDERR]: Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
[20:58:22] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:521)
[20:58:22] [main/INFO]: [STDERR]: at net.fabricmc.loader.launch.knot.Knot$PatchingClassLoader.loadClass(Knot.java:198)
[20:58:22] [main/INFO]: [STDERR]: at java.lang.ClassLoader.loadClass(Unknown Source)
[20:58:22] [main/INFO]: [STDERR]: at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:928)
[20:58:22] [main/INFO]: [STDERR]: ... 18 more
[20:58:22] [main/INFO]: [STDERR]: Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [fabric-loader.mixins.server.json:MixinDedicatedServer] from phase [DEFAULT] in config [fabric-loader.mixins.server.json] FAILED during APPLY
[20:58:22] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.transformer.MixinTransformer.handleMixinError(MixinTransformer.java:779)
[20:58:22] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.transformer.MixinTransformer.handleMixinApplyError(MixinTransformer.java:732)
[20:58:22] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:513)
[20:58:22] [main/INFO]: [STDERR]: ... 21 more
[20:58:22] [main/INFO]: [STDERR]: Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: @Inject annotation on handler$setupServer$zzb000 specifies a target class 'net/minecraft/server/MinecraftServer', which is not supported
[20:58:22] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.parseTargets(InjectionInfo.java:190)
[20:58:22] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.readAnnotation(InjectionInfo.java:172)
[20:58:22] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:159)
[20:58:22] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:151)
[20:58:22] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.injection.struct.CallbackInjectionInfo.<init>(CallbackInjectionInfo.java:44)
[20:58:22] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.parse(InjectionInfo.java:472)
[20:58:22] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1180)
[20:58:22] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:929)
[20:58:22] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:317)
[20:58:22] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:280)
[20:58:22] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:353)
[20:58:22] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.transformer.MixinTransformer.apply(MixinTransformer.java:724)
[20:58:22] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.transformer.MixinTransformer.applyMixins(MixinTransformer.java:703)
[20:58:22] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:509)
[20:58:22] [main/INFO]: [STDERR]: ... 21 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment