Advertisement
Guest User

Nick

a guest
Jan 21st, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.51 KB | None | 0 0
  1. [11:13:56] [Client thread/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@a770bd[id=aef47d9a-98e2-363f-8a3f-d4036a51d277,name=TrOlOlO2017,properties={},legacy=false]
  2. com.mojang.authlib.exceptions.AuthenticationUnavailableException: Cannot contact authentication server
  3. at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:71) ~[YggdrasilAuthenticationService.class:?]
  4. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:175) [YggdrasilMinecraftSessionService.class:?]
  5. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:168) [YggdrasilMinecraftSessionService.class:?]
  6. at ichun.common.core.EntityHelperBase.getFullGameProfileFromName(EntityHelperBase.java:109) [EntityHelperBase.class:?]
  7. at morph.common.morph.MorphState.createPlayer(MorphState.java:173) [MorphState.class:?]
  8. at morph.common.morph.MorphState.readTag(MorphState.java:123) [MorphState.class:?]
  9. at morph.common.packet.PacketMorphInfo.handleClient(PacketMorphInfo.java:132) [PacketMorphInfo.class:?]
  10. at morph.common.packet.PacketMorphInfo.execute(PacketMorphInfo.java:100) [PacketMorphInfo.class:?]
  11. at ichun.common.core.network.ChannelHandler$PacketExecuter.channelRead0(ChannelHandler.java:84) [ChannelHandler$PacketExecuter.class:?]
  12. at ichun.common.core.network.ChannelHandler$PacketExecuter.channelRead0(ChannelHandler.java:66) [ChannelHandler$PacketExecuter.class:?]
  13. at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) [SimpleChannelInboundHandler.class:?]
  14. at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?]
  15. at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?]
  16. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [MessageToMessageDecoder.class:?]
  17. at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111) [MessageToMessageCodec.class:?]
  18. at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?]
  19. at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?]
  20. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) [DefaultChannelPipeline.class:?]
  21. at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) [EmbeddedChannel.class:?]
  22. at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77) [FMLProxyPacket.class:?]
  23. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) [ej.class:?]
  24. at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(GuiConnecting.java:113) [bcx.class:?]
  25. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1661) [bao.class:?]
  26. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973) [bao.class:?]
  27. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) [bao.class:?]
  28. at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
  29. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
  30. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111]
  31. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111]
  32. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_111]
  33. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
  34. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
  35. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
  36. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111]
  37. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111]
  38. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_111]
  39. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
  40. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111]
  41. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111]
  42. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_111]
  43. at net.k773.GameStarter.newstart(GameStarter.java) [launcher.jar:?]
  44. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
  45. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111]
  46. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111]
  47. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_111]
  48. at net.k773.GameStarter.start(GameStarter.java) [launcher.jar:?]
  49. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
  50. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111]
  51. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111]
  52. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_111]
  53. at net.k773.utils.Client.start(Client.java) [launcher.jar:?]
  54. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
  55. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111]
  56. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111]
  57. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_111]
  58. at net.k773.Start.<init>(Start.java) [launcher.jar:?]
  59. at Mainclass.main(Mainclass.java:11) [launcher.jar:?]
  60. Caused by: java.net.SocketTimeoutException: connect timed out
  61. at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) ~[?:1.8.0_111]
  62. at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) ~[?:1.8.0_111]
  63. at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) ~[?:1.8.0_111]
  64. at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) ~[?:1.8.0_111]
  65. at java.net.AbstractPlainSocketImpl.connect(Unknown Source) ~[?:1.8.0_111]
  66. at java.net.PlainSocketImpl.connect(Unknown Source) ~[?:1.8.0_111]
  67. at java.net.SocksSocketImpl.connect(Unknown Source) ~[?:1.8.0_111]
  68. at java.net.Socket.connect(Unknown Source) ~[?:1.8.0_111]
  69. at sun.security.ssl.SSLSocketImpl.connect(Unknown Source) ~[?:1.8.0_111]
  70. at sun.net.NetworkClient.doConnect(Unknown Source) ~[?:1.8.0_111]
  71. at sun.net.www.http.HttpClient.openServer(Unknown Source) ~[?:1.8.0_111]
  72. at sun.net.www.http.HttpClient.openServer(Unknown Source) ~[?:1.8.0_111]
  73. at sun.net.www.protocol.https.HttpsClient.<init>(Unknown Source) ~[?:1.8.0_111]
  74. at sun.net.www.protocol.https.HttpsClient.New(Unknown Source) ~[?:1.8.0_111]
  75. at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source) ~[?:1.8.0_111]
  76. at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) ~[?:1.8.0_111]
  77. at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source) ~[?:1.8.0_111]
  78. at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source) ~[?:1.8.0_111]
  79. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_111]
  80. at java.security.AccessController.doPrivilegedWithCombiner(Unknown Source) ~[?:1.8.0_111]
  81. at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) ~[?:1.8.0_111]
  82. at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) ~[?:1.8.0_111]
  83. at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) ~[?:1.8.0_111]
  84. at sun.net.www.protocol.http.HttpURLConnection.access$200(Unknown Source) ~[?:1.8.0_111]
  85. at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Source) ~[?:1.8.0_111]
  86. at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Source) ~[?:1.8.0_111]
  87. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_111]
  88. at java.security.AccessController.doPrivilegedWithCombiner(Unknown Source) ~[?:1.8.0_111]
  89. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) ~[?:1.8.0_111]
  90. at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) ~[?:1.8.0_111]
  91. at com.mojang.authlib.HttpAuthenticationService.performGetRequest(HttpAuthenticationService.java:126) ~[HttpAuthenticationService.class:?]
  92. at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:54) ~[YggdrasilAuthenticationService.class:?]
  93. ... 56 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement