gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NIB loader problem


From: Luboš Doležel
Subject: NIB loader problem
Date: Tue, 11 Dec 2012 14:16:18 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121026 Thunderbird/16.0.2

Hi,

as part of my OS X loader, I'm not trying out various Cocoa apps, one of them being Bayon.

https://itunes.apple.com/us/app/bayon/id532348700?mt=12

When starting the application under GNUstep/Linux, I get the following error:

2012-11-06 12:57:34.728 Bayon[10234] NSView.m:4685 Assertion failed in NSSplitView(instance), method initWithCoder:. NSInternalInconsistencyException 2012-11-06 12:57:34.729 Bayon[10234] Exception occured while loading model: NSView.m:4685 Assertion failed in NSSplitView(instance), method initWithCoder:. NSInternalInconsistencyException
2012-11-06 12:57:34.729 Bayon[10234] Failed to load Nib
2012-11-06 12:57:34.730 Bayon[10234] BNMainWindowController: could not load nib named BNMainWindowController.nib

The assertion in question is: [sub class] != [NSCustomView class]

The problematic .nib file is attached. For obvious reasons, I can mail the whole commercial app here.

I can't absolutely rule out a bug in my loader (I do have unit tests though), but Gorm not being able to load the file either hints at a possible bug in GNUstep.

Could someone in the know please quickly take a look at it?

Thanks a lot!
--
Luboš Doležel

Attachment: BNMainWindowController.nib
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]