Question #297722 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/297722

    Status: Open => Solved

Manoj BN confirmed that the question is solved:
I have gone through source code, It throws error at these two points 
1) In Location.java 
2)In RobotDesktop.java  , when comparing mouselocations in method  
checkMousePosition(Location p) 
if (pc.x != p.x || pc.y != p.y) {
Debug.error("RobotDesktop: checkMousePosition: should be %s\nbut after move is 
%s"
+ "\nPossible cause in case you did not touch the mouse while script was 
running:\n"
+ " Mouse actions are blocked generally or by the frontmost application."
+ (Settings.isWindows() ? "\nYou might try to run the SikuliX stuff as admin." 
: ""),
p, new Location(pc));
}

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to