Hello Friends!
I’ve developed a third person sports game over the last weeks. I am stuck on network testing.
I’ve built a binary and shared it with a friend and my brother. I initiated a session as a listening server.
But neither of my clients can connect. They get a ConnectionTimeout resulting in a black screen and an abort connection after some time.
This is the important bit of the log I found:
I have replaced my external-ip in the log with “my-ip” . I hope you don’t mind.
Here is the entire client log-file and server-side log-file
LogNet: Error: UEngine::BroadcastNetworkFailure: FailureType = ConnectionTimeout, ErrorString = UNetConnection::Tick: Connection TIMED OUT. Closing connection.. Elapsed: 60.01, Real: 60.01, Good: 60.01, DriverTime: 60.01, Threshold: 60.00, [UNetConnection] RemoteAddr: :7777, Name: IpConnection_2147482587, Driver: PendingNetDriver IpNetDriver_2147482588, IsServer: NO, PC: NULL, Owner: NULL, UniqueId: INVALID, Driver = PendingNetDriver IpNetDriver_2147482588
[2020.05.17-14.42.50:103][252]LogNet: Warning: Network Failure: PendingNetDriver[ConnectionTimeout]: UNetConnection::Tick: Connection TIMED OUT. Closing connection.. Elapsed: 60.01, Real: 60.01, Good: 60.01, DriverTime: 60.01, Threshold: 60.00, [UNetConnection] RemoteAddr: :7777, Name: IpConnection_2147482587, Driver: PendingNetDriver IpNetDriver_2147482588, IsServer: NO, PC: NULL, Owner: NULL, UniqueId: INVALID" (From the LOG)
My Log of the listening server does not show any sign of an attempted connection. So it fails on the client side completely. I am standing completely in the dark right now. Can someone point me in a direction?
Note: I have forwarded my Port on the Router for port “7777” to my local machine, but nothing…
It also works locally, when trying to run both server and client from the same machine, obviously.
Some Specs:
I am using this Network-Card:
- Killer Wireless-n/a/ac 1435 Wireless Network Adapter
- Killer E2500 Gigabit Ethernet Controller
Router:
- FRITZ!Box 6490 Cable
Thanks in advance!