Re: Strange Error
Re: Strange Error
- Subject: Re: Strange Error
- From: Finlay Dobbie <email@hidden>
- Date: Thu, 24 Oct 2002 15:42:49 +0100
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...
-- Finlay
_______________________________________________
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.