Advertisement
Guest User

Untitled

a guest
Oct 12th, 2015
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.14 KB | None | 0 0
  1. [B#328] [21:13:42] [Netty Client IO #1/ERROR] [FML]: NetworkDispatcher exception
  2. [B#328] io.netty.handler.codec.DecoderException: com.google.gson.JsonParseException: Don't know how to turn {"clickEvent":{"action":"suggest_command","value":"/INpureCore "}} into a Component
  3. [B#328] at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:263) ~[ByteToMessageDecoder.class:?]
  4. [B#328] at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:131) ~[ByteToMessageDecoder.class:?]
  5. [B#328] at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?]
  6. [B#328] at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?]
  7. [B#328] at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:173) [ByteToMessageDecoder.class:?]
  8. [B#328] at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?]
  9. [B#328] at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?]
  10. [B#328] at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [MessageToMessageDecoder.class:?]
  11. [B#328] at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?]
  12. [B#328] at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?]
  13. [B#328] at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:149) [ReadTimeoutHandler.class:?]
  14. [B#328] at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?]
  15. [B#328] at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?]
  16. [B#328] at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) [DefaultChannelPipeline.class:?]
  17. [B#328] at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:100) [AbstractNioByteChannel$NioByteUnsafe.class:?]
  18. [B#328] at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:480) [NioEventLoop.class:?]
  19. [B#328] at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:447) [NioEventLoop.class:?]
  20. [B#328] at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:341) [NioEventLoop.class:?]
  21. [B#328] at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) [SingleThreadEventExecutor$2.class:?]
  22. [B#328] at java.lang.Thread.run(Unknown Source) [?:1.8.0_60]
  23. [B#328] Caused by: com.google.gson.JsonParseException: Don't know how to turn {"clickEvent":{"action":"suggest_command","value":"/INpureCore "}} into a Component
  24. [B#328] at net.minecraft.util.IChatComponent$Serializer.deserialize(SourceFile:74) ~[fk.class:?]
  25. [B#328] at net.minecraft.util.IChatComponent$Serializer.deserialize(SourceFile:29) ~[fk.class:?]
  26. [B#328] at com.google.gson.TreeTypeAdapter.read(TreeTypeAdapter.java:58) ~[TreeTypeAdapter.class:?]
  27. [B#328] at com.google.gson.Gson.fromJson(Gson.java:803) ~[Gson.class:?]
  28. [B#328] at com.google.gson.Gson.fromJson(Gson.java:768) ~[Gson.class:?]
  29. [B#328] at com.google.gson.Gson.fromJson(Gson.java:717) ~[Gson.class:?]
  30. [B#328] at com.google.gson.Gson.fromJson(Gson.java:689) ~[Gson.class:?]
  31. [B#328] at net.minecraft.util.IChatComponent$Serializer.func_150699_a(SourceFile:176) ~[fk.class:?]
  32. [B#328] at net.minecraft.network.play.server.S02PacketChat.func_148837_a(SourceFile:28) ~[gj.class:?]
  33. [B#328] at net.minecraft.util.MessageDeserializer.decode(SourceFile:40) ~[ez.class:?]
  34. [B#328] at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:232) ~[ByteToMessageDecoder.class:?]
  35. [B#328] ... 19 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement