Ok, I think I figured out what you mean by running in debugger. You mean actually running it in VS C++. I did this. I'm not sure if I'm doing it right so these errors may be due to my end.
Quote:
Unhandled exception at 0x00c11ac4 in zone.exe: 0xC0000005: Access violation reading location 0x0000000c.
|
here is the call stack.
Quote:
> zone.exe!Embperl::dosub(const char * subname, const std::vector<std::basic_string<char,std::char_trait s<char>,std::allocator<char> >,std::allocator<std::basic_string<char,std::char_ traits<char>,std::allocator<char> > > > * args, int mode) Line 327 + 0x15 bytes C++
zone.exe!Embperl::eval(const char * code) Line 351 C++
zone.exe!PerlXSParser::map_funs() Line 105 C++
zone.exe!PerlembParser::ReloadQuests(bool with_timers) Line 879 + 0xf bytes C++
zone.exe!QuestParserCollection::ReloadQuests(bool reset_timers) Line 46 + 0x21 bytes C++
zone.exe!main(int argc, char * * argv) Line 352 C++
zone.exe!__tmainCRTStartup() Line 278 + 0x19 bytes C
zone.exe!mainCRTStartup() Line 189 C
kernel32.dll!76d3ed6c()
[Frames below may be incorrect and/or missing, no symbols loaded for kernel32.dll]
ntdll.dll!76e9377b()
ntdll.dll!76e9374e()
|
Thanks for all the help. I appreciate your patience with my noobness.