Re: [Sikuli-driver] [Question #198796]: Fedora 15 - libVisionProxy.so: libml.so.2.1

2013-05-21 Thread vvoicu
Question #198796 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/198796

vvoicu posted a new comment:
Hello, 
Hope this helps. I also had a ruff time setting up sikuli on fedora. For OpenCV 
this guide helped me... hope its useful for you.
http://thesilenceoflambs.wordpress.com/2012/05/08/install-and-test-opencv-under-fedora-16/#comments


Still having issues with clicking in fedora, but no errors. Just image flickers 
on the desktop where it should click :)

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #198796]: Fedora 15 - libVisionProxy.so: libml.so.2.1

2012-06-14 Thread RaiMan
Question #198796 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/198796

RaiMan proposed the following answer:
I feel with you, but cannot help further, sorry :-(

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #198796]: Fedora 15 - libVisionProxy.so: libml.so.2.1

2012-06-13 Thread ryan
Question #198796 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/198796

ryan posted a new comment:
I give up.
Sikuli will not work on Fedora as long as it needs OpenCV 2.1.
Sikuli needs to be updated do it uses updated libraries and dependencies.

While trying to make/build OpenCV 2.1 I would get the following error at
84%

../../lib/libhighgui.so.2.1.0: undefined reference to 
`cvCreateCameraCapture_V4L(int)'
collect2: error: ld returned 1 exit status
make[2]: *** [bin/opencv_createsamples] Error 1
make[1]: *** [apps/haartraining/CMakeFiles/createsamples.dir/all] Error 2
make: *** [all] Error 2

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #198796]: Fedora 15 - libVisionProxy.so: libml.so.2.1

2012-06-13 Thread ryan
Question #198796 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/198796

ryan posted a new comment:
No I did not know OpenCV *needs* to be 2.1 on the first run. I don't believe 
this is documented anywhere. Thanks for the tip.
I will try this and let you know how it goes.

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #198796]: Fedora 15 - libVisionProxy.so: libml.so.2.1

2012-06-13 Thread RaiMan
Question #198796 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/198796

RaiMan proposed the following answer:
I guess you need some dev package of OpenCV (include/sources) additionally to 
the binaries.
I guess you know: should be 2.1 on the first run.

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #198796]: Fedora 15 - libVisionProxy.so: libml.so.2.1

2012-06-12 Thread ryan
Question #198796 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/198796

ryan posted a new comment:
Realized I needed to install C++ ...

Now I am left with the following error:


Tesseract-OCR Data Path: /usr/share/tesseract/tessdata
Tesseract-OCR Data Path: /usr/share/tesseract/tessdata
-- checking for module 'opencv'
--   package 'opencv' not found
CMake Error at /home/rhenrick/sikuli/cmake_modules/FindOpenCV.cmake:154 
(message):
  OpenCV required but some headers or libs not found.  Please specify OpenCV
  directory using OpenCV_DIR env.  variable
Call Stack (most recent call first):
  src/main/native/CMakeLists.txt:26 (FIND_PACKAGE)


-- Configuring incomplete, errors occurred!

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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #198796]: Fedora 15 - libVisionProxy.so: libml.so.2.1

2012-06-12 Thread ryan
Question #198796 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/198796

ryan posted a new comment:
Okay I got java-1.6.0 installed, now this is my error:



Tesseract-OCR Data Path: /usr/share/tesseract/tessdata
-- The CXX compiler identification is unknown
CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found.   
Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
Tesseract-OCR Data Path: /usr/share/tesseract/tessdata
-- checking for module 'opencv'
--   package 'opencv' not found
CMake Error at /home/rhenrick/sikuli/cmake_modules/FindOpenCV.cmake:154 
(message):
  OpenCV required but some headers or libs not found.  Please specify OpenCV
  directory using OpenCV_DIR env.  variable
Call Stack (most recent call first):
  src/main/native/CMakeLists.txt:26 (FIND_PACKAGE)


-- Configuring incomplete, errors occurred!

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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #198796]: Fedora 15 - libVisionProxy.so: libml.so.2.1

2012-06-12 Thread ryan
Question #198796 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/198796

ryan posted a new comment:
I am trying to build on Fedora 17 (64-Bit).
So far I am having trouble generating the makefiles with CMake.
Java version is 1.7, but Sikuli doesn't like it. 

This is the error I am getting when I try to generate makefiles: (Does
this make any sense to you?)


CMake Error: your Java compiler: "CMAKE_Java_COMPILER-NOTFOUND" was not found.  
 Please set CMAKE_Java_COMPILER to a valid compiler path or name.
Tesseract-OCR Data Path: /usr/share/tesseract/tessdata
CMake Warning at /usr/share/cmake/Modules/FindJava.cmake:120 (message):
  regex not supported: java version "1.7.0_b147-icedtea"

  OpenJDK Runtime Environment (fedora-2.1.fc17.6-x86_64)

  OpenJDK 64-Bit Server VM (build 22.0-b10, mixed mode).  Please report
Call Stack (most recent call first):
  CMakeLists.txt:12 (FIND_PACKAGE)


CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:97 
(MESSAGE):
  Could NOT find Java: Found unsuitable version "..", but required is at
  least "1.6" (found /bin/java)
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:286 
(_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake/Modules/FindJava.cmake:184 
(find_package_handle_standard_args)
  CMakeLists.txt:12 (FIND_PACKAGE)


-- Configuring incomplete, errors occurred!

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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #198796]: Fedora 15 - libVisionProxy.so: libml.so.2.1

2012-06-12 Thread RaiMan
Question #198796 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/198796

RaiMan proposed the following answer:
--- Is this still a good source on how to build?
Principally yes, but it only talks about the experiences when trying to build a 
64-Bit version on the different systems.
The build read me on github is sufficient in the first run.

--- Also, do you know if the devs are still working on Sikuli, or has it been 
dropped?
during the last month, Sean (Tsung-Hsiang Chang / vgod)  the main developer, 
was busy with his doctoral graduation at MIT (BTW: his paper is very 
interesting). Currently I am not sure about his plans according Sikuli.
In spring he told me something about a fix release around June.
So I think, we still have to wait a little bit.
BTW: I do not think, he will just drop it.

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #198796]: Fedora 15 - libVisionProxy.so: libml.so.2.1

2012-06-12 Thread ryan
Question #198796 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/198796

ryan posted a new comment:
Is this still a good source on how to build?
https://answers.launchpad.net/sikuli/+faq/1453

Also, do you know if the devs are still working on Sikuli, or has it
been dropped?

Thanks for all of your help, BTW.

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #198796]: Fedora 15 - libVisionProxy.so: libml.so.2.1

2012-06-12 Thread RaiMan
Question #198796 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/198796

RaiMan proposed the following answer:
To get it working with OpenCV 2.2 you have to build Sikuli from the
sources.

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #198796]: Fedora 15 - libVisionProxy.so: libml.so.2.1

2012-06-12 Thread ryan
Question #198796 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/198796

ryan posted a new comment:
--- the current Sikuli is able to work with version 2.2
What about 2.3? That is the latest for Fedora 17.
Also, does it only work if OpenCV is compiled?
I have tried both compiling and installing 2.1 & 2.3 rpm's with F17 with no 
luck.

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #198796]: Fedora 15 - libVisionProxy.so: libml.so.2.1

2012-06-12 Thread RaiMan
Question #198796 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/198796

RaiMan posted a new comment:
--- Does anyone know which Linux dist Sikuli works better on?
looking at the questions here, the mostly mentioned diet seems to be Ubuntu 
(10.x and 12.x)

--- OpenCV 2.2
the current Sikuli is able to work with version 2.2

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #198796]: Fedora 15 - libVisionProxy.so: libml.so.2.1

2012-06-11 Thread ryan
Question #198796 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/198796

ryan posted a new comment:
Thanks for all of the input, but I am not getting anywhere.
I tried F14, F15 and F17. I also tried Ubuntu 12.04 and actually got farther 
with Ubuntu, but there are still issues.

I think I just need to wait for the next Sikuli update (if there will be
one). Hopefully the next version will include updated dependency libs
(using OpenCV 2.2 etc.)

Does anyone know which Linux dist Sikuli works better on?
It is great in Windows, but I test on Linux.

Thanks.

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #198796]: Fedora 15 - libVisionProxy.so: libml.so.2.1

2012-05-31 Thread RaiMan
Question #198796 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/198796

RaiMan proposed the following answer:
Hi there, RaiMan is always "involved", since I see everything, that
happens here ;-)

... but sometimes I do not know the solution.
Since I am not active on Linux, I can only give some general hints.

When building Sikuli from sources on Linux systems, you sometimes need
the developer libs of a package additionally. This might be the case
here with OpenCV.

On Windows and on Mac (and I saw it for some Ubuntu's and RedHat's), it is 
possible to use OpenCV 2.2 instead of 2.1, since it is downward compatible.
But in these cases, you could not use the package, but had to build OpenCV 2.2 
from sources as well.

Might be, that I can give you more hints, if you tell me, what happens while 
building the stuff.
Only to be complete: Be careful with 32-Bit and 64-Bit versions.

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #198796]: Fedora 15 - libVisionProxy.so: libml.so.2.1

2012-05-30 Thread ryan
Question #198796 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/198796

ryan posted a new comment:
Is there a way to get "RayMan" involved in this discussion? I am
interested in knowing how to compile Sikuli so I can use 2.2 on Fedora
15.

I (and another friend at work) tried compiling on F15 along with
compiling cv2.1 and both failed. My other option is to setup a Fedora14
VM, run Sikuli on it, and run the tests on a client that I get from an
SSH tunnel into a Fedora15 box. I would like to keep it simple and not
have to do that though.

This all seems like a dependency issue and Sikuli not being updated to
support the newest versions of libs. Any idea when an update will be
released?

Thanks.

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #198796]: Fedora 15 - libVisionProxy.so: libml.so.2.1

2012-05-30 Thread j
Question #198796 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/198796

j posted a new comment:
As far as I know, you have to have version 2.1. If you compile Sikuli
yourself, there seems to be a way to use libcv2.2, but I don't know any
details. I think RayMan does have more info about that.

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #198796]: Fedora 15 - libVisionProxy.so: libml.so.2.1

2012-05-30 Thread ryan
Question #198796 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/198796

ryan posted a new comment:
I am having trouble locating libcv2.1 for Fedora 15.
Also, when I checked, OpenCV2.2 was the Fedora 15 version. Will that cause any 
issues since the deps state 2.1 is needed?

Thanks.

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #198796]: Fedora 15 - libVisionProxy.so: libml.so.2.1

2012-05-30 Thread j
Question #198796 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/198796

j posted a new comment:
Maybe this can also help you 
http://www.mail-archive.com/sikuli-driver@lists.launchpad.net/msg04001.html
I don't know if this link is still valid/up-to-date.

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #198796]: Fedora 15 - libVisionProxy.so: libml.so.2.1

2012-05-30 Thread j
Question #198796 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/198796

Status: Open => Answered

j proposed the following answer:
Do you have libcv2.1 installed? 
You need to have this library installed to use Sikuli. 
Also see https://answers.launchpad.net/sikuli/+question/142959

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #198796]: Fedora 15 - libVisionProxy.so: libml.so.2.1

2012-05-29 Thread ryan
Question #198796 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/198796

Description changed to:
I am running Fedora 15 (64bit) and started sikuli-ide.sh from the command line.
I made sure all packages needed are installed.

When I take a screenshot of a button I want to click, I get the
following output in sikuli-ide:

Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: 
/home/rhenrick/Downloads/Sikuli-X-1.0rc3 
(r905)-linux-x86_64/Sikuli-IDE/libs/libVisionProxy.so: libml.so.2.1: cannot 
open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1750)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1646)
at java.lang.Runtime.load0(Runtime.java:787)
at java.lang.System.load(System.java:1022)
at 
com.wapmx.nativeutils.jniloader.NativeLoader.loadLibrary(NativeLoader.java:44)
at org.sikuli.script.TextRecognizer.(TextRecognizer.java:24)
at org.sikuli.ide.NamingPane.getFilenameFromImage(NamingPane.java:55)
at org.sikuli.ide.CaptureButton.update(CaptureButton.java:149)
at org.sikuli.script.CapturePrompt.notifyObserver(CapturePrompt.java:44)
at org.sikuli.script.CapturePrompt$1.mouseReleased(CapturePrompt.java:197)
at java.awt.Component.processMouseEvent(Component.java:6268)
at java.awt

.Component.processEvent(Component.java:6033)
at java.awt.Container.processEvent(Container.java:2045)
at java.awt.Window.processEvent(Window.java:1875)
at java.awt.Component.dispatchEventImpl(Component.java:4629)
at java.awt.Container.dispatchEventImpl(Container.java:2103)
at java.awt.Window.dispatchEventImpl(Window.java:2517)
at java.awt.Component.dispatchEvent(Component.java:4455)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:649)
at java.awt.EventQueue.access$000(EventQueue.java:96)
at java.awt.EventQueue$1.run(EventQueue.java:608)
at java.awt.EventQueue$1.run(EventQueue.java:606)
at java.security.AccessController.doPrivileged(Native Method)
at 
java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:105)
at 
java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:116)
at java.awt.EventQueue$2.run(EventQueue.java:622)
at java.awt.EventQueue$2.run(EventQueue.java:620)
at java.security.AccessController.doPrivileged(Native M

ethod)
at 
java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:105)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:619)
at 
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)
at 
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)
at 
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)


Any ideas on what's going on here?
Thanks!

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #198796]: Fedora 15 - libVisionProxy.so: libml.so.2.1

2012-05-29 Thread ryan
Question #198796 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/198796

Description changed to:
I am running Fedora 15 (64bit) and started sikuli.ide.sh from the command line.
I made sure all packages needed are installed.

When I take a screenshot of a button I want to click, I get the
following output in sikuli-ide:

Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: 
/home/rhenrick/Downloads/Sikuli-X-1.0rc3 
(r905)-linux-x86_64/Sikuli-IDE/libs/libVisionProxy.so: libml.so.2.1: cannot 
open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1750)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1646)
at java.lang.Runtime.load0(Runtime.java:787)
at java.lang.System.load(System.java:1022)
at 
com.wapmx.nativeutils.jniloader.NativeLoader.loadLibrary(NativeLoader.java:44)
at org.sikuli.script.TextRecognizer.(TextRecognizer.java:24)
at org.sikuli.ide.NamingPane.getFilenameFromImage(NamingPane.java:55)
at org.sikuli.ide.CaptureButton.update(CaptureButton.java:149)
at org.sikuli.script.CapturePrompt.notifyObserver(CapturePrompt.java:44)
at org.sikuli.script.CapturePrompt$1.mouseReleased(CapturePrompt.java:197)
at java.awt.Component.processMouseEvent(Component.java:6268)
at java.awt

.Component.processEvent(Component.java:6033)
at java.awt.Container.processEvent(Container.java:2045)
at java.awt.Window.processEvent(Window.java:1875)
at java.awt.Component.dispatchEventImpl(Component.java:4629)
at java.awt.Container.dispatchEventImpl(Container.java:2103)
at java.awt.Window.dispatchEventImpl(Window.java:2517)
at java.awt.Component.dispatchEvent(Component.java:4455)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:649)
at java.awt.EventQueue.access$000(EventQueue.java:96)
at java.awt.EventQueue$1.run(EventQueue.java:608)
at java.awt.EventQueue$1.run(EventQueue.java:606)
at java.security.AccessController.doPrivileged(Native Method)
at 
java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:105)
at 
java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:116)
at java.awt.EventQueue$2.run(EventQueue.java:622)
at java.awt.EventQueue$2.run(EventQueue.java:620)
at java.security.AccessController.doPrivileged(Native M

ethod)
at 
java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:105)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:619)
at 
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)
at 
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)
at 
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)


Any ideas on what's going on here?
Thanks!

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #198796]: Fedora 15 - libVisionProxy.so: libml.so.2.1

2012-05-29 Thread ryan
New question #198796 on Sikuli:
https://answers.launchpad.net/sikuli/+question/198796

I am running Fedora 15 (64bit) and started sikuli.ide.sh from the command line.
I made sure all packages needed are installed.

When I take a screenshot of a button I want to click, I get the following 
output in sikuli-ide:

Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: 
/home/user/Downloads/Sikuli-X-1.0rc3 
(r905)-linux-x86_64/Sikuli-IDE/libs/libVisionProxy.so: libml.so.2.1: cannot 
open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1750)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1646)
at java.lang.Runtime.load0(Runtime.java:787)
at java.lang.System.load(System.java:1022)
at 
com.wapmx.nativeutils.jniloader.NativeLoader.loadLibrary(NativeLoader.java:44)
at org.sikuli.script.TextRecognizer.(TextRecognizer.java:24)
at org.sikuli.ide.NamingPane.getFilenameFromImage(NamingPane.java:55)
at org.sikuli.ide.CaptureButton.update(CaptureButton.java:149)
at org.sikuli.script.CapturePrompt.notifyObserver(CapturePrompt.java:44)
at org.sikuli.script.CapturePrompt$1.mouseReleased(CapturePrompt.java:197)
at java.awt.Component.processMouseEvent(Component.java:6268)
at java.awt

.Component.processEvent(Component.java:6033)
at java.awt.Container.processEvent(Container.java:2045)
at java.awt.Window.processEvent(Window.java:1875)
at java.awt.Component.dispatchEventImpl(Component.java:4629)
at java.awt.Container.dispatchEventImpl(Container.java:2103)
at java.awt.Window.dispatchEventImpl(Window.java:2517)
at java.awt.Component.dispatchEvent(Component.java:4455)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:649)
at java.awt.EventQueue.access$000(EventQueue.java:96)
at java.awt.EventQueue$1.run(EventQueue.java:608)
at java.awt.EventQueue$1.run(EventQueue.java:606)
at java.security.AccessController.doPrivileged(Native Method)
at 
java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:105)
at 
java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:116)
at java.awt.EventQueue$2.run(EventQueue.java:622)
at java.awt.EventQueue$2.run(EventQueue.java:620)
at java.security.AccessController.doPrivileged(Native M

ethod)
at 
java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:105)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:619)
at 
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)
at 
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)
at 
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)


Any ideas on what's going on here?
Thanks!

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp