Follow-up Comment #2, bug #29719 (project gnustep):

If bug #31311 is really a duplicate of this one, then the analysis here is
completely wrong and should be replaced with what I posted for #31311:

The problem here seems to be that Gorm only adds OIDs for the objects
referenced in connections. Your active window doesn't seem to be involved in
any connection, so it is missing from that list and the addObject: call will
fail due to the nil parameter.

The method [NSIBObjectData initWithDocument:] in the file
GormNibWrapperBuilder.m should at least add the window and the menu from the
GormDocument to the OIDs when they aren't present there already.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?29719>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/


_______________________________________________
Bug-gnustep mailing list
Bug-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to