Hi, I tested depotdownloader-2.3.2 on -current (6.7 GENERIC.MP#125) with mono-6.8.0.105 and found that I cannot connect to Steam anymore:
$ depotdownloader -app XXXXX -username reivyr -password XXXXX Connecting to Steam3...Connection to Steam failed. Trying again Connection to Steam failed. Trying again Connection to Steam failed. Trying again Connection to Steam failed. Trying again Connection to Steam failed. Trying again Connection to Steam failed. Trying again Connection to Steam failed. Trying again Connection to Steam failed. Trying again Timeout connecting to Steam3. Unable to get steam3 credentials. Error: InitializeSteam failed And there was an update today on depotdownloader to 2.3.3 and with the new -debug flag I get this log [1] But if I tested on -release (6.6 GENERIC#7) with mono-5.20.1.34 and depotdownloader-2.3.1 it works: $ depotdownloader -app XXXXX -username reivyr -password XXXXX Connecting to Steam3...[ServerList] Resolving server list [ServerList] Server list provider had no entries, will query SteamDirectory [ServerList] Resolved 200 servers [ServerList] Next server candidiate: 155.133.248.37:27020 (Tcp) [TcpConnection] Connecting to 155.133.248.37:27020... [TcpConnection] Connected to 155.133.248.37:27020 [EnvelopeEncryptedConnection] Got encryption request. Universe: Public Protocol ver: 1 [EnvelopeEncryptedConnection] Encryption result: OK Done! Logging 'reivyr' into Steam3...[CMClient] Sent -> EMsg: ClientLogon (Proto: True) [CMClient] <- Recv'd EMsg: Multi (1) (Proto: True) [CMClient] <- Recv'd EMsg: ClientLogOnResponse (751) (Proto: True) Disconnected from Steam This account is protected by Steam Guard. Please enter the authentication code sent to your email address: Finally, I tried 2.3.3 from GitHub[2] on -release and it worked too: $ mono DepotDownloader.dll -app XXXXX -username reivyr -password XXXXX Connecting to Steam3... Done! This account is protected by Steam Guard. Please enter the authentication code sent to your email address: On depotdownloader readme [3] indicates that it supports .NET Core 2.0 and on dotnet GitHub that it's compatible with mono-5 [4] [1] https://gist.githubusercontent.com/reivyr/e31b77a451d823477e192643d4c71a55/raw/cf9ca2311955d5d627289d061c382fb18cd6b584/depotdownloader-current-log [2] https://github.com/SteamRE/DepotDownloader/releases/download/DepotDownloader_2.3.3/depotdownloader-2.3.3.zip [3] https://github.com/SteamRE/DepotDownloader/blob/master/README.md [4] https://github.com/dotnet/standard/blob/master/docs/versions.md