Hi,
I've seen the RFB package has been updated for the 3.9 version
(RFB-ikp.3.mcz).
This is working better (at leat on my linux) but not with ultravnc on
windows.
I think there are still problems when the encoding has to be guessed.
RFB caught #hex not understood in SmallInteger... Probably in the method
RFBSession>>encodingUnknown: encoding
changing #hex in #asString like in the fix provided here:
http://bugs.impara.de/view.php?id=5043 seems to solve the problem.
Cédrick