You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handling packet, *packet.ServerToClientHandshake
conn.receive: Handling packet id 11 (packet.StartGame)
[log.fatal]: [Proxy]: could not join: dial minecraft 10.0.0.92:49308->148.113.162.177:19132: use of closed network connection
The text was updated successfully, but these errors were encountered:
The conn expects a ServerToClientHandshake, and a PlayStatus
gophertunnel/minecraft/dial.go
Line 236 in 2b48a19
Hive does not send the play status, but immediately sends StartGame, resulting in a closed connection
Cubecraft
Handling packet, *packet.ServerToClientHandshake
Handling packet, *packet.PlayStatus
Handling packet, *packet.ResourcePacksInfo
Handling packet, *packet.ResourcePackStack
Handling packet, *packet.StartGame
Hive
Handling packet, *packet.ServerToClientHandshake
conn.receive: Handling packet id 11 (packet.StartGame)
[log.fatal]: [Proxy]: could not join: dial minecraft 10.0.0.92:49308->148.113.162.177:19132: use of closed network connection
The text was updated successfully, but these errors were encountered: