on crash window pops up says first-chance exception in eqgame.exe (MQ2MAIN.DLL): 0xc0000005: Access Violation.
yellow arrow points to 4th line down.
Code: Select all
}
bool MQ2StringType::GetMember(MQ2VARPTR VarPtr, PCHAR Member, PCHAR Index, MQ2TYPEVAR &Dest);
bool ToString(MQ2VARPTR VarPtr, PCHAR Destination)
{
strcpy(Destination,(const char *)VarPtr.Ptr);
return true;
}
Code: Select all
MQ2StringType::ToString(MQ2StringType * const 0xffffffff, MQ2Internal::_MQ2VarPtr {...}, char *) line 314 + 11 bytes
Code: Select all
016BCD0B ???

