-
Notifications
You must be signed in to change notification settings - Fork 59
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
bug: cannot initiate an RDP session when using installer.sh #233
Comments
You are likely using wayland, which is unsupported. The invalid app windows is usually because of that. Switch to X11 instead and try again. If this doesn't help you might want to check your freerdp certificates and delete old ones. |
Pop!_OS doesn't support Wayland (yet), I'm using Xorg. There are no certificate issues being generated AFAIK, see the log above. I think the main issue is related to the entry : "[22:31:09:651] [2:00000003] [INFO][com.freerdp.client.x11] - [xf_logon_error_info]: Logon Error Info LOGON_WARNING [LOGON_MSG_BUMP_OPTIONS]". The connection is being established, it just logs off after connecting. |
Can you check whether autologin is enabled for the VM? |
Oh wait, you're using libvirt, correct? |
I have the same issue in both docker and libvirt. I only changed to libvirt after not getting any luck with docker. |
I confirm that AutoAdminLogon is set to 0 in the registry. NB this is a brand new install of Windows 11, I just set it up for this purpose and Merged the rdpapps.reg file as instructed. Trying again, I am still getting the same error: |
I´m having the same issue. Pop!_OS 22.04 / Docker. Please find log below (which is very much similar to OP´s). EDIT: Seems like the issue was signaled to FreeRDP developers too in late June.
|
i think that i have same issue, i posted maximum information that can help you to fix it, thanks. |
So my understanding is that ... |
My .local/share/winapps only contained the logs, nothing else. Removing those files still did not help. |
This helped tremendously. I'm using Pop OS!, so no 24.04 right now. Built FreeRDP3 from source and I got it to work. Using Wayland, BTW, since I have had issues with X11 and fullscreen apps. @onlineapps-cloud You are a ray of sunshine for posting that screenshot. Thanks! |
I've gone ahead and added the hint of compiling FreeRDP from source to the README. Closing this as resolved since this seems to be a common issue with Flatpak. |
It may be interesting to note, that I have been playing around setting this up - haven't tried to do the compiling option suggested yet, but I'm running Debian Bookworm and noticed a FreeRDP3.5.1 in bookworm-backports, I get the same result with the backports version so may not be limited to just flatpak. |
Compling freeRDP from source and switching back to X11 worked for me running popOS 22.04. Thank you. |
Man am I ever lost. Can someone explain how I can compile and install FreeRDP? I see the codeblock for it on the wiki but I'm unsure what to fill in for toolchain.cmake and install path. And when I hit enter it fails with: "CMake Error: CMake was unable to find a build program corresponding to "Ninja". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool." I managed to troubleshoot my way through the rest of it, just stuck on this now. |
OS: Pop!_OS current stable
FreeRDP 3 version is from Flatpak (com.freerdp.FreeRDP 3.7.0 stable user) as Freerdp3 (only v2) is available in Ubuntu/Pop apt base.
Problem: I have tried both Docker installation and libvirt and always get stuck at a remote desktop connection failure when running installer.sh. I have followed all of the readme to the letter, the message I get in the FreeRDP log is as follows, which indicates that the connection is established and then is gracefully terminated. I confirm that the system is in a logged out state and the virt-manager is minimised.
The text was updated successfully, but these errors were encountered: