Skip to content

bug: Gate NeoForge Login Disconnect With Large Modpacks Like ATM10sky #587

@Finn24-09

Description

@Finn24-09

Summary

Players attempting to join the atm10sky backend through Gate are dropped with
Connection Lost: Disconnected. Gate authenticates the client successfully, but the
connection is closed as soon as the backend starts streaming the NeoForge handshake
data. The tail of the Gate logs shows that the proxy crashes while trying to inflate
the first large LoginPluginMessage emitted by Proxy Compatible Forge:

2025-10-20T11:37:17.422Z … decoded packet … PacketType=*packet.LoginPluginMessage, Payloadlen=27
2025-10-20T11:37:17.452Z … decoded packet … PacketType=*plugin.Message,        Payloadlen=6979
2025-10-20T11:37:17.457Z … error reading packet, closing connection {"error": "error decompressing payload: unexpected EOF"}

Immediately afterwards the backend writes lost connection: Disconnected, because the
proxy has already torn down the socket:

[13:37:17] [Server thread/INFO] [minecraft/ServerConfigurationPacketListenerImpl]:
    … name=PLAYERNAME, … lost connection: Disconnected

Recommended config.yml was used, and the backend server has Proxy-Compatible-Forge V1.2.0 installed and configured.

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