Skip to content

Got exception from netty pipeline in ChannelInitializer #6

@Baktus79

Description

@Baktus79

Getting an error message in console. Plugin seems to work fine, but just a heads up.

Hytale Version: v2026.02.17-255364b8e

[2026/02/18 04:48:01   WARN]                   [QUICTransport] Got exception from netty pipeline in ChannelInitializer!
io.netty.handler.codec.quic.QuicException: QuicTransportError{code=10, name='PROTOCOL_VIOLATION'}: QUICHE_ERR_INVALID_PACKET
        at io.netty.handler.codec.quic.Quiche.convertToException(Quiche.java:923)
        at io.netty.handler.codec.quic.Quiche.convertToException(Quiche.java:909)
        at io.netty.handler.codec.quic.QuicheQuicChannel$QuicChannelUnsafe.connectionRecv(QuicheQuicChannel.java:1637)
        at io.netty.handler.codec.quic.QuicheQuicChannel.recv(QuicheQuicChannel.java:970)
        at io.netty.handler.codec.quic.QuicheQuicCodec$QuicCodecHeaderProcessor.process(QuicheQuicCodec.java:370)
        at io.netty.handler.codec.quic.QuicHeaderParser.parse(QuicHeaderParser.java:142)
        at io.netty.handler.codec.quic.QuicheQuicCodec.handleQuicPacket(QuicheQuicCodec.java:200)
        at io.netty.handler.codec.quic.QuicheQuicCodec.channelRead(QuicheQuicCodec.java:191)
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354)
        at ThirdParty(HytaleOne:OneQuery)//dev.hytaleone.query.QueryHandler.channelRead(QueryHandler.java:84)
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356)
        at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1429)
        at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:918)
        at io.netty.channel.epoll.EpollDatagramChannel.processPacket(EpollDatagramChannel.java:693)
        at io.netty.channel.epoll.EpollDatagramChannel.recvmsg(EpollDatagramChannel.java:728)
        at io.netty.channel.epoll.EpollDatagramChannel.access$300(EpollDatagramChannel.java:60)
        at io.netty.channel.epoll.EpollDatagramChannel$EpollDatagramChannelUnsafe.epollInReady(EpollDatagramChannel.java:565)
        at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.handle(AbstractEpollChannel.java:482)
        at io.netty.channel.epoll.EpollIoHandler$DefaultEpollIoRegistration.handle(EpollIoHandler.java:317)
        at io.netty.channel.epoll.EpollIoHandler.processReady(EpollIoHandler.java:515)
        at io.netty.channel.epoll.EpollIoHandler.run(EpollIoHandler.java:460)
        at io.netty.channel.SingleThreadIoEventLoop.runIo(SingleThreadIoEventLoop.java:225)
        at io.netty.channel.SingleThreadIoEventLoop.run(SingleThreadIoEventLoop.java:196)
        at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1195)
        at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
        at java.base/java.lang.Thread.run(Thread.java:1474)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions