Debugg Error C++ 2019 (Uniques Notifications)

10/09/2021 03:43 -[Anxi]-#1
Am Rebuild uniques notifications

Appeared unique succsfully
when kill unique get this error


[Only registered and activated users can see links. Click Here To Register...]


About wstring : [Only registered and activated users can see links. Click Here To Register...]
10/09/2021 10:19 #HB#2
You have a file name and a line, go there and find out.
10/09/2021 12:48 -[Anxi]-#3
Quote:
Originally Posted by #HB View Post
You have a file name and a line, go there and find out.
Which file and line buddy , any way am add you in discord if you can help me.


Code:
										 else if (uqdata->ObjNameStrID.compare(L"SN_MOB_ARABIA_KARKADANN") == 0)
										 {
											 chat = g_notificationhandler.GetKillNotify(uqdata->ObjNameStrID);
											 swprintf_s(buffer, sizeof(buffer), g_textmanager->GetStringTextByCode(chat)->c_str(), KillerName.c_str());
											 g_interface->ShowBlueNotify(buffer);
											 sysmsg->Write(COLOR_DARK_GREEN, buffer);
										 }