Fatal Error Message Box

Asked by Q17

I'm running my test via Jenkins but whenever finish running the test and passed the Sikuli Fatal Error Message Box appears:

Fatal Error
System.out is broken(console output)!
You will not see any messages anymore!
Save your work and restart the IDE!

If I ran the test from Sikuli I do not see this error.

Can someone tell me why this is happening?

Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
Q17
Solved:
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

Do not use the IDE jar-file to run scripts from command line, especially not in such environments as Jenkins.

Try with

java -jar <path-to>/sikulixapi.jar -r <path-to>/script

... and use version 1.1.1 or even 1.1.2 nightly

Revision history for this message
Q17 (squery) said :
#2

Thanks RaiMan,

I have tried runsikulix.cmd instead and no more error.