Skip to content

Instantly share code, notes, and snippets.

@charagarlnad
Created September 6, 2019 22:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save charagarlnad/465a843e809f1868b7add55677c1328d to your computer and use it in GitHub Desktop.
Save charagarlnad/465a843e809f1868b7add55677c1328d to your computer and use it in GitHub Desktop.
[18:29:27] [main/INFO]: Setting user: test1
[18:29:28] [Client thread/INFO]: LWJGL Version: 2.9.1
[18:29:33] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:DragonAPI
[18:29:34] [Sound Library Loader/INFO]: Sound engine started
[18:29:34] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:DragonAPI
[18:29:35] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:DragonAPI
[18:29:35] [Sound Library Loader/INFO]: Sound engine started
[18:29:36] [Sound Library Loader/INFO]: Sound engine started
[18:31:24] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10
[18:31:24] [Server thread/INFO]: Generating keypair
[18:31:24] [Server thread/INFO]: Converting map!
[18:31:24] [Server thread/INFO]: Scanning folders...
[18:31:24] [Server thread/INFO]: Total conversion count is 0
[18:31:25] [Server thread/INFO]: Preparing start region for level 0
[18:31:26] [Server thread/INFO]: Changing view distance to 12, from 10
[18:31:26] [Server thread/INFO]: test1[local:E:3309c9e8] logged in with entity id 0 at (-546.5, 4.0, 291.5)
[18:31:26] [Server thread/INFO]: test1 joined the game
[18:31:31] [Server thread/INFO]: Saving and pausing game...
[18:31:31] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[18:31:31] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[18:31:31] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[18:31:34] [Client thread/INFO]: Started on 53546
[18:31:34] [Client thread/INFO]: [CHAT] Local game hosted on port 53546
[18:31:40] [User Authenticator #1/WARN]: Failed to verify username but will let them in anyway!
[18:31:40] [Server thread/INFO]: test2[/192.168.1.2:53596] logged in with entity id 76385 at (-533.5, 4.0, 286.5)
[18:31:40] [Server thread/INFO]: test2 joined the game
[18:31:40] [Client thread/INFO]: [CHAT] test2 joined the game
[18:32:51] [Server thread/INFO]: test2 lost connection: TextComponent{text='Disconnected', siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}}
[18:32:51] [Server thread/INFO]: test2 left the game
[18:32:51] [Client thread/INFO]: [CHAT] test2 left the game
[18:32:54] [Server thread/INFO]: Stopping server
[18:32:54] [Server thread/INFO]: Saving players
[18:32:54] [Server thread/INFO]: Saving worlds
[18:32:54] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[18:32:54] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[18:32:54] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[18:32:55] [Client thread/INFO]: Stopping!
[18:29:37] [main/INFO]: Setting user: test2
[18:29:38] [Client thread/INFO]: LWJGL Version: 2.9.1
[18:29:42] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:DragonAPI
[18:29:43] [Sound Library Loader/INFO]: Sound engine started
[18:29:44] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:DragonAPI
[18:29:45] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:DragonAPI
[18:29:45] [Sound Library Loader/INFO]: Sound engine started
[18:29:46] [Sound Library Loader/INFO]: Sound engine started
[18:31:39] [Client thread/INFO]: Connecting to 192.168.1.2, 53546
[18:31:40] [pool-2-thread-1/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@fc708441[id=0b8928e6-2fad-4172-9d12-94e7ac317ffd,name=test2,properties={},legacy=false]
com.mojang.authlib.exceptions.AuthenticationException: The client has sent too many requests within a certain amount of time
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:65) ~[YggdrasilAuthenticationService.class:?]
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:175) [YggdrasilMinecraftSessionService.class:?]
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:59) [YggdrasilMinecraftSessionService$1.class:?]
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:56) [YggdrasilMinecraftSessionService$1.class:?]
at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524) [guava-17.0.jar:?]
at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317) [guava-17.0.jar:?]
at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280) [guava-17.0.jar:?]
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195) [guava-17.0.jar:?]
at com.google.common.cache.LocalCache.get(LocalCache.java:3934) [guava-17.0.jar:?]
at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938) [guava-17.0.jar:?]
at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821) [guava-17.0.jar:?]
at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4827) [guava-17.0.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:165) [YggdrasilMinecraftSessionService.class:?]
at net.minecraft.client.resources.SkinManager$3.run(SourceFile:106) [brm.class:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_212]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_212]
at java.lang.Thread.run(Thread.java:819) [?:1.8.0_212]
[18:31:40] [pool-2-thread-1/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@c4bf61b7[id=0b8928e6-2fad-4172-9d12-94e7ac317ffd,name=test1,properties={},legacy=false]
com.mojang.authlib.exceptions.AuthenticationException: The client has sent too many requests within a certain amount of time
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:65) ~[YggdrasilAuthenticationService.class:?]
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:175) [YggdrasilMinecraftSessionService.class:?]
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:59) [YggdrasilMinecraftSessionService$1.class:?]
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:56) [YggdrasilMinecraftSessionService$1.class:?]
at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524) [guava-17.0.jar:?]
at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317) [guava-17.0.jar:?]
at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280) [guava-17.0.jar:?]
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195) [guava-17.0.jar:?]
at com.google.common.cache.LocalCache.get(LocalCache.java:3934) [guava-17.0.jar:?]
at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938) [guava-17.0.jar:?]
at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821) [guava-17.0.jar:?]
at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4827) [guava-17.0.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:165) [YggdrasilMinecraftSessionService.class:?]
at net.minecraft.client.resources.SkinManager$3.run(SourceFile:106) [brm.class:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_212]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_212]
at java.lang.Thread.run(Thread.java:819) [?:1.8.0_212]
[18:32:52] [Client thread/INFO]: Stopping!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment