FreeRDP 2.0 in Windows is failing silently

Just downloaded the more recent binaries (static compilation) for Windows

from:

Extracted to a folder and launch the executable: wfreerdp.exe

Nothing happens and the program exit silently...

  1. Analyzed the exe.image with "DependencyWalker" and all seems OK

  2. Analyzed it with Sysinternals "Process Explorer" and fails to load

  3. Analyzed it with Sysinternals "Process Monitor" and it tries to load some DLL(s)...

Looked the site for additional downloads but no luck Looked the site for documentation for Windows, also no luck Looked the site wiki for more info, luckless...

Anybody that uses FreeRDC in Windows has a hint about the problem?

Thanks

1 Answer

This is an older question, but I recently had this problem and this is what I found.

WFreeRDP doesn't redirect to STDOUT correctly on the Windows command line. The workaround I found was to redirect to a text file, then use a text editor like Notepad++ that detects changes to a file.

For example:

wfreerdp.exe /v:servername /u:domain\user /p:password > output.txt

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like