← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #660237]: Move mouse for click method not working since new JRE and Windows update

 

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

Dan Quimby posted a new comment:
I was curious about not seeing the output.  Sikuli is running as Admin
and in debug mode.  After loading my debug class and restarting Sikuli
here is the output of your latest test script:

[debug] Debug: setLogger <TDMethods.myLogger instance at 0x2>
[debug] Debug.setLoggerAll: callback
[debug] JythonSupport: findModule: TDMethods.sikuli ([u'C:\\Users\\Dan\\Dropbox\\Gaming\\SikuliX\\TDMethods.sikuli', u'C:\\Users\\Dan\\Dropbox\\Gaming\\SikuliX\\MouseTest2.sikuli', u'C:\\Users\\Dan\\Dropbox\\Gaming\\SikuliX\\Lib', 'C:\\Users\\Dan\\Dropbox\\Gaming\\SikuliX\\sikulix.jar\\Lib', u'__classpath__', u'__pyclasspath__/'])
[debug] JythonSupport: loadModulePrepare: TDMethods in C:\Users\Dan\Dropbox\Gaming\SikuliX\TDMethods.sikuli
[debug] ImagePath: duplicate not added: /C:/Users/Dan/Dropbox/Gaming/SikuliX/TDMethods.sikuli/

[debug] Debug: setLogFile: C:\Users\Dan\Dropbox\Gaming\SikuliX\TDLog.txt
[debug] Debug: setLogger <TDMethods.myLogger instance at 0x3>
[debug] Debug.setLoggerAll: callback
[error] RobotDesktop: checkMousePosition: should be L(100,100)@S(0)[0,0 2560x1600]
but after move is L(0,0)@S(0)[0,0 2560x1600]
Possible cause in case you did not touch the mouse while script was running:
Mouse actions are blocked generally or by the frontmost application.
You might try to run the SikuliX stuff as admin.
[error] RobotDesktop: checkMousePosition: should be L(2359,1399)@S(0)[0,0 2560x1600]
but after move is L(2559,1599)@S(0)[0,0 2560x1600]
Possible cause in case you did not touch the mouse while script was running:
Mouse actions are blocked generally or by the frontmost application.
You might try to run the SikuliX stuff as admin.
L(2359,1399)@S(0)[0,0 2560x1600] L(2559,1599)@S(0)[0,0 2560x1600]
[debug] Sikulix: cleanUp: 0

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