Tagged Questions
The winqual tag has no wiki summary.
20
votes
11answers
2k views
WinQual: Why would WER not accept code-signing certificates?
In 2005 i tried to establish a WinQual account with Microsoft, so i could pick up our (if any) crash dump files submitted automatically through Windows Error Reporting (WER). i was not allowed to have ...
3
votes
2answers
246 views
How do I get the “bucket id” that winqual uses if I have a minidump file or exception structure? (Windows c++)
There are a few related questions on SO - but have not found the answer -
I would like to generate a "signature"/bucket id to report a minidump/crash back to our issue tracking system. Since MS ...
3
votes
1answer
159 views
Is the WER (winqual) web service API documented anywhere
I can find a few examples of accessing WER data through a SOAP API such as this: http://blogs.msdn.com/b/wer/archive/2010/05/14/winqual-web-services-with-windows-powershell.aspx
Is the API they're ...
3
votes
1answer
452 views
Cheap Code signing to be “Windows 7 compatible”
I am currently looking for "Windows 7 compatible" certification, and to get it, you need to implement code signing. Now I look for a cheap certificate, and I found in this thread
some cheap ...
3
votes
1answer
57 views
Is there any way to do a WER “Request Additional Files” for the windows temp directory?
My company has had numerous crashes reported to windows error reporting due to what looks like an install problem. The logs for our installs are typically in the windows\temp directory. I would like ...
2
votes
2answers
239 views
How can I test Windows Error Reporting?
My company participates in Windows Error Reporting via Winqual. We'd like to add some additional data to our crash reports, using WERRegisterMemoryBlock. Obviously we'd like to make sure this is ...
2
votes
1answer
146 views
How to request additional data with WER?
I'm new to WER (actually, just registered a few days ago).
I've managed to establish an account and map my test application to it.
However, when I invoke an unhandled exception, I see that no ...
1
vote
1answer
61 views
how long before dump files are available for download from WinQual
this is my first time using WinQual/WER to gather dump files for release builds and it appears that everything is working. the last step is to download the dump files from the WinQual hotlist page ...
1
vote
3answers
180 views
How to enable the Window Error Reporting (WER) dialog. Total newbie question
After setting up WinQual and WER for the first time, I intentionally inserted a crash in a release build expecting\hoping to get the WER dialogue but instead still get the dialogue containing "runtime ...
1
vote
0answers
119 views
Manually trigger Windows Error Reporting from a Outlook COM Add-In
I am writing a Outlook COM Add In using Visual Studio 2008 and VSTO. If an exception goes unhandled in the add in, I would like it to trigger Windows Error Reporting (WER). Our company has access to ...
1
vote
2answers
122 views
Winqual for Mac OSX
is there a way to see applications crashes of our mac-application like we can using error reports using Microsoft's WinQual for windows applications?
Thank you!
Regards
Uwe
0
votes
0answers
17 views
Windows Error Reporting setup questions
UPDATE: The error message described in my first paragraph below seems to have gone away on its own, so I've removed it from this post. I'd still appreciate any answers to the following question about ...
0
votes
1answer
73 views
How does Microsoft generate the Event ID for winqual events?
I am curious about the IDs that are used to identify items in winqual.
I assume it is some sort of hash. Is this published?
Hash of the module name, its version and an offset?
That seems ...