This is the fix that I found.
Add put this line into the target box on the Sikuli icon.

"C:\Program Files (x86)\Sikuli X\Sikuli-IDE-w.bat"

Then find or create Sikuli-IDE-w.bat in the sikuli directory and copy
the following into the file.

Sikuli-IDE-w.bat:

@echo off

PATH=%PATH%;%~d0%~p0libs
set JAVA_EXE="javaw"
if defined PROGRAMFILES(X86) set 
JAVA_EXE="%PROGRAMFILES(X86)%\Java\jre6\bin\javaw.exe"
start /B "Sikuli-IDE" %JAVA_EXE% -Xms64M -Xmx512M -Dfile.encoding=UTF-8 
-Dpython.path="%~d0%~p0sikuli-script.jar/" -jar "%~d0%~p0sikuli-ide.jar" %*

I run Windows 7 x64 and Sikuli works fine for me after applying this
fix.

-- 
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

Reply via email to