[PATCH 1/2] winedbg: Provide a more helpful error message when unable to attach to a process.

Zebediah Figura zfigura at codeweavers.com
Tue Jun 19 14:04:52 CDT 2018


Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
---
If anyone has suggestions for better wording, feel free to speak.

 programs/winedbg/winedbg.rc | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/programs/winedbg/winedbg.rc b/programs/winedbg/winedbg.rc
index 2cfaf9e..7ad7686 100644
--- a/programs/winedbg/winedbg.rc
+++ b/programs/winedbg/winedbg.rc
@@ -34,8 +34,9 @@ END
 
 STRINGTABLE
 BEGIN
-    IDS_AUTO_CAPTION     "Wine program crash"
-    IDS_INVALID_PARAMS   "Internal errors - invalid parameters received"
+    IDS_AUTO_CAPTION     "Program Error"
+    IDS_INVALID_PARAMS   "A program on your system has crashed, but WineDbg was \
+                         unable to attach to the process to obtain a backtrace."
     IDS_UNIDENTIFIED     "(unidentified)"
     IDS_TEXT_FILES,      "Text files (*.txt)"
     IDS_ALL_FILES,       "All files (*.*)"
-- 
2.7.4




More information about the wine-devel mailing list