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

Summary changed to:
VisionProxy UnsatisfiedLinkError: 
org.sikuli.natives.VisionProxyJNI.Vision_setParameter

Description changed to:
********* workaround

upgrade to 1.1.1 (runs much faster anyway)

... and do not try to use this deprecated feature.

--------------------------------------------------------------------------------
Hello

I'm getting the exception : Exception in thread "main"
java.lang.UnsatisfiedLinkError:
org.sikuli.natives.VisionProxyJNI.Vision_setParameter

I'm running 64 bit Eclipse, 64 bit Java, and normal Sikuli's working good until 
I tried to change 
Vision.setParameter("MinTargetSize", 2);

I'm using maven dependecies to set Sikuli

        <dependencies>
                <dependency>
                        <groupId>com.sikulix</groupId>
                        <artifactId>sikulixapi</artifactId>
                        <version>1.1.0</version>
                </dependency>
                <dependency>
                        <groupId>org.apache.commons</groupId>
                        <artifactId>commons-math3</artifactId>
                        <version>3.6.1</version>
                </dependency>
                <dependency>
                        <groupId>com.sikulix</groupId>
                        <artifactId>sikulixlibswin</artifactId>
                        <version>1.1.0</version>
                </dependency>
        </dependencies>

And as far as I can see, libswin has the 32 and 64 binaries and the 
VisionProxy.dll file...
I have no enviroment variables as for what I've seen it was needed for older 
versions (using 1.1.0).

I've seen something about using fileManager but cannot use the proper function, 
so I think there's a new way to use it or something.
Can someone point me in the right direction?

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to