Miguel's note about localization was the important point; the insertObject:atIndex: exception is easy to reproduce with French localization enabled. Switch to French, then open a file.
Breakpoint 1, 0x91208740 in objc_exception_throw () (gdb) bt #0 0x91208740 in objc_exception_throw () #1 0x943d8e04 in +[NSException raise:format:arguments:] () #2 0x943d8e3c in +[NSException raise:format:] () #3 0x95007cb0 in -[NSCFArray insertObject:atIndex:] () #4 0x948ba8d4 in -[NSView replaceSubview:with:] () #5 0x948e15e0 in -[NSSplitView replaceSubview:with:] () #6 0x000289e0 in -[BibDocument windowControllerDidLoadNib:] () #7 0x9492688c in -[NSWindowController _windowDidLoad] () #8 0x948cee48 in -[NSWindowController window] () #9 0x948ced2c in -[NSWindowController showWindow:] () #10 0x948cec68 in -[NSDocument showWindows] () #11 0x0002b998 in -[BibDocument showWindows] () #12 0x94b6186c in -[NSDocumentController openDocumentWithContentsOfURL:display:error:] () I'd guess that something isn't right in the nib. In fact, it looks like it was never updated for the new view layout, so it's no surprise that it's non-functional. ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Bibdesk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bibdesk-users
