Re: Compiling on 10.3, running on 10.2 problem
Re: Compiling on 10.3, running on 10.2 problem
- Subject: Re: Compiling on 10.3, running on 10.2 problem
- From: Peter Maurer <email@hidden>
- Date: Tue, 20 Jan 2004 14:06:21 +0100
Thread 0 Crashed:
#0 0x90844988 in _NSRaiseError
#1 0x90844810 in +[NSException raise:format:]
#2 0x907f0fd4 in -[NSObject(NSForwardInvocation) forward::]
#3 0x9068c130 in _objc_msgForward
#4 0x00002af8 in -[MainWindowController awakeFromNib] (crt.c:300)
#5 0x9081d348 in -[NSSet makeObjectsPerformSelector:]
#6 0x930ad738 in -[NSIBObjectData
nibInstantiateWithOwner:topLevelObjects:]
#7 0x931b32bc in loadNib
#8 0x930ea9b4 in +[NSBundle(NSNibLoading)
_loadNibFile:nameTable:withZone:ownerBundle:]
#9 0x93149a5c in +[NSBundle(NSNibLoading)
loadNibFile:externalNameTable:withZone:]
#10 0x9314981c in +[NSBundle(NSNibLoading) loadNibNamed:owner:]
#11 0x9315fbfc in NSApplicationMain
#12 0x00002290 in _start (crt.c:267)
#13 0x00002104 in start
I am not an expert with crash log, but It seems that there is a
problem with awakeFromNib function, in my main controller.
But I didn't make modifications in this function.
My nib files are saved using 10.2 and later format.
Could the interface elements that are "not supported on MAC OS X
versions prior to 10.3" be a problem? (see IB's Compatibility Checking)
Maybe it helps to remove the textured buttons. Regards,
Peter Maurer.
_______________________________________________
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.