BlueScreenView v1.55
Copyright (c) 2009 - 2015 Nir Sofer
Web site: http://www.nirsoft.net
Description
===========
BlueScreenView scans all your minidump files created during 'blue screen
of death' crashes, and displays the information about all crashes in one
table. For each crash, BlueScreenView displays the minidump filename, the
date/time of the crash, the basic crash information displayed in the blue
screen (Bug Check Code and 4 parameters), and the details of the driver
or module that possibly caused the crash (filename, product name, file
description, and file version).
For each crash displayed in the upper pane, you can view the details of
the device drivers loaded during the crash in the lower pane.
BlueScreenView also mark the drivers that their addresses found in the
crash stack, so you can easily locate the suspected drivers that possibly
caused the crash.
Versions History
================
* Version 1.55:
o Added Drag & Drop support: You can now drag a single MiniDump
file from Explorer into the main window of BlueScreenView.
o Fixed bug: BlueScreenView failed to remember the last
size/position of the main window if it was not located in the primary
monitor.
* Version 1.52:
o Added 'Google Search - Bug Check' and 'Google Search - Bug Check
+ Parameter 1' options.
* Version 1.51:
o Added automatic secondary sorting ('Crash Time' column).
o Added 64-bit build.
* Version 1.50:
o The 'Crash Time' now displays more accurate date/time of the
crash. In previous versions, the value of 'Crash Time' column was
taken from the date/time of dump file, which actually represents that
time that Windows loaded again, after the crash. The actual crash
time is stored inside the dump file , and now the 'Crash Time'
displays this value.
o Added 'Dump File Time' column, which displays the modified time
of the dump file.
* Version 1.47:
o Added 'Auto Size Columns+Headers' option, which allows you to
automatically resize the columns according to the row values and
column headers.
* Version 1.46:
o Fixed issue: The properties and the 'Advanced Options' windows
opened in the wrong monitor, on multi-monitors system.
* Version 1.45:
o You can now choose to open only a specific dump file - from the
user interface or from command-line.
o You can now also specify the MiniDump folder or MiniDump file as
a single parameter, and BlueScreenView will be opened with the right
dump file/folder, for example: BlueScreenView.exe
C:\windows\minidump\Mini011209-01.dmp
* Version 1.40:
o Added 'Raw Data' mode on the lower pane, which displays the
processor registers and memory hex dump.
* Version 1.35:
o Added 'Crash Address' column.
o Added 3 columns that display that last 3 calls found in the stack
(Only for 32-bit crashes)
* Version 1.32:
o Added 'Mark Odd/Even Rows' option, under the View menu. When it's
turned on, the odd and even rows are displayed in different color, to
make it easier to read a single line.
* Version 1.31:
o Added 'Google Search - Bug Check+Driver' for searching in Google
the driver name and bug check code of the selected blue screen.
* Version 1.30:
o Added 'Dump File Size' column.
* Version 1.29:
o You can now send the list of blue screen crashes to stdout by
specifying an empty filename ("") in the command-line of all save
parameters.
For example: bluescreenview.exe /stab "" > c:\temp\blue_screens.txt
* Version 1.28:
o Added 'Add Header Line To CSV/Tab-Delimited File' option. When
this option is turned on, the column names are added as the first
line when you export to csv or tab-delimited file.
* Version 1.27:
o Fixed issue: removed the wrong encoding from the xml string,
which caused problems to some xml viewers.
* Version 1.26:
o Fixed 'DumpChk' mode to work properly when DumpChk processing
takes more than a few seconds.
* Version 1.25:
o Added 'DumpChk' mode, which displays the output of Microsoft
DumpChk utility (DumpChk.exe). You can set the right path and
parameters of DumpChk in 'Advanced Options' window. By default,
BlueScreenView tries to run DumpChk from '%programfiles%\Debugging
Tools for Windows'
o The default MiniDump folder is now taken from
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl
* Version 1.20:
o Added 3 new columns in the upper pane: Processors Count, Major
Version, Minor Version.
o Added 'Explorer Copy' option, which allows you to copy dump files
to the clipboard and then paste them into Explorer window.
* Version 1.15:
o Added option to view the blue screen list of multiple computers
on your network. The computer names are specified in a simple text
file. (See below).
o Added Combo-Box to easily choose the MiniDump folders available
in the hard-disks currently attached to your computer.
o Added 'Computer Name' and 'Full Path' columns.
* Version 1.11:
o Added /sort command-line option.
* Version 1.10:
o Added accelerator keys for allowing you to toggle between modes
more easily.
o Added command-line options for saving the crash dumps list to
text/csv/html/xml file.
o Added command-line option for opening BlueScreenView with the
desired MiniDump folder.
o Fixed focus problems when opening the 'Advanced Options' window.
o Added 'default' button to the 'Advanced Options' window.
o Added 'processor' column - 32-bit or x64.
* Version 1.05 - Added support for x64 MiniDump files.
* Version 1.00 - First release.
BlueScreenView Features
=======================
* Automatically scans your current minidump folder and displays the
list of all crash dumps, including crash dump date/time and crash
details.
* Allows you to view a blue screen which is very similar to the one
that Windows displayed during the crash.
* BlueScreenView enumerates the memory addresses inside the stack of
the crash, and find all drivers/modules that might be involved in the
crash.
* BlueScreenView also allows you to work with another instance of
Windows, simply by choosing the right minidump folder (In Advanced
Options).
* BlueScreenView automatically locate the drivers appeared in the crash
dump, and extract their version resource information, including product
name, file version, company, and file description.
System Requirements
===================
* BlueScreenView works with Windows XP, Windows Server 2003, Windows
Server 2008, Windows Vista, Windows 7, and Windows 8, as long as
Windows is configured to save minidump files during BSOD crashes. If
your system doesn't create MiniDump files on a blue screen crash, try
to configure it according to the following article: How to configure
Windows to create MiniDump files on BSOD
* BlueScreenView can read the MiniDump files of both 32-bit and x64
systems.
Using BlueScreenView
====================
BlueScreenView doesn't require any installation process or additional dll
files. In order to start using it, simply run the executable file -
BlueScreenView.exe
After running BlueScreenView, it automatically scans your MiniDump folder
and display all crash details in the upper pane.
Crashes Information Columns (Upper Pane)
========================================
* Dump File: The MiniDump filename that stores the crash data.
* Crash Time: The created time of the MiniDump filename, which also
matches to the date/time that the crash occurred.
* Bug Check String: The crash error string. This error string is
determined according to the Bug Check Code, and it's also displayed in
the blue screen window of Windows.
* Bug Check Code: The bug check code, as displayed in the blue screen
windo