sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #35133
[Bug 1505614] Re: [1.1.0] debug logging stops with ALT-SHIFT-C
Are you talking about the app type introduced with Windows 8?
e.g. on Windows 10 running the bundled Mail app in a window on the
desktop?
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1505614
Title:
[1.1.0] debug logging stops with ALT-SHIFT-C
Status in Sikuli:
Opinion
Bug description:
With 1.1.0 on Win7, when I abort a Python script with ALT-SHIFT-C, I
see the below from the SikulixIDE (running with -c -d 3), and it stops
logging debug output. I have to restart the IDE to get the logging
back.
[debug] AbortKey was pressed
[debug] AbortKey was pressed, but nothing to stop here ;-)
[debug] Sikulix: cleanUp: 0
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)
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1505614/+subscriptions
References