← Back to team overview

sikuli-driver team mailing list archive

[Bug 1445667] Re: [1.1.0] OS X 10.10.3: App.open("Mail") doesn't work anymore --- specific Mac 10.10 problem --- workaround (available 2015-04-20+)

 

That is interesting.
I did not change anything in the code since then or even before. That all is still the same native C++ stuff as with X-1.0 RC3.
The only difference surely is, that the current respective module (libMacUtil.dylib) was built  on (I guess ;-) 10.9.

Since I still have a 10.7 running, I will check the situation from
there.

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

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

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

Title:
  [1.1.0] OS X 10.10.3: App.open("Mail") doesn't work anymore ---
  specific Mac 10.10 problem --- workaround (available 2015-04-20+)

Status in Sikuli:
  In Progress

Bug description:
  ----------- workaround
  ... for situations, where SikuliX App features crash, do not work as expected or are not available at all:
  run AppleScript snippets inline, that do the job:
  runScript("applescript tell application ...")

  ... would internally run the given snippet using osascript.

  An example for this specific Mail situation: comment #3

  ---------------------------------------------------------

  For some reason I can no longer launch applications using App.open anymore with the latest night build.
  It executes the code but the application does not actually launch.
  ie,

  App.open("/Applications/Mail.app")

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


References