mmvanheusden / SteamDepotDownloaderGUI

🎮⌛Downgrade Steam games to older versions with ease using DepotDownloader
https://depotdownloader.00pium.net/
GNU General Public License v3.0
247 stars 19 forks source link

Passwords with two percentage sign gets cut off #179

Closed sudo-Juergens closed 4 months ago

sudo-Juergens commented 4 months ago

Hello,

the password i provided for steam contains two % signs and everything between these is cut when executing the .bat.

e.g. Password = 1234%567%89 turns into 123489

The problem seems to be that % is not escaped with another % sign. Manually changing above password in the script to 1234%%567%%89 fixes the issue

Platform: Windows 11 Version: 2.4.1

mmvanheusden commented 4 months ago

Hi, thanks alot for your useful bug report! I will look into this when I get home from vacation. No time for coding here :)

The special characters aren't escaped properly as it seems. That problem sucks and I have to write a proper universal implementation for it. Thanks for your report!