VNCScreen.start doesn't support connections with password for Windows

Bug #1772263 reported by Naveen Vangipurapu
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SikuliX
Fix Committed
Critical
RaiMan

Bug Description

Sikuli Version - Sikuli 1.1.2
O/S where I am trying to execute Sikuli script - Windows 10

Currently trying to connect to VNCServer installed on Windows 2016 server. I have enabled the password for the connection. I see that the VNCScreen.start with password supports only MAC environment and hence it is returning me a null VNCSCreen object.

 public static VNCScreen start(String theIP, int thePort, String password, int cTimeout, int timeout) throws IOException {
        VNCScreen scr = null;
        if (RunTime.get().runningMac && !RunTime.get().isJava9(new String[]{"VNCScreen not yet working on Mac"})) {
            scr = new VNCScreen(VNCClient.connect(theIP, thePort, password, true));
            screens.put(scr, scr.client);
        }

        return scr;
}

Revision history for this message
RaiMan (raimund-hocke) wrote :

fixed in 1.1.3

RaiMan (raimund-hocke)
Changed in sikuli:
status: New → Fix Committed
importance: Undecided → Critical
assignee: nobody → RaiMan (raimund-hocke)
milestone: none → 1.1.3
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.