Skip to content

Instantly share code, notes, and snippets.

@johnxx
Created March 28, 2016 04:14
Show Gist options
  • Save johnxx/9b46d7c716a6543389c7 to your computer and use it in GitHub Desktop.
Save johnxx/9b46d7c716a6543389c7 to your computer and use it in GitHub Desktop.
[19:37:34] [Client thread/INFO]: Connecting to kira.ageofikon.com, 25565
[19:37:40] [pool-2-thread-1/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@5ce44fd8[id=d25a3f8e-36dc-48df-992b-9b2d5658ebc9,name=murdersaur,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.fillProfileProperties(YggdrasilMinecraftSessionService.java:135) [YggdrasilMinecraftSessionService.class:?]
at net.minecraft.client.resources.SkinManager$3.run(SourceFile:106) [brm.class:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_77]
at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_77]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_77]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_77]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_77]
[19:37:51] [Client thread/FATAL]: Reported exception thrown!
net.minecraft.util.ReportedException: Ticking screen
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1675) ~[bao.class:?]
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973) ~[bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_77]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_77]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_77]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_77]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.lang.NullPointerException
at StevenDimDoors.mod_pocketDim.core.PocketManager.getDimensionData(PocketManager.java:586) ~[PocketManager.class:?]
at StevenDimDoors.mod_pocketDim.core.PocketManager$ClientLinkWatcher.onCreated(PocketManager.java:67) ~[PocketManager$ClientLinkWatcher.class:?]
at StevenDimDoors.mod_pocketDim.core.PocketManager$ClientLinkWatcher.onCreated(PocketManager.java:61) ~[PocketManager$ClientLinkWatcher.class:?]
at StevenDimDoors.mod_pocketDim.watcher.UpdateWatcherProxy.onCreated(UpdateWatcherProxy.java:20) ~[UpdateWatcherProxy.class:?]
at StevenDimDoors.mod_pocketDim.tileentities.TileEntityDimDoor.onDataPacket(TileEntityDimDoor.java:52) ~[TileEntityDimDoor.class:?]
at net.minecraft.client.network.NetHandlerPlayClient.func_147273_a(NetHandlerPlayClient.java:1144) ~[bjb.class:?]
at net.minecraft.network.play.server.S35PacketUpdateTileEntity.func_148833_a(SourceFile:55) ~[gf.class:?]
at net.minecraft.network.play.server.S35PacketUpdateTileEntity.func_148833_a(SourceFile:10) ~[gf.class:?]
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) ~[ej.class:?]
at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(SourceFile:78) ~[bcx.class:?]
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1661) ~[bao.class:?]
... 9 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment