Advertisement
maddyn99

Untitled

Oct 27th, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. 20:37:23 [SEVERE] [/76.244.XX.XX:58006] <-> InitialHandler - encountered exception
  2. io.netty.handler.codec.DecoderException: net.md_5.bungee.protocol.BadPacketException: Unknown packet id 114
  3. at io.netty.handler.codec.ReplayingDecoder.callDecode(ReplayingDecoder.java:417)
  4. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:131)
  5. at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
  6. at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
  7. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:149)
  8. at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
  9. at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
  10. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785)
  11. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:100)
  12. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:478)
  13. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:447)
  14. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:341)
  15. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101)
  16. at java.lang.Thread.run(Thread.java:724)
  17. Caused by: net.md_5.bungee.protocol.BadPacketException: Unknown packet id 114
  18. at net.md_5.bungee.protocol.Vanilla.read(Vanilla.java:81)
  19. at net.md_5.bungee.netty.PacketDecoder.decode(PacketDecoder.java:39)
  20. at io.netty.handler.codec.ReplayingDecoder.callDecode(ReplayingDecoder.java:362)
  21. ... 13 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement