How to Read Memory Dump From bluescreen?

TommyFamzy

Reputable
Apr 18, 2015
301
0
4,810
Recently in the past few days my pc has been blue screening with the error Video_scheduler_internal_error Bug Check 0x119

Which is a Driver error from what i can tell, i clean installed my graphics card drivers, /sfc scannow, and i was 4 hours into a virus scan when i blue screened again (not sure if i should start another scan or not).

Is there any way i can access the memory dump and find out exactly what is causing this issue? as it is really stressing me out.

it seems to be when im watching youtube and not when im playing games, as everytime the crash occured i was watching youtube, if i am playing games all day then i wont crash at all.

Overall this is really confusing for me and i want to know how or if someone can read my memory dumps so i can find out exactly what this is.
 
Solution
I think the main cause of the bugchecks is the overclocking software installed, it is very old and tweaks voltages even if you are not using it directly.

remove the MSI afterburner driver and install all the motherboard driver updates if you have not all ready done so:
https://us.msi.com/Motherboard/support/Z97M-GAMING.html#down-driver&Win10 64

i would remove the special USB driver if you don't really need it, USB drivers before 2012 tend to be broken.
(mainly because of the various usb spec changes over the years required the USB drivers and the BIOS to be updated together, you have a current bios and some new drivers mixed with a very old driver. Also it might sound strange but the USB shares hardware resources with the PCI...
well... you can download and run this: http://www.resplendence.com/whocrashed
it reads the log files and creates a summary of the errors
it may point at a particular driver but normally points at windows

Copy/paste its results in here

You can also do steps 1 to 6 of option 1: Configure Dump File Settings in Start-up and Recovery
and then do Have Windows Create a Small Memory Dump (Minidump) on BSOD
that is on the same page here: http://www.tenforums.com/tutorials/5560-bsod-minidump-configure-create-windows-10-a.html

and then look in c/windows/minidump and copy that file onto a cloud server and share a link here.

Whocrashed is helpful for beginners (like me) while wizards need the dump file as they can tell you amazing things about your pc
 


I have minidumps set up i belive Which cloudd service do you suggest to upload them too and what info would you find from them i have 5 from the past few days all the same size apart from one
 
i don't have a fav cloud server, you could use onedrive since its built into win 10 already

The files will probably include the name of the driver that is causing the crashes. IT is what the normally contain but you need software that can open the dumps. Once i have spare time in a few months i plan on working that out myself. I can normally work out a lot just from the error names and what whocrashed reports.

you might find this handy too: http://www.howtogeek.com/howto/6292/how-to-troubleshoot-the-blue-screen-of-death/
 


Do you know any of their handles so i can pm them maybe? and you cant do it with whocrashed?
 


Okay i guess i will wait for now
 
I think the main cause of the bugchecks is the overclocking software installed, it is very old and tweaks voltages even if you are not using it directly.

remove the MSI afterburner driver and install all the motherboard driver updates if you have not all ready done so:
https://us.msi.com/Motherboard/support/Z97M-GAMING.html#down-driver&Win10 64

i would remove the special USB driver if you don't really need it, USB drivers before 2012 tend to be broken.
(mainly because of the various usb spec changes over the years required the USB drivers and the BIOS to be updated together, you have a current bios and some new drivers mixed with a very old driver. Also it might sound strange but the USB shares hardware resources with the PCI controller that is running your PCI/E bus that your graphics card is plugged into. IE USB problems can mess up your GPU timings and cause this type of failure.)
---------------



first bugcheck was in windows video scheduler.
remove overclcocking driver (MSI Afterburner driver )
C:\Program Files (x86)\MSI\Super Charger\NTIOLib_X64.sys Thu Oct 25 03:27:58 2012
this driver does not know the correct voltage settings for your new low power CPU.

update these drivers if you can (Or remove the driver if you don't need them):
Silicone Labs USBXpress Development Kit
http://www.silabs.com/SUPPORT/Pages/default.aspx
\SystemRoot\system32\drivers\SiLib.sys Thu Jul 15 15:08:26 2010
\SystemRoot\system32\drivers\SiUSBXp.sys Thu Jul 15 15:27:13 2010
update:
Intel Smart Connect Technology Driver
\SystemRoot\System32\drivers\ISCTD64.sys Tue Nov 27 11:52:34 2012

machine info:

BIOS Version V1.7
BIOS Starting Address Segment f000
BIOS Release Date 05/29/2015
Manufacturer MSI
Product Z97M GAMING (MS-7919)

Processor Version Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz
Processor Voltage 8ch - 1.2V
External Clock 100MHz
Max Speed 3800MHz
Current Speed 4000MHz

 
Solution