Knowledge Base

Preserving for the future: Shell scripts, AoC, and more

xfreerdp client cannot connect to xrdp session

You might get this kind of error when using xfreerdp to connect to xrdp.

[07:56:20:443] [11212:11213] [ERROR][com.freerdp.core.update] - [0x03] Cache Glyph - SERVER BUG: The support for this feature was not announced! Use /relax-order-checks to ignore
[07:56:20:443] [11212:11213] [ERROR][com.freerdp.core.update] - order flags 03 failed
[07:56:20:443] [11212:11213] [ERROR][com.freerdp.core.fastpath] - Fastpath update Orders [0] failed, status 0
[07:56:20:443] [11212:11213] [ERROR][com.freerdp.core.fastpath] - fastpath_recv_update() - -1
[07:56:20:443] [11212:11213] [ERROR][com.freerdp.core.fastpath] - fastpath_recv_update_data() fail
[07:56:20:443] [11212:11213] [ERROR][com.freerdp.core.transport] - transport_check_fds: transport->ReceiveCallback() - -3
[07:56:20:443] [11212:11213] [ERROR][com.freerdp.core] - freerdp_check_fds() failed - 0
[07:56:20:443] [11212:11213] [INFO][com.freerdp.client.common] - Network disconnect!
[07:56:20:443] [11212:11213] [ERROR][com.freerdp.client.x11] - Failed to check FreeRDP file descriptor

To work around the problem, add +glyph-cache to your command.

xfreerdp /v:remote-host3 /size:"1520x820" /u:bgstack15 /wallpaper /sec-rdp /sound +glyph-cache

Reference

Weblinks

Cannot connect with XFreeRDP version 2.0.0-rc4 · Issue #1266 · neutrinolabs/xrdp

Comments