Guest User

Untitled

a guest
Jan 20th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.10 KB | None | 0 0
  1. [04:46:02] [Server thread/INFO]: Starting minecraft server version 1.10.2
  2. [04:47:18] [Server thread/INFO]: Loading properties
  3. [04:47:18] [Server thread/INFO]: Default game type: SURVIVAL
  4. [04:47:18] [Server thread/INFO]: Generating keypair
  5. [04:47:18] [Server thread/INFO]: Starting Minecraft server on *:25565
  6. [04:47:18] [Server thread/INFO]: Using epoll channel type
  7. [04:47:18] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  8. [04:47:18] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  9. [04:47:18] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
  10. [04:47:18] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  11. [04:47:54] [Server thread/INFO]: Preparing level "world"
  12. [04:47:59] [Server thread/INFO]: Preparing start region for level 0
  13. [04:48:00] [Server thread/INFO]: Preparing spawn area: 3%
  14. [04:48:01] [Server thread/INFO]: Preparing spawn area: 5%
  15. [04:48:02] [Server thread/INFO]: Preparing spawn area: 9%
  16. [04:48:03] [Server thread/INFO]: Preparing spawn area: 13%
  17. [04:48:04] [Server thread/INFO]: Preparing spawn area: 19%
  18. [04:48:05] [Server thread/INFO]: Preparing spawn area: 25%
  19. [04:48:06] [Server thread/INFO]: Preparing spawn area: 31%
  20. [04:48:07] [Server thread/INFO]: Preparing spawn area: 36%
  21. [04:48:08] [Server thread/INFO]: Preparing spawn area: 42%
  22. [04:48:09] [Server thread/INFO]: Preparing spawn area: 48%
  23. [04:48:12] [Server thread/INFO]: Preparing spawn area: 50%
  24. [04:48:13] [Server thread/INFO]: Preparing spawn area: 58%
  25. [04:48:14] [Server thread/INFO]: Preparing spawn area: 65%
  26. [04:48:15] [Server thread/INFO]: Preparing spawn area: 72%
  27. [04:48:16] [Server thread/INFO]: Preparing spawn area: 79%
  28. [04:48:17] [Server thread/INFO]: Preparing spawn area: 85%
  29. [04:48:18] [Server thread/INFO]: Preparing spawn area: 93%
  30. [04:48:19] [Server thread/INFO]: Preparing spawn area: 97%
  31. [04:48:19] [Server thread/INFO]: Done (25,546s)! For help, type "help" or "?"
  32. [04:48:26] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 3793ms behind, skipping 75 tick(s)
  33. [04:52:17] [Server thread/INFO]: CoppeliaNoir[/192.168.0.55:52382] logged in with entity id 1732 at (-437.5, 64.0, -503.5)
  34. [04:52:17] [Server thread/INFO]: CoppeliaNoir joined the game
  35. [04:52:22] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 3899ms behind, skipping 77 tick(s)
  36. [04:53:10] [Server thread/INFO]: CoppeliaNoir has just earned the achievement [Taking Inventory]
  37. [04:53:14] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 22037ms behind, skipping 440 tick(s)
  38. [04:53:20] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2221ms behind, skipping 44 tick(s)
  39. [04:53:41] [Server thread/INFO]: CoppeliaNoir has just earned the achievement [Getting Wood]
  40. [04:53:50] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2258ms behind, skipping 45 tick(s)
  41. [04:55:30] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2823ms behind, skipping 56 tick(s)
  42. [04:55:49] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 5964ms behind, skipping 119 tick(s)
  43. [04:56:04] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 4818ms behind, skipping 96 tick(s)
  44. [04:59:39] [Server thread/FATAL]: Error executing task
  45. java.util.concurrent.ExecutionException: java.lang.NullPointerException
  46. at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_151]
  47. at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0_151]
  48. at net.minecraft.util.Util.func_181617_a(SourceFile:46) [h.class:?]
  49. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668) [MinecraftServer.class:?]
  50. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387) [ld.class:?]
  51. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613) [MinecraftServer.class:?]
  52. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471) [MinecraftServer.class:?]
  53. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
  54. Caused by: java.lang.NullPointerException
  55. at java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:936) ~[?:1.8.0_151]
  56. at net.minecraft.stats.StatisticsManager.func_77444_a(SourceFile:53) ~[nx.class:?]
  57. at com.minecolonies.coremod.network.messages.BuildToolPasteMessage.messageOnServerThread(BuildToolPasteMessage.java:190) ~[BuildToolPasteMessage.class:?]
  58. at com.minecolonies.coremod.network.messages.BuildToolPasteMessage.messageOnServerThread(BuildToolPasteMessage.java:46) ~[BuildToolPasteMessage.class:?]
  59. at com.minecolonies.coremod.network.messages.AbstractMessage.lambda$onMessage$0(AbstractMessage.java:24) ~[AbstractMessage.class:?]
  60. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_151]
  61. at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_151]
  62. at net.minecraft.util.Util.func_181617_a(SourceFile:45) ~[h.class:?]
  63. ... 5 more
  64. [04:59:43] [Server thread/INFO]: CoppeliaNoir lost connection: TextComponent{text='Disconnected', siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}}
  65. [04:59:43] [Server thread/INFO]: CoppeliaNoir left the game
  66. [04:59:59] [Server thread/INFO]: Stopping the server
  67. [04:59:59] [Server thread/INFO]: Stopping server
  68. [04:59:59] [Server thread/INFO]: Saving players
  69. [04:59:59] [Server thread/INFO]: Saving worlds
  70. [04:59:59] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
  71. [05:00:00] [Server thread/INFO]: Saving chunks for level 'world'/ExtraUtils2_Quarry_Dim
  72. [05:00:01] [Server Shutdown Thread/INFO]: Stopping server
  73. [05:00:01] [Server Shutdown Thread/INFO]: Saving players
  74. [05:00:01] [Server Shutdown Thread/INFO]: Saving worlds
Add Comment
Please, Sign In to add comment