Question #230612 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230612
RaiMan proposed the following answer: The error image is not complete. You say, you get the same error, when using the suggestion to run the .skl using Sikuli-IDE.bat. You get some Java exception at startup. The error message and stacktrace is displayed in a popup, that does not show all lines and is not scrollable. To get the complete information, you have tell the IDE, to print everything to the command line window. This is how you tell it: - open a copy of Sikuli-IDE.bat in an editor - on the line, that calls java and has the -X, -D, -jar options add the following option (before the -jar option) -Dsikuli.console=false - take care, that this modified Sikuli-IDE.bat (use a different name ;-) is available in the Sikuli X program folder - use it to run your .skl the same way you did with the original SIKULI-IDE.bat This should print the complete error/stack trace information in the command line window. Pls. make it somehow available in the net for inspection. -- You received this question notification because you are a member of Sikuli Drivers, which 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

