Hey all,
I am attempting to get this working with UE5 and can’t seem to get passed connected…
It seems like the client always times out after 60-80 seconds and doesnt load the level that is supposed to be loaded.
This works locally, just not over steam.
I also noted that the game state seems to be in pending and ping is 9999?
Create
Join
Logs
[2022.10.20-12.17.20:524][ 25]LogBlueprintUserMessages: [WBP_Menu_C_0] Searching for sessions…
[2022.10.20-12.17.20:525][ 25]LogSlate: Took 0.000210 seconds to synchronously load lazily loaded font ‘…/…/…/Engine/Content/Slate/Fonts/Roboto-Regular.ttf’ (155K)
[2022.10.20-12.17.20:528][ 27]LogOnlineSession: Warning: STEAM: Unable to set search parameter LOBBYSEARCH: Value=true : Equals : -1
[2022.10.20-12.17.20:884][123]LogOnlineSession: STEAM: Found 1 lobbies, finalizing the search
[2022.10.20-12.17.20:884][123]LogOnlineSession: STEAM: Search result 0: LobbyId=Lobby[0x18600009550208F], LobbyId.IsValid()=true, CSteamID(LobbyId).IsLobby()=true
[2022.10.20-12.17.20:884][123]LogScript: Script Msg: Found a session. Ping is 9999
[2022.10.20-12.17.21:367][254]LogOnlineSession: Warning: STEAM: Server response IP:37.10.126.113
[2022.10.20-12.17.21:367][254]LogOnlineSession: Warning: STEAM: Removed incompatible build: ServerBuildUniqueId = 0x00000000, GetBuildUniqueId() = 0x0129a2ee
[2022.10.20-12.17.21:616][321]LogOnlineSession: Warning: STEAM: Server response IP:70.162.6.146
[2022.10.20-12.17.21:616][321]LogOnlineSession: Warning: STEAM: Removed incompatible build: ServerBuildUniqueId = 0x00000000, GetBuildUniqueId() = 0x0129a2ee
[2022.10.20-12.17.21:763][359]LogOnlineSession: Warning: STEAM: Server response IP:20.151.66.71
[2022.10.20-12.17.21:763][359]LogOnlineSession: Warning: STEAM: Removed incompatible build: ServerBuildUniqueId = 0x00000000, GetBuildUniqueId() = 0x0129a2ee
[2022.10.20-12.17.21:868][384]LogOnlineSession: Warning: STEAM: Server response IP:217.23.12.128
[2022.10.20-12.17.21:868][384]LogOnlineSession: Warning: STEAM: Removed incompatible build: ServerBuildUniqueId = 0x00000000, GetBuildUniqueId() = 0x0129a2ee
[2022.10.20-12.17.21:889][389]LogOnlineSession: Warning: STEAM: Server response IP:3.11.126.193
[2022.10.20-12.17.21:889][389]LogOnlineSession: Warning: STEAM: Removed incompatible build: ServerBuildUniqueId = 0x00000000, GetBuildUniqueId() = 0x0129a2ee
[2022.10.20-12.17.21:889][389]LogOnlineSession: Warning: STEAM: Server response IP:3.8.165.34
[2022.10.20-12.17.21:889][389]LogOnlineSession: Warning: STEAM: Removed incompatible build: ServerBuildUniqueId = 0x00000000, GetBuildUniqueId() = 0x0129a2ee
[2022.10.20-12.17.21:910][394]LogOnlineSession: Warning: STEAM: Server response IP:85.215.176.226
[2022.10.20-12.17.21:910][394]LogOnlineSession: Warning: STEAM: Removed incompatible build: ServerBuildUniqueId = 0x00000000, GetBuildUniqueId() = 0x0129a2ee
[2022.10.20-12.17.21:910][394]LogBlueprintUserMessages: [WBP_Menu_C_0] Found 1 games
[2022.10.20-12.17.22:102][443]LogOnlineSession: STEAM: Using P2P Data for Connection Serialization
[2022.10.20-12.17.22:102][443]LogOnlineSession: OSS: Join session: traveling to steam.76561199013433415:7777
[2022.10.20-12.17.22:102][443]LogBlueprintUserMessages: [WBP_Menu_C_0] Successfully joined game!
[2022.10.20-12.17.22:102][443]LogBlueprintUserMessages: [WBP_Menu_C_0] Pending
[2022.10.20-12.17.22:103][443]LogNet: Browse: steam.76561199013433415/Game/MainMenu
[2022.10.20-12.17.22:103][443]LogNet: Display: SteamNetDriver_0 bound to port 7777
[2022.10.20-12.17.22:103][443]PacketHandlerLog: Loaded PacketHandler component: Engine.EngineHandlerComponentFactory (StatelessConnectHandlerComponent)
[2022.10.20-12.17.22:103][443]LogOnline: STEAM: Adding user 76561199013433415:7777 from RegisterConnection
[2022.10.20-12.17.22:103][443]LogNet: Game client on port 7777, rate 100000
[2022.10.20-12.18.22:112][314]LogNet: Warning: UNetConnection::Tick: Connection TIMED OUT. Closing connection… Elapsed: 60.01, Real: 60.01, Good: 60.01, DriverTime: 60.01, Threshold: 60.00, [UNetConnection] RemoteAddr: 76561199013433415:7777, Name: SteamNetConnection_0, Driver: PendingNetDriver SteamNetDriver_0, IsServer: NO, PC: NULL, Owner: NULL, UniqueId: INVALID
[2022.10.20-12.18.22:112][314]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: 76561199013433415:7777, Name: SteamNetConnection_0, Driver: PendingNetDriver SteamNetDriver_0, IsServer: NO, PC: NULL, Owner: NULL, UniqueId: INVALID, Driver = PendingNetDriver SteamNetDriver_0
[2022.10.20-12.18.22:112][314]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: 76561199013433415:7777, Name: SteamNetConnection_0, Driver: PendingNetDriver SteamNetDriver_0, IsServer: NO, PC: NULL, Owner: NULL, UniqueId: INVALID
[2022.10.20-12.18.22:112][314]LogNet: NetworkFailure: ConnectionTimeout, Error: ‘UNetConnection::Tick: Connection TIMED OUT. Closing connection… Elapsed: 60.01, Real: 60.01, Good: 60.01, DriverTime: 60.01, Threshold: 60.00, [UNetConnection] RemoteAddr: 76561199013433415:7777, Name: SteamNetConnection_0, Driver: PendingNetDriver SteamNetDriver_0, IsServer: NO, PC: NULL, Owner: NULL, UniqueId: INVALID’
[2022.10.20-12.18.22:112][314]LogNet: UNetConnection::Close: [UNetConnection] RemoteAddr: 76561199013433415:7777, Name: SteamNetConnection_0, Driver: PendingNetDriver SteamNetDriver_0, IsServer: NO, PC: NULL, Owner: NULL, UniqueId: INVALID, Channels: 2, Time: 2022.10.20-12.18.22
[2022.10.20-12.18.22:112][314]LogNet: UChannel::Close: Sending CloseBunch. ChIndex == 0. Name: [UChannel] ChIndex: 0, Closing: 0 [UNetConnection] RemoteAddr: 76561199013433415:7777, Name: SteamNetConnection_0, Driver: PendingNetDriver SteamNetDriver_0, IsServer: NO, PC: NULL, Owner: NULL, UniqueId: INVALID
[2022.10.20-12.18.22:112][314]LogNet: DestroyNamedNetDriver SteamNetDriver_0 [PendingNetDriver]
[2022.10.20-12.18.22:112][314]LogExit: PendingNetDriver SteamNetDriver_0 shut down
[2022.10.20-12.18.22:121][315]LogNet: Browse: /Game/MainMenu?closed
[2022.10.20-12.18.22:121][315]LogNet: Connection failed; returning to Entry
[2022.10.20-12.18.22:121][315]LogLoad: LoadMap: /Game/MainMenu?closed
[2022.10.20-12.18.22:121][315]LogWorld: BeginTearingDown for /Game/MainMenu
[2022.10.20-12.18.22:122][315]LogWorld: UWorld::CleanupWorld for MainMenu, bSessionEnded=true, bCleanupResources=true
[2022.10.20-12.18.22:122][315]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated
[2022.10.20-12.18.22:162][315]LogAudio: Display: Audio Device unregistered from world ‘None’.
[2022.10.20-12.18.22:162][315]LogNet: UChannel::CleanUp: ChIndex == 0. Closing connection. [UChannel] ChIndex: 0, Closing: 0 [UNetConnection] RemoteAddr: 76561199013433415:7777, Name: None, Driver: PendingNetDriver None, IsServer: NO, PC: NULL, Owner: NULL, UniqueId: INVALID
[2022.10.20-12.18.22:163][315]LogNet: UNetConnection::PendingConnectionLost. [UNetConnection] RemoteAddr: 76561199013433415:7777, Name: None, Driver: PendingNetDriver None, IsServer: YES, PC: NULL, Owner: NULL, UniqueId: INVALID bPendingDestroy=0
[2022.10.20-12.18.22:163][315]LogOnline: STEAM: Removing P2P Session Id: Rooski22 [0x11000013EC61047], Channel: 7777, IdleTime: 60.060
[2022.10.20-12.18.22:164][315]LogUObjectHash: Compacting FUObjectHashTables data took 0.52ms
[2022.10.20-12.18.22:194][315]LogAudio: Display: Audio Device (ID: 1) registered with world ‘MainMenu’.
[2022.10.20-12.18.22:194][315]LogSubsystemCollection: Failed to initialize subsystem dependency (WorldPartitionSubsystem)
[2022.10.20-12.18.22:194][315]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000
[2022.10.20-12.18.22:194][315]LogAIModule: Creating AISystem for world MainMenu
[2022.10.20-12.18.22:195][315]LogLoad: Game class is ‘GM_MainMenu_C’
[2022.10.20-12.18.22:195][315]LogWorld: Bringing World /Game/MainMenu.MainMenu up for play (tick rate 0) at 2022.10.20-23.18.22
[2022.10.20-12.18.22:195][315]LogWorld: Bringing up level for play took: 0.000386
[2022.10.20-12.18.22:196][315]LogGameMode: FindPlayerStart: PATHS NOT DEFINED or NO PLAYERSTART with positive rating
[2022.10.20-12.18.22:196][315]LogLevel: Warning: DisableInput on a LevelScript actor can not be specified for only one PlayerController. Disabling for all PlayerControllers.
[2022.10.20-12.18.22:197][315]LogLoad: Took 0.075433 seconds to LoadMap(/Game/MainMenu)
[2022.10.20-12.18.22:220][315]LogUObjectHash: Compacting FUObjectHashTables data took 0.89ms
[2022.10.20-12.18.23:665][599]LogOnline: STEAM: Closing channel 7777 with user 76561199013433415
[2022.10.20-12.18.23:668][599]LogOnline: STEAM: 76561199013433415 has been removed.
[2022.10.20-12.19.13:377][391]LogDerivedDataCache: C:/Users/Tranq/AppData/Local/UnrealEngine/Common/DerivedDataCache: Maintenance finished in +00:00:04.415 and deleted 0 file(s) with total size 0 MiB.