← Back to team overview

sikuli-driver team mailing list archive

[Bug 1739534] Re: [1.1.1] [1.1.2] MacOS 10.13.2: Large MouseDown Extended Delays while playing Web App

 

to switch a Terminal session to Java 8 (which must be installed ;-):

export JAVA_HOME=`/usr/libexec/java_home -v 1.8`

mind the back-ticks!

** Description changed:

- Perhaps related this? https://bugs.launchpad.net/sikuli/+bug/1447096
+ ************ workarounds:
+ 
+ use this to start the IDE from a command line:
+ java -jar /Applications/SikuliX.app/Contents/Java/sikulix.jar
+ 
+ or use the IDE as usual, but do not run from inside the IDE, but in parallel from a Terminal session (command line)
+ <path to your setup folder>/runsikulix -r yourScript.sikuli
+ 
+ Since this seems to be some serious problem deep down in the Java Robot
+ implementation with respect to OS X 10.13, a fix might take some time.
+ 
+ The symptom:
+ about 60 seconds after the first Robot action, the robot extensively delays any mouse and keyboard actions and seems to do some features erroneously or even not at all.
+ 
+ ------------------------------------------
+ 
+ from related bug: https://bugs.launchpad.net/sikuli/+bug/1447096
+ 
+ ***************************************************************
  
  Sikuli 1.1.1 / 1.1.2. MacOS 10.13.2 64bit
  
  Extended Mouse Down delays when running script from sikuli IDE (not
  specifically in a Mac app), after a short while (one minute maybe?).
  
  The documented workaround is to run the Sikuli IDE from the command
  line, however, I receive the error:
  
  [error] RunTimeINIT:  *** terminating: Java version must be 1.7 or
  later!
  
  I have both Java 9 and Java 8 on my machine. I tried doing the step
  mentioned here: https://answers.launchpad.net/sikuli/+question/658718:
  
  "/usr/libexec/java_home -v 1.8 should switch to Java 8"
  
  But unfortunately no success and I get the same error.

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

Title:
  [1.1.1] [1.1.2] MacOS 10.13.2: Large MouseDown Extended Delays while
  playing Web App

Status in Sikuli:
  In Progress

Bug description:
  ************ workarounds:

  use this to start the IDE from a command line:
  java -jar /Applications/SikuliX.app/Contents/Java/sikulix.jar

  or use the IDE as usual, but do not run from inside the IDE, but in parallel from a Terminal session (command line)
  <path to your setup folder>/runsikulix -r yourScript.sikuli

  Since this seems to be some serious problem deep down in the Java
  Robot implementation with respect to OS X 10.13, a fix might take some
  time.

  The symptom:
  about 60 seconds after the first Robot action, the robot extensively delays any mouse and keyboard actions and seems to do some features erroneously or even not at all.

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

  from related bug: https://bugs.launchpad.net/sikuli/+bug/1447096

  ***************************************************************

  Sikuli 1.1.1 / 1.1.2. MacOS 10.13.2 64bit

  Extended Mouse Down delays when running script from sikuli IDE (not
  specifically in a Mac app), after a short while (one minute maybe?).

  The documented workaround is to run the Sikuli IDE from the command
  line, however, I receive the error:

  [error] RunTimeINIT:  *** terminating: Java version must be 1.7 or
  later!

  I have both Java 9 and Java 8 on my machine. I tried doing the step
  mentioned here: https://answers.launchpad.net/sikuli/+question/658718:

  "/usr/libexec/java_home -v 1.8 should switch to Java 8"

  But unfortunately no success and I get the same error.

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


References