-
Notifications
You must be signed in to change notification settings - Fork 58
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. |
The work around is not working for me. My vm hangs while it's trying to login, even with a set password, but calling freerdp directly from the command line works fine. |
Well I got the installer to go through without creating errors. To do this, within the ~/.config/winapps directory I copied setup.sh to . and copied inquirer.sh to the install subdirectory. You get those files from the source zipfile. I then ran setup.sh using You also have to give the Docker user in the windows vm a password and then set it accordingly in winapps.conf |
Just for reference I'm linking the issue upstream here : |
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: