Advertisement
Guest User

log2

a guest
May 14th, 2016
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. [15:48:13] [Server thread/INFO]: Starting minecraft server version 1.7.10
  2. [15:48:22] [Server thread/INFO]: Loading properties
  3. [15:48:22] [Server thread/INFO]: Default game type: SURVIVAL
  4. [15:48:22] [Server thread/INFO]: Generating keypair
  5. [15:48:22] [Server thread/INFO]: Starting Minecraft server on *:25565
  6. [15:48:23] [Server thread/INFO]: Preparing level "world"
  7. [15:48:23] [Server thread/INFO]: Preparing start region for level 0
  8. [15:48:24] [Server thread/INFO]: Done (0.550s)! For help, type "help" or "?"
  9. [15:48:24] [Server thread/ERROR]: Encountered an unexpected exception
  10. java.lang.NoClassDefFoundError: org/lwjgl/LWJGLException
  11. at net.minecraft.profiler.Profiler.func_76320_a(Profiler.java:64) ~[qi.class:?]
  12. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:546) ~[MinecraftServer.class:?]
  13. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]
  14. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
  15. Caused by: java.lang.ClassNotFoundException: org.lwjgl.LWJGLException
  16. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_91]
  17. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_91]
  18. at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) ~[?:1.8.0_91]
  19. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_91]
  20. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:106) ~[launchwrapper-1.12.jar:?]
  21. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_91]
  22. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_91]
  23. ... 4 more
  24. [15:48:24] [Server thread/INFO]: Stopping server
  25. [15:48:24] [Server thread/INFO]: Saving players
  26. [15:48:24] [Server thread/INFO]: Saving worlds
  27. [15:48:24] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
  28. [15:48:24] [Server thread/INFO]: Saving chunks for level 'world'/Nether
  29. [15:48:24] [Server thread/INFO]: Saving chunks for level 'world'/The End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement