← Back to team overview

sikuli-driver team mailing list archive

[Bug 893564] Re: X 1.0rc3: Windows XP. IDE closes when capturing an image.

 

I just remember, that there have been problems on WinXP, when Sikuli IDE was not run with admin rights.
And I did not ask yet: newest official Sun JRE? (1.6.0_29)

--- get rid of old stuff
the main things are the environment (system path and SIKULI_HOME) and the registry (you seem to be able to handle this).
So the Sikuli stuff itself does no harm, as long as it is not in the standard places, is not referenced or used.
So best: delete everything.
... and reboot

-- my recommendation
- after getting rid of everything, go back to the zipped version 930, unzip in a safe place.
- copy the contained folder Sikuli-IDE in a new directory (e.g. c:\Sikuli)
- in this folder c:\Sikuli create a script file runide.cmd with the following content:

set SIKULI_HOME=%~d0%~p0Sikuli-IDE
set PATH=%SIKULI_HOME%\libs;C:\Program Files\Java\jre6\bin;%PATH%
set SJPARM1=-Xms64M -Xmx512M -Dfile.encoding=UTF-8 
set SJPARM2=-Dpython.path="%SIKULI_HOME%\sikuli-script.jar"
java %SJPARM1% %SJPARM2% -Dsikuli.console=false -jar "%SIKULI_HOME%\sikuli-ide.jar"

- on a command line go to folder c:\Sikuli and run the runide.cmd

and report what happens.

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

Title:
  X 1.0rc3: Windows XP. IDE closes when capturing an image.

Status in Sikuli:
  New

Bug description:
  When capturing an image (either shorcut or click icon/command) the IDE closes, but doesn't launch the "select area" screen.
  The process remains open, but can't do anything so have to kill the process and start a new one.

  Obviously without screen captures can't create anything with the IDE.

  Tried also with X 1.0rc1 and X 1.0rc2 versions. It's only working with
  the 0.10 version.

  OS: Windows XP (32 bits)

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/893564/+subscriptions


References