Re: [Sikuli-driver] [Question #664092]: click() doesn't work on Windows10

2018-02-05 Thread RaiMan
Question #664092 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/664092

Description changed to:
 info on related bug and the test
The test app (plain Java AWT Robot) works for me on:
Windows 10 Version 1709 Build 16299.192 (latest per today 2018-02-05)
Java 8 version 152


Hello,

Thanks for this great project, it helps a lot for many of us.

But there's a big problem for click() since 2017/11/27. It just doesn't
work as expected. When we run the one line script below:

click(Location(500,500))

We got the response:

[error] RobotDesktop: checkMousePosition: should be L(500,500)@S(0)[0,0 
3840x2160] but after move is L(0,0)@S(0)[0,0 3840x2160] Possible cause in case 
you did not touch the mouse while script was running: Mouse actions are blocked 
generally or by the frontmost application. You might try to run the SikuliX 
stuff as admin.
[log] CLICK on L(500,500)@S(0)[0,0 3840x2160] (570 msec)

We've tried some suggestion in
https://answers.launchpad.net/sikuli/+question/251336, but it doesn't
work...

It seems related to the win10 update... May we ask if this will be
handled and solved? Or is there any trick or hack we can do to let our
script work again?

Sorry for bothering you about this. But it will be very helpful for us
if this work again...

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #664092]: click() doesn't work on Windows10

2018-02-05 Thread RaiMan
Question #664092 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/664092

Linked to bug: #1730645
https://bugs.launchpad.net/bugs/1730645
"[1.1.1] Windows 10: Move mouse for click not working since new JRE and 
Windows update"

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #664092]: click() doesn't work on Windows10

2018-02-05 Thread masuo
Question #664092 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/664092

Status: Open => Answered

masuo proposed the following answer:
Is there setting as Settings.MoveMouseDelay = 0?

I don't know the reason of this, but I know simple workaround.
Try Settings.MoveMouseDelay = 0.1 .

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #664092]: click() doesn't work on Windows10

2018-02-05 Thread landylan
New question #664092 on Sikuli:
https://answers.launchpad.net/sikuli/+question/664092

Hello,

Thanks for this great project, it helps a lot for many of us.

But there's a big problem for click() since 2017/11/27. It just doesn't work as 
expected. When we run the one line script below:

click(Location(500,500))

We got the response:

[error] RobotDesktop: checkMousePosition: should be L(500,500)@S(0)[0,0 
3840x2160] but after move is L(0,0)@S(0)[0,0 3840x2160] Possible cause in case 
you did not touch the mouse while script was running: Mouse actions are blocked 
generally or by the frontmost application. You might try to run the SikuliX 
stuff as admin.
[log] CLICK on L(500,500)@S(0)[0,0 3840x2160] (570 msec)

We've tried some suggestion in 
https://answers.launchpad.net/sikuli/+question/251336, but it doesn't work...

It seems related to the win10 update... May we ask if this will be handled and 
solved? Or is there any trick or hack we can do to let our script work again?

Sorry for bothering you about this. But it will be very helpful for us if this 
work again...


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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp