-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RDP issue #305
Comments
Hello, I had a similar issue with the WinApps installer failing to establish a Remote Desktop connection to the Windows VM inside the Docker container (note that my instance of FreeRDP was the Flatpak version, 3.9.0, at the time of writing):
This is what my log file looked like:
My winapps config looked like this:
I also tried the command you wrote for connecting via RDP, and it did work on my end as well. Interestingly, what fixed the problem for me was setting a password for my "Docker" account, and then changing the WinApps config file to match. After doing those steps, WinApps was able to successfully connect via RDP and complete the install process. |
I have found why and already sent the issue at FreeRDP/FreeRDP#10784 and notice at dockur/windows#837 |
Thanks @xsy420, seems FreeRDP 3.9.0 introduced a regression where empty password does not login through RDP with Windows 11, this will be fixed in the next release I guess. Workaround is to : set a password on the Docker account. |
when i try to install winapps i get this error:( i have xfreerdp3 installed)
Content of log file:
I think it has something to do with the way it tries to connect to the VM with rdp.
because if i use the cmd: xfreerdp3 /v:127.0.0.1 /u:docker /sec:tls /bpp:16(It works flawlessly)
PS: i use docker.
My winapps config:
The text was updated successfully, but these errors were encountered: