On 1 Oct 2012, at 13:13, Martin Hewitson <[email protected]> wrote:
> Oops, sorry, I chopped off the top of the report. Here it is: > > Exception Type: EXC_CRASH (SIGABRT) > Exception Codes: 0x0000000000000000, 0x0000000000000000 > Crashed Thread: 0 Dispatch queue: com.apple.main-thread > > Application Specific Information: > abort() called > *** Terminating app due to uncaught exception > 'NSInvalidUnarchiveOperationException', reason: '*** -[NSKeyedUnarchiver > decodeInt64ForKey:]: value for key (NSTag) is not an integer number' Well this seems like your nib is corrupted in some fashion. I wouldn't expect the preferences or app support to make a scrap of difference here. Try asking your customer to re-install to see if they're got a corrupted copy of the app. If not, go through your main menu xib carefully and look for any objects that somehow have a non-integer tag perhaps. _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
