← Back to team overview

sikuli-driver team mailing list archive

[Bug 1837222] Re: Sikuli X-1.0rc3 closes itself while taking screenshot

 

bugs no longer accepted for old SikuliX versions

** Changed in: sikuli
       Status: New => Invalid

** Converted to question:
   https://answers.launchpad.net/sikuli/+question/682195

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

Title:
  Sikuli X-1.0rc3 closes itself while taking screenshot

Status in Sikuli:
  Invalid

Bug description:
  Hello, Please help with below : 
  Sikuli closes/crashes itself when I just try to do click(screenshot) command.
   
  Sikuli version - Sikuli X-1.0rc3
  Tried with .bat files (not IDE). 
  Java version tried - JRE6/7/8 (32 bit)
  System I am using is windows 10 64 bit. 

  Tried running with cmd too as an admin, .bat file as an admin, it
  opens but just crashes.

  ------------------------------------
  Sikuli-IDE-w.bat - edited as (with respective java versions) : 
  @echo off

  PATH=%PATH%;%~d0%~p0libs
  set JAVA_EXE="javaw"
  if defined PROGRAMFILES(X86) set JAVA_EXE="%PROGRAMFILES(X86)%\Java\jre1.8.0_201\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" %*
  pause

  -----------------------------------
  env variables : 
  (system variables)
  path : C:\Program Files (x86)\Java\jre1.8.0_201\bin
  java_home : C:\Program Files (x86)\Java\jre1.8.0_201\bin

  -----------------------------------------------------------------------

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


References