Question #251123 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251123
J posted a new comment: I'm still working on getting -Dsikuli.Debug=3 working, but I tried running a more simple Ant script and this is the error that I get: java.lang.UnsatisfiedLinkError: C:\Users\tester\AppData\Local\Temp\tmplib\Win32Util.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1965) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1890) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1851) at java.lang.Runtime.load0(Runtime.java:795) at java.lang.System.load(System.java:1062) at com.wapmx.nativeutils.jniloader.NativeLoader.loadLibrary(NativeLoader.java:44) at org.sikuli.script.Win32Util.<clinit>(Win32Util.java:19) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:190) at org.sikuli.script.Env.getOSUtil(Env.java:91) at org.sikuli.script.App.<clinit>(App.java:9) at com.util.appfactory.ProViewAppBrowser.launchBrowserApp(Unknown Source) at com.util.appfactory.ProViewAppBrowser.startApp(Unknown Source) at com.util.helpers.TestBase.setUp(Unknown Source) N/A java.lang.NullPointerException at com.util.helpers.BaseObject.hover(Unknown Source) at com.util.appfactory.ProViewAppBrowser.closeApp(Unknown Source) at com.util.helpers.TestBase.tearDown(Unknown Source) Will post back when I get -Dsikuli.Debug=3 working and see what kind of error messages appear. -- 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 : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

