Error code -10827?

I get f.LastError=-10827 when when doing f.launch(true).

Does someone know what it means?

kLSNoExecutableErr = -10827, /* The executable is missing*/

Thanks!

Where should I’ve looked to find this error code?

I used spotlight on my Mac, found LSInfo.h and copied the line.
So if you get the SDK files for Mac from Xcode, you can find it there.

So true… the same here. :slight_smile:

I hate when I don’t try the obvious.

Thanks again!

[quote=228431:@Dan Berghult]Thanks!

Where should I’ve looked to find this error code?[/quote]
osstatus.com

Thanks Norman!