bug-gnustep
[Top][All Lists]
Advanced

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

[bug #34454] gnustep fails to load real world XIB files


From: Fred Kiefer
Subject: [bug #34454] gnustep fails to load real world XIB files
Date: Mon, 03 Oct 2011 21:42:47 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0) Gecko/20100101 Firefox/7.0

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/




reply via email to

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