← Back to team overview

sikuli-driver team mailing list archive

[Question #279252]: errors while running a sikuli IDE script

 

New question #279252 on Sikuli:
https://answers.launchpad.net/sikuli/+question/279252

I'm running Sikuli IDE 1.1.0 on an old dedicated Vista laptop.  It's pretty slow, but I've managed to tune my code so that it seems to run pretty well.  The program executes a repeating loop and after some random number of loops, the script failed with the following error codes reported:

[error] IDE: Jython UncaughtExceptionHandler: trying to cleanup. null

java.lang.InterruptedException: sleep interrupted
at java.lang.Thread.sleep(Native Method)
at java.awt.Robot.delay(Unknown Source)
at org.sikuli.script.RobotDesktop.delay(RobotDesktop.java:227)
at java.awt.Robot.autoDelay(Unknown Source)
at java.awt.Robot.afterEvent(Unknown Source)
at java.awt.Robot.mouseRelease(Unknown Source)
at org.sikuli.script.RobotDesktop.doMouseUp(RobotDesktop.java:90)
at org.sikuli.script.RobotDesktop.mouseUp(RobotDesktop.java:201)
at org.sikuli.script.Mouse.up(Mouse.java:392)
at org.sikuli.script.Mouse.up(Mouse.java:376)
at org.sikuli.script.Mouse.reset(Mouse.java:103)
at org.sikuli.script.Sikulix.cleanUp(Sikulix.java:485)
at org.sikuli.ide.SikuliIDE$ButtonRun$1.run(SikuliIDE.java:2385)

Can you tell me what's happening here?  Thanks in advance!
Joe

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.