Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Out of scope
-
Affects Version/s: 4.8.5
-
Fix Version/s: None
-
Component/s: (Inactive) GUI: QWS Integration (Qt4)
-
Labels:None
Description
My Qt project is using Qt Embedded's VNC server.
When one connects to it with the RealVNC client from http://www.realvnc.com/ the Qt application prints out "Can only handle true color clients" and crashes.
RealVNC client requests 8-bit color mode by default, so the error message is expected, however it should not crash the application.
When I enable "FullColour" in RealVNC's expert settings before connecting, everything is fine.