← Back to team overview

sikuli-driver team mailing list archive

[Question #284226]: Sikulix, Jenkins, subsequent actions might not work as expected

 

New question #284226 on Sikuli:
https://answers.launchpad.net/sikuli/+question/284226

Hi,
I have simple example in java. When I run in intellij this code

Screen screen = new Screen();

everything is ok. But when I do this in jenkins, I see this

sty 31, 2016 5:41:32 PM org.bridj.BridJ log
INFO: Registering type org.sikuli.util.SysJNA$WinKernel32
sty 31, 2016 5:41:32 PM org.bridj.BridJ log
INFO: Registering type org.bridj.TimeT
sty 31, 2016 5:41:32 PM org.bridj.BridJ log
INFO: Registering type org.bridj.TimeT$timeval_customizer
sty 31, 2016 5:41:32 PM org.bridj.BridJ log
INFO: Registering type org.bridj.StructIO$DefaultCustomizer
sty 31, 2016 5:41:32 PM org.bridj.BridJ log
INFO: Registering type org.bridj.TimeT$timeval
sty 31, 2016 5:41:32 PM org.bridj.BridJ log
INFO: Registering type org.bridj.StructObject
sty 31, 2016 5:41:32 PM org.bridj.BridJ log
INFO: Registering type org.bridj.NativeObject
sty 31, 2016 5:41:32 PM org.bridj.BridJ log
INFO: Registering type org.bridj.AbstractIntegral
sty 31, 2016 5:41:32 PM org.bridj.BridJ log
INFO: Registering type java.lang.Number
[error] Location: outside any screen (363834776, 0) - subsequent actions might not work as expected
[error] Location: outside any screen (363834776, 0) - subsequent actions might not work as expected
[error] Location: outside any screen (363834784, 0) - subsequent actions might not work as expected
[error] Location: outside any screen (363834776, 0) - subsequent actions might not work as expected
[error] RobotDesktop: checkMousePosition: should be L(363834784,0)
but after move is L(363834776,0)
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.

Intellij and Jenkins are on the same computer.
I have this problem for a few days and I can not deal with it.

Thanks and regards
Zarami Arkim

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