Quantcast
Channel: Civilization Fanatics' Forums
Viewing all articles
Browse latest Browse all 12856

dll debug error plz help

$
0
0
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?

Viewing all articles
Browse latest Browse all 12856

Trending Articles