FreeRDP / FreeRDP-WebConnect

A gateway for seamless access to your RDP-Sessions in any HTML5-compliant browser
514 stars 1.6k forks source link

Unable to run WebConnect on CentOS 6.7 #158

Open boilingfrogs opened 7 years ago

boilingfrogs commented 7 years ago

Hi,

When we click the connect button in the UI, the below exception is seen in the log file and the service is stopped after that.

.... localhost kernel: wsgate[11229]: segfault at 160 ip 00007f254f05d021 sp 00007f253616bbe0 error 4 in libfreerdp.so.2.0.0[7f254efca000+197000]

Also, the wsgate version is coming as "Unknown". The same is seen in the GUI as well.

localhost wsgate[11209]: wsgate v1.2.0.Unknown starting localhost wsgate[11209]: Listening on 172.29.109.235:8888

c64cosmin commented 7 years ago

libfreerdp.so is an object from the FreeRDP project. Try to build FreeRDP on the stable-1.1 branch. Hope that helps.