Show unhandled exceptions through VEH

This commit is contained in:
goaaats 2025-12-07 13:04:11 +01:00
parent caa869d3ac
commit b35faf13b5
5 changed files with 40 additions and 23 deletions

View file

@ -1014,8 +1014,8 @@ int main() {
config.pButtons = buttons;
config.cButtons = ARRAYSIZE(buttons);
config.nDefaultButton = IdButtonRestart;
config.pszExpandedControlText = L"Hide stack trace";
config.pszCollapsedControlText = L"Stack trace for plugin developers";
config.pszExpandedControlText = L"Hide further information";
config.pszCollapsedControlText = L"Further information for developers";
config.pszExpandedInformation = window_log_str.c_str();
config.pszWindowTitle = L"Dalamud Crash Handler";
config.pRadioButtons = radios;