Jump to content

Recommended Posts

  • Premium

Hello,

i have problem, DB cache randomly crashing... Syserr is clean, but in SSH console is problem:

ITEM_AWARD load id 261 bMall 1
ITEM_AWARD load id 262 bMall 1
Asseration failed: (iSlot < SQL_MAX_NUM), function AsyncQuery, file DBManager.cpp, line 155
connect: Connection refused
connect: Connection refused
connect: Connection refused

DBManager.cpp:

 
void CDBManager::AsyncQuery(const char * c_pszQuery, int iSlot)
{
    assert(iSlot < SQL_MAX_NUM);
    m_asyncSQL[iSlot]->AsyncQuery(c_pszQuery);
    ++g_query_count[1];
}

Thanks

Link to comment
https://metin2.dev/topic/5973-urgent-db-cache-crashing/
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.