Jump to content

Any idea about this crash(logs)


Recommended Posts

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

10 hours ago, DrTurk said:

KDUf6HW.png

 

0x0 = NULL

Are there any checks in your function if ChangeProb is NULL?

	for (int i = GetAttributeCount(); i < iAttributeCount; ++i)
	{
		if (aiChangeProb == NULL)
		{
			PutAttribute(tmpChangeProb);
		}
		else
		{
			PutAttribute(aiChangeProb);
		}
	}

 

Edited by Metin2 Dev
Core X - External 2 Internal
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.