Guest User

Untitled

a guest
Apr 12th, 2016
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.94 KB | None | 0 0
  1. [15:31:31] [Client thread/INFO]: Setting user: littleefoxx
  2. [15:31:48] [Client thread/INFO]: LWJGL Version: 2.9.4
  3. [15:32:00] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge
  4. [15:32:04] [Sound Library Loader/INFO]: Starting up SoundSystem...
  5. [15:32:04] [Thread-9/INFO]: Initializing LWJGL OpenAL
  6. [15:32:04] [Thread-9/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
  7. [15:32:19] [Client thread/INFO]: Created: 16x16 textures-atlas
  8. [15:32:27] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge
  9. [15:32:30] [Sound Library Loader/INFO]: Starting up SoundSystem...
  10. [15:32:34] [Thread-9/INFO]: OpenAL initialized.
  11. [15:32:34] [Thread-11/INFO]: Initializing LWJGL OpenAL
  12. [15:32:34] [Thread-11/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
  13. [15:32:45] [Client thread/INFO]: Created: 1024x512 textures-atlas
  14. [15:33:02] [Realms Notification Availability checker #1/INFO]: Could not authorize you against Realms server: Invalid session id
  15. [15:33:10] [Client thread/INFO]: Deleting level j
  16. [15:33:10] [Client thread/INFO]: Attempt 1...
  17. [15:33:15] [Sound Library Loader/WARN]: ERROR MESSAGE:
  18. [15:33:15] [Sound Library Loader/INFO]: SoundSystem did not load after 30 seconds.
  19. [15:33:15] [Sound Library Loader/INFO]: Starting up SoundSystem...
  20. [15:33:15] [Thread-13/INFO]: Switching to No Sound
  21. [15:33:15] [Thread-13/INFO]: (Silent Mode)
  22. [15:33:15] [Sound Library Loader/INFO]: Sound engine started
  23. [15:33:15] [Sound Library Loader/INFO]: Sound engine started
  24. [15:33:28] [Server thread/INFO]: Starting integrated minecraft server version 1.9
  25. [15:33:28] [Server thread/INFO]: Generating keypair
  26. [15:33:29] [Server thread/INFO]: Preparing start region for level 0
  27. [15:33:32] [Server thread/INFO]: Preparing spawn area: 0%
  28. [15:33:33] [Server thread/INFO]: Preparing spawn area: 12%
  29. [15:33:34] [Server thread/INFO]: Preparing spawn area: 36%
  30. [15:33:35] [Server thread/INFO]: Preparing spawn area: 58%
  31. [15:33:36] [Server thread/INFO]: Preparing spawn area: 84%
  32. [15:33:37] [Server thread/INFO]: Changing view distance to 6, from 10
  33. [15:33:43] [Server thread/INFO]: littleefoxx[local:E:35f3bbd4] logged in with entity id 329 at (200.4200489856165, 97.0, 200.36846686376091)
  34. [15:33:43] [Server thread/INFO]: littleefoxx joined the game
  35. [15:33:45] [Server thread/INFO]: Saving and pausing game...
  36. [15:33:46] [Server thread/INFO]: Saving chunks for level 'Derp'/Overworld
  37. [15:33:47] [pool-2-thread-1/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@206ab4a8[id=0809d87a-562e-3aaa-a4a3-eea6b290a650,name=littleefoxx,properties={},legacy=false]
  38. com.mojang.authlib.exceptions.AuthenticationException: The client has sent too many requests within a certain amount of time
  39. at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:65) ~[YggdrasilAuthenticationService.class:?]
  40. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:175) [YggdrasilMinecraftSessionService.class:?]
  41. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:59) [YggdrasilMinecraftSessionService$1.class:?]
  42. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:56) [YggdrasilMinecraftSessionService$1.class:?]
  43. at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524) [guava-17.0.jar:?]
  44. at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317) [guava-17.0.jar:?]
  45. at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280) [guava-17.0.jar:?]
  46. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195) [guava-17.0.jar:?]
  47. at com.google.common.cache.LocalCache.get(LocalCache.java:3934) [guava-17.0.jar:?]
  48. at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938) [guava-17.0.jar:?]
  49. at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821) [guava-17.0.jar:?]
  50. at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4827) [guava-17.0.jar:?]
  51. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:165) [YggdrasilMinecraftSessionService.class:?]
  52. at net.minecraft.client.Minecraft.func_181037_M(Minecraft.java:2885) [bcf.class:?]
  53. at net.minecraft.client.resources.SkinManager$3.run(SourceFile:106) [bwn$3.class:?]
  54. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_72]
  55. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_72]
  56. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_72]
  57. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_72]
  58. at java.lang.Thread.run(Unknown Source) [?:1.8.0_72]
  59. [15:33:49] [Server thread/INFO]: Saving chunks for level 'Derp'/Nether
  60. [15:33:49] [Server thread/INFO]: Saving chunks for level 'Derp'/The End
  61. [15:33:52] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 9172ms behind, skipping 183 tick(s)
  62. [15:34:05] [Server thread/INFO]: Saving and pausing game...
  63. [15:34:05] [Server thread/INFO]: Saving chunks for level 'Derp'/Overworld
  64. [15:34:05] [Server thread/INFO]: Saving chunks for level 'Derp'/Nether
  65. [15:34:05] [Server thread/INFO]: Saving chunks for level 'Derp'/The End
  66. [15:34:05] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 3238ms behind, skipping 64 tick(s)
  67. [15:34:24] [Server thread/INFO]: Saving and pausing game...
  68. [15:34:24] [Server thread/INFO]: Saving chunks for level 'Derp'/Overworld
  69. [15:34:25] [Server thread/INFO]: Saving chunks for level 'Derp'/Nether
  70. [15:34:25] [Server thread/INFO]: Saving chunks for level 'Derp'/The End
  71. [15:35:28] [Server thread/INFO]: Saving and pausing game...
  72. [15:35:28] [Server thread/INFO]: Saving chunks for level 'Derp'/Overworld
  73. [15:35:37] [Server thread/INFO]: Saving chunks for level 'Derp'/Nether
  74. [15:35:37] [Server thread/INFO]: Saving chunks for level 'Derp'/The End
  75. [15:35:43] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 14457ms behind, skipping 289 tick(s)
  76. [15:42:43] [Server thread/INFO]: Stopping server
  77. [15:42:43] [Server thread/INFO]: Saving players
  78. [15:42:43] [Server thread/INFO]: Saving worlds
  79. [15:42:43] [Server thread/INFO]: Saving chunks for level 'Derp'/Overworld
  80. [15:42:43] [Server thread/INFO]: Saving chunks for level 'Derp'/Nether
  81. [15:42:43] [Server thread/INFO]: Saving chunks for level 'Derp'/The End
  82. [15:42:47] [Client thread/INFO]: Stopping!
  83. [15:42:47] [Client thread/INFO]: SoundSystem shutting down...
  84. [15:42:47] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
Advertisement
Add Comment
Please, Sign In to add comment