diff --git a/htdocs/lib/CrashReport.php b/htdocs/lib/CrashReport.php index 3596000..50d42e6 100644 --- a/htdocs/lib/CrashReport.php +++ b/htdocs/lib/CrashReport.php @@ -265,7 +265,7 @@ class CrashReport { $f->module = "llcommon"; } - else if (preg_match("/(kernel|ntdll).*\\.dll/i", $f->module)) + else if (preg_match("/(kernel|ntdll|msvcr).*\\.dll/i", $f->module)) { $f->module = "windows-runtime"; } else if (preg_match("/libc.*\\.so/i", $f->module))