• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: missing System Events.app
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: missing System Events.app


  • Subject: Re: missing System Events.app
  • From: Christopher Stone <email@hidden>
  • Date: Sun, 08 May 2011 18:59:41 -0500

Hey Bob,

On May 08, 2011, at 18:30, Robert Poland wrote:
My, not so old, old computer died and Apple replaced it.  In getting the new one running I get this error in several of my scripts;
Command "Script XXX" has generated error "Applescript error number -43: File System Events.app wasn't found...".

That's totally bizarre if this machine has a new system on it.

Of course, Sherlock is too brain dead to look for a System file on my laptop so I could copy it.

Spotlight you mean?  It is definitely less useful than it should be, but:

Try searching your HD for:

 filename:"System Events.app"

Using the 'filename' specifier will get past the no system files Spotlight filter.

Or run this script:

set sysEvents to "" & (path to library folder from system domain) & "CoreServices:System Events.app:"
tell application "Finder"
activate
reveal sysEvents
end tell

Or use EasyFind - a very useful and free find utility every Mac user should have.

--
Best Regards,
Chris

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: missing System Events.app
      • From: Robert Poland <email@hidden>
References: 
 >missing System Events.app (From: Robert Poland <email@hidden>)

  • Prev by Date: Re: missing System Events.app
  • Next by Date: Re: missing System Events.app
  • Previous by thread: Re: missing System Events.app
  • Next by thread: Re: missing System Events.app
  • Index(es):
    • Date
    • Thread