View Single Post
  #4  
Old 08-21-2010, 12:46 PM
Bellos
Hill Giant
 
Join Date: Jul 2007
Posts: 111
Default

Ok i did what you said. This is what i got so far


Code:
	inline const EQClientVersion GetClientVersion() const { return ClientVersion; }
That is the line it break on

This is the line below it

Code:
	inline const uint32 GetClientVersionBit() const { return ClientVersionBit; }

Second Crash. I got this error

Quote:
Unhandled exception at 0x00461e61 in Zone.exe: 0xC0000005: Access violation reading location 0x06165398.
same line of code

Code:
	inline const EQClientVersion GetClientVersion() const { return ClientVersion; }
In the Autos window at the bottom of C++2k8 im seeing in red

Quote:
+ PendingTranslocateData {ZoneID=0 SpellID=0 unknown008=0 ...} Translocate_Struct
and in The Call Stack Im Seeing

Quote:
> Zone.exe!Client::GetClientVersion() Line 894 + 0x11 bytes C++
Zone.exe!QuestManager::saylink(char * Phrase=0x0012f118, bool silent=false, char * LinkName=0x0012f014) Line 2263 + 0xb bytes C++
Zone.exe!XS__saylink(interpreter * my_perl=0x00334744, cv * cv=0x05aaca7c) Line 2848 + 0x20 bytes C++
Reply With Quote