Advertisement
Guest User

Untitled

a guest
Jul 19th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.64 KB | None | 0 0
  1. [21:28:28] [Client thread/INFO]: Setting user: Player581
  2. [21:28:33] [Client thread/WARN]: Skipping bad option: lastServer:
  3. [21:28:33] [Client thread/INFO]: LWJGL Version: 2.9.4
  4. [21:28:38] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Tutorial Mod
  5. [21:28:40] [Sound Library Loader/INFO]: Starting up SoundSystem...
  6. [21:28:41] [Thread-7/INFO]: Initializing LWJGL OpenAL
  7. [21:28:41] [Thread-7/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
  8. [21:28:41] [Thread-7/INFO]: OpenAL initialized.
  9. [21:28:41] [Sound Library Loader/INFO]: Sound engine started
  10. [21:28:44] [Client thread/INFO]: Created: 16x16 textures-atlas
  11. [21:28:46] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Tutorial Mod
  12. [21:28:48] [Client thread/INFO]: SoundSystem shutting down...
  13. [21:28:48] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
  14. [21:28:48] [Sound Library Loader/INFO]: Starting up SoundSystem...
  15. [21:28:48] [Thread-9/INFO]: Initializing LWJGL OpenAL
  16. [21:28:48] [Thread-9/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
  17. [21:28:48] [Thread-9/INFO]: OpenAL initialized.
  18. [21:28:48] [Sound Library Loader/INFO]: Sound engine started
  19. [21:28:50] [Client thread/INFO]: Created: 512x512 textures-atlas
  20. [21:28:53] [Client thread/WARN]: Skipping bad option: lastServer:
  21. [21:29:09] [Server thread/INFO]: Starting integrated minecraft server version 1.10.2
  22. [21:29:09] [Server thread/INFO]: Generating keypair
  23. [21:29:09] [Realms Notification Availability checker #1/INFO]: Could not authorize you against Realms server: Invalid session id
  24. [21:29:10] [Server thread/INFO]: Preparing start region for level 0
  25. [21:29:11] [Server thread/INFO]: Preparing spawn area: 2%
  26. [21:29:12] [Server thread/INFO]: Preparing spawn area: 54%
  27. [21:29:12] [Server thread/INFO]: Changing view distance to 12, from 10
  28. [21:29:13] [Server thread/INFO]: Player581[local:E:36ea5085] logged in with entity id 264 at (204.5, 72.0, 275.5)
  29. [21:29:13] [Server thread/INFO]: Player581 joined the game
  30. [21:29:15] [Server thread/INFO]: Saving and pausing game...
  31. [21:29:15] [Server thread/INFO]: Saving chunks for level 'Copy of test'/Overworld
  32. [21:29:15] [pool-2-thread-1/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@49b0e360[id=05a2b883-672c-35b9-82ec-eccc4e0cabc2,name=Player581,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(Executors.java:511) [?:1.8.0_131]
  50. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_131]
  51. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_131]
  52. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_131]
  53. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
  54. [21:29:16] [Server thread/INFO]: Saving chunks for level 'Copy of test'/Nether
  55. [21:29:16] [Server thread/INFO]: Saving chunks for level 'Copy of test'/The End
  56. [21:29:18] [Server thread/INFO]: Player581 has just earned the achievement [Taking Inventory]
  57. [21:29:19] [Client thread/INFO]: [CHAT] Player581 has just earned the achievement [Taking Inventory]
  58. [21:29:19] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 3657ms behind, skipping 73 tick(s)
  59. [21:29:51] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 19904ms behind, skipping 398 tick(s)
  60. [21:29:59] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 7748ms behind, skipping 154 tick(s)
  61. [21:30:17] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 7277ms behind, skipping 145 tick(s)
  62. [21:30:25] [Server thread/INFO]: Saving and pausing game...
  63. [21:30:25] [Server thread/INFO]: Saving chunks for level 'Copy of test'/Overworld
  64. [21:30:25] [Server thread/INFO]: Saving chunks for level 'Copy of test'/Nether
  65. [21:30:25] [Server thread/INFO]: Saving chunks for level 'Copy of test'/The End
  66. [21:30:27] [Server thread/INFO]: Stopping server
  67. [21:30:27] [Server thread/INFO]: Saving players
  68. [21:30:27] [Server thread/INFO]: Saving worlds
  69. [21:30:27] [Server thread/INFO]: Saving chunks for level 'Copy of test'/Overworld
  70. [21:30:27] [Server thread/INFO]: Saving chunks for level 'Copy of test'/Nether
  71. [21:30:27] [Server thread/INFO]: Saving chunks for level 'Copy of test'/The End
  72. [21:30:31] [Client thread/INFO]: Stopping!
  73. [21:30:31] [Client thread/INFO]: SoundSystem shutting down...
  74. [21:30:31] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement