winapps-org / winapps

The winapps main project, forked from https://github.com/Fmstrat/winapps/
Other
998 stars 45 forks source link

installer.sh FreeRDP version 2 disconnect because of other user #82

Closed RieLuc23 closed 1 month ago

RieLuc23 commented 6 months ago

Hi

when running installer.sh, xFreeRDP version 2.10.0 disconnets because of another user: I did everything according to the readme provided. error message: [15:57:11:812] [6495:6499] [INFO][com.freerdp.core] - ERRINFO_DISCONNECTED_BY_OTHER_CONNECTION (0x00000005):Another user connected to the server, forcing the disconnection of the current connection. [15:57:11:812] [6495:6499] [ERROR][com.freerdp.core] - rdp_set_error_info:freerdp_set_last_error_ex ERRINFO_DISCONNECTED_BY_OTHER_CONNECTION [0x00010005]

command "bin/winapps check" works and launches the windows explorer.

Ubuntu 23.10

Thanks! :)

RieLuc23 commented 6 months ago

I just checked, "./bin/winapps windows" command works on my setup. So why doesnt install.sh work?

LDprg commented 6 months ago

Seems like you have multiple connections that interfere with another. Check that no freerdp connection is running in the background.

KernelGhost commented 2 months ago

@RieLuc23 Was the suggested workaround successful?

RieLuc23 commented 1 month ago

Yes, the workaround was successful. Thank you!