summaryrefslogtreecommitdiffhomepage
path: root/facetracknoir/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'facetracknoir/main.cpp')
-rw-r--r--facetracknoir/main.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/facetracknoir/main.cpp b/facetracknoir/main.cpp
index 0c8e5c11..5ba7e3b2 100644
--- a/facetracknoir/main.cpp
+++ b/facetracknoir/main.cpp
@@ -41,6 +41,10 @@ bool dumpCallback(const wchar_t* dump_path,
MDRawAssertionInfo* assertion,
bool succeeded)
{
+ MessageBoxA(GetDesktopWindow(),
+ "Generating crash dump!\r\n"
+ "Please send the .dmp file to <sthalik@misaki.pl> to help us improve the code.",
+ "opentrack crashed :(");
return succeeded;
}