Jump to content

Recommended Posts

Hi Metin2Dev

 

40k db doesn't started all times.

video: 

https://www.youtube.com/watch?v=EFw7flW3F-Y

 

I tried this to fix this way: http://metin2dev.org/board/topic/214-database-bug-start-fixed/?hl=stun

But it's doesn't worked. 

 

Regards

  • Metin2 Dev 1
Link to comment
https://metin2.dev/topic/2588-40k-db-error-on-startup-sometimes/
Share on other sites

i think every one has this error

after closing the db/auth/ch

and restarting them it does not work

if so when you want to load someting new just shut down (via gm char)

let the server for some time and reboot that would be all

and the fix from that post is not what you want

If i kill the ch1, and start again, all times work

Only db not. 

 

Older db doesn't have this error, but i can't use older db with 40k game  :)

I'm waiting for another solution, but thx for the answer.

 

Regards

 

 

As I have the same problem I tried what Timasu said but didn't help.

 

Other suggestions?

 

Regards

 

Edit:

The problem is maybe in this codeblock:

void CDBManager::SetLocale(const char * szLocale)
{
	const std::string stLocale(szLocale);
	sys_log(0, "SetLocale start" );
	for (int n = 0; n < SQL_MAX_NUM; ++n)
	{
		m_mainSQL[n]->SetLocale(stLocale);
		m_directSQL[n]->SetLocale(stLocale);
		m_asyncSQL[n]->SetLocale(stLocale);
	}
	sys_log(0, "End setlocale %s", szLocale);
}

The syslog "SetLocale start" appears in my syslog file but the syslog "End setlocale x" doesn't appear.

Same for you guys?

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.