Guest User

Untitled

a guest
Jul 22nd, 2018
367
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.97 KB | None | 0 0
  1. [14:24:52] [Client thread/INFO]: Setting user: Player283
  2. [14:25:03] [Client thread/WARN]: Skipping bad option: lastServer:
  3. [14:25:03] [Client thread/INFO]: LWJGL Version: 2.9.4
  4. [14:25:12] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:FancyFurnishings
  5. [14:25:23] [Sound Library Loader/INFO]: Starting up SoundSystem...
  6. [14:25:23] [Thread-8/INFO]: Initializing LWJGL OpenAL
  7. [14:25:23] [Thread-8/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
  8. [14:25:25] [Thread-8/INFO]: OpenAL initialized.
  9. [14:25:25] [Sound Library Loader/INFO]: Sound engine started
  10. [14:25:38] [Client thread/INFO]: Created: 16x16 textures-atlas
  11. [14:25:40] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:FancyFurnishings
  12. [14:25:49] [Client thread/INFO]: SoundSystem shutting down...
  13. [14:25:49] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
  14. [14:25:49] [Sound Library Loader/INFO]: Starting up SoundSystem...
  15. [14:25:49] [Thread-10/INFO]: Initializing LWJGL OpenAL
  16. [14:25:49] [Thread-10/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
  17. [14:25:50] [Thread-10/INFO]: OpenAL initialized.
  18. [14:25:50] [Sound Library Loader/INFO]: Sound engine started
  19. [14:26:01] [Client thread/INFO]: Created: 512x512 textures-atlas
  20. [14:26:03] [Client thread/WARN]: Skipping bad option: lastServer:
  21. [14:26:04] [Realms Notification Availability checker #1/INFO]: Could not authorize you against Realms server: Invalid session id
  22. [14:27:04] [Server thread/INFO]: Starting integrated minecraft server version 1.10.2
  23. [14:27:04] [Server thread/INFO]: Generating keypair
  24. [14:27:05] [Server thread/INFO]: Preparing start region for level 0
  25. [14:27:06] [Server thread/INFO]: Preparing spawn area: 12%
  26. [14:27:07] [Server thread/INFO]: Preparing spawn area: 96%
  27. [14:27:08] [Server thread/INFO]: Changing view distance to 12, from 10
  28. [14:27:09] [Server thread/INFO]: Player283[local:E:856877aa] logged in with entity id 255 at (18.06794511428333, 80.66820992897202, 245.083536200876)
  29. [14:27:09] [Server thread/INFO]: Player283 joined the game
  30. [14:27:11] [Server thread/INFO]: Saving and pausing game...
  31. [14:27:11] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
  32. [14:27:11] [pool-2-thread-1/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@1eb5996f[id=fcd8643a-136f-38b6-9c1f-4f5463ba5d9d,name=Player283,properties={},legacy=false]
  33. com.mojang.authlib.exceptions.AuthenticationException: The client has sent too many requests within a certain amount of time
  34. at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:65) ~[YggdrasilAuthenticationService.class:?]
  35. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:175) [YggdrasilMinecraftSessionService.class:?]
  36. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:59) [YggdrasilMinecraftSessionService$1.class:?]
  37. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:56) [YggdrasilMinecraftSessionService$1.class:?]
  38. at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524) [guava-17.0.jar:?]
  39. at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317) [guava-17.0.jar:?]
  40. at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280) [guava-17.0.jar:?]
  41. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195) [guava-17.0.jar:?]
  42. at com.google.common.cache.LocalCache.get(LocalCache.java:3934) [guava-17.0.jar:?]
  43. at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938) [guava-17.0.jar:?]
  44. at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821) [guava-17.0.jar:?]
  45. at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4827) [guava-17.0.jar:?]
  46. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:165) [YggdrasilMinecraftSessionService.class:?]
  47. at net.minecraft.client.Minecraft.getProfileProperties(Minecraft.java:3060) [Minecraft.class:?]
  48. at net.minecraft.client.resources.SkinManager$3.run(SkinManager.java:131) [SkinManager$3.class:?]
  49. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_151]
  50. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_151]
  51. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_151]
  52. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_151]
  53. at java.lang.Thread.run(Unknown Source) [?:1.8.0_151]
  54. [14:27:11] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
  55. [14:27:11] [Server thread/INFO]: Saving chunks for level 'New World'/The End
  56. [14:27:20] [Server thread/INFO]: Saving and pausing game...
  57. [14:27:20] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
  58. [14:27:20] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
  59. [14:27:20] [Server thread/INFO]: Saving chunks for level 'New World'/The End
  60. [14:36:14] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:FancyFurnishings
  61. [14:36:20] [Client thread/INFO]: SoundSystem shutting down...
  62. [14:36:20] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
  63. [14:36:20] [Sound Library Loader/INFO]: Starting up SoundSystem...
  64. [14:36:20] [Thread-14/INFO]: Initializing LWJGL OpenAL
  65. [14:36:20] [Thread-14/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
  66. [14:36:20] [Thread-14/INFO]: OpenAL initialized.
  67. [14:36:21] [Sound Library Loader/INFO]: Sound engine started
  68. [14:36:28] [Client thread/INFO]: Created: 512x512 textures-atlas
  69. [14:36:29] [Client thread/INFO]: [CHAT] [Debug]: Reloaded resourcepacks
  70. [14:36:31] [Server thread/INFO]: Player283 has just earned the achievement [Taking Inventory]
  71. [14:36:31] [Client thread/INFO]: [CHAT] Player283 has just earned the achievement [Taking Inventory]
  72. [14:37:44] [Server thread/INFO]: Saving and pausing game...
  73. [14:37:44] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
  74. [14:37:45] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
  75. [14:37:45] [Server thread/INFO]: Saving chunks for level 'New World'/The End
  76. [14:38:15] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:FancyFurnishings
  77. [14:38:20] [Client thread/INFO]: SoundSystem shutting down...
  78. [14:38:21] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
  79. [14:38:21] [Sound Library Loader/INFO]: Starting up SoundSystem...
  80. [14:38:21] [Thread-16/INFO]: Initializing LWJGL OpenAL
  81. [14:38:21] [Thread-16/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
  82. [14:38:21] [Thread-16/INFO]: OpenAL initialized.
  83. [14:38:21] [Sound Library Loader/INFO]: Sound engine started
  84. [14:38:28] [Client thread/INFO]: Created: 512x512 textures-atlas
  85. [14:38:29] [Client thread/INFO]: [CHAT] [Debug]: Reloaded resourcepacks
  86. [14:39:00] [Server thread/INFO]: Saving and pausing game...
  87. [14:39:00] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
  88. [14:39:00] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
  89. [14:39:00] [Server thread/INFO]: Saving chunks for level 'New World'/The End
  90. [14:39:59] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:FancyFurnishings
  91. [14:40:04] [Client thread/INFO]: SoundSystem shutting down...
  92. [14:40:05] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
  93. [14:40:05] [Sound Library Loader/INFO]: Starting up SoundSystem...
  94. [14:40:05] [Thread-18/INFO]: Initializing LWJGL OpenAL
  95. [14:40:05] [Thread-18/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
  96. [14:40:05] [Thread-18/INFO]: OpenAL initialized.
  97. [14:40:05] [Sound Library Loader/INFO]: Sound engine started
  98. [14:40:12] [Client thread/INFO]: Created: 512x512 textures-atlas
  99. [14:40:13] [Client thread/INFO]: [CHAT] [Debug]: Reloaded resourcepacks
  100. [14:40:22] [Server thread/INFO]: Saving and pausing game...
  101. [14:40:22] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
  102. [14:40:22] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
  103. [14:40:22] [Server thread/INFO]: Saving chunks for level 'New World'/The End
  104. [14:40:39] [Server thread/INFO]: Saving and pausing game...
  105. [14:40:39] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
  106. [14:40:39] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
  107. [14:40:39] [Server thread/INFO]: Saving chunks for level 'New World'/The End
  108. [14:41:10] [Server thread/INFO]: Saving and pausing game...
  109. [14:41:10] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
  110. [14:41:10] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
  111. [14:41:10] [Server thread/INFO]: Saving chunks for level 'New World'/The End
  112. [14:41:58] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:FancyFurnishings
  113. [14:42:03] [Client thread/INFO]: SoundSystem shutting down...
  114. [14:42:04] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
  115. [14:42:04] [Sound Library Loader/INFO]: Starting up SoundSystem...
  116. [14:42:04] [Thread-20/INFO]: Initializing LWJGL OpenAL
  117. [14:42:04] [Thread-20/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
  118. [14:42:04] [Thread-20/INFO]: OpenAL initialized.
  119. [14:42:04] [Sound Library Loader/INFO]: Sound engine started
  120. [14:42:11] [Client thread/INFO]: Created: 512x512 textures-atlas
  121. [14:42:12] [Client thread/INFO]: [CHAT] [Debug]: Reloaded resourcepacks
  122. [14:42:17] [Server thread/INFO]: Saving and pausing game...
  123. [14:42:17] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
  124. [14:42:17] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
  125. [14:42:17] [Server thread/INFO]: Saving chunks for level 'New World'/The End
  126. [14:45:05] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:FancyFurnishings
  127. [14:45:10] [Client thread/INFO]: SoundSystem shutting down...
  128. [14:45:10] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
  129. [14:45:10] [Sound Library Loader/INFO]: Starting up SoundSystem...
  130. [14:45:10] [Thread-22/INFO]: Initializing LWJGL OpenAL
  131. [14:45:10] [Thread-22/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
  132. [14:45:11] [Thread-22/INFO]: OpenAL initialized.
  133. [14:45:11] [Sound Library Loader/INFO]: Sound engine started
  134. [14:45:18] [Client thread/INFO]: Created: 512x512 textures-atlas
  135. [14:45:19] [Client thread/INFO]: [CHAT] [Debug]: Reloaded resourcepacks
  136. [14:45:27] [Server thread/INFO]: Saving and pausing game...
  137. [14:45:27] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
  138. [14:45:27] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
  139. [14:45:27] [Server thread/INFO]: Saving chunks for level 'New World'/The End
  140. [14:45:59] [Server thread/INFO]: Stopping server
  141. [14:45:59] [Server thread/INFO]: Saving players
  142. [14:45:59] [Server thread/INFO]: Saving worlds
  143. [14:45:59] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
  144. [14:45:59] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
  145. [14:45:59] [Server thread/INFO]: Saving chunks for level 'New World'/The End
  146. [14:55:18] [Client thread/INFO]: Stopping!
  147. [14:55:18] [Client thread/INFO]: SoundSystem shutting down...
  148. [14:55:18] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
Advertisement
Add Comment
Please, Sign In to add comment