sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #37338
Re: [Question #289086]: [Windows 8.1 64 bit with sikuli 1.1.0 ] Issues with the keyboard
Question #289086 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/289086
Description changed to:
Last week, everything was good with my scripts and this week, I don't
why but all my instructions keyboard doesn't works.
I launch runsikulix.cmd as administrator :
+++ running this Java
java version "1.8.0_71"
Java(TM) SE Runtime Environment (build 1.8.0_71-b15)
Java HotSpot(TM) 64-Bit Server VM (build 25.71-b15, mixed mode)
+++ trying to run SikuliX
+++ using: -Xms64M -Xmx512M -Dfile.encoding=UTF-8 -Dsikuli.FromCommandLine -jar
C:\Sikuli\sikulix.jar
[info] HotkeyManager: add Capture Hotkey: CTRL+MAJ 2 (50, 3)
[info] HotkeyManager: add Abort Hotkey: ALT+MAJ C (67, 9)
[error] IDE: Remembered window not valid. Going to primary screen
I have an error. Is it related?
I haven't received a warning in my logs :
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
[log] CLICK on L(302,51)@S(0)[0,0 1920x1080]
[log] DOUBLE CLICK on L(911,349)@S(0)[0,0 1920x1080]
[log] CLICK on L(965,533)@S(0)[0,0 1920x1080]
[log] ( Alt ) TYPE "o"
[log] TYPE "#ENTER."
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)
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.