← Back to team overview

sikuli-driver team mailing list archive

[Question #153166]: VisionProxy.dll: This application has failed to start

 

New question #153166 on Sikuli:
https://answers.launchpad.net/sikuli/+question/153166

Hi,
On a Windows XP I had this error when trying to Import sikuli.Sikuli:

from sikuli.Sikuli import *
  File "sikuli-script.jar\Lib\sikuli\__init__.py", line 1, in <module>
  File "sikuli-script.jar\Lib\sikuli\Sikuli.py", line 20, in <module>
java.lang.UnsatisfiedLinkError: C:\Documents and Settings\test\Local Settings\Te
mp\tmplib\VisionProxy.dll: This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary0(Unknown Source)
        at java.lang.ClassLoader.loadLibrary(Unknown Source)
        at java.lang.Runtime.load0(Unknown Source)
        at java.lang.System.load(Unknown Source)
        at com.wapmx.nativeutils.jniloader.NativeLoader.loadLibrary(NativeLoader.java:44)
        at org.sikuli.script.Finder.<clinit>(Finder.java:28)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Unknown Source)
        at org.python.core.SyspathJavaLoader.loadClass(SyspathJavaLoader.java:107)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at org.python.core.Py.findClassEx(Py.java:817)
        at org.python.core.packagecache.SysPackageManager.findClass(SysPackageManager.java:133)
        at org.python.core.packagecache.PackageManager.findClass(PackageManager.java:28)
        at org.python.core.packagecache.SysPackageManager.findClass(SysPackageManager.java:122)
        at org.python.core.PyJavaPackage.__findattr_ex__(PyJavaPackage.java:137)
...

As I'm running it as Jython script with Java (inside Batch file) without installing Sikuli, I found that to fix that I must install
vcredist_x86.exe on the machine  (http://www.microsoft.com/downloads/en/details.aspx?familyid=A5C84275-3B97-4AB7-A40D-3802B2AF5FC2&displaylang=en]Microsoft)

Hope that helped someone..
Cheers.

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