sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #13809
[Bug 1020478] Re: Sikuli IDE crashes while trying to capture Screenshot on Windows7 32 bit machine having Java6 installed.
I have faced the same problem on my machine.
I checked and found that Java7 is installed on my machine.
I got this problem resolved by uninstalling Java 7 and installing Java 6 and doing minor changes in Sikuli-IDE.bat
----------------------------------------------
@echo off
PATH=%PATH%;%~d0%~p0libs
set JAVA_EXE="%PROGRAMFILES%\Java\jre6\bin\java.exe"
if defined PROGRAMFILES(X86) set JAVA_EXE="%PROGRAMFILES(X86)%\Java\jre6\bin\java.exe"
%JAVA_EXE% -Xms64M -Xmx512M -Dfile.encoding=UTF-8 -Dpython.path="%~d0%~p0sikuli-script.jar/" -jar "%~d0%~p0sikuli-ide.jar" %*
-------------------------------------------------------------------------
then using Sikuli-IDE.bat, I am able to run Sikuli
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1020478
Title:
Sikuli IDE crashes while trying to capture Screenshot on Windows7 32
bit machine having Java6 installed.
Status in Sikuli:
Opinion
Bug description:
Version of Sikuli:-SikuliX-1.0 rc3
Operating System:- 32 bit Windows7 Service Pack1 Ultimate Edition.
Steps to Recreate:-
Scenario 1:-
1. Launch Sikuli IDE.
2. Click on Take Screenshot button and observe.
Scenario2:-
1. Launch Sikuli IDE.
2. Left Click on the available commands and observe.
Actual Result:-
Sikuli Crashes and unable to capture Screenshot.
Expected Result:-
Sikuli doesnot crash.
More Info:-
Tried by launching the sikuli.bat from command, it still crashes.
Tried by removing the Ide referencies under Hkey_Current User, still it crashes.
What works:-
Works fine while running the sikuli.bat on Windows 7 64 bit machine having Java6 Installed.
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1020478/+subscriptions
References