Rich Cursor Pseudo-encoding.
Alex Wray
wrayal "at" gmail.com
Wed Sep 24 15:28:01 2008
I have been attempting to implement the rich cursor pseudo encoding in
Chicken of The VNC, but have been unsuccessful so far. First, I tried
implementing as per the spec in rfbproto.pdf, but the server instantly
dropped the connection instantly (it did not even respond to the encoding).
Switching -239 for 0xFFFFFF10 removed the remote cursor as expected, but
switching back to 0xFFFFFF11 instantly caused the server to drop the
connection again. Looking at the TightVNC source code, I also attempted to
send first 0xFFFFFF10 then 0xFFFFFF11 but this also caused the connection to
drop.
Does anybody know what the problem might be?
Many thanks