WinBatch® Technical Support Forum

All Things WinBatch => Customer Service => Topic started by: DAG_P6 on June 19, 2015, 11:28:17 AM

Title: Windows Error Reporting Surprise
Post by: DAG_P6 on June 19, 2015, 11:28:17 AM
A little while ago, I imported an extract of the Application event log that I generated last night into a Excel workbook, by way of a custom template that I created to process the logs generated by the SysInternals  psloglist utility. Just below the first record that was generated by a test run of a C# application that exercises a class library that I am revising, I saw a message that caught my attention because the faulting module path was C:\Program Files (x86)\WinBatch\system\WBDNA44I.DLL. By this morning, when I resumed the investigation, the only remaining evidence was the copy of Report.wer that I found tucked away in the machine's Windows Error Reporting archive.

Since the event log extract was limited to the last day, I ran another one a little while ago, covering the last 7 days. Thankfully, that was the only report, despite the fact that hardly a day goes by that I don't invoke a PopMenu function. The only thing that seems different about this time is that I had restarted the machine only a few minutes before I ran the tests.

The attached archive, FileMenu_Error_Report_20150619_2WWW.ZIP contains the following items.

I included the template as a contribution, because I have been using it for a couple of years, and I think it makes ad hoc event log analysis much easier. The first data row contains conditional formatting that highlights error reports in red, and warning reports in legal pad yellow. Short of writing a macro, I haven't found a way to have the formatting applied to all imported rows. Thankfully, it takes only a handful of mouse clicks to do so.
Title: Re: Windows Error Reporting Surprise
Post by: td on June 19, 2015, 12:29:50 PM
The application in question is no longer a part of the WinBatch distribution.
Title: Re: Windows Error Reporting Surprise
Post by: DAG_P6 on June 19, 2015, 12:33:49 PM
OK. Thanks!