刚刚换了个新服务器,装了bungeecord,但是经常出现这个报错复制代码哪位大大,来指点下吧~~
- 09:36:17 [严重] [/124.234.11.122:2144] <-> InitialHandler - encountered exception
- io.netty.handler.codec.DecoderException: java.lang.RuntimeException: Unknown packet id 21
- at io.netty.handler.codec.ReplayingDecoder.callDecode(ReplayingDecoder.java:417)
- at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:131)
- at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
- at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
- at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:149)
- at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
- at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
- at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785)
- at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:100)
- at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:478)
- at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:447)
- at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:341)
- at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101)
- at java.lang.Thread.run(Unknown Source)
- Caused by: java.lang.RuntimeException: Unknown packet id 21
- at net.md_5.bungee.protocol.Vanilla.read(Vanilla.java:81)
- at net.md_5.bungee.netty.PacketDecoder.decode(PacketDecoder.java:39)
- at io.netty.handler.codec.ReplayingDecoder.callDecode(ReplayingDecoder.java:362)
- ... 13 more