sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #19328
[Bug 1202264] Re: [1.0] Linux: Centos 6.4-64: Clicking 'Run' closes the IDE and script is not run
this error is reported:
java.lang.UnsatisfiedLinkError: /opt/Sikuli/100/libs/libVisionProxy.so:
libtesseract.so.3: cannot open shared object file: No such file or directory
Check wether /usr/local/lib/libtesseract.so.3.0.2 has a link
/usr/local/lib/libtesseract.so.3 to it.
If not create on in /usr/local/lib/ (ln -s ...)
** Changed in: sikuli
Status: New => Opinion
** Changed in: sikuli
Assignee: (unassigned) => RaiMan (raimund-hocke)
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1202264
Title:
[1.0] Linux: Centos 6.4-64: Clicking 'Run' closes the IDE and script
is not run
Status in Sikuli:
Opinion
Bug description:
I am trying to use Sikuli 1.0.0 on Centos 6.4 x86_64 (kernel 2.6.32-358.6.2.el6.x86_64) as root.
I have following in /usr/local/lib
libopencv_core.so.2.4.6
libopencv_highgui.so.2.4.6
libopencv_imgproc.so.2.4.6
libpng15.so.15
libtesseract.so.3.0.2
liblept.so.3.0.0
libz.so.1.2.3
Output of 'java -version' on my terminal is
java version "1.7.0_17"
Java(TM) SE Runtime Environment (build 1.7.0_17-b02)
Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode)
The script I am trying to run is simple
doubleClick("1374075551827.png")
type(ls)
where "1374075551827.png" refers to snapshot of "Terminal" taken on my desktop by using doubleClick icon in the IDE.
I want to open the terminal and type 'ls' in the terminal. Once that is done I wish to press 'Enter' manually.
But when I run the script containing these two commands, Sikuli IDE closes and nothing happens. No Terminal pop's up.
Please tell me how to inspect what is going wrong and how can I perform this simple task using Sikuli.
Ashish.
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1202264/+subscriptions
References