Code:
BugCheck [COLOR="red"]124[/COLOR], {[COLOR="Blue"]0[/COLOR], [COLOR="Green"]fffffa800e5187f8[/COLOR], 0, 0}
Probably caused by : [COLOR="Red"]hardware[/COLOR]
0x124 bugchecks indicate a fatal hardware error has occurred, the
1st parameter is a machine check exception which means the CPU has found a fault with a hardware piece and has initiated a bugcheck.
The
3rd parameter is the address where the WHEA error record is stored, lets have a look.
Code:
3: kd> [COLOR="Green"]!errrec fffffa800e5187f8[/COLOR]
===============================================================================
Common Platform Error Record @ fffffa800e5187f8
-------------------------------------------------------------------------------
Record Id : 01cf794a62ac3724
Severity : Fatal (1)
Length : 928
Creator : Microsoft
Notify Type : [COLOR="Blue"]Machine Check Exception[/COLOR]
Timestamp : 5/27/2014 1:24:27
Flags : 0x00000002 PreviousError
===============================================================================
Section 0 : Processor Generic
-------------------------------------------------------------------------------
Descriptor @ fffffa800e518878
Section @ fffffa800e518950
Offset : 344
Length : 192
Flags : 0x00000001 Primary
Severity : Fatal
Proc. Type : x86/x64
Instr. Set : x64
Error Type : Cache error
Operation : Data Write
Flags : 0x00
Level : 1
CPU Version : 0x0000000000100f43
Processor ID : 0x0000000000000002
===============================================================================
Section 1 : x86/x64 Processor Specific
-------------------------------------------------------------------------------
Descriptor @ fffffa800e5188c0
Section @ fffffa800e518a10
Offset : 536
Length : 128
Flags : 0x00000000
Severity : Fatal
Local APIC Id : 0x0000000000000002
CPU Id : 43 0f 10 00 00 08 04 02 - 09 20 80 00 ff fb 8b 17
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00
Proc. Info 0 @ fffffa800e518a10
===============================================================================
Section 2 : x86/x64 MCA
-------------------------------------------------------------------------------
Descriptor @ fffffa800e518908
Section @ fffffa800e518a90
Offset : 664
Length : 264
Flags : 0x00000000
Severity : Fatal
Error : [COLOR="Orange"]DCACHEL1_DWR_ERR[/COLOR] (Proc 2 Bank 0)
Status : 0xf612c00000000145
Address : 0x0000000004453490
Misc. : 0x0000000000000000
That's a level 1 Cache data read error, looks like the CPU is at fault.
Stress test your CPU with Prime95
I recommend running Prime95 for around 2 hours
Warning
As with most stress tests your component's temperature will rapidly increase.
It is advised that you download a temperature monitoring program like
HWmonitor
Keep an eye on your temperatures and stop the tests if it starts to overheat
Free your startup, remove all unnecessary programs from launching when you first login.
http://www.sevenforums.com/tutorials/1401-startup-programs-change.html
Daemon Tools/Alcohol is known cause of BSODs.
Registry and SPTD problems | DAEMON Pro Help
How to remove sptd.sys from system
1. Uninstall Daemon Tools.
2. Download the
SPTD standalone installer and follow these steps:
3. Double click the executable to open it
4. Click the button shown below
If the button it is grayed out, as shown in the image, there is no more SPTD installation on your system, and you can just close the window.
Post back the results.