forget that last post i think i figured out what i did to be able to read everything normally.. ehres what i get..
Quote:
(gdb) bt
#0 0x0809485c in do_nread (ch=0x8d92918, argument=0xbfffc004 "")
at board.c:657
#1 0x08094c3f in do_global_note (ch=0x8d92918, argument=0xbfffc004 "")
at board.c:788
#2 0x080f591d in interpret (ch=0x8d92918, argument=0xbfffc004 "")
at interp.c:739
#3 0x080b7a08 in game_loop () at comm.c:803
#4 0x080b6f4a in main (argc=8, argv=0xbfffe030) at comm.c:324
#5 0x420156a4 in ?? ()
(gdb)
well i figured i'd start at the top
so i entered 'up' a bunch of times and started in main
and i get this..
Quote:
(gdb) info local
now_time = {tv_sec = 1057968379, tv_usec = 367291}
hostn = "boralis.arthmoor.com\000\003\000\000LÜ\000BPj\000B\024\032\023B,üÿ¿\024áÿ¿\224àÿ¿pÂ\000@\177\003\000\000\b\000\000\000\000ª\aB\017\206\000@ì]\001@¼\002\000\000ø_\001@Ðàÿ¿³Ã\000@\224a\001@Èk\001@\001\000\000\000\000\000\000\000ö\020\002@*ï\005\b\030\037\023B\024\032\023B¸àÿ¿©è\005\b"
fCopyOver = 1 '\001'
(gdb)
now i know that cant be good... but i just pressed on.. now i looked in game_loop and heres what i got
Quote:
(gdb) info local
last_time = {tv_sec = 1057968382, tv_usec = 459034}
cmdline = "note\000600.\n\r\000Ra&rt&Rh&z ./}r*&d&z\.&d&d\000e&zan&rc&Re&W% &R/&r|&z*&W*&r|&R\&z<&w^^&z>&d&d\000=&d&d\000^&B)&c\&d&d\000know my contact info I believe.\n\r \n\rSmokey - the pissed old fart of a dragon who wants out of h"...
d = (DESCRIPTOR_DATA *) 0x8d8d0a8
(gdb)
so yea that didnt blow up the mud so i went on...
and i get this in interprt
Quote:
(gdb) down
#2 0x080f591d in interpret (ch=0x8d92918, argument=0xbfffc004 "")
at interp.c:739
739 (*cmd->do_fun) ( ch, argument );
(gdb) info local
command = "note\000\200\000\000Ø\220×\b\000|×\b\000z./}r*&d&z\. Rune of &RD&re&Ra&rt&Rh&z ./}r*&d&z\.&d\000re&zng&we&zan&rc&Re&W% &R/&r|&z*&W*&r|&R\&z<&w^^&z>&d\000 goblets of wine is ample evidence of the tastes these two\n\rhave for alcohol"...
logline = "note\000!Ù\b\205\001\000\000\rto be written for them.\n\r\000 die die die\n\r\n\r", ' ' <repeats 16 times>, "die", ' ' <repeats 11 times>, "diedie die\n\r\n\r", ' ' <repeats 13 times>, "die", ' ' <repeats 14 times>, "die die die\n\r\n\r die", ' ' <repeats 14 times>, "diedie die\n\r\n\r "...
logname = "&g1201 (I):0 &r=&O-&d\000t could easily\n\r\n\rpound the life out of anything that might even attempt to threaten it.\n\r\n\rIt moves painfully slowly though, and you could easily outrun it if\n\r\n\ryou wanted to.\n"...
newcommand = '\0' <repeats 4028 times>, "\005þ\006BLWÿ¿ ~ÿ¿$\000\000\000\000\000\000\000¼º\030\b¼º\030\bHVÿ¿\213g\004B\200Vÿ¿¼º\030\b\001", '\0' <repeats 59 times>, "èQÿ¿\000\000\000\000(Vÿ¿\025\224\004B", '\0' <repeats 298 times>, "s \000\000\000\000ÿÿÿÿÜÿÿÿ", '\0' <repeats 36 times>, " ~ÿ¿", '\0' <repeats 20 times>, "´º\030\bðQÿ¿\002\000\000\000\002\000\000\0008~ÿ¿(Vÿ¿\000\000\000\000¼º\030\bA\000\000\000ÿÿÿÿ", '\0' <repeats 104 times>, "½º\030\b", '\0' <repeats 196 times>, "\034*\031\b\034*\031"...
arg2 = '\0' <repeats 4788 times>, " 4\002@\005\000\000\000Ü\000\000\000\000\000\000\000 4\002@\005\000\000\000\231\231\231\031", '\0' <repeats 20 times>, "À2ÿ¿\000\000\000\000\024\032\023Bl¸\030\b\000\000\000\000\2108ÿ¿\nh\005BÀ2ÿ¿\b8ÿ¿\n\000\000\000\000\000\000\000220", '\0' <repeats 977 times>, "Z¸\030\bx8ÿ¿\227H\005---Type <return> to continue, or q <return> to quit---
B 8ÿ¿c¸\030\b\2108ÿ¿\227H\005B°8ÿ¿0", '\0' <repeats 171 times>, "0", '\0' <repeats 15 times>, "2", '\0' <repeats 15 times>, "ø\201\032\bø\201\032\bH>ÿ¿\000\000\000\000\211¬\026\b\211¬\026\bX>ÿ¿\213g"...
buf = 0x0
timer = (TIMER *) 0x8d92918
cmd = (CMDTYPE *) 0x831ff38
trust = 148449560
loglvl = 148449560
found = 1 '\001'
time_used = {tv_sec = 1057968382, tv_usec = 459195}
tmptime = 0
(gdb)
|