Advertisement
Guest User

Log

a guest
Apr 2nd, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 KB | None | 0 0
  1. [19:08:27] [Server thread/INFO]: Starting minecraft server version 1.7.10
  2. [19:10:21] [Server thread/INFO]: Loading properties
  3. [19:10:21] [Server thread/INFO]: Default game type: SURVIVAL
  4. [19:10:21] [Server thread/INFO]: Generating keypair
  5. [19:10:22] [Server thread/INFO]: Starting Minecraft server on *:25565
  6. [19:11:49] [Server thread/INFO]: Preparing level "world"
  7. [19:11:55] [Server thread/INFO]: Preparing start region for level 0
  8. [19:11:57] [Server thread/INFO]: Preparing spawn area: 0%
  9. [19:11:59] [Server thread/INFO]: Preparing spawn area: 4%
  10. [19:12:00] [Server thread/INFO]: Preparing spawn area: 7%
  11. [19:12:02] [Server thread/INFO]: Preparing spawn area: 21%
  12. [19:12:04] [Server thread/INFO]: Preparing spawn area: 26%
  13. [19:12:05] [Server thread/INFO]: Preparing spawn area: 35%
  14. [19:12:07] [Server thread/INFO]: Preparing spawn area: 44%
  15. [19:12:08] [Server thread/INFO]: Preparing spawn area: 58%
  16. [19:12:10] [Server thread/INFO]: Preparing spawn area: 72%
  17. [19:12:11] [Server thread/INFO]: Preparing spawn area: 90%
  18. [19:12:11] [Server thread/INFO]: Done (21.938s)! For help, type "help" or "?"
  19. [19:12:26] [Server thread/ERROR]: Encountered an unexpected exception
  20. java.lang.NoClassDefFoundError: net/minecraft/client/multiplayer/WorldClient
  21. at net.minecraft.profiler.Profiler.func_76320_a(Profiler.java:64) ~[qi.class:?]
  22. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:546) ~[MinecraftServer.class:?]
  23. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]
  24. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
  25. Caused by: java.lang.ClassNotFoundException: net.minecraft.client.multiplayer.WorldClient
  26. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
  27. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_77]
  28. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_77]
  29. ... 4 more
  30. Caused by: java.lang.RuntimeException: Attempted to load class bjf for invalid side SERVER
  31. at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50) ~[custom.jar:?]
  32. at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) ~[launchwrapper-1.12.jar:?]
  33. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ~[launchwrapper-1.12.jar:?]
  34. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_77]
  35. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_77]
  36. ... 4 more
  37. [19:12:26] [Server thread/ERROR]: This crash report has been saved to: /Users/williamtitchener/Desktop/Server/./crash-reports/crash-2016-04-02_19.12.26-server.txt
  38. [19:12:26] [Server thread/INFO]: Stopping server
  39. [19:12:26] [Server thread/INFO]: Saving players
  40. [19:12:26] [Server thread/INFO]: Saving worlds
  41. [19:12:26] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
  42. [19:12:27] [Server thread/INFO]: Saving chunks for level 'world'/Nether
  43. [19:12:27] [Server thread/INFO]: Saving chunks for level 'world'/The End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement