Steam Dedicated Server Errors

Hello,

I am getting a bunch of warnings with my dedicated server build (Linux). These errors seem to be about session setting overflows.

I believe the first warning would be the most important, as the OwnerId is important. However, the server seems to start up just fine. I am unable to join the session, even by accessing the IP and port directly.

Any advice is appreciated.

The error comes from here https://github.com/EpicGames/UnrealEngine/blob/a3cb3d8fdec1fc32f071ae7d22250f33f80b21c4/Engine/Plugins/Online/OnlineSubsystemSteam/Source/Private/OnlineSessionAsyncServerSteam.cpp#L328C20-L328C20

k_cbMaxGameServerTags is 128 according to ISteamMatchmakingServers Interface (Steamworks Documentation)

Looking at the code it appears you have too many settings with EOnlineDataAdvertisementType::ViaOnlineService. If you set these yourself try changing them to EOnlineDataAdvertisementType::ViaPingOnly or EOnlineDataAdvertisementType::ViaOnlineServiceAndPing