Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
4.8.5
-
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.