ntoskrnl.exe BSOD on shutdown.

Rufus2468

Reputable
Apr 20, 2015
2
0
4,510
Lately, my PC has been BSOD'ing when I shut it down. Never while in the middle of something, only after the logoff and shutdown procedure is finished it BSODs and I lose all my overclock settings.

Here is the latest dumpfile: https://drive.google.com/file/d/0Bzb07c2BTir3cHZ1UW94S2FlVzg/

Thanks heaps if anyone can help!
 
Solution
Note: your bugcheck was in the virus scanner but I would suspect something corrupted the data and caused it to crash. The stack was corrupted. With all of the suspect drivers installed I would think it was cause by one of them.
(just not likely to be the scanners fault for the crash, it was a victim of stack corruption)
You could run cmd.exe as an admin, then run
verifier.exe /standard /all
and make windows look at all the driver calls and try to find one that causes corruption and force a bugcheck.
But you have several ones that are known to fail installed already, so clean up and see if your problem goes away, if not then run verifier.exe.

note: use verifier.exe /reset
to turn off the extra driver checking when you are done...
Note: your bugcheck was in the virus scanner but I would suspect something corrupted the data and caused it to crash. The stack was corrupted. With all of the suspect drivers installed I would think it was cause by one of them.
(just not likely to be the scanners fault for the crash, it was a victim of stack corruption)
You could run cmd.exe as an admin, then run
verifier.exe /standard /all
and make windows look at all the driver calls and try to find one that causes corruption and force a bugcheck.
But you have several ones that are known to fail installed already, so clean up and see if your problem goes away, if not then run verifier.exe.

note: use verifier.exe /reset
to turn off the extra driver checking when you are done testing or your system will run slow until you do.


I would update/remove drivers

you have a lot of suspect drivers loaded:
any idea what this is for?
\SystemRoot\System32\Drivers\a65tr19o.SYS Tue Dec 27 14:30:45 2011

generally not a good idea to load drivers from temp directories
E:\Users\RUFUS~1.HIJ\AppData\Local\Temp\ALSysIO64.sys Sat Jul 09 17:27:45 2011

bunch of the older asus drivers have issues:
\SystemRoot\system32\DRIVERS\AiCharger.sys Wed Oct 20 05:00:33 2010
you might want to update the others also.
\SystemRoot\SysWow64\drivers\AsUpIO.sys Mon Aug 02 19:47:59 2010
\SystemRoot\SysWow64\drivers\ASUSFILTER.sys Tue Sep 20 08:46:33 2011
\SystemRoot\SysWow64\drivers\AsIO.sys Wed Aug 22 02:54:47 2012
\SystemRoot\SysWow64\drivers\ASUSFILTER.sys Tue Sep 20 08:46:33 2011

\SystemRoot\system32\DRIVERS\dtsoftbus01.sys Fri Jan 13 05:45:46 2012

your intel storage drivers are very old:
\SystemRoot\system32\DRIVERS\iaStorA.sys Fri Aug 26 10:55:27 2011
\SystemRoot\system32\DRIVERS\iaStorF.sys Fri Aug 26 10:54:23 2011

you might want to remove Saitek Magic Bus drivers if you don't use them
SystemRoot\system32\drivers\SaiBus.sys Mon Jun 25 08:55:19 2012
SystemRoot\system32\DRIVERS\SaiMini.sys Mon Jun 25 08:55:19 2012

driver installed from nonstandard location:
\E:\Program Files\AVAST Software\Avast\ng\vbox\VBoxAswDrv.sys Wed Feb 18 10:13:19 2015

very old driver date:
\SystemRoot\system32\DRIVERS\wacommousefilter.sys Fri Feb 16 10:12:17 2007

---------
machine info:
BIOS Version 4801
BIOS Release Date 07/24/2014
Manufacturer ASUSTeK COMPUTER INC.
Product P9X79
Version Rev 1.xx
Processor Version Intel(R) Core(TM) i7-3820 CPU @ 3.60GHz
Processor Voltage 8ah - 1.0V
External Clock 100MHz
Max Speed 4000MHz
Current Speed 3600MHz







 
Solution