Ran into similar issue as Antoine F I was able to get the IDE to work, but I want to use Sikuli inside of scripts running under Jruby along with Watir. While the IDE worked, any attempt to create a screen object in the scripts failed trying to load the 32 bit win32util.dll file that comes with Sikuli.
What I discovered is that you can't use the 64 bit version of Jruby, you need to install 32 bit all around, both JRE and also the Jruby stuff. Once I removed all the 64 bit, and reinstalled using the 32 bit, I was able to get Sikuli to create a screen and click on images from scripts running under Jruby.. using Watir to do most of the web driving, and Sikuli as needed to do things like click on accursed flash controls -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/702797 Title: X 1.0rc1: Windows 7 64 bit: Sikuli does not work - Vision engine 32Bit cannot be loaded Status in Sikuli: In Progress Bug description: I read that it works only if you install 32 bit JVM. But I think you should try to make it work with 64 bit someday, I don't want to go back to JVM 32 just for Sikuli, even if it's a great program ;-) Tried with Sikuli X, it just doesn't load the IDE. Thanks To manage notifications about this bug go to: https://bugs.launchpad.net/sikuli/+bug/702797/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

