From 4d6c494e3f0dbb4fc52e04d1b6117eeff3249f48 Mon Sep 17 00:00:00 2001 From: goaaats <16760685+goaaats@users.noreply.github.com> Date: Thu, 23 Dec 2021 16:00:06 +0100 Subject: [PATCH] chore: change VEH error message --- Dalamud.Boot/veh.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dalamud.Boot/veh.cpp b/Dalamud.Boot/veh.cpp index 3f6eddda4..7f080b7e2 100644 --- a/Dalamud.Boot/veh.cpp +++ b/Dalamud.Boot/veh.cpp @@ -245,9 +245,9 @@ LONG exception_handler(EXCEPTION_POINTERS* ex) MiniDumpWriteDump(GetCurrentProcess(), GetCurrentProcessId(), file, MiniDumpWithDataSegs, &ex_info, nullptr, nullptr); 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"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"{1}\n\n" L"Press OK to exit the application.";