SumCraft
刚刚换了个新服务器,装了bungeecord,但是经常出现这个报错
  1. 09:36:17 [严重] [/124.234.11.122:2144] <-> InitialHandler - encountered exception
  2. io.netty.handler.codec.DecoderException: java.lang.RuntimeException: Unknown packet id 21
  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(Unknown Source)
  17. Caused by: java.lang.RuntimeException: Unknown packet id 21
  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
复制代码
哪位大大,来指点下吧~~

第一页 上一页 下一页 最后一页