bug-gnustep
[Top][All Lists]
Advanced

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

[bug #30683] NSInvalidArgumentException: NSBundle(class) does not recogn


From: Paul Chany
Subject: [bug #30683] NSInvalidArgumentException: NSBundle(class) does not recognize loadGSMarkupNamed:owner:
Date: Sun, 08 Aug 2010 12:27:58 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); hu; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8

URL:
  <http://savannah.gnu.org/bugs/?30683>

                 Summary: NSInvalidArgumentException: NSBundle(class) does
not recognize loadGSMarkupNamed:owner:
                 Project: GNUstep
            Submitted by: cspaul
            Submitted on: Sun 08 Aug 2010 12:27:58 PM GMT
                Category: Backend
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

Hi,

I'm developing a small application LPT_Interface.app with gnustep installed
on Gentoo Linux operating system. The installed gnustep packages are:

gnustep-base/gnustep-back-cairo Latest version installed: 0.18.0
gnustep-base/gnustep-base Latest version installed: 1.20.1
gnustep-base/gnustep-gui Latest version installed: 0.18.0
gnustep-base/gnustep-make Latest version installed: 2.4.0

When I try to run my app, I get error message:
NSInvalidArgumentException: NSBundle(class) does not recognize
loadGSMarkupNamed:owner:


I try to get some backtrace with commands as follows:

~/Programozas/Obj_C_ben/Emacs-szal/LPT_Interface/LPT_Interface.app $ gdb
./LPT_Interface 

warning: Can not parse XML syscalls information; XML support was\
 disabled at compile time. 
GNU gdb (Gentoo 7.0.1 p1) 7.0.1
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later \
 <http://gnu.org/licenses/gpl.html> 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. \
 Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu".
For bug reporting instructions, please see:
<http://bugs.gentoo.org/>...
Reading symbols from
/debian-adatok-1/Programozas/Obj_C_ben/Emacs-szal/LPT_Interface/\
 LPT_Interface.app/LPT_Interface...done. 
(gdb) set logging file backtrace.log
(gdb) set logging on
Copying output to backtrace.log.
(gdb) break -[NSException raise]
Function "-[NSException raise]" not defined.
Make breakpoint pending on future shared library load? (y or [n]) y
Breakpoint 1 (-[NSException raise]) pending.
(gdb) r --GNU-Debug=dflt
Starting program: /debian-adatok-1/Programozas/Obj_C_ben/Emacs-szal/\
 LPT_Interface/LPT_Interface.app/LPT_Interface --GNU-Debug=dflt
[Thread debugging using libthread_db enabled]
2010-08-01 19:36:22.767 LPT_Interface[18746] Loading Backend from \
 /usr/GNUstep/System/Library/Bundles/libgnustep-back-018.bundle
2010-08-01 19:36:22.818 LPT_Interface[18746] Initializing \
 GNUstep x11 backend.
2010-08-01 19:36:22.818 LPT_Interface[18746] Opened display\
 :0.0, display 0 screen 0
2010-08-01 19:36:22.828 LPT_Interface[18746] Found font family\
 Lomonosov V
2010-08-01 19:36:22.828 LPT_Interface[18746] fc enumerator:\
 adding font: Lomonosov V
...

2010-08-01 19:36:22.943 LPT_Interface[18746] File GSFFIInvocation.m:\
 614. In GSFFIInvocationCallback Changed type signature\
 'v36@0:8{_NSPoint=dd}16i32' to 'v40@0:8{_NSPoint=dd}16i32' for\
 'compositeToPoint:operation:' 
2010-08-01 19:36:25.668 LPT_Interface[18746] File GSFFIInvocation.m:\
 614. In GSFFIInvocationCallback Changed type signature\
 'Vv52@0:8@16@24@32C40@44' to 'Vv56@0:8@16@24@32C40@48' for\
 'postNotificationName:object:userInfo:deliverImmediately:for:' 
/debian-adatok-1/Programozas/Obj_C_ben/Emacs-szal/LPT_Interface/\
 LPT_Interface.app/LPT_Interface:\
 Uncaught exception NSInvalidArgumentException, reason: NSBundle(class)\
 does not recognize loadGSMarkupNamed:owner: 

Program exited with code 01.
(gdb) bt
No stack.
(gdb) set logging off
Done logging to backtrace.log.
(gdb) quit

--------------------------

I didn't know whether the following warning cause this error?
warning: Can not parse XML syscalls information; XML support was\
 disabled at compile time.

I compiled gnustep-base with xml support, using USE="xml" flag.

Is this a bug, or not?
Any advices will be appreciated!



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Sun 08 Aug 2010 12:27:58 PM GMT  Name: LPT_Interface.tar.bz2  Size:
14kB   By: cspaul

<http://savannah.gnu.org/bugs/download.php?file_id=21167>

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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