Skip to content

Instantly share code, notes, and snippets.

@modmuss50
Created January 5, 2019 00:25
Show Gist options
  • Save modmuss50/bac737a88338faf9d52018db64fcb1ee to your computer and use it in GitHub Desktop.
Save modmuss50/bac737a88338faf9d52018db64fcb1ee to your computer and use it in GitHub Desktop.
C:\Users\mark\Documents\Fabric Server>java -jar fabric-loader-0.3.2.91.jar
Downloading library https://maven.fabricmc.net/net/fabricmc/sponge-mixin/0.7.11.14/sponge-mixin-0.7.11.14.jar
Downloading library https://maven.fabricmc.net/net/fabricmc/tiny-remapper/0.1.0.22/tiny-remapper-0.1.0.22.jar
Downloading library https://maven.fabricmc.net/org/ow2/asm/asm/7.0/asm-7.0.jar
Downloading library https://maven.fabricmc.net/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar
Downloading library https://maven.fabricmc.net/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.jar
Downloading library https://maven.fabricmc.net/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar
Downloading library https://maven.fabricmc.net/org/ow2/asm/asm-util/7.0/asm-util-7.0.jar
Downloading library https://maven.modmuss50.me/net/fabricmc/yarn/18w50a.90/yarn-18w50a.90.jar
[00:24:43] [main/INFO]: Fabric is preparing JARs on first launch, this may take a few seconds...
4486 classes, 16617 methods, 16201 fields
Exception in thread "main" java.lang.RuntimeException: Failed to setup Fabric server environment!
at net.fabricmc.loader.launch.server.FabricServerLauncher.main(FabricServerLauncher.java:55)
Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at net.fabricmc.loader.launch.server.FabricServerLauncher.setup(FabricServerLauncher.java:99)
at net.fabricmc.loader.launch.server.FabricServerLauncher.main(FabricServerLauncher.java:53)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.fabricmc.loader.launch.server.FabricServerLauncher.setup(FabricServerLauncher.java:97)
... 1 more
Caused by: java.lang.RuntimeException: An exception occurred when launching the server!
at net.fabricmc.loader.launch.server.stagetwo.FabricServerLauncherStageTwo.launch(FabricServerLauncherStageTwo.java:174)
at net.fabricmc.loader.launch.server.stagetwo.FabricServerLauncherStageTwo.stageTwo(FabricServerLauncherStageTwo.java:78)
... 6 more
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.fabricmc.loader.launch.server.stagetwo.FabricServerLauncherStageTwo.launch(FabricServerLauncherStageTwo.java:172)
... 7 more
Caused by: java.lang.RuntimeException: java.nio.file.NoSuchFileException: C:\Users\mark\Documents\Fabric%20Server\fabric-loader-0.3.2.91.jar
at net.fabricmc.tinyremapper.TinyRemapper.read(TinyRemapper.java:193)
at net.fabricmc.tinyremapper.TinyRemapper.read(TinyRemapper.java:166)
at net.fabricmc.loader.launch.common.FabricLauncherBase.lambda$deobfuscate$1(FabricLauncherBase.java:122)
at net.fabricmc.loader.launch.common.FabricLauncherBase.withMappingReader(FabricLauncherBase.java:58)
at net.fabricmc.loader.launch.common.FabricLauncherBase.deobfuscate(FabricLauncherBase.java:82)
at net.fabricmc.loader.launch.knot.Knot.populateClasspath(Knot.java:379)
at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:292)
at net.fabricmc.loader.launch.knot.KnotServer.main(KnotServer.java:26)
... 12 more
Caused by: java.nio.file.NoSuchFileException: C:\Users\mark\Documents\Fabric%20Server\fabric-loader-0.3.2.91.jar
at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:79)
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
at sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
at sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
at sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:193)
at java.nio.file.Files.readAttributes(Files.java:1737)
at java.nio.file.FileTreeWalker.getAttributes(FileTreeWalker.java:219)
at java.nio.file.FileTreeWalker.visit(FileTreeWalker.java:276)
at java.nio.file.FileTreeWalker.walk(FileTreeWalker.java:322)
at java.nio.file.Files.walkFileTree(Files.java:2662)
at java.nio.file.Files.walkFileTree(Files.java:2742)
at net.fabricmc.tinyremapper.TinyRemapper.read(TinyRemapper.java:200)
at net.fabricmc.tinyremapper.TinyRemapper.read(TinyRemapper.java:191)
... 19 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment