[Sikuli-driver] [Question #645276]: Sikuli, Java, and java.lang.ThreadDeath exception

2017-06-27 Thread Payam Fard
New question #645276 on Sikuli:
https://answers.launchpad.net/sikuli/+question/645276

Hi everyone, we are using Sikuli with Java (Sikuli 1.1.1), but we are running 
into java.lang.ThreadDeath exception for a new client. In Java Configuration, 
we have selected mix code of Enable - hide warning and run with protections. 
Has anyone run into this issue before and what is the reason and possible fix?

-- 
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 #645181]: can sikulix 1.1.1 be pushed to maven central?

2017-06-27 Thread masuo
Question #645181 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/645181

Status: Open => Answered

masuo proposed the following answer:
these are the pages to visit.
http://sikulix.com/specials/files/c77aee9efb9985e68684cf70bbaa21a9-3.html

[MavenCentral repository]
http://search.maven.org/#search%7Cga%7C1%7Ccom.sikulix

-- 
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] [Bug 1700784] Re: [1.1.1] paste on vnc screen sends incorrect keypresses for vnc OS

2017-06-27 Thread Russ Hatch
Thanks RaiMan, I will attempt a workaround in my test harness.

Cheers.

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1700784

Title:
  [1.1.1] paste on vnc screen sends incorrect keypresses for vnc OS

Status in Sikuli:
  In Progress

Bug description:
  When running sikulixapi on OSX against a VM running windows 10, the
  paste method seems to be sending the paste key combination for OSX.
  The field in the VNC machine just appears with "v" as if sikuli might
  be sending the OSX combo of "CMD+v" which would make not sense to
  win10.

  Is the vnc screen api capable of understanding the difference between
  the "host" OS (where sikulixapi is running) and the "guest" OS
  (running vnc server)?

  Sikulix 1.1.1
  OS: OSX Sierra / Win10

  To repro:
  Create a vnc screen connecting from an OSX host to a Windows 10 machine 
running vnc server. I'm using tightvnc. Call region.paste.

  As always, thanks for sikulix!

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1700784/+subscriptions

___
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 #645181]: can sikulix 1.1.1 be pushed to maven central?

2017-06-27 Thread Russ Hatch
New question #645181 on Sikuli:
https://answers.launchpad.net/sikuli/+question/645181

I can't seem to find the newer released version over here, would love to update 
my project deps to the latest.

I'm searching over here: https://search.maven.org/#search%7Cga%7C1%7Csikulix

Thanks!

-- 
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] [Bug 1700784] Re: sikulixapi: calling paste on vnc screen sends incorrect keypresses for vnc OS

2017-06-27 Thread RaiMan
I am rather sure, that currently the VNC solution does not deal with the system 
type of the target system. 
I have to check.

What about working with keyDown(), keyUp()?

** Changed in: sikuli
   Importance: Undecided => High

** Changed in: sikuli
Milestone: None => 1.1.2

** Changed in: sikuli
   Status: New => In Progress

** Changed in: sikuli
   Importance: High => Medium

** Changed in: sikuli
 Assignee: (unassigned) => RaiMan (raimund-hocke)

** Summary changed:

- sikulixapi: calling paste on vnc screen sends incorrect keypresses for vnc OS
+ [1.1.1] paste on vnc screen sends incorrect keypresses for vnc OS

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1700784

Title:
  [1.1.1] paste on vnc screen sends incorrect keypresses for vnc OS

Status in Sikuli:
  In Progress

Bug description:
  When running sikulixapi on OSX against a VM running windows 10, the
  paste method seems to be sending the paste key combination for OSX.
  The field in the VNC machine just appears with "v" as if sikuli might
  be sending the OSX combo of "CMD+v" which would make not sense to
  win10.

  Is the vnc screen api capable of understanding the difference between
  the "host" OS (where sikulixapi is running) and the "guest" OS
  (running vnc server)?

  Sikulix 1.1.1
  OS: OSX Sierra / Win10

  To repro:
  Create a vnc screen connecting from an OSX host to a Windows 10 machine 
running vnc server. I'm using tightvnc. Call region.paste.

  As always, thanks for sikulix!

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1700784/+subscriptions

___
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] [Bug 1700784] [NEW] sikulixapi: calling paste on vnc screen sends incorrect keypresses for vnc OS

2017-06-27 Thread Russ Hatch
Public bug reported:

When running sikulixapi on OSX against a VM running windows 10, the
paste method seems to be sending the paste key combination for OSX. The
field in the VNC machine just appears with "v" as if sikuli might be
sending the OSX combo of "CMD+v" which would make not sense to win10.

Is the vnc screen api capable of understanding the difference between
the "host" OS (where sikulixapi is running) and the "guest" OS (running
vnc server)?

Sikulix 1.1.1
OS: OSX Sierra / Win10

To repro:
Create a vnc screen connecting from an OSX host to a Windows 10 machine running 
vnc server. I'm using tightvnc. Call region.paste.

As always, thanks for sikulix!

** Affects: sikuli
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1700784

Title:
  sikulixapi: calling paste on vnc screen sends incorrect keypresses for
  vnc OS

Status in Sikuli:
  New

Bug description:
  When running sikulixapi on OSX against a VM running windows 10, the
  paste method seems to be sending the paste key combination for OSX.
  The field in the VNC machine just appears with "v" as if sikuli might
  be sending the OSX combo of "CMD+v" which would make not sense to
  win10.

  Is the vnc screen api capable of understanding the difference between
  the "host" OS (where sikulixapi is running) and the "guest" OS
  (running vnc server)?

  Sikulix 1.1.1
  OS: OSX Sierra / Win10

  To repro:
  Create a vnc screen connecting from an OSX host to a Windows 10 machine 
running vnc server. I'm using tightvnc. Call region.paste.

  As always, thanks for sikulix!

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1700784/+subscriptions

___
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 #644415]: Unable to find Pattern within a pre set region on the screen.

2017-06-27 Thread masuo
Question #644415 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/644415

masuo proposed the following answer:
There is "@S(0)[0,0 1680x1050]" in log.
Region(1310,654,73,68) is out of Screen(0), isnt it?
You are using two monitors.
The image may exist in Screen(1).

http://sikulix-2014.readthedocs.io/en/latest/screen.html#multi-monitor-
environments

-- 
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 #644319]: Matching preview bug? --- NO

2017-06-27 Thread RaiMan
Question #644319 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/644319

Summary changed to:
Matching preview bug? --- NO

-- 
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 #644319]: Matching preview bug?

2017-06-27 Thread RaiMan
Question #644319 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/644319

Status: Answered => Solved

RaiMan changed the question status:
it is as it is

-- 
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 #644319]: Matching preview bug?

2017-06-27 Thread RaiMan
Question #644319 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/644319

RaiMan proposed the following answer:
This is by design:
read: 
http://sikulix-2014.readthedocs.io/en/latest/basicinfo.html#sikulix-how-does-it-find-images-on-the-screen

-- 
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 #644924]: Mouse actions are blocked when I run sikulix script to run one application setup

2017-06-27 Thread Stranger
Question #644924 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/644924

Status: Open => Solved

Stranger confirmed that the question is solved:
Resolved. My script works fine after I run sikulix IDE as administator,
now everything is ok.

-- 
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