-
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
Installer exiting with status '14', even though RDP works with Remmina and Freerdp #244
Comments
Freerdp works with /cert:ignore flag.
Is there anyway to use this flag while installing winapps? |
You should be able to put this into the |
Thanks! Totally missed that. Using that flag didn't make any difference. Log shows same error as above. |
I've had a bunch of issues like this. I found you can trip yourself up and get this error if you do things like install winapps before rebooting or by changing the windows system name after you've already run the winapps installer at least once. Try deleting any pre-existing certs in the $HOME/.config/freerdp/server might also help. |
'~/.config/freerdp/server' directory doesn't exist. I was desperate to have this running, so I've tried with both kvm and virtualbox, installed a different version of windows, wiped all prior trace of winapps. Nothing worked. I also scoured freerdp issue tracker; tried a bunch of random things suggested there. Was able to bring down the errors to these:
Haven't had any luck in getting rid of these. |
Errors point towards something fishy with your TLS libraries or local TLS settings or networoking becasue your system is not able to negotiate a TLS session.. Its hard to say more are you have not provided any more detail on the enviroment. Because Remina works might be throwing you off a bit - remember Remina logs also show it is also failing to use TLS. Do you have any Docker network weird port forwarding?, ipv6 enabled? You need to eliminate suspects more as I dont think your issue is WinApps based on what can be seen so far.. Run up a blank windows VM and point freeRDP3 to it with: if that works, then its between your host and winapps virtual platform, if it does not work, then its maybe more realted to a TLS library thing. |
Line 1044 of setup.sh has multiple problems. I got a little further using
Notice:
This seems required for a Win11 guest, which I tested using a simpler, manual freerdp command.
TL;DR this section of the setup code is currently buggy. It should include any custom RDP flags, edit: the path test seems fine; my main problem was using the wrong version of freerdp. |
Host: EndeavourOS
guest: Windows 10 LTSC
I am able to use RDP using Remmina.
Log: Before I logged in and out using Remmina
LOG: After Logging in and out through Remmina
Thanks for any help.
The text was updated successfully, but these errors were encountered: