Blue screen of death (STOP error) information in dump files.

(追記) (追記ここまで)
Main Page
Blog
Search
FAQ
TOP 10
Pad Files
Contact
About...
Donate
All Utilities
Password Tools
System Tools
Browser Tools
Programmer Tools
Network Tools
Outlook/Office
64-bit Download
Panel
Forensics
Pre-Release Tools
Articles

(追記) (追記ここまで)
BlueScreenView v1.55
Copyright (c) 2009 - 2015 Nir Sofer

Related Utilities

See Also

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.

Download links are on the bottom of this page

Versions History

BlueScreenView Features

System Requirements

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)

Drivers Information Columns (Lower Pane)

Lower Pane Modes

Currently, the lower pane has 4 different display modes. You can change the display mode of the lower pane from Options->Lower Pane Mode menu.
  1. All Drivers: Displays all the drivers that were loaded during the crash that you selected in the upper pane. The drivers/module that their memory addresses found in the stack, are marked in pink color.
  2. Only Drivers Found In Stack: Displays only the modules/drivers that their memory addresses found in the stack of the crash. There is very high chance that one of the drivers in this list is the one that caused the crash.
  3. Blue Screen in XP Style: Displays a blue screen that looks very similar to the one that Windows displayed during the crash.
  4. DumpChk Output: Displays the output of Microsoft DumpChk utility. This mode only works when Microsoft DumpChk is installed on your computer and BlueScreenView is configured to run it from the right folder (In the Advanced Options window).
    You can get DumpChk from the installation CD/DVD of Windows or with the installtion of Debugging Tools for Windows.

Crashes of Remote Network Computer

If you have multiple computers on your network and you have full administrator access to them (e.g: you have access to \\ComputerName\c$), you can also view the crashes of the other computers on your network remotely. In order to do that, simply go to 'Advanced Options' (Ctrl+O) and type the MiniDump folder of the remote computer, for example: \\MyComp\c$\Windows\MiniDump.

Notice: If you fail to get full administrator access to the remote computer, you should read the instructions in the following Blog post: How to connect a remote Windows 7/Vista/XP computer with NirSoft utilities.

Watching the crashes of multiple computers on your network

If you have a network with multiple computers, and you have full admin access to these computers, you can view the blue screens list of all these computers in one table, and easily detect computers with recurring BSOD problems.

In order to use this feature, prepare a list of all computer names/IP addresses that you want to inspect, and save it to a simple text file. The computer names in the list can be delimited by comma, semicolon, tab character, or Enter (CRLF).
Example for computer names list:

comp01
comp02
192.168.0.1
192.168.0.2
192.168.0.4
After you have a text file contains the computers list, you can go to Advanced Options window (Ctrl+O), choose the second option and type the computers list filename.

Command-Line Options

/LoadFrom <Source> Specifies the source to load from.
1 -> Load from a single MiniDump folder (/MiniDumpFolder parameter)
2 -> Load from all computers specified in the computer list file. (/ComputersFile parameter)
3 -> Load from a single MiniDump file (/SingleDumpFile parameter) /MiniDumpFolder <Folder> Start BlueScreenView with the specified MiniDump folder. /SingleDumpFile <Filename> Start BlueScreenView with the specified MiniDump file. (For using with /LoadFrom 3) /ComputersFile <Filename> Specifies the computers list filename. (When LoadFrom = 2) /LowerPaneMode <1 - 3> Start BlueScreenView with the specified mode. 1 = All Drivers, 2 = Only Drivers Found In Stack, 3 = Blue Screen in XP Style. /stext <Filename> Save the list of blue screen crashes into a regular text file. /stab <Filename> Save the list of blue screen crashes into a tab-delimited text file. /scomma <Filename> Save the list of blue screen crashes into a comma-delimited text file (csv). /stabular <Filename> Save the list of blue screen crashes into a tabular text file. /shtml <Filename> Save the list of blue screen crashes into HTML file (Horizontal). /sverhtml <Filename> Save the list of blue screen crashes into HTML file (Vertical). /sxml <Filename> Save the list of blue screen crashes into XML file. /sort <column> This command-line option can be used with other save options for sorting by the desired column. If you don't specify this option, the list is sorted according to the last sort that you made from the user interface. The <column> parameter can specify the column index (0 for the first column, 1 for the second column, and so on) or the name of the column, like "Bug Check Code" and "Crash Time". You can specify the '~' prefix character (e.g: "~Crash Time") if you want to sort in descending order. You can put multiple /sort in the command-line if you want to sort by multiple columns.

Examples:
BlueScreenView.exe /shtml "f:\temp\crashes.html" /sort 2 /sort ~1
BlueScreenView.exe /shtml "f:\temp\crashes.html" /sort "Bug Check String" /sort "~Crash Time" /nosort When you specify this command-line option, the list will be saved without any sorting.

Translating BlueScreenView to other languages

In order to translate BlueScreenView to other language, follow the instructions below:
  1. Run BlueScreenView with /savelangfile parameter:
    BlueScreenView.exe /savelangfile
    A file named BlueScreenView_lng.ini will be created in the folder of BlueScreenView utility.
  2. Open the created language file in Notepad or in any other text editor.
  3. Translate all string entries to the desired language. Optionally, you can also add your name and/or a link to your Web site. (TranslatorName and TranslatorURL values) If you add this information, it'll be used in the 'About' window.
  4. After you finish the translation, Run BlueScreenView, and all translated strings will be loaded from the language file.
    If you want to run BlueScreenView without the translation, simply rename the language file, or move it to another folder.

License

This utility is released as freeware. You are allowed to freely distribute this utility via floppy disk, CD-ROM, Internet, or in any other way, as long as you don't charge anything for this. If you distribute this utility, you must include all files in the distribution package, without any modification !

Disclaimer

The software is provided "AS IS" without any warranty, either expressed or implied, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. The author will not be liable for any special, incidental, consequential or indirect damages due to loss of data or any other reason.

Feedback

If you have any problem, suggestion, comment, or you found a bug in my utility, you can send a message to nirsofer@yahoo.com

Download BlueScreenView (in Zip file)
Download BlueScreenView with full install/uninstall support
Download BlueScreenView 64-bit (in Zip file)
Check Download MD5/SHA1/SHA256 Hashes


(追記) (追記ここまで)
BlueScreenView is also available in other languages. In order to change the language of BlueScreenView, download the appropriate language zip file, extract the 'bluescreenview_lng.ini', and put it in the same folder that you Installed BlueScreenView utility.

LanguageTranslated ByDateVersion
Arabic Fcmam5 23/02/20131.47
Brazilian Portuguese cslibraga 20/02/20161.10
Bulgarian Евгений Кабакчиев05/06/20151.55
Czech Pavel Konečný04/01/20151.52
Danish Gustav Brock 15/01/20111.30
Dutch Jan Verheijen03/02/20151.55
Farsi Hamed Babaei (ÍÇãÏ ÈÇÈÇíí) 18/03/20141.52
Finnish S. J. Liimatainen03/06/20201.55
French EtoileFilante® Corp.24/08/20151.55
French Eric FICHOT 27/07/20131.52
French xb70walkyrie [v. 1.55]31/07/2016
German «Latino» auf WinTotal.de 29/01/20151.55
Greek geogeo.gr 11/10/20141.52
Hungarian Timinoun03/08/20241.55
Italian Roberto B.WSS 14/05/20151.55
Italian Daniele Cultrera & bovirus01/04/20141.52
Japanese iLEƒÖEj 17/07/20131.52
Korean J. K. Lee(Wave)04/02/20151.55
Latvian Nizaury 15/01/20121.45
Persian Shadima.com 26/04/20201.55
Polish Wojciech Sabaj25/06/20121.45
Polish Tomasz Janiszewski04/08/20091.00
Romanian Jaff (Oprea Nicolae) 08/05/20151.55
Russian Dmitry Posunko && Dm.Yerokhin21/01/20161.55
Simplified Chinese CuiPlaY14/03/20131.47
Simplified Chinese EaiLFly 28/01/20121.45
Simplified Chinese Edison Chen27/05/20141.52
Slovak Fero Fico29/01/20151.55
Slovenian Darko Kenda 22/01/20141.52
Spanish Amadeo García Torrano 07/05/20201.55
Swedish Bernt Janhäger06/08/20121.45
Swedish Tommy Kellerman29/03/20111.32
Traditional Chinese TOC SH 04/08/20251.55
Traditional Chinese 丹楓(虫二電氣診所) 08/10/20131.52
Turkish Saner Apaydin 16/03/20101.20
Turkish HARUN ARI16/09/20111.40
Ukrainian Lembergman, August 201719/08/2017 1.5.5.0
Ukrainian vmsoft7720/11/20131.52
Valencian vjatv 25/08/20091.05

AltStyle によって変換されたページ (->オリジナル) /