Re: What's this error mean
Re: What's this error mean
- Subject: Re: What's this error mean
- From: Chris Ridd <email@hidden>
- Date: Wed, 30 Jul 2003 17:56:52 +0100
On Wednesday, July 30, 2003, at 04:47PM, Fei Li <email@hidden> wrote:
>
Hello all,
>
I have a strange problem. I have an application put in application
>
folder which runs very well before. But one day it can't run and give a
>
error message "Window Server[405]: ERROR!
>
execute(/Applications/Myapp.app/Contents/MacOS/Myapp) return, err = 22".
>
>
I'm trying to find what's the "err = 22" mean, but find nothing.
>
>
If anybody have any idea about this. By the way I'm always confused by
>
this kind of error messages. They always give the error code which I
>
don't know the meaning. If someone can direct me to some documentation
>
about this?
It could be a POSIX error code (the thing that gets put into the POSIX errno variable) so look in the errno.h header to see if you can figure out what 22 means.
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.