[Solved]Couldn't establish network communication with server
Posted: Fri Jan 06, 2017 12:08 pm
Trying to join a MP game I get the message in the title. The server works fine for the multiple people online already, so it's not the usual port-forwarding errors some people seem to have.
It seems like the connection accept reply message doesn't get through to my client. I've disabled my windows firewall, allowed any-any UDP on my pfSense firewall and done a wireshark capture to no avail.
Game works fine on other servers. Could it be related to this specific server running on 34199 instead of the default?
Code: Select all
62.284 Info UDPSocket.cpp:27: Opening socket at (0.0.0.0:0)
66.798 Info UDPSocket.cpp:235: Socket closed
66.799 Joining game 83.87.174.158:34199
66.799 Info UDPSocket.cpp:33: Opening socket
66.800 Info ClientMultiplayerManager.cpp:539: MapTick(-1) changing state from(Ready) to(Connecting)
68.116 Error ClientMultiplayerManager.cpp:90: MultiplayerManager failed: multiplayer.not-received-connection-accept-reply
68.116 Info ClientMultiplayerManager.cpp:539: MapTick(-1) changing state from(Connecting) to(InitializationFailed)
68.968 Info ClientMultiplayerManager.cpp:177: Quitting multiplayer connection.
68.968 Info ClientMultiplayerManager.cpp:539: MapTick(-1) changing state from(InitializationFailed) to(Disconnected)
69.008 Info UDPSocket.cpp:235: Socket closed
Game works fine on other servers. Could it be related to this specific server running on 34199 instead of the default?