[1.0.1] Linux: IDE: quits after cilick run button - libtesseract.so.3 missing

Asked by XiHao,Li

Dear All,
         My question is appeared after updated the sikuli version to latest one , and I install the 1.0.1 package as offline.
         I test the same py files on Sikuli 1.0.1 which can be run in 1.0.0 version (from Sikuli-X-1.0rc3 (r905)-linux-x86_64.zip)
         but the sikuli can't be started , I captured some picture and click run , the sikuli is shutdown itself without any message
         Here is the print I got when I use the runScripts command

" running SikuliX-Script: -Xmx512M -Dfile.encoding=UTF-8 -Dsikuli.FromCommandLine
-jar ./sikuli-script.jar -r /usr/g/ctuser/lixihao/Sikuli/TheForeColorOfInsensitive.sikuli/
[error] ResourceLoaderBasic: loadLib: Fatal Error 110: loading: libVisionProxy.so
[error] ResourceLoaderBasic: loadLib: Since native library was found, it might be a problem with needed dependent libraries
/usr/g/ctuser/lixihao/NewSikuliVersion/libs/libVisionProxy.so: libtesseract.so.3: cannot open shared object file: No such file or directory
[error] Terminating SikuliX after a fatal error(110)! Sorry, but it makes no sense to continue!
"
         what is libtesseract.so.3 ? How could I fix this problem? Why don't we found this question in 1.0.0 version?
         Please help me! Does anybody met this problem before?

Best Regards
XiHao

Question information

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

You have to check your prerequisites installation about the needed Tesseract package.

Revision history for this message
XiHao,Li (lixh13550030745) said :
#2

thank you very much, RaiMan.
The Problem is solved.