Skip to content

Can't join modpack server #26

@SeemWind

Description

@SeemWind

Proxy: velocity-3.5.0-SNAPSHOT-574.jar
Modpack: Create Astral v2.1.4c, I add crossstitch-0.1.4.jar and FabricProxy-Lite-1.1.6.jar
Logs:

io.netty.handler.codec.CorruptedFrameException: Error decoding class com.velocitypowered.proxy.protocol.packet.AvailableCommandsPacket Direction CLIENTBOUND Protocol 1.18.2 State PLAY ID 0x12
        at com.velocitypowered.proxy.protocol.netty.MinecraftDecoder.handleDecodeFailure(MinecraftDecoder.java:130) ~[velocity-3.5.0-SNAPSHOT-574.jar:3.5.0-SNAPSHOT (git-7e01491e-b574)]
        at com.velocitypowered.proxy.protocol.netty.MinecraftDecoder.tryDecode(MinecraftDecoder.java:85) ~[velocity-3.5.0-SNAPSHOT-574.jar:3.5.0-SNAPSHOT (git-7e01491e-b574)]
        at com.velocitypowered.proxy.protocol.netty.MinecraftDecoder.channelRead(MinecraftDecoder.java:60) ~[velocity-3.5.0-SNAPSHOT-574.jar:3.5.0-SNAPSHOT (git-7e01491e-b574)]
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356) ~[velocity-3.5.0-SNAPSHOT-574.jar:3.5.0-SNAPSHOT (git-7e01491e-b574)]
        at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:107) ~[velocity-3.5.0-SNAPSHOT-574.jar:3.5.0-SNAPSHOT (git-7e01491e-b574)]
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356) ~[velocity-3.5.0-SNAPSHOT-574.jar:3.5.0-SNAPSHOT (git-7e01491e-b574)]
        at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:293) ~[velocity-3.5.0-SNAPSHOT-574.jar:3.5.0-SNAPSHOT (git-7e01491e-b574)]
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354) ~[velocity-3.5.0-SNAPSHOT-574.jar:3.5.0-SNAPSHOT (git-7e01491e-b574)]
        at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:361) ~[velocity-3.5.0-SNAPSHOT-574.jar:3.5.0-SNAPSHOT (git-7e01491e-b574)]
        at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:348) ~[velocity-3.5.0-SNAPSHOT-574.jar:3.5.0-SNAPSHOT (git-7e01491e-b574)]
        at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:470) ~[velocity-3.5.0-SNAPSHOT-574.jar:3.5.0-SNAPSHOT (git-7e01491e-b574)]
        at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:296) ~[velocity-3.5.0-SNAPSHOT-574.jar:3.5.0-SNAPSHOT (git-7e01491e-b574)]
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356) ~[velocity-3.5.0-SNAPSHOT-574.jar:3.5.0-SNAPSHOT (git-7e01491e-b574)]
        at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1429) ~[velocity-3.5.0-SNAPSHOT-574.jar:3.5.0-SNAPSHOT (git-7e01491e-b574)]
        at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:918) ~[velocity-3.5.0-SNAPSHOT-574.jar:3.5.0-SNAPSHOT (git-7e01491e-b574)]
        at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:804) ~[velocity-3.5.0-SNAPSHOT-574.jar:3.5.0-SNAPSHOT (git-7e01491e-b574)]
        at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.handle(AbstractEpollChannel.java:482) ~[velocity-3.5.0-SNAPSHOT-574.jar:3.5.0-SNAPSHOT (git-7e01491e-b574)]
        at io.netty.channel.epoll.EpollIoHandler$DefaultEpollIoRegistration.handle(EpollIoHandler.java:317) ~[velocity-3.5.0-SNAPSHOT-574.jar:3.5.0-SNAPSHOT (git-7e01491e-b574)]
        at io.netty.channel.epoll.EpollIoHandler.processReady(EpollIoHandler.java:515) ~[velocity-3.5.0-SNAPSHOT-574.jar:3.5.0-SNAPSHOT (git-7e01491e-b574)]
        at io.netty.channel.epoll.EpollIoHandler.run(EpollIoHandler.java:460) ~[velocity-3.5.0-SNAPSHOT-574.jar:3.5.0-SNAPSHOT (git-7e01491e-b574)]
        at io.netty.channel.SingleThreadIoEventLoop.runIo(SingleThreadIoEventLoop.java:225) ~[velocity-3.5.0-SNAPSHOT-574.jar:3.5.0-SNAPSHOT (git-7e01491e-b574)]
        at io.netty.channel.SingleThreadIoEventLoop.run(SingleThreadIoEventLoop.java:196) ~[velocity-3.5.0-SNAPSHOT-574.jar:3.5.0-SNAPSHOT (git-7e01491e-b574)]
        at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1195) ~[velocity-3.5.0-SNAPSHOT-574.jar:3.5.0-SNAPSHOT (git-7e01491e-b574)]
        at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[velocity-3.5.0-SNAPSHOT-574.jar:3.5.0-SNAPSHOT (git-7e01491e-b574)]
        at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[velocity-3.5.0-SNAPSHOT-574.jar:3.5.0-SNAPSHOT (git-7e01491e-b574)]
        at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
Caused by: java.lang.IllegalArgumentException: Argument type identifier minecraft: unknown.
        at com.velocitypowered.proxy.protocol.packet.brigadier.ArgumentPropertyRegistry.readIdentifier(ArgumentPropertyRegistry.java:181) ~[velocity-3.5.0-SNAPSHOT-574.jar:3.5.0-SNAPSHOT (git-7e01491e-b574)]
        at com.velocitypowered.proxy.protocol.packet.brigadier.ArgumentPropertyRegistry.deserialize(ArgumentPropertyRegistry.java:96) ~[velocity-3.5.0-SNAPSHOT-574.jar:3.5.0-SNAPSHOT (git-7e01491e-b574)]
        at com.velocitypowered.proxy.protocol.packet.AvailableCommandsPacket.deserializeNode(AvailableCommandsPacket.java:222) ~[velocity-3.5.0-SNAPSHOT-574.jar:3.5.0-SNAPSHOT (git-7e01491e-b574)]
        at com.velocitypowered.proxy.protocol.packet.AvailableCommandsPacket.decode(AvailableCommandsPacket.java:97) ~[velocity-3.5.0-SNAPSHOT-574.jar:3.5.0-SNAPSHOT (git-7e01491e-b574)]
        at com.velocitypowered.proxy.protocol.netty.MinecraftDecoder.tryDecode(MinecraftDecoder.java:83) ~[velocity-3.5.0-SNAPSHOT-574.jar:3.5.0-SNAPSHOT (git-7e01491e-b574)]
        ... 24 more```

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