Advertisement
MrJayse

Untitled

Dec 19th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. TM#1>java.exe -Xms1024M -Xmx1024M -jar -Dfile.encoding=UTF-8 server.jar nogui
  2. A problem occurred running the Server launcher.java.lang.reflect.InvocationTargetException
  3. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  4. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  5. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  6. at java.lang.reflect.Method.invoke(Unknown Source)
  7. at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43)
  8. at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12)
  9. Caused by: java.lang.NoClassDefFoundError: com/mojang/authlib/exceptions/AuthenticationException
  10. at cpw.mods.fml.common.launcher.FMLTweaker.acceptOptions(FMLTweaker.java:106)
  11. at net.minecraft.launchwrapper.Launch.launch(Launch.java:114)
  12. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  13. ... 6 more
  14. Caused by: java.lang.ClassNotFoundException: com.mojang.authlib.exceptions.AuthenticationException
  15. at java.net.URLClassLoader.findClass(Unknown Source)
  16. at java.lang.ClassLoader.loadClass(Unknown Source)
  17. at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
  18. at java.lang.ClassLoader.loadClass(Unknown Source)
  19. ... 9 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement