how do we view a dump file when all solution just show how to solve the problem ?

mastodonde

Reputable
Dec 25, 2015
38
0
4,530
Hello ,
i been searching on internet how to be able to read a dump file since I haven't been able to view the error (more likely take a picture) message when the bluescreen appeared . I have been trying to search on the internet how can we read a dump file but the only thing i see everywhere is how to solve the problem of the bluescreen but nothing about how to read the problem .

thank you for the response
 
Solution
you can try the automated debug programs. Whocrashed.exe or bluescreenview.exe
you can go here and upload your minidump file and get a basic stack trace.
http://www.osronline.com/page.cfm?name=Analyze

you can download the windows debugger windbg.exe from the windows DDK, set up symbols and try to figure out the debug commands.

you can upload your memory dump files from c:\windows\minidump directory to a cloud server like microsoft onedrive, share the files as public and post a link. Someone with a debubugger installed could take a quick look and tell you the problem.


most people just apply the most common fixes and hope the problem goes away.
IE update bios, and the motherboard device drivers from the motherboard vendors...
you can try the automated debug programs. Whocrashed.exe or bluescreenview.exe
you can go here and upload your minidump file and get a basic stack trace.
http://www.osronline.com/page.cfm?name=Analyze

you can download the windows debugger windbg.exe from the windows DDK, set up symbols and try to figure out the debug commands.

you can upload your memory dump files from c:\windows\minidump directory to a cloud server like microsoft onedrive, share the files as public and post a link. Someone with a debubugger installed could take a quick look and tell you the problem.


most people just apply the most common fixes and hope the problem goes away.
IE update bios, and the motherboard device drivers from the motherboard vendors website.
and remove any overclocking.
 
Solution