← Back to team overview

sikuli-driver team mailing list archive

[Question #294000]: Location outside any screen

 

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

Hello,

I am running a suite of tests through sikuli 1.1.0 integrated through Jenkins on my software. When I run the scripts through the sikuli IDE, they run fine. However, when I try to run them from command line through jenkins I get the "location outside any screen" error. At one point these scripts were running properly through jenkins, but they stopped. Here is what happens:

C:\jenkins\workspace\Sikuli Windows>cd "C:\Users\jenkins\Desktop\sikuli" 

C:\Users\jenkins\Desktop\Sikuli>runsikulix.cmd -r ".\WindowsLibrary\SFR_basic.sikuli" 
+++ running this Java
java version "1.8.0_77"
Java(TM) SE Runtime Environment (build 1.8.0_77-b03)
Java HotSpot(TM) Client VM (build 25.77-b03, mixed mode, sharing)
+++ trying to run SikuliX
+++ using: -Xms64M -Xmx512M -Dfile.encoding=UTF-8 -Dsikuli.FromCommandLine -jar C:\Users\jenkins\Desktop\Sikuli\sikulix.jar -r ".\WindowsLibrary\SFR_basic.sikuli"
[error] Location: outside any screen (13025600, 13025600) - subsequent actions might not work as expected
[error] Location: outside any screen (13025600, 13025600) - subsequent actions might not work as expected
[error] script [ C:\Users\jenkins\Desktop\Sikuli\WindowsLibrary\SFR_basic.sikuli ] stopped with error in line 2
[error] FindFailed ( can not find 1447104660675.png in R[0,0 1024x768]@S(0) )
[error] --- Traceback --- error source first
line: module ( function ) statement 
57: Region (  wait )   Line 2189, in file Region.java
[error] --- Traceback --- end --------------

What can I do?

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