Can't host session on game deployed on Steam

Hi, since yesterday my game is returning NetDriverListenFailure when I create a session only on shipping and only deployed on steam. I’ve deployed a development version and it works fine. It’s happening on UWorld::Listen Strangely yesterday steam updated Microsoft VC Redistribute when I opened the game on a version that were working fine. I also rolled back the game to previous working versions and all of those are now showing the same behaviour
On my brother’s PC it works fine.
I built from source code to get logs from the shipped version.

This is right after Session creation completed.

 
[2023.05.25-03.44.55:995][220]LogSockets: Warning: Unable to load SocketSubsystem module STEAM
[2023.05.25-03.44.55:995][220]LogNet: ReplicationDriverClass is null! Not using ReplicationDriver.
[2023.05.25-03.44.55:995][220]LogNetCore: DDoS detection status: detection enabled: 0 analytics enabled: 0
[2023.05.25-03.44.55:995][220]LogSockets: Warning: SteamSockets: Cannot get information on an invalid socket handle, returning null
[2023.05.25-03.44.55:995][220]LogNet: Warning: Could not create socket for bind address 76561197992543984, got error SteamSockets: setsockopt SO_BROADCAST failed (0)
[2023.05.25-03.44.55:995][220]LogSockets: Warning: SteamSockets: Cannot get information on an invalid socket handle, returning null
[2023.05.25-03.44.55:995][220]LogNet: Warning: Could not create socket for bind address ::, got error SteamSockets: setsockopt SO_BROADCAST failed (0)
[2023.05.25-03.44.55:995][220]LogNet: Warning: Encountered an error while creating sockets for the bind addresses. 
[2023.05.25-03.44.55:995][220]LogNet: Error: InitBindSockets failed: 
[2023.05.25-03.44.55:995][220]LogNet: Warning: Failed to init net driver ListenURL: /Game/OnlineSystem/Lobby/Maps/Lobby?listen: 
[2023.05.25-03.44.55:995][220]LogNet: Error: UEngine::BroadcastNetworkFailure: FailureType = NetDriverListenFailure, ErrorString = , Driver = GameNetDriver IpNetDriver_2147482417
[2023.05.25-03.44.55:995][220]LogNet: Warning: Network Failure: GameNetDriver[NetDriverListenFailure]: 
[2023.05.25-03.44.55:995][220]LogNet: NetworkFailure: NetDriverListenFailure, Error: ''
[2023.05.25-03.44.55:995][220]LogBlueprintUserMessages: [BP_MainGameInstance_C_2147482565] NetworkError - NetDriverListenFailure
[2023.05.25-03.44.55:995][220]LogScript: Warning: Script Msg: DestroySession - Invalid player state
[2023.05.25-03.44.55:996][220]LogWorld: Failed to listen: 

It seems that the error come from SteamWorks, I noticed that after I removed all redistributes, steam didn’t asked to download them.

After I uninstalled/reinstalled Steam the problem was fixed.