hi all,
im trying to locate a crash in my mod,
i ran debug and this is the error i get:
> CvGameCoreDLL.dll!CvGlobals::getDefineINT(const char * szName=0x0018f540) Line 2817 + 0xf bytes C++
and it points me here.
int CvGlobals::getDefineINT( const char * szName ) const
{
int iReturn = 0;
GC.getDefinesVarSystem()->GetValue( szName, iReturn );
return iReturn;
}
it says something about integer cant devide by zeo.
anyone can save me?
im trying to locate a crash in my mod,
i ran debug and this is the error i get:
> CvGameCoreDLL.dll!CvGlobals::getDefineINT(const char * szName=0x0018f540) Line 2817 + 0xf bytes C++
and it points me here.
int CvGlobals::getDefineINT( const char * szName ) const
{
int iReturn = 0;
GC.getDefinesVarSystem()->GetValue( szName, iReturn );
return iReturn;
}
it says something about integer cant devide by zeo.
anyone can save me?