Hello, I’m currently facing several issues with my Steam setup. Essentially, I have a session creation and search system that’s quite standard, but I’m encountering multiple problems:
I can only link Steam to my app ID (my own) when I compile the game in development mode.
The game works perfectly when I test it on the same machine, but as soon as I use two separate machines, I encounter this error:
2024.05.05-19.17.43:980][173]LogSockets: Warning: GetAddressInfo failed to resolve host with error SE_HOST_NOT_FOUND [11001]
[2024.05.05-19.17.43:980][173]LogNet: UNetConnection::Close: [UNetConnection] RemoteAddr: , Name: IpConnection_2147454007, Driver: PendingNetDriver IpNetDriver_2147454008, IsServer: NO, PC: NULL, Owner: NULL, UniqueId: INVALID, Channels: 2, Time: 2024.05.05-19.17.43
[2024.05.05-19.17.43:980][173]LogNet: UChannel::Close: Sending CloseBunch. ChIndex == 0. Name: [UChannel] ChIndex: 0, Closing: 0 [UNetConnection] RemoteAddr: , Name: IpConnection_2147454007, Driver: PendingNetDriver IpNetDriver_2147454008, IsServer: NO, PC: NULL, Owner: NULL, UniqueId: INVALID
[2024.05.05-19.17.43:981][173]LogNet: Error: UEngine::BroadcastNetworkFailure: FailureType = PendingConnectionFailure, ErrorString = Your connection to the host has been lost., Driver = PendingNetDriver IpNetDriver_2147454008
[2024.05.05-19.17.43:981][173]LogNet: Warning: Network Failure: PendingNetDriver[PendingConnectionFailure]: Your connection to the host has been lost.
Additionally, I either get kicked back to the menu, or the create/join session button stops working.
Finally, when I do find a session, it shows a 9999 ping (I understand this to mean there’s a problem with Steam, but I haven’t found a solution).
I’ve been searching for solutions for two months, but to no avail. I’ve already changed my defaultEngine, reloaded the plugins, etc.
If someone could help me via message (let me know what you need me to send you), I would be very grateful.
(I’M USING UE 4.26.2)