Soarnrobertson

Launcher Log

Jan 16th, 2016
602
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.65 KB | None | 0 0
  1. Completely ignored arguments: [--nativeLauncherVersion, 286]
  2. [18:17:08] [Client thread/INFO]: Setting user: Soarnrobertson
  3. [18:17:08] [Client thread/INFO]: (Session ID is token:4708e72104e6419fb5c14a7f9aee265b:6df8e4dddfad4badaec0697f7cb78c54)
  4. [18:17:17] [Client thread/INFO]: LWJGL Version: 2.9.4
  5. [18:17:20] [Client thread/WARN]: Removed selected resource pack Better Than Default because it's no longer compatible
  6. [18:17:20] [Client thread/INFO]: Reloading ResourceManager: Default
  7. [18:17:26] [Client thread/WARN]: Missing sound for event: minecraft:entity.snowman.ambient
  8. [18:17:26] [Client thread/WARN]: Missing sound for event: minecraft:item.bottle.fill_dragonbreath
  9. [18:17:26] [Sound Library Loader/INFO]: Starting up SoundSystem...
  10. [18:17:26] [Thread-5/INFO]: Initializing LWJGL OpenAL
  11. [18:17:26] [Thread-5/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
  12. [18:17:27] [Thread-5/INFO]: OpenAL initialized.
  13. [18:17:27] [Sound Library Loader/INFO]: Sound engine started
  14. [18:17:33] [Client thread/INFO]: Created: 1024x512 textures-atlas
  15. [18:17:35] [Client thread/ERROR]: Realms module missing
  16. [18:20:15] [Server thread/INFO]: Starting integrated minecraft server version 16w02a
  17. [18:20:15] [Server thread/INFO]: Generating keypair
  18. [18:20:16] [Server thread/INFO]: Preparing start region for level 0
  19. [18:20:17] [Server thread/INFO]: Preparing spawn area: 0%
  20. [18:20:18] [Server thread/INFO]: Preparing spawn area: 20%
  21. [18:20:19] [Server thread/INFO]: Preparing spawn area: 56%
  22. [18:20:20] [Server thread/INFO]: Preparing spawn area: 96%
  23. [18:20:21] [Server thread/INFO]: Changing view distance to 4, from 10
  24. [18:20:22] [Server thread/INFO]: Soarnrobertson[local:E:1da291fe] logged in with entity id 177 at (-80.5, 57.0, -262.5)
  25. [18:20:22] [Server thread/INFO]: Soarnrobertson joined the game
  26. [18:20:23] [Server thread/INFO]: Saving and pausing game...
  27. [18:20:23] [Server thread/INFO]: Saving chunks for level 'New Survival'/Overworld
  28. [18:20:23] [Server thread/INFO]: Saving chunks for level 'New Survival'/Nether
  29. [18:20:23] [Server thread/INFO]: Saving chunks for level 'New Survival'/The End
  30. [18:20:26] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 3388ms behind, skipping 67 tick(s)
  31. [18:20:37] [pool-2-thread-1/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@67556d35[id=6df8e4dd-dfad-4bad-aec0-697f7cb78c54,name=Soarnrobertson,properties={},legacy=false]
  32. com.mojang.authlib.exceptions.AuthenticationUnavailableException: Cannot contact authentication server
  33. at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:71) ~[authlib-1.5.22.jar:?]
  34. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:175) [authlib-1.5.22.jar:?]
  35. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:59) [authlib-1.5.22.jar:?]
  36. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:56) [authlib-1.5.22.jar:?]
  37. at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524) [guava-17.0.jar:?]
  38. at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317) [guava-17.0.jar:?]
  39. at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280) [guava-17.0.jar:?]
  40. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195) [guava-17.0.jar:?]
  41. at com.google.common.cache.LocalCache.get(LocalCache.java:3934) [guava-17.0.jar:?]
  42. at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938) [guava-17.0.jar:?]
  43. at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821) [guava-17.0.jar:?]
  44. at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4827) [guava-17.0.jar:?]
  45. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:165) [authlib-1.5.22.jar:?]
  46. at bcc.K(SourceFile:2745) [16w02a.jar:?]
  47. at bwj$3.run(SourceFile:106) [16w02a.jar:?]
  48. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_25]
  49. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_25]
  50. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_25]
  51. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_25]
  52. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_25]
  53. Caused by: java.net.UnknownHostException: sessionserver.mojang.com
  54. at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) ~[?:1.8.0_25]
  55. at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172) ~[?:1.8.0_25]
  56. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:1.8.0_25]
  57. at java.net.Socket.connect(Socket.java:589) ~[?:1.8.0_25]
  58. at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:649) ~[?:1.8.0_25]
  59. at sun.net.NetworkClient.doConnect(NetworkClient.java:175) ~[?:1.8.0_25]
  60. at sun.net.www.http.HttpClient.openServer(HttpClient.java:432) ~[?:1.8.0_25]
  61. at sun.net.www.http.HttpClient.openServer(HttpClient.java:527) ~[?:1.8.0_25]
  62. at sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:275) ~[?:1.8.0_25]
  63. at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:371) ~[?:1.8.0_25]
  64. at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) ~[?:1.8.0_25]
  65. at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1146) ~[?:1.8.0_25]
  66. at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:997) ~[?:1.8.0_25]
  67. at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) ~[?:1.8.0_25]
  68. at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1511) ~[?:1.8.0_25]
  69. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1439) ~[?:1.8.0_25]
  70. at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254) ~[?:1.8.0_25]
  71. at com.mojang.authlib.HttpAuthenticationService.performGetRequest(HttpAuthenticationService.java:126) ~[authlib-1.5.22.jar:?]
  72. at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:54) ~[authlib-1.5.22.jar:?]
  73. ... 19 more
  74. [18:20:38] [Server thread/INFO]: Saving and pausing game...
  75. [18:20:38] [Server thread/INFO]: Saving chunks for level 'New Survival'/Overworld
  76. [18:20:38] [Server thread/INFO]: Saving chunks for level 'New Survival'/Nether
  77. [18:20:38] [Server thread/INFO]: Saving chunks for level 'New Survival'/The End
  78. [18:20:54] [Server thread/INFO]: Saving and pausing game...
  79. [18:20:54] [Server thread/INFO]: Saving chunks for level 'New Survival'/Overworld
  80. [18:20:54] [Server thread/INFO]: Saving chunks for level 'New Survival'/Nether
  81. [18:20:54] [Server thread/INFO]: Saving chunks for level 'New Survival'/The End
  82. [18:21:19] [Server thread/INFO]: Saving and pausing game...
  83. [18:21:19] [Server thread/INFO]: Saving chunks for level 'New Survival'/Overworld
  84. [18:21:19] [Server thread/INFO]: Saving chunks for level 'New Survival'/Nether
  85. [18:21:19] [Server thread/INFO]: Saving chunks for level 'New Survival'/The End
  86. [18:21:26] [Server thread/INFO]: Saving and pausing game...
  87. [18:21:26] [Server thread/INFO]: Saving chunks for level 'New Survival'/Overworld
  88. [18:21:26] [Server thread/INFO]: Saving chunks for level 'New Survival'/Nether
  89. [18:21:26] [Server thread/INFO]: Saving chunks for level 'New Survival'/The End
  90. [18:21:27] [Server thread/INFO]: Stopping server
  91. [18:21:27] [Server thread/INFO]: Saving players
  92. [18:21:27] [Server thread/INFO]: Saving worlds
  93. [18:21:27] [Server thread/INFO]: Saving chunks for level 'New Survival'/Overworld
  94. [18:21:27] [Client thread/ERROR]: Realms module missing
  95. [18:21:27] [Server thread/INFO]: Saving chunks for level 'New Survival'/Nether
  96. [18:21:27] [Server thread/INFO]: Saving chunks for level 'New Survival'/The End
  97. [18:21:33] [Server thread/INFO]: Starting integrated minecraft server version 16w02a
  98. [18:21:33] [Server thread/INFO]: Generating keypair
  99. [18:21:34] [Server thread/INFO]: Preparing start region for level 0
  100. [18:21:35] [Server thread/INFO]: Preparing spawn area: 3%
  101. [18:21:36] [Server thread/INFO]: Preparing spawn area: 38%
  102. [18:21:37] [Server thread/INFO]: Preparing spawn area: 80%
  103. [18:21:37] [Server thread/INFO]: Changing view distance to 4, from 10
  104. [18:21:38] [Server thread/INFO]: Soarnrobertson[local:E:ba29e8af] logged in with entity id 4135 at (-80.5, 57.0, -262.5)
  105. [18:21:38] [Server thread/INFO]: Soarnrobertson joined the game
  106. [18:21:39] [Server thread/INFO]: Saving and pausing game...
  107. [18:21:39] [Server thread/INFO]: Saving chunks for level 'New Survival'/Overworld
  108. [18:21:39] [Server thread/INFO]: Saving chunks for level 'New Survival'/Nether
  109. [18:21:39] [Server thread/INFO]: Saving chunks for level 'New Survival'/The End
  110. [18:21:49] [Server thread/INFO]: Saving and pausing game...
  111. [18:21:49] [Server thread/INFO]: Saving chunks for level 'New Survival'/Overworld
  112. [18:21:49] [Server thread/INFO]: Saving chunks for level 'New Survival'/Nether
  113. [18:21:49] [Server thread/INFO]: Saving chunks for level 'New Survival'/The End
  114. [18:22:13] [Client thread/WARN]: Something's taking too long! 'root.tick' took aprox 337.203474 ms
  115. [18:22:13] [Client thread/WARN]: Something's taking too long! 'root' took aprox 394.22061 ms
  116. [18:22:13] [Client thread/WARN]: Something's taking too long! 'root' took aprox 104.306346 ms
  117. [18:22:14] [Client thread/WARN]: Something's taking too long! 'root' took aprox 115.946476 ms
  118. [18:22:27] [Client thread/INFO]: [CHAT] [Debug]: Keybindings:
  119. [18:22:27] [Client thread/INFO]: [CHAT] F3 + A = Reload chunks
  120. [18:22:27] [Client thread/INFO]: [CHAT] F3 + B = Show hitboxes
  121. [18:22:27] [Client thread/INFO]: [CHAT] F3 + D = Clear chat
  122. [18:22:27] [Client thread/INFO]: [CHAT] F3 + F = Cycle renderdistance (Shift to inverse)
  123. [18:22:27] [Client thread/INFO]: [CHAT] F3 + H = Advanced tooltips
  124. [18:22:27] [Client thread/INFO]: [CHAT] F3 + N = Cycle creative <-> spectator
  125. [18:22:27] [Client thread/INFO]: [CHAT] F3 + P = Pause on lost focus
  126. [18:22:27] [Client thread/INFO]: [CHAT] F3 + Q = Show this list
  127. [18:22:27] [Client thread/INFO]: [CHAT] F3 + T = Reload resourcepacks
  128. [18:22:45] [Client thread/INFO]: Reloading ResourceManager: Default
  129. [18:22:49] [Client thread/WARN]: Missing sound for event: minecraft:entity.snowman.ambient
  130. [18:22:49] [Client thread/WARN]: Missing sound for event: minecraft:item.bottle.fill_dragonbreath
  131. [18:22:49] [Client thread/INFO]: SoundSystem shutting down...
  132. [18:22:49] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
  133. [18:22:49] [Sound Library Loader/INFO]: Starting up SoundSystem...
  134. [18:22:49] [Thread-10/INFO]: Initializing LWJGL OpenAL
  135. [18:22:49] [Thread-10/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
  136. [18:22:50] [Thread-10/INFO]: OpenAL initialized.
  137. [18:22:50] [Sound Library Loader/INFO]: Sound engine started
  138. [18:22:52] [Client thread/INFO]: Created: 1024x512 textures-atlas
  139. [18:22:53] [Client thread/INFO]: [CHAT] [Debug]: Reloaded resourcepacks
  140. [18:23:50] [Server thread/INFO]: Saving and pausing game...
  141. [18:23:50] [Server thread/INFO]: Saving chunks for level 'New Survival'/Overworld
  142. [18:23:51] [Server thread/INFO]: Saving chunks for level 'New Survival'/Nether
  143. [18:23:51] [Server thread/INFO]: Saving chunks for level 'New Survival'/The End
  144. AL lib: (EE) MMDevApiProc: Failed to get padding: 0x88890004
  145. [18:24:03] [Server thread/INFO]: Saving and pausing game...
  146. [18:24:03] [Server thread/INFO]: Saving chunks for level 'New Survival'/Overworld
  147. [18:24:03] [Server thread/INFO]: Saving chunks for level 'New Survival'/Nether
  148. [18:24:03] [Server thread/INFO]: Saving chunks for level 'New Survival'/The End
  149. [18:24:12] [Server thread/INFO]: Saving and pausing game...
  150. [18:24:12] [Server thread/INFO]: Saving chunks for level 'New Survival'/Overworld
  151. [18:24:12] [Server thread/INFO]: Saving chunks for level 'New Survival'/Nether
  152. [18:24:12] [Server thread/INFO]: Saving chunks for level 'New Survival'/The End
  153. [18:24:15] [Server thread/INFO]: Saving and pausing game...
  154. [18:24:15] [Server thread/INFO]: Saving chunks for level 'New Survival'/Overworld
  155. [18:24:15] [Server thread/INFO]: Saving chunks for level 'New Survival'/Nether
  156. [18:24:15] [Server thread/INFO]: Saving chunks for level 'New Survival'/The End
  157. [18:25:23] [Server thread/INFO]: Saving and pausing game...
  158. [18:25:23] [Server thread/INFO]: Saving chunks for level 'New Survival'/Overworld
  159. [18:25:24] [Server thread/INFO]: Saving chunks for level 'New Survival'/Nether
  160. [18:25:24] [Server thread/INFO]: Saving chunks for level 'New Survival'/The End
  161. [18:26:05] [Server thread/INFO]: Saving and pausing game...
  162. [18:26:05] [Server thread/INFO]: Saving chunks for level 'New Survival'/Overworld
  163. [18:26:05] [Server thread/INFO]: Saving chunks for level 'New Survival'/Nether
  164. [18:26:05] [Server thread/INFO]: Saving chunks for level 'New Survival'/The End
  165. [18:26:15] [Server thread/INFO]: Saving and pausing game...
  166. [18:26:15] [Server thread/INFO]: Saving chunks for level 'New Survival'/Overworld
  167. [18:26:15] [Server thread/INFO]: Saving chunks for level 'New Survival'/Nether
  168. [18:26:15] [Server thread/INFO]: Saving chunks for level 'New Survival'/The End
  169. [18:26:39] [Server thread/INFO]: Saving and pausing game...
  170. [18:26:39] [Server thread/INFO]: Saving chunks for level 'New Survival'/Overworld
  171. [18:26:40] [Server thread/INFO]: Saving chunks for level 'New Survival'/Nether
  172. [18:26:40] [Server thread/INFO]: Saving chunks for level 'New Survival'/The End
  173. [18:26:42] [Client thread/INFO]: [CHAT] Saved screenshot as 2016-01-16_18.26.41.png
  174. [18:27:50] [Server thread/INFO]: Saving and pausing game...
  175. [18:27:50] [Server thread/INFO]: Saving chunks for level 'New Survival'/Overworld
  176. [18:27:50] [Server thread/INFO]: Saving chunks for level 'New Survival'/Nether
  177. [18:27:50] [Server thread/INFO]: Saving chunks for level 'New Survival'/The End
  178. [18:31:59] [Server thread/INFO]: Saving and pausing game...
  179. [18:31:59] [Server thread/INFO]: Saving chunks for level 'New Survival'/Overworld
  180. [18:32:00] [Server thread/INFO]: Saving chunks for level 'New Survival'/Nether
  181. [18:32:00] [Server thread/INFO]: Saving chunks for level 'New Survival'/The End
  182. [18:32:12] [Server thread/INFO]: Stopping server
  183. [18:32:12] [Server thread/INFO]: Saving players
  184. [18:32:12] [Server thread/INFO]: Saving worlds
  185. [18:32:12] [Server thread/INFO]: Saving chunks for level 'New Survival'/Overworld
  186. [18:32:12] [Client thread/ERROR]: Realms module missing
  187. [18:32:12] [Server thread/INFO]: Saving chunks for level 'New Survival'/Nether
  188. [18:32:12] [Server thread/INFO]: Saving chunks for level 'New Survival'/The End
  189. [18:32:16] [Server thread/INFO]: Starting integrated minecraft server version 16w02a
  190. [18:32:16] [Server thread/INFO]: Generating keypair
  191. [18:32:17] [Server thread/INFO]: Preparing start region for level 0
  192. [18:32:18] [Server thread/INFO]: Preparing spawn area: 13%
  193. [18:32:19] [Server thread/INFO]: Preparing spawn area: 45%
  194. [18:32:20] [Server thread/INFO]: Preparing spawn area: 69%
  195. [18:32:21] [Server thread/INFO]: Changing view distance to 4, from 10
  196. [18:32:21] [Server thread/INFO]: Soarnrobertson[local:E:9db5f5e7] logged in with entity id 74176 at (-256.50280828577604, 72.0, -417.1277719254338)
  197. [18:32:21] [Server thread/INFO]: Soarnrobertson joined the game
  198. [18:32:23] [Server thread/INFO]: Saving and pausing game...
  199. [18:32:23] [Server thread/INFO]: Saving chunks for level 'New Survival'/Overworld
  200. [18:32:23] [Server thread/INFO]: Saving chunks for level 'New Survival'/Nether
  201. [18:32:23] [Server thread/INFO]: Saving chunks for level 'New Survival'/The End
  202. [18:32:27] [Server thread/INFO]: Saving and pausing game...
  203. [18:32:27] [Server thread/INFO]: Saving chunks for level 'New Survival'/Overworld
  204. [18:32:27] [Server thread/INFO]: Saving chunks for level 'New Survival'/Nether
  205. [18:32:27] [Server thread/INFO]: Saving chunks for level 'New Survival'/The End
  206. [18:32:30] [Server thread/INFO]: Saving and pausing game...
  207. [18:32:30] [Server thread/INFO]: Saving chunks for level 'New Survival'/Overworld
  208. [18:32:30] [Server thread/INFO]: Saving chunks for level 'New Survival'/Nether
  209. [18:32:30] [Server thread/INFO]: Saving chunks for level 'New Survival'/The End
  210. [18:32:32] [Client thread/ERROR]: Realms module missing
  211. java.io.IOException: Stream Closed
  212. at java.io.RandomAccessFile.seek0(Native Method)
  213. at java.io.RandomAccessFile.seek(RandomAccessFile.java:540)
  214. at asn.a(SourceFile:319)
  215. at asn.a(SourceFile:259)
  216. at asn$a.close(SourceFile:240)
  217. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241)
  218. at java.io.FilterOutputStream.close(FilterOutputStream.java:159)
  219. at java.io.FilterOutputStream.close(FilterOutputStream.java:159)
  220. at asp.b(SourceFile:146)
  221. at asp.c(SourceFile:131)
  222. at bba.c(SourceFile:37)
  223. at bba.run(SourceFile:30)
  224. at java.lang.Thread.run(Thread.java:745)
  225. [18:32:32] [Server thread/INFO]: Stopping server
  226. [18:32:32] [Server thread/INFO]: Saving players
  227. [18:32:32] [Server thread/INFO]: Saving worlds
  228. [18:32:32] [Server thread/INFO]: Saving chunks for level 'New Survival'/Overworld
  229. [18:32:32] [Server thread/INFO]: Saving chunks for level 'New Survival'/Nether
  230. [18:32:32] [Server thread/INFO]: Saving chunks for level 'New Survival'/The End
  231. [18:32:35] [Client thread/INFO]: Stopping!
  232. [18:32:35] [Client thread/INFO]: SoundSystem shutting down...
  233. [18:32:35] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
  234. Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
Advertisement
Add Comment
Please, Sign In to add comment