Comment 8 for bug 1218138

Revision history for this message
ycollet (ycollet) wrote :

Under Linux, from time to time, I've got the following error:
[error] Location: outside any screen (-3, 25) - subsequent actions might not work as expected

And when at looked at the SikuliLog file, some errors are printed:

[debug (9/5/13 10:14:40 AM)] ResourceLoaderBasic: loadLib: Found: VisionProxy
[error (9/5/13 10:14:40 AM)] ResourceLoaderBasic: loadLib: Fatal Error 110: loading: libVisionProxy.so
[error (9/5/13 10:14:40 AM)] ResourceLoaderBasic: loadLib: Since native library was found, it might be a problem with needed dependent libraries
/home/crystal/Sikuli/libs/libVisionProxy.so: libtesseract.so.3: cannot open shared object file: No such file or directory
[error (9/5/13 10:14:40 AM)] Terminating SikuliX after a fatal error(110)! Sorry, but it makes no sense to continue!
If you do not have any idea about the error cause or solution, run again
with a Debug level of 3. You might paste the output to the Q&A board.
[debug (9/5/13 10:14:40 AM)] SikuliXFinal: cleanUp: 0

So, I installed tesseract.

But this errors should be reported to the user to allow him to understand that a package is missing...

YC