> I tried to connect with latest GIT version to a VBOX4 session. > > The connect is successfull but after several seconds freerdp crashed: > > connecting to localhost:3389 > Legacy RDP encryption negotiated > freerdp_chanman_post_connect: server name [localhost] chan_man->num_libs [0] > ui_error: ERROR: pduType version must be 0 and 1 but is 0 and 0 > ui_error: ERROR: pduType version must be 0 and 1 but is 0 and 0 > ui_error: ERROR: pduType version must be 0 and 1 but is 0 and 0 > ui_error: ERROR: pduType version must be 0 and 1 but is 0 and 0 > ui_error: ERROR: pduType version must be 0 and 1 but is 0 and 0 > ui_error: ERROR: pduType version must be 0 and 1 but is 0 and 0 > ui_error: ERROR: pduType version must be 0 and 1 but is 0 and 0 > xfreerdp: rdp.c:1356: process_data_pdu: Assertion `((data_s)->p == > (data_s)->end)' failed. > Aborted
Hum, you would think the one that put in these annoying messages and asserts would help you... Anyway, to disable the asserts, put #define DISABLE_ASSERT just before #ifndef DISABLE_ASSERT in libfreerdp/debug.h line 7 or 8. Jay ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Freerdp-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freerdp-devel
