← Back to team overview

sikuli-driver team mailing list archive

[Bug 516054] Re: Sikuli IDE does not support Linux 64bit

 

Hi. I also have the same problem. It's on Ubuntu 10.10. It seems this
problem existed for a year and nothing was done to fix it up till now ?
I just downloaded the Linux version of Sikuli and unzipped and attempted
to run it but I got the same above error.

uname -a
Linux 2.6.35-25-generic #44-Ubuntu SMP Fri Jan 21 17:40:48 UTC 2011 i686 GNU/Linux

I have Java 6 installed but it seems like there are some problems with
the other packages...

sudo apt-get install libcv1 libcvaux1 libhighgui1
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package libcv1
E: Unable to locate package libcvaux1
E: Unable to locate package libhighgui1

Guess these packages are not available on Ubuntu 10.10 ?

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/516054

Title:
  Sikuli IDE does not support Linux 64bit

Status in Sikuli:
  Fix Released

Bug description:
  ./sikuli-ide.sh
  Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/pymind/downloads/Sikuli-IDE/tmplib/libJXGrabKey.so: /home/pymind/downloads/Sikuli-IDE/tmplib/libJXGrabKey.so: wrong ELF class: ELFCLASS32 (Possible cause: architecture word width mismatch)
  	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 edu.mit.csail.uid.NativeLayerForLinux.initIDE(NativeLayerForLinux.java:20)
  	at edu.mit.csail.uid.SikuliIDE.initNativeLayer(SikuliIDE.java:413)
  	at edu.mit.csail.uid.SikuliIDE.<init>(SikuliIDE.java:291)
  	at edu.mit.csail.uid.SikuliIDE.getInstance(SikuliIDE.java:76)
  	at edu.mit.csail.uid.SikuliIDE.main(SikuliIDE.java:446)