bug-gnustep
[Top][All Lists]
Advanced

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

NSInvalidArgumentException: NSBundle(class) does not recognize loadGSMar


From: csanyipal
Subject: NSInvalidArgumentException: NSBundle(class) does not recognize loadGSMarkupNamed:owner:
Date: Sun, 08 Aug 2010 10:31:18 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Hi,

I develope a small application LPT_Interface.app with gnustep installed
on Gentoo Linux operating system. The installed 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!

-- 
Regards, Paul Chany
You can freely correct me in my English.
http://csanyi-pal.info



reply via email to

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