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