Re: [Sikuli-driver] [Question #678321]: Serious extended delay --- try with 1.1.4 from a Terminal

2019-05-08 Thread Desmond Zhen
Question #678321 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/678321

Desmond Zhen gave more information on the question:
I get this error when i try to open sikulix through terminal.

Error: Unable to access jarfile sikulix.jar

-- 
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 #678321]: Serious extended delay --- try with 1.1.4 from a Terminal

2019-05-08 Thread Desmond Zhen
Question #678321 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/678321

Desmond Zhen posted a new comment:
permission denied when trying to start iDE through terminal. I’m using sikuli 
1.3 btw just an update.
If the script is just on my desktop what do I run in the terminal command to 
open the script on sikuli ?? Thanks for the help

-- 
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 #678321]: Serious extended delay --- try with 1.1.4 from a Terminal

2019-05-08 Thread Desmond Zhen
Question #678321 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/678321

Status: Answered => Open

Desmond Zhen is still having a problem:
Do I use a Sudo command on terminal

-- 
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 1631720] Re: [1.1.1] macOS Sierra 10.12: type() gets very slow after about 40 sec runtime - fixed 2016-10-10

2019-02-06 Thread Desmond Zhen
how do you run it from command line from mac?

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

Title:
  [1.1.1] macOS Sierra 10.12: type() gets very slow after about 40 sec
  runtime - fixed 2016-10-10

Status in Sikuli:
  Fix Committed

Bug description:
  * RaiMan tested and confirmed

  after about 40 seconds runtime, the type command pauses about 10
  seconds at key release for each following single character/key.

  This is the same problem as we had with click actions with OSX 10.10. 
  It was caused by some strange behavior of the Java Robot deep inside.
  At this time, type() was not yet affected. But now it seems to be.

  this is my test script, that recovers from the situation with an
  intermediate highlight.

  # TextEdit must be running with an open text window
  switchApp("textedit")
  x = "asdfghjklyxcvbnmqwertzuiop"
  type("a", Key.CMD)
  type(Key.BACKSPACE)
  wait(1)
  start = time.time()
  for i in range(50):
type(str(int(time.time() - start)) + " ")
for c in x:
  lap = time.time()
  type(c)
  if time.time()-lap > 1:
getCenter().grow(50).highlight(2)
type("\n")

  After detecting the extended delay, the problem is fixed by the
  highlight.

  --
   
  After Upgrade to Sierra the Type Command seems very Slow
  Is anyone else finding this or is it just my old Mac struggling

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1631720/+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 #678321]: Serious extended delay

2019-02-06 Thread Desmond Zhen
Question #678321 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/678321

Desmond Zhen posted a new comment:
anybody??

-- 
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 #678321]: Serious extended delay

2019-02-04 Thread Desmond Zhen
Question #678321 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/678321

Status: Needs information => Open

Desmond Zhen gave more information on the question:
I tried to download the 1.4 but everytime I open Sikuli it reloads the
1.1 version ??

Sent from my iPhone

> On Feb 4, 2019, at 11:02 AM, RaiMan  
> wrote:
> 
> Your question #678321 on Sikuli changed:
> https://answers.launchpad.net/sikuli/+question/678321
> 
>Status: Open => Needs information
> 
> RaiMan requested more information:
> Please check, wether your game tries to detect bots and might be
> responsible for the delays.
> 
> what version of SikuliX?
> 
> -- 
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/sikuli/+question/678321
> 
> You received this question notification because you asked the question.

-- 
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 #678321]: Serious extended delay

2019-02-03 Thread Desmond Zhen
Question #678321 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/678321

Desmond Zhen posted a new comment:
I am not too familiar with coding so i might need dumbed down answers or
straight up instructions because when I was reading the other posts on
the forums I had no idea what they were saying lol

-- 
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 #678321]: Serious extended delay

2019-02-03 Thread Desmond Zhen
New question #678321 on Sikuli:
https://answers.launchpad.net/sikuli/+question/678321

So I'm running a script for a game however it takes several minutes for Sikuli 
to get through a few buttons.

log] DOUBLE CLICK on L(663,335)@S(0)[0,0 1280x800] (545 msec)

[log] CLICK on L(668,435)@S(0)[0,0 1280x800] (522 msec)

[log] CLICK on L(740,556)@S(0)[0,0 1280x800] (523 msec)

hours running: 0.00061124357 refills: 0 runs: 0 runes: 1 soldrunes: 0 
deaths: 0

[log] DOUBLE CLICK on L(484,442)@S(0)[0,0 1280x800] (546 msec)

[debug] MouseDown: extended delay: 10035

[debug] MouseUp: extended delay: 10012

[debug] MouseDown: extended delay: 10039

[debug] MouseUp: extended delay: 10011
[log] DOUBLE CLICK on L(663,335)@S(0)[0,0 1280x800] (40598 msec)

[debug] MouseDown: extended delay: 10010

[debug] MouseUp: extended delay: 10039
[log] CLICK on L(666,567)@S(0)[0,0 1280x800] (20549 msec)

hours running: 0.061928905 refills: 0 runs: 0 runes: 1 soldrunes: 0 deaths: 0

[debug] MouseDown: extended delay: 20035

[debug] MouseUp: extended delay: 20011

[debug] MouseDown: extended delay: 20040

[debug] MouseUp: extended delay: 1050
[log] DOUBLE CLICK on L(484,442)@S(0)[0,0 1280x800] (61638 msec)

[debug] MouseDown: extended delay: 20041

[debug] MouseUp: extended delay: 20012

[debug] MouseDown: extended delay: 20039

[debug] MouseUp: extended delay: 20012
[log] DOUBLE CLICK on L(663,335)@S(0)[0,0 1280x800] (80604 msec)

[debug] MouseDown: extended delay: 20042

[debug] MouseUp: extended delay: 20012
[log] CLICK on L(740,556)@S(0)[0,0 1280x800] (40555 msec)

hours running: 0.149219166703 refills: 0 runs: 0 runes: 2 soldrunes: 0 deaths: 0

[debug] MouseDown: extended delay: 20010

[debug] MouseUp: extended delay: 2135

as you can see sometimes it can take up to 80 seconds.

im running this on a Mac 10.14.2 setting and NOX, all settings are made to 
optimize the speed smallest resolution setting etc.

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