Skip to content

Instantly share code, notes, and snippets.

@iceiix
Created May 15, 2019 18:46
Show Gist options
  • Save iceiix/f4115b185fa3b9ad7fe19b7aa621cf3e to your computer and use it in GitHub Desktop.
Save iceiix/f4115b185fa3b9ad7fe19b7aa621cf3e to your computer and use it in GitHub Desktop.
Fabric LaunchPack (https://asie.pl/files/FabricLaunchPack/LaunchPack-1.0.0-1.14.zip) mods copied to server, except for Retro-Exchange-1.14-2.1.0.jar
[11:44:19] [main/INFO]: Loading for game Minecraft 1.14
[11:44:19] [ForkJoinPool-1-worker-5/WARN]: Mod ID fmagnet uses outdated schema version: 0 < 1
[11:44:19] [ForkJoinPool-1-worker-3/WARN]: Mod ID fabric uses outdated schema version: 0 < 1
[11:44:19] [ForkJoinPool-1-worker-5/WARN]: Mod ID fabric uses outdated schema version: 0 < 1
[11:44:19] [ForkJoinPool-1-worker-4/WARN]: Mod ID fabric uses outdated schema version: 0 < 1
[11:44:19] [main/INFO]: [FabricLoader] Loading 11 mods: silk@1.2.4-41, fmagnet@${version}, modmenu@1.4.0-71, fabric@0.2.7+build.123, fabricloader@0.4.7+build.147, multiblockapi@1.0.1-1, crochet@1.0.2-1, retroexchange@1.0.0, cutsceneapi@1.0-beta3-1, dispenserfarm@1.0, arcanemagic@1.0-beta2
[11:44:19] [main/WARN]: Mod `fmagnet` (${version}) does not respect SemVer - comparison support is limited.
[11:44:19] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.7.11 Source=file:fabric-server-launch.jar Service=Knot/Fabric Env=SERVER
[11:44:19] [main/INFO]: Compatibility level set to JAVA_8
[11:44:19] [main/WARN]: Reference map 'mixins.silk.refmap.json' for mixins.silk.json could not be read. If this is a development environment you can ignore this message
[11:44:19] [main/WARN]: Reference map 'DispenserFarming-refmap.json' for biom4st3r_DispenserFarm.client.json could not be read. If this is a development environment you can ignore this message
[11:44:19] [main/WARN]: Reference map 'DispenserFarming-refmap.json' for biom4st3r_DispenserFarm.common.json could not be read. If this is a development environment you can ignore this message
[11:44:23] [main/WARN]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
[11:44:23] [main/WARN]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
[11:44:23] [main/WARN]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
[11:44:23] [main/WARN]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
[11:44:23] [main/WARN]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
Exception in thread "main" [11:44:23] [main/INFO]: [STDERR]: java.lang.RuntimeException: Failed to setup Fabric server environment!
[11:44:23] [main/INFO]: [STDERR]: at net.fabricmc.loader.launch.server.FabricServerLauncher.main(FabricServerLauncher.java:51)
[11:44:23] [main/INFO]: [STDERR]: Caused by: java.lang.RuntimeException: java.lang.RuntimeException: An exception occurred when launching the server!
[11:44:23] [main/INFO]: [STDERR]: at net.fabricmc.loader.launch.server.FabricServerLauncher.setup(FabricServerLauncher.java:107)
[11:44:23] [main/INFO]: [STDERR]: at net.fabricmc.loader.launch.server.FabricServerLauncher.main(FabricServerLauncher.java:49)
[11:44:23] [main/INFO]: [STDERR]: Caused by: java.lang.RuntimeException: An exception occurred when launching the server!
[11:44:23] [main/INFO]: [STDERR]: at net.fabricmc.loader.launch.server.FabricServerLauncher.launch(FabricServerLauncher.java:63)
[11:44:23] [main/INFO]: [STDERR]: at net.fabricmc.loader.launch.server.FabricServerLauncher.setup(FabricServerLauncher.java:105)
[11:44:23] [main/INFO]: [STDERR]: ... 1 more
[11:44:23] [main/INFO]: [STDERR]: Caused by: java.lang.reflect.InvocationTargetException
[11:44:23] [main/INFO]: [STDERR]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[11:44:23] [main/INFO]: [STDERR]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[11:44:23] [main/INFO]: [STDERR]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[11:44:23] [main/INFO]: [STDERR]: at java.lang.reflect.Method.invoke(Method.java:498)
[11:44:23] [main/INFO]: [STDERR]: at net.fabricmc.loader.launch.server.FabricServerLauncher.launch(FabricServerLauncher.java:61)
[11:44:23] [main/INFO]: [STDERR]: ... 2 more
[11:44:23] [main/INFO]: [STDERR]: Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
[11:44:23] [main/INFO]: [STDERR]: at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:172)
[11:44:23] [main/INFO]: [STDERR]: at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:127)
[11:44:23] [main/INFO]: [STDERR]: at net.fabricmc.loader.launch.knot.KnotServer.main(KnotServer.java:26)
[11:44:23] [main/INFO]: [STDERR]: ... 7 more
[11:44:23] [main/INFO]: [STDERR]: Caused by: java.lang.reflect.InvocationTargetException
[11:44:23] [main/INFO]: [STDERR]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[11:44:23] [main/INFO]: [STDERR]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[11:44:23] [main/INFO]: [STDERR]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[11:44:23] [main/INFO]: [STDERR]: at java.lang.reflect.Method.invoke(Method.java:498)
[11:44:23] [main/INFO]: [STDERR]: at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:170)
[11:44:23] [main/INFO]: [STDERR]: ... 9 more
[11:44:23] [main/INFO]: [STDERR]: Caused by: java.lang.NoClassDefFoundError: net/minecraft/class_1132
[11:44:23] [main/INFO]: [STDERR]: at java.lang.Class.forName0(Native Method)
[11:44:23] [main/INFO]: [STDERR]: at java.lang.Class.forName(Class.java:348)
[11:44:23] [main/INFO]: [STDERR]: at net.fabricmc.loader.util.DefaultLanguageAdapter.create(DefaultLanguageAdapter.java:45)
[11:44:23] [main/INFO]: [STDERR]: at net.fabricmc.loader.EntrypointStorage$NewEntry.create(EntrypointStorage.java:101)
[11:44:23] [main/INFO]: [STDERR]: at net.fabricmc.loader.EntrypointStorage$NewEntry.getOrCreate(EntrypointStorage.java:93)
[11:44:23] [main/INFO]: [STDERR]: at net.fabricmc.loader.EntrypointStorage.getEntrypoints(EntrypointStorage.java:140)
[11:44:23] [main/INFO]: [STDERR]: at net.fabricmc.loader.FabricLoader.getEntrypoints(FabricLoader.java:186)
[11:44:23] [main/INFO]: [STDERR]: at net.fabricmc.loader.entrypoint.hooks.EntrypointServer.start(EntrypointServer.java:33)
[11:44:23] [main/INFO]: [STDERR]: at net.minecraft.class_3176.<init>(class_3176.java:99)
[11:44:23] [main/INFO]: [STDERR]: at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:912)
[11:44:23] [main/INFO]: [STDERR]: ... 14 more
[11:44:23] [main/INFO]: [STDERR]: Caused by: java.lang.ClassNotFoundException: net.minecraft.class_1132
[11:44:23] [main/INFO]: [STDERR]: at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
[11:44:23] [main/INFO]: [STDERR]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[11:44:23] [main/INFO]: [STDERR]: at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
[11:44:23] [main/INFO]: [STDERR]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[11:44:23] [main/INFO]: [STDERR]: at net.fabricmc.loader.launch.server.InjectingURLClassLoader.loadClass(InjectingURLClassLoader.java:56)
[11:44:23] [main/INFO]: [STDERR]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[11:44:23] [main/INFO]: [STDERR]: at net.fabricmc.loader.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:160)
[11:44:23] [main/INFO]: [STDERR]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[11:44:23] [main/INFO]: [STDERR]: ... 24 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment