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.
Summary
Players attempting to join the
atm10skybackend through Gate are dropped withConnection Lost: Disconnected. Gate authenticates the client successfully, but theconnection 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
LoginPluginMessageemitted by Proxy Compatible Forge:Immediately afterwards the backend writes
lost connection: Disconnected, because theproxy has already torn down the socket:
Recommended config.yml was used, and the backend server has Proxy-Compatible-Forge V1.2.0 installed and configured.