RaiMan / SikuliX-2014

SikuliX version 1.1.2 (until February 2018)
http://sikulix.com
806 stars 235 forks source link

Current Sikuli 1.1.2-SNAPSHOT: thread interruption doesn't properly fire #283

Closed quellatalo closed 7 years ago

quellatalo commented 7 years ago

In Windows Java environment:

Edit: I browsed the code and find RobotDesktop uses delay() function which (unlike Thread.sleep) does not allow the exception to be caught. Is it intentional? I find I find it difficult to stop the script while avoiding to exit the whole java program.

quellatalo commented 7 years ago

Seems that it is made this way. The work around to do the interruption is to separate sikuli and main java program into different processes.

Thanks anyway, I'm closing this.