← Back to team overview

sikuli-driver team mailing list archive

[Bug 1447096] Re: [1.1.0] OS X 10.10.3 works for 16 loops, then gets really slow

 

Based on your video (thanks for that), I am now able to reproduce the
problem with the app Notes.

Interestingly, this is also an app, that cannot be opened with App.open() anymore with 10.10.3 
(like some other native Mac apps bug 1445667)

I am using the new AppleScript feature:
runScript('applescript tell app "Notes" to activate')

Seems to be a problem with the Java Robot after-Event handling.
it starts after 60 seconds runtime, which also is the max value to use for a delay after a Robot event.

Now that I know the possible source, I will do some more testing and
research.

Thanks for you patience and contribution.

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

Title:
  [1.1.0] OS X 10.10.3 works for 16 loops, then gets really slow

Status in Sikuli:
  Opinion

Bug description:
  on OSX 10.10.3
  With nightly build 1.1.0 22-04-2015 and earlier versions

  i Get a error when i stop a simple loop script as it gets slow.

  for x in range(100):
  App.focus("dild")
  click(1)
  click(2)
  click(3)
  click(4)
  print("at " + str(x))

  i get to about 16 loops and its then get realy slow and finds the
  click´s every 10-20 sec...

  when i stop the script it promtes me that:
  Possible cause in case you did not touch the mouse while script was running:
  mouse actions are blocked generally or by formost application

  anybody have any ideas?

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


References