[Sikuli-driver] [Bug 1384317] Re: [RC3] Special keys don't go through VNC session

2014-10-24 Thread dkr
Looking deeper into the code, the error is coming from the protocolHandshake function in the VNCClient class, which doesn't recognize the version protocole. I've tried set up different authentification (either none or a simple password), but none is recognized by the function. Apparently, several

[Sikuli-driver] [Bug 1384317] Re: [RC3] Special keys don't go through VNC session

2014-10-23 Thread dkr
Thanks for this quick answer. FYI, links in the sikuli original github are 404, which is adding confusion to what repo is used and is obsolete... Concerning your answer, could you please give pointers in order to try the VNC solution you're talking about? -- You received this bug notification

[Sikuli-driver] [Bug 1384317] Re: [RC3] Special keys don't go through VNC session

2014-10-23 Thread dkr
OK, so I've set up a 1.1.0 version and created a new project with Eclipse. Library sikulixapi.jar works well with a simple sample. So I've taken your example above, but an Exception is caught during the instanciation of VNCScreen. Corresponding stacktrace is : Exception in thread main

[Sikuli-driver] [Bug 1384317] [NEW] Special keys don't go through VNC session

2014-10-22 Thread dkr
Public bug reported: Special keys like Key.ENTER, Key.F1, Key.BACKSPACE, etc. do not go through VNC session. To reproduce the bug : * set up a Windows Seven VM where RealVNC is installed and up (https://www.realvnc.com/download/vnc/) * run a sikuli script from a host running Debian Wheezy. The