Re: [[eSellerateObject alloc] init] causes SIGTRAP
Re: [[eSellerateObject alloc] init] causes SIGTRAP
- Subject: Re: [[eSellerateObject alloc] init] causes SIGTRAP
- From: Drew McCormack <email@hidden>
- Date: Sat, 21 May 2005 21:11:06 +0200
In the debugger, it tells me the bad line is in the awakeFromNib:
eSeller = [[eSellerateObject alloc] init];
And the errors reported in the Run Log for this line are:
<NSInvalidArgumentException> *** -[NSURL initFileURLWithPath:]: nil string parameter
Does anyone know why I would be getting this error when I try to instantiate this object?
I seem to recall that eSellerate has a few extra files, such as a resource fork for the eSellerate engine. You have to ensure that this resource fork file is included in your application bundle. I could imagine that things might go wrong in the initializer if the file isn't there. Have you included it in your resources, like in the Gecko example?
Drew
--------------------------------------------------------- Drew McCormack
www.maniacalextent.com
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden