So I am using the Advanced Steam Sessions plugin
UE Version 4.27
Creating a session works just fine, also finding the session also works just fine
However when I try to use the “Join Session” node, even if it fires On Success, the player never travels to the map which the host is in, any clues as to why this could be?
here are some logs and the setup:
[2022.07.23-21.04.50:543][ 27]PIE: Play in editor total start time 0.254 seconds.
[2022.07.23-21.04.53:792][211]LogBlueprintUserMessages: [ServerInfo_C_10] succ creation
[2022.07.23-21.04.53:793][211]LogNet: Browse: /Game/Maps/DefMap?listen
[2022.07.23-21.04.53:793][211]LogLoad: LoadMap: /Game/Maps/DefMap?listen
[2022.07.23-21.04.53:793][211]LogWorld: BeginTearingDown for /Game/Maps/UEDPIE_1_MainMenuMap
[2022.07.23-21.04.53:793][211]LogWorld: UWorld::CleanupWorld for MainMenuMap, bSessionEnded=true, bCleanupResources=true
[2022.07.23-21.04.53:793][211]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated
[2022.07.23-21.04.53:815][211]LogAudio: Display: Audio Device unregistered from world ‘None’.
[2022.07.23-21.04.53:818][211]LogUObjectHash: Compacting FUObjectHashTables data took 1.77ms
[2022.07.23-21.04.53:828][211]LogAudio: Display: Audio Device (ID: 9) registered with world ‘DefMap’.
[2022.07.23-21.04.53:829][211]LogAIModule: Creating AISystem for world DefMap
[2022.07.23-21.04.53:830][211]LogLoad: Game class is ‘MainGameMode_C’
[2022.07.23-21.04.53:830][211]LogNet: ReplicationDriverClass is null! Not using ReplicationDriver.
[2022.07.23-21.04.53:830][211]LogNetCore: DDoS detection status: detection enabled: 0 analytics enabled: 0
[2022.07.23-21.04.53:830][211]LogInit: WinSock: Socket queue. Rx: 131072 (config 131072) Tx: 131072 (config 131072)
[2022.07.23-21.04.53:830][211]LogNet: Created socket for bind address: 0.0.0.0 on port 7777
[2022.07.23-21.04.53:830][211]PacketHandlerLog: Loaded PacketHandler component: Engine.EngineHandlerComponentFactory (StatelessConnectHandlerComponent)
[2022.07.23-21.04.53:830][211]LogNet: GameNetDriver IpNetDriver_13 IpNetDriver listening on port 7777
[2022.07.23-21.04.53:839][211]LogWorld: Bringing World /Game/Maps/UEDPIE_1_DefMap.DefMap up for play (max tick rate 60) at 2022.07.24-00.04.53
[2022.07.23-21.04.53:839][211]LogWorld: Bringing up level for play took: 0.007858
[2022.07.23-21.04.53:841][211]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock → LockOnCapture
[2022.07.23-21.04.53:841][211]LogViewport: Display: Viewport MouseCaptureMode Changed, NoCapture → CapturePermanently
[2022.07.23-21.04.53:841][211]LogLoad: Took 0.047997 seconds to LoadMap(/Game/Maps/DefMap)
[2022.07.23-21.05.00:206][544]LogScript: Script Msg: Found a session. Ping is 7
[2022.07.23-21.05.00:206][544]LogOnlineSession: OSS: Join session: traveling to “IP”:7777
[2022.07.23-21.05.00:206][544]LogBlueprintUserMessages: [ServerInfo_C_9] succ join
[2022.07.23-21.05.00:215][544]LogNet: Browse: “IP”/Game/Maps/MainMenuMap
[2022.07.23-21.05.00:216][544]LogInit: WinSock: Socket queue. Rx: 32768 (config 32768) Tx: 32768 (config 32768)
[2022.07.23-21.05.00:216][544]LogNet: Created socket for bind address: 0.0.0.0 on port 0
[2022.07.23-21.05.00:216][544]PacketHandlerLog: Loaded PacketHandler component: Engine.EngineHandlerComponentFactory (StatelessConnectHandlerComponent)
[2022.07.23-21.05.00:216][544]LogNet: Game client on port 7777, rate 100000
[2022.07.23-21.05.02:432][677]LogSlate: Window 'SteamMulti Preview [NetMode: Standalone] (64-bit/Windows) ’ being destroyed
[2022.07.23-21.05.02:437][677]LogWorld: BeginTearingDown for /Game/Maps/UEDPIE_1_DefMap
[2022.07.23-21.05.02:438][677]AdvancedFriendsInterfaceLog: Warning: UAdvancedFriendsInstance Failed to get voice interface!
[2022.07.23-21.05.02:438][677]LogWorld: UWorld::CleanupWorld for DefMap, bSessionEnded=true, bCleanupResources=true
[2022.07.23-21.05.02:438][677]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated
[2022.07.23-21.05.02:444][677]LogNet: World NetDriver shutdown IpNetDriver_13 [GameNetDriver]
[2022.07.23-21.05.02:444][677]LogNet: DestroyNamedNetDriver IpNetDriver_13 [GameNetDriver]
[2022.07.23-21.05.02:444][677]LogExit: GameNetDriver IpNetDriver_13 shut down
[2022.07.23-21.05.02:446][677]LogWorld: BeginTearingDown for /Game/Maps/UEDPIE_0_MainMenuMap
[2022.07.23-21.05.02:446][677]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
[2022.07.23-21.05.02:446][677]AdvancedFriendsInterfaceLog: Warning: UAdvancedFriendsInstance Failed to get voice interface!
[2022.07.23-21.05.02:446][677]LogWorld: UWorld::CleanupWorld for MainMenuMap, bSessionEnded=true, bCleanupResources=true
[2022.07.23-21.05.02:447][677]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated
[2022.07.23-21.05.02:455][677]LogPlayLevel: Display: Shutting down PIE online subsystems
[2022.07.23-21.05.02:458][677]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated