i cant enter to world server i use exordium source can someone help me to this error please :(
or can someone give me the database of Exordium source :( i use this [Only registered and activated users can see links. Click Here To Register...] but i cant enter to world :(
Red means The Line says on my errorlog
or can someone give me the database of Exordium source :( i use this [Only registered and activated users can see links. Click Here To Register...] but i cant enter to world :(
Red means The Line says on my errorlog
in this lineQuote:
2013/ 7/ 6 00:15:41
\Files\v15 Source\Source\_Database\DbManagerFun.cpp, 1353 Test
thanks in advance :handsdown: :handsdown:Quote:
BOOL CDbManager::GetAuction( CMover* pMover, CQuery *qry, LPDB_OVERLAPPED_PLUS lpDbOverlappedPlus )
{
DWORD Index = 0;
int CountStr = 0;
char szAuction[128] = {0, };
qry->GetStr( "m_aAuction", szAuction );
VERIFYSTRING_RETURN( szAuction, pMover->m_szName );
while( '$' != szAuction[CountStr] )
{
pMover->m_vecAuction.push_back((DWORD)GetIntFromStr( szAuction, &CountStr ));
Index++;
}
return TRUE;
}