Follow-up Comment #12, bug #34454 (project gnustep):

To find out which custom resource is missing is rather simple.
You get the report that the object with id "232630206" could not be generated.
Open up the XIB file and search for that id. You will find:

<object class="NSCustomResource" key="NSContents" id="232630206">
        <string key="NSClassName">NSImage</string>
        <string key="NSResourceName">black_vertical</string>
</object>

This means no NSImage file with the name "black_vertical" could be found while
loading the XIB file.

This NSImage is of course not in the XIB file itself, but referenced from it
by name. And this reference could not be resolved. Maybe we could try to
replace non-existing image by a broken image symbol?

    _______________________________________________________

Reply to this item at:

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

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


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

Reply via email to