windows-error-reporting Questions
2
Solved
My client are experiencing software crashes with a VB6 program I wrote.
I had set up the registry to produce full crash dumps, and I saw it working correctly with other programs that crashed on th...
Socialization asked 26/5, 2015 at 11:43
3
Solved
Is it possible to crash a regular user-mode process on Windows-7 without getting the Windows Error Reporting (WER) dialog? (When and if WER is normally enabled and no specific flags are applied.)
...
Speight asked 7/1, 2013 at 11:49
2
Solved
WER is creating memory dumps after an application hangs. When Windows shows the dialog box ApplicationName is not responding, if the user clicks Close the program, I can see .hdmp files being creat...
Tetrachord asked 27/9, 2018 at 15:9
2
Solved
I was reading Microsoft document on ExceptionDispatchInfo Class and I came across a word "Watson information", I don't know what it is and I can't find any information about it on the internet. Man...
Perusse asked 16/7, 2018 at 12:1
2
Solved
I set up the registry key, HKLM\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps as described on MSDN.
I have a test program - a console program, compiled with Visual C++, that ...
Japhetic asked 2/3, 2012 at 15:17
2
I Just want to recover crash dumps of my own 32bit applications.
I tried the following:
I followed the steps at MSDN "Collecting User-Mode Dumps":
http://msdn.microsoft.com/en-us/library/...
Labour asked 12/6, 2012 at 11:51
1
Solved
I am working on a PS script to generate .xml representations of a huge number of Crystal Reports (Windows 7). In this script, I create an object representing all the files that need to be parsed, t...
Plaintive asked 10/2, 2017 at 15:50
2
Solved
Dumps obtained from Windows Error Reporting typically have a useless current context set on the faulting thread, with a stack deep in WerpReportFault. The actual context at the time of the exceptio...
Shelled asked 30/8, 2016 at 14:24
1
I am using the Windows Error Reporting API call RegisterApplicationRestart to register an application to be restarted automatically by WER, when the app crashes or the PC is rebooted.
However, whe...
Toil asked 11/9, 2015 at 9:24
3
Solved
Consider we have this snippet of code:
static void Main(string[] args)
{
try
{
throw new Exception("Exception");
}
catch
{
throw;
}
finally
{
Console.WriteLine("------finally-----");
}...
Clank asked 29/9, 2015 at 7:42
0
One of our clients has reported performance issues for our .NET application.
We've asked them to inspect their Windows event logs and have noticed that Windows Error Reporting has logged several I...
Wolford asked 26/8, 2015 at 14:27
1
I'm trying to diagnose a crash issue for a .NET 4 application. The last time it crashes in a user's machine, Windows Error Reporting doesn't gather the mini dump of the application. I've check the ...
Rosenblatt asked 9/6, 2015 at 16:35
11
Solved
When an application crashes on Windows and a debugger such as Visual Studio is installed the following modal dialog appears:
[Title: Microsoft Windows]
X has stopped working
A problem caus...
Hiltonhilum asked 28/12, 2008 at 16:39
4
I am experiencing an APPCRASH from my C# application. The Runtime gives an error message of "This application has requested the Runtime to terminate it in an unusual way". Then, when I click okay I...
Mehta asked 16/10, 2012 at 20:33
4
Solved
Is there a .Net API for me to integrate Windows Error Reporting into my application?
I'm mostly interested in initiating error reports even for non-catastrophic errors occurring in my application ...
Buckle asked 17/1, 2010 at 21:10
1
Solved
To put in a nutshell, I have a C# application doing lots of mciSendString calls ( via dllimport ) to control wav files playback ( essentially open, play, pause, stop, status, close ). And after run...
Faint asked 18/4, 2014 at 13:21
2
Solved
I'm relying on Windows Error Reporting to create full user-mode dumps for a large, multi-threaded application. I know that when I started using it (early 2012) these dumps contained all application...
Yap asked 3/4, 2013 at 16:57
1
At the moment my info is (and let's keep the context to Windows-7, as WER doesn't work like that on Win-XP) that I have two ways of getting a full memory crash dump for my application:
I can set u...
Acuate asked 28/11, 2012 at 9:25
3
I have several programs registered with WinQual and have been successfully tracking crash reports sent via WER. after Microsoft's update to WinQual I cannot find any of my programs on the new site....
Pita asked 17/2, 2012 at 23:19
1
Solved
I just want to find out which location does the WER write its dump file? Also is this location specific to OS?
Gaiety asked 6/1, 2012 at 21:36
4
I was wondering if there was a way to use Windows Error Reporting from "inside" a Java program?
In other words, use the mechanism to report exceptions back to a central location without having the...
Schedule asked 14/12, 2011 at 15:32
5
Solved
When ngen is executed on a .NET managed application at installation time, and a crash dump is retrieved from Windows Error Reporting for the app, how can you use it to see a stack trace, variables,...
Ducky asked 5/10, 2009 at 17:15
1
Solved
A .Net 4.0 app keeps crashing for a user, but just for him, I could not reproduce the bug. He attached the WERInternalMetadata.xml file generated by the Windows Crash Reporter. By opening it I foun...
Glomerule asked 10/7, 2010 at 9:31
1
© 2022 - 2024 — McMap. All rights reserved.