Alright, well, first of all I have to apologize for taking so long to do as you requested. I had to take a break and wanted to talk with a friend of mine to see what he could spot, since he's much more experience than I am. So... here is the result of using "show craft" and "show craft <craft>":
Code:
i34 500H 100M 82V >
show crafts
Crafts:
ID ) Name VNUM Item Name
100 ) Weak Healing Potion -> [103 ] [a light blue potion]
101 ) Healing Potion -> [104 ] [a blue potion]
i34 500H 100M 82V >
show crafts weak healing potion
Craft: Weak Healing Potion, (100)
Makes: a light blue potion!
Time: 5
Req: some delicious blueberries (1 ) In Inventory Remove
Req: some queenswrap (1 ) In Inventory Remove
i34 500H 100M 82V >
show crafts Healing Potion
Craft: Healing Potion, (101)
Makes: a blue potion!
Time: 5
Req: some delicious blueberries (1 ) In Inventory Remove
Req: some kingsfoil (1 ) In Inventory Remove
i34 500H 100M 82V >
Now... here's the problem we ran into. We were trying to use gdb, and this is the result that we kept getting:
Code:
warning: core file may not match specified executable file.
[New Thread 0x1]
[New process 1]
[New process 1]
[New process 1]
[New process 1]
[New process 1]
[New process 1]
[New process 1]
[New process 1]
[New process 1]
#0 0x77b9f8b1 in ntdll!RtlUpdateClonedSRWLock ()
from c:\Windows\SysWOW64\ntdll.dll
(gdb) bt
#0 0x77b9f8b1 in ntdll!RtlUpdateClonedSRWLock ()
from c:\Windows\SysWOW64\ntdll.dll
#1 0x77b9f8b1 in ntdll!RtlUpdateClonedSRWLock ()
from c:\Windows\SysWOW64\ntdll.dll
#2 0x76fa0a91 in WaitForSingleObjectEx ()
from C:\Windows\syswow64\KERNELBASE.dll
warning: (Internal error: pc 0x2db in read in psymtab, but not in symtab.)
warning: (Internal error: pc 0x2db in read in psymtab, but not in symtab.)
#3 0x000002dc in ?? ()
warning: (Internal error: pc 0x2db in read in psymtab, but not in symtab.)
#4 0x00000000 in ?? ()
So the first thing he noticed was that the core file was not matching with the .exe file, when it should of. So for some reason that eludes us, gdb is not properly reading the core dump file. Has thing kind of thing happened to anyone else?