← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #143652]: Sikuli Eclipse java.lang.UnsatisfiedLinkError

 

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

bwackwat posted a new comment:
My problem is essentially the same, here is output from the Eclipse
console:

Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\Users\jhayes\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.loadLibrary0(ClassLoader.java:1803)
	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1699)
	at java.lang.Runtime.load0(Runtime.java:770)
	at java.lang.System.load(System.java:1003)
	at com.wapmx.nativeutils.jniloader.NativeLoader.loadLibrary(NativeLoader.java:44)
	at org.sikuli.script.Win32Util.<clinit>(Win32Util.java:14)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:169)
	at org.sikuli.script.Env.getOSUtil(Env.java:84)
	at org.sikuli.script.ScreenHighlighter.init(ScreenHighlighter.java:175)
	at org.sikuli.script.ScreenHighlighter.<init>(ScreenHighlighter.java:288)
	at org.sikuli.script.Screen.initBounds(Screen.java:96)
	at org.sikuli.script.Screen.<init>(Screen.java:89)
	at framework.Automater.<init>(Automater.java:34)
	at framework.AddShipTest.main(AddShipTest.java:9)

Unfortunately I don't have immediate access to Visual C++, would I be
able to simply download a 64-bit compiled version of sikuli-script.jar?

What if I replaced Win32Util.dll with a 64-bit version?

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