andrey_vinogradov4000
Пользователь
- Сообщения
- 5
Spigot 1.5.2, Java 8
[/CODE]
Код:
[CODE]2025-02-25 12:30:55 [SEVERE] io.netty.handler.codec.DecoderException: java.io.IOException: Bad packet id 50
2025-02-25 12:30:55 [SEVERE] at io.netty.handler.codec.ReplayingDecoder.callDecode(ReplayingDecoder.java:393)
2025-02-25 12:30:55 [SEVERE] at io.netty.handler.codec.ReplayingDecoder.channelInactive(ReplayingDecoder.java:326)
2025-02-25 12:30:55 [SEVERE] at io.netty.channel.DefaultChannelHandlerContext.invokeChannelInactive(DefaultChannelHandlerContext.java:262)
2025-02-25 12:30:55 [SEVERE] at io.netty.channel.DefaultChannelHandlerContext.fireChannelInactive(DefaultChannelHandlerContext.java:248)
2025-02-25 12:30:55 [SEVERE] at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:77)
2025-02-25 12:30:55 [SEVERE] at io.netty.handler.timeout.ReadTimeoutHandler.channelInactive(ReadTimeoutHandler.java:144)
2025-02-25 12:30:55 [SEVERE] at io.netty.channel.DefaultChannelHandlerContext.invokeChannelInactive(DefaultChannelHandlerContext.java:262)
2025-02-25 12:30:55 [SEVERE] at io.netty.channel.DefaultChannelHandlerContext.fireChannelInactive(DefaultChannelHandlerContext.java:248)
2025-02-25 12:30:55 [SEVERE] at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:762)
2025-02-25 12:30:55 [SEVERE] at io.netty.channel.AbstractChannel$AbstractUnsafe$4.run(AbstractChannel.java:566)
2025-02-25 12:30:55 [SEVERE] at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:353)
2025-02-25 12:30:55 [SEVERE] at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:365)
2025-02-25 12:30:55 [SEVERE] at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101)
2025-02-25 12:30:55 [SEVERE] at java.lang.Thread.run(Thread.java:748)
2025-02-25 12:30:55 [SEVERE] Caused by: java.io.IOException: Bad packet id 50
2025-02-25 12:30:55 [SEVERE] at org.spigotmc.netty.PacketDecoder.decode(PacketDecoder.java:47)
2025-02-25 12:30:55 [SEVERE] at io.netty.handler.codec.ReplayingDecoder.callDecode(ReplayingDecoder.java:356)
2025-02-25 12:30:55 [SEVERE] ... 13 more