Jump to content

CLIENT SOURCE ERRO


Recommended Posts

I compiled my client source without any error on visual studio, but when i try to use the new metin2client.exe/binary i get these error:

 

Error: https://metin2.download/picture/L3MSm22kJDVH5cc1c4KmVVX61zah0Q38/.png

And this prompt ways opens when a run the client using the new .exe compiled: https://metin2.download/picture/DolsG1i76SSbv9200hi2q1EH7NB76e6C/.png

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

  • Bot

The error message comes from this part of the code:
 

int CPythonPlayer::GetStatus(DWORD dwType)
{
	if (dwType >= POINT_MAX_NUM)
	{
		assert(!" CPythonPlayer::GetStatus - Strange Status Type!");
		Tracef("CPythonPlayer::GetStatus - Get Status Type Error\n");
		return 0;
	}

	return m_playerStatus.GetPoint(dwType);
}

 

Did you maybe change the maximum number of status points?
 

  • Love 1

english_banner.gif

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • 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.