Re: LSOpenURLsWithRole failure
Re: LSOpenURLsWithRole failure
- Subject: Re: LSOpenURLsWithRole failure
- From: Jean-Daniel Dupas <email@hidden>
- Date: Tue, 11 Dec 2012 19:54:36 +0100
Le 11 déc. 2012 à 18:12, Vojtěch Meluzín <email@hidden> a écrit :
> Hi,
>
> one of the customers reported that on his 10.8.2 our installer failed to
> even run and in the terminal there was this message:
>
> LSOpenURLsWithRole() failed with error -10810 for the file
> /Users/visa/Downloads/mxxx_7_05_setupmac/mxxx_7_05_setupmac.app.
>
> I have checked that there is no call to the god damn LSOpenURLsWithRole,
> whatever it is. Any ideas what's wrong?
Unfortunately error -10810 means kLSUnknownErr (Unexpected internal error), so it does not give much information.
You may have a look in the Console Utility, sometimes it contains more useful message (especially launchd error as it is responsible of launching an app when you double clic on it).
Look for something like:
com.apple.launchd.peruser.501[217]: ([0x0-0x732732].you.bundle.id[10908]) Job failed to exec(3) for weird reason: <errno code>
It may happen when the executable file (Contents/MacOS/<exec>) in the bundle has wrong permission and is not executable.
I sometime see this kind of error when an application archive is uncompress on a PC and then copied on the Mac, or when something goes wrong with the download.
-- Jean-Daniel
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden