Welcome to the Builder Academy

Loved New OLC Craft System

More
09 Aug 2012 01:04 #600 by Papaya Pete
Hmmm... same problem. This time, if I don't edit anything, there's no issue and the craftedit just aborts. However, if I try to delete a craft or create a new one, there is the crash. Same error as before.

Please Log in or Create an account to join the conversation.

More
09 Aug 2012 01:16 #601 by Vatiken
Replied by Vatiken on topic Re: New OLC Craft System
Post the gdb output.

tbaMUD developer/programmer

Please Log in or Create an account to join the conversation.

More
09 Aug 2012 01:19 #602 by Halenbane
Replied by Halenbane on topic Re: New OLC Craft System
Do you have the crafts file in lib/misc ?

Please Log in or Create an account to join the conversation.

More
09 Aug 2012 01:20 - 09 Aug 2012 01:23 #603 by Papaya Pete
gbd output? Hate to be a newbie but what does that mean?

Same error as before...
Aug 8 18:02:10 :: SYSERR: Attempting to remove contents that don't exist in list.

Let me know what other info you'd like. :)

Hmm actually I didn't know I needed a crafts file in lib/misc. Is there a certain template I'm supposed to follow?
Last edit: 09 Aug 2012 01:23 by Papaya Pete.

Please Log in or Create an account to join the conversation.

More
09 Aug 2012 01:26 #604 by Liko
Replied by Liko on topic Re: New OLC Craft System

Papaya Pete wrote: gbd output? Hate to be a newbie but what does that mean?

Same error as before...
Aug 8 18:02:10 :: SYSERR: Attempting to remove contents that don't exist in list.

Let me know what other info you'd like. :)

Hmm actually I didn't know I needed a crafts file in lib/misc. Is there a certain template I'm supposed to follow?


Gdb Tutorial

Randian(0.0.0)
Owner/Developer

Please Log in or Create an account to join the conversation.

More
09 Aug 2012 01:41 - 09 Aug 2012 02:14 #605 by Papaya Pete
Oh thanks! Here's what I got.

Aug 8 18:37:28 :: OLC: Admin starts editing the craft file
Aug 8 18:37:29 :: SYSERR: Attempting to remove contents that don't exist in list.

(gdb) list
warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)

warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)

warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)

193 #endif
194
195 t->tv_sec = (int) (millisec / 1000);
196 t->tv_usec = (millisec % 1000) * 1000;
197 }
198
199 #endif /* CIRCLE_WINDOWS || CIRCLE_MACINTOSH */
200
201 int main(int argc, char **argv)
202 {

(gdb) bt
warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)

warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)

#0 0x00000000 in ?? ()
#1 0x777cf8b1 in ntdll!RtlUpdateClonedSRWLock ()
from /cygdrive/c/Windows/system32/ntdll.dll
#2 0x75730a91 in WaitForSingleObjectEx ()
from /cygdrive/c/Windows/syswow64/KERNELBASE.dll
#3 0x00000784 in ?? ()
#4 0x00000000 in ?? ()
warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)


I think I'm getting the hand of this. Is this what you're looking for? And I found that the crafts file was in the lib/etc folder.

I'm sorry for the lack of information, I'm still trying to get used to using gdb.
Last edit: 09 Aug 2012 02:14 by Papaya Pete.

Please Log in or Create an account to join the conversation.

Time to create page: 0.322 seconds