Devolutions/MsRdpEx

Issue handling certain characters in .rdp filenames.

Closed this issue · 3 comments

I'm assuming it's to do with special characters based on the error message I received and it not returning the correct filename.

explorer_2023-11-29_12-01-11

Windows processing of command-line arguments is very tricky, I'll test with a similar file name, I think this may have to do with escaping some parameters when passing them to the Detours version of CreateProcess. I just fixed an issue yesterday where the file path of the executable had to be within quotes to support paths with spaces. In the meantime just rename the file and it will work

Thanks, works just fine renamed.