Paul Simpson

Senior Member
Joined
Oct 6, 2014
Messages
88
I just had an auto update.
Cumulative Update for Windows 10 for x64-based Systems (KB3093266)
but on restart I got a BSOD.
was this just an an unexpected shut-down fault or is a driver at fault.

Thanks in advance for any help.
 


Attachments

Solution
Code:
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 154, {ffffe000c2bf1000, ffffd00022fb2480, 0, 0}

Probably caused by : ntkrnlmp.exe ( nt!SMKM_STORE<SM_TRAITS>::SmStUnhandledExceptionFilter+22 )

Followup: MachineOwner
Hi Paul,
a rare bugcheck this... It looks like it has something to do with the store so try running...
Code:
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 154, {ffffe000c2bf1000, ffffd00022fb2480, 0, 0}

Probably caused by : ntkrnlmp.exe ( nt!SMKM_STORE<SM_TRAITS>::SmStUnhandledExceptionFilter+22 )

Followup: MachineOwner
Hi Paul,
a rare bugcheck this... It looks like it has something to do with the store so try running DISM. Open an admin command prompt and either copy and paste or type:
dism /online /cleanup-image /restorehealth
Press enter and await results which can take some minutes.
 


Solution
Thanks Kemical worked without any faults.
Do you know of any Debugging tutorials worth reading, I would like to be able to debug any future BSOD myself.
 


Back
Top