sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #12902
[Question #207575]: This application has ailed to start because the application configuration is incorrect
New question #207575 on Sikuli:
https://answers.launchpad.net/sikuli/+question/207575
I have Sikuli version =>Sikuli-X-1.0rc3 (r905)-win32.exe
I have Install My Sikuli i=> D:\sikuliInstillation
I am using 32 bit java .
I have Machine => Microsoft window Server 2003 R2 with Enterprise x64 edition service pack 2
when I run my script with these configuration I got following error =>
**************************************************************************************
Exception in thread "Thread-53" java.lang.UnsatisfiedLinkError: C:\Documents and Settings\qtp3\Local Settings\Temp\1\tmplib\Win32Util.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(ClassLoader.java:1778)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1674)
at java.lang.Runtime.load0(Runtime.java:770)
at java.lang.System.load(System.java:1005)
at com.wapmx.nativeutils.jniloader.NativeLoader.loadLibrary(NativeLoader.java:44)
at org.sikuli.script.Win32Util.(Win32Util.java:19)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:169)
at org.sikuli.script.Env.getOSUtil(Env.java:91)
at org.sikuli.script.App.(App.java:9)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:161)
at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:247)
at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:3330)
at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:2487)
at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:164)
at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:398)
at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3065)
at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:175)
at org.mozilla.javascript.Context.evaluateString(Context.java:1104)
at net.sf.sahi.rhino.RhinoScriptRunner.run(RhinoScriptRunner.java:144)
at java.lang.Thread.run(Thread.java:619)
***************************************************************************************
please suggest me possible solution
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.