_snwprintf_s(dialogbox_message,MESSAGE_BUFFER_SIZE,MESSAGE_BUFFER_SIZE,L"Critical error! Please report this in #bug-reports with a screenshot, description of what you were doing, and the file 'atris.log' located next to the executable\n%s\nClosing now.\n",output);
intmsgboxID=MessageBox(
NULL,
dialogbox_message,
L"Assertion Failed",
MB_ICONEXCLAMATION|MB_OK);
(void)msgboxID;
free(output);
PostQuitMessage(1);
chardialogbox_message[MESSAGE_BUFFER_SIZE]={0};
snprintf(dialogbox_message,MESSAGE_BUFFER_SIZE,"Critical error! Please report this in #bug-reports with a screenshot, description of what you were doing, and the file 'atris.log' located next to the executable\n%s\nClosing now.\n",message_buffer);
snprintf(msg,2048,"Current game build %d is old, download the server's build %d! The most recent one in discord!\n",GIT_RELEASE_TAG,ser->git_release_tag);