← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #200005]: New project about sikuli(sikuli remote control)

 

Question #200005 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/200005

Anil posted a new comment:
ok..I found  libVisionProxy.dylib in my Application folder .
So i extracted the jar file and copied the .dylib to the META-INF/lib folder and jar'd it again and the above exception is gone.


Now, on running the client program i see the below exception though:-

Exception in thread "main" org.sikuli.remote.script.ScriptExcuteFailedException: java.lang.UnsatisfiedLinkError: /Applications/Sikuli-IDE.app/Contents/Frameworks/libVisionProxy.dylib: dlopen(/Applications/Sikuli-IDE.app/Contents/Frameworks/libVisionProxy.dylib, 1): Library not loaded: /usr/local/lib/libopencv_core.2.2.dylib
  Referenced from: /Applications/Sikuli-IDE.app/Contents/Frameworks/libVisionProxy.dylib
  Reason: image not found
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
	at org.sikuli.remote.script.SikuliScript.retriveError(SikuliScript.java:68)
	at org.sikuli.remote.client.Client.call(Client.java:35)
	at org.sikuli.remote.client.SikuliAction.doAction(SikuliAction.java:73)
	at org.sikuli.remote.client.RemoteScreen.setMinSimilarity(RemoteScreen.java:65)
	at org.sikuli.remote.client.RemoteScreen.setDefaultMinSimilarity(RemoteScreen.java:69)
	at org.sikuli.remote.client.RemoteScreen.<init>(RemoteScreen.java:18)
	at Sikuli1.main(Sikuli1.java:14)

Any insight will be highly appreciated.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.