[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: NSInvalidArgumentException: NSBundle(class) does not recognize loadG
From: |
csanyipal |
Subject: |
Re: NSInvalidArgumentException: NSBundle(class) does not recognize loadGSMarkupNamed:owner: |
Date: |
Sun, 01 Aug 2010 19:49:33 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) |
German Arias <german@xelalug.org> writes:
> csanyipal@gmail.com escribió:
>> The main.m file follows:
> Well, to my this code compile and run without problem. Are you sure
> that when you compile the Renaissance/Renaissance.h is found? (I have
> "Renaissance" from SVN. But I think this isn't a problem.)
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.
Mayhap I compile gnustep or renaissance without xml support?
Any advices will be appreciated!
--
Regards, Paul Chany
You can freely correct me in my English.
http://csanyi-pal.info
- Re: NSInvalidArgumentException: NSBundle(class) does not recognize loadGSMarkupNamed:owner:,
csanyipal <=