Re: Strange Error
Re: Strange Error
- Subject: Re: Strange Error
- From: Chris Ridd <email@hidden>
- Date: Thu, 24 Oct 2002 16:40:04 +0100
On 24/10/02 3:42 pm, Finlay Dobbie <email@hidden> wrote:
>
On Thursday, October 24, 2002, at 02:19 pm, Jim O'Connor wrote:
>
>
> Oct 24 09:41:19 Per-Rittg-rds-dator WindowServer[1165]: ERROR!
>
> execle(/Users/per/Desktop/Marine Aquarium.app/Contents/MacOS/Marine
>
> Aquarium) returned, err=22
>
>
>
>
>
> I put debug strings in my application delegate method -
>
> applicationDidFinishLaunching but they aren't hit, so it looks to me
>
> like
>
> none of my code is ever getting executed.
>
>
Of course, WindowServer is failing to launch your app in the first
>
place. However, error 22 is EINVAL (invalid argument), and I have no
>
idea why execle would be returning it...
The man pages don't explain why execle could return EINVAL either. Maybe a
look at the sources in Darwin would illuminate, or perhaps ktrace'ing the
WindowServer while trying to start the app would provide clues.
Cheers,
Chris
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.