mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
chore: change VEH error message
This commit is contained in:
parent
78efd885b7
commit
4d6c494e3f
1 changed files with 2 additions and 2 deletions
|
|
@ -245,9 +245,9 @@ LONG exception_handler(EXCEPTION_POINTERS* ex)
|
||||||
MiniDumpWriteDump(GetCurrentProcess(), GetCurrentProcessId(), file, MiniDumpWithDataSegs, &ex_info, nullptr, nullptr);
|
MiniDumpWriteDump(GetCurrentProcess(), GetCurrentProcessId(), file, MiniDumpWithDataSegs, &ex_info, nullptr, nullptr);
|
||||||
CloseHandle(file);
|
CloseHandle(file);
|
||||||
|
|
||||||
auto msg = L"An error within the game has occurred and Dalamud has caught it.\n\n"
|
auto msg = L"An error within the game has occurred.\n\n"
|
||||||
L"This may be caused by a faulty plugin, a broken TexTools modification, any other third-party tool or simply a bug in the game.\n"
|
L"This may be caused by a faulty plugin, a broken TexTools modification, any other third-party tool or simply a bug in the game.\n"
|
||||||
L"You can report this issue on our Discord - more information has been recorded separately.\n\n"
|
L"Please try \"Start Over\" in TexTools, an integrity check in the XIVLauncher settings and disabling plugins you don't need.\n\n"
|
||||||
L"The log file is located at:\n"
|
L"The log file is located at:\n"
|
||||||
L"{1}\n\n"
|
L"{1}\n\n"
|
||||||
L"Press OK to exit the application.";
|
L"Press OK to exit the application.";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue