Your AMD drivers seem to cause the issue:
Code:
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
WHEA_UNCORRECTABLE_ERROR (124)
A fatal hardware error has occurred. Parameter 1 identifies the type of error
source that reported the error. Parameter 2 holds the address of the
WHEA_ERROR_RECORD structure that describes the error conditon.
Arguments:
Arg1: 0000000000000000, Machine Check Exception
Arg2: fffffa8005367038, Address of the WHEA_ERROR_RECORD structure.
Arg3: 00000000b4282000, High order 32-bits of the MCi_STATUS value.
Arg4: 000000005e000135, Low order 32-bits of the MCi_STATUS value.
Debugging Details:
------------------
ADDITIONAL_DEBUG_TEXT:
You can run '.symfix; .reload' to try to fix the symbol path and load symbols.
FAULTING_MODULE: fffff80002a60000 nt
DEBUG_FLR_IMAGE_TIMESTAMP: 0
BUGCHECK_STR: 0x124_AuthenticAMD
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: WIN7_DRIVER_FAULT
CURRENT_IRQL: 0
STACK_TEXT:
fffff800`00ba8ac8 fffff800`02a29a3b : 00000000`00000124 00000000`00000000 fffffa80`05367038 00000000`b4282000 : nt+0x75bc0
fffff800`00ba8ad0 00000000`00000124 : 00000000`00000000 fffffa80`05367038 00000000`b4282000 00000000`5e000135 : hal+0x12a3b
fffff800`00ba8ad8 00000000`00000000 : fffffa80`05367038 00000000`b4282000 00000000`5e000135 fffffa80`052cc010 : 0x124
STACK_COMMAND: kb
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: AuthenticAMD
IMAGE_NAME: AuthenticAMD
BUCKET_ID: WRONG_SYMBOLS
Followup: MachineOwner
---------
The 0x124 error occurs when there is a critical hardware failure. It could either be your hardware, or your drivers. I'm going to assume it's your drivers, which are a little out-of-date:
Code:
amdhub30 AMD USB 3.0 Hub Driver AMD USB 3.0 Hub Driver Kernel Manual Stopped OK FALSE FALSE 32,768 49,152 0 1/3/2012 6:23:53 PM C:\Windows\system32\drivers\amdhub30.sys 4,096
amdide amdide amdide Kernel Manual Stopped OK FALSE FALSE 0 4,096 0 7/13/2009 4:19:49 PM C:\Windows\system32\drivers\amdide.sys 4,096
amdiox64 AMD IO Driver AMD IO Driver Kernel Manual Stopped OK FALSE FALSE 16,384 16,384 0 2/18/2010 7:17:53 AM C:\Windows\system32\DRIVERS\amdiox64.sys 4,096
AmdK8 AMD K8 Processor Drive AMD K8 Processor Drive Kernel Manual Stopped OK FALSE FALSE 28,672 16,384 0 7/13/2009 4:19:25 PM C:\Windows\system32\drivers\amdk8.sys 8,192
amdkmdag amdkmdag amdkmdag Kernel Manual Running OK TRUE FALSE 2,535,424 8,290,304 0 4/29/2013 7:07:09 PM C:\Windows\system32\DRIVERS\atikmdag.sys 8,192
amdkmdap amdkmdap amdkmdap Kernel Manual Running OK TRUE FALSE 12,288 208,896 0 4/29/2013 7:48:15 PM C:\Windows\system32\DRIVERS\atikmpag.sys 4,096
AmdPPM AMD Processor Driver AMD Processor Driver Kernel Manual Running OK TRUE FALSE 28,672 12,288 0 7/13/2009 4:19:25 PM C:\Windows\system32\DRIVERS\amdppm.sys 4,096
amdsata amdsata amdsata Kernel Manual Stopped OK FALSE FALSE 0 90,112 0 3/18/2010 5:45:17 PM C:\Windows\system32\drivers\amdsata.sys 4,096
amdsbs amdsbs amdsbs Kernel Manual Stopped OK FALSE FALSE 0 172,032 0 3/20/2009 11:36:03 AM C:\Windows\system32\drivers\amdsbs.sys 4,096
amdxata amdxata amdxata Kernel Boot Running OK TRUE FALSE 8,192 8,192 0 3/19/2010 9:18:18 AM C:\Windows\system32\drivers\amdxata.sys 4,096
amdxhc AMD USB 3.0 Host Contr AMD USB 3.0 Host Contr Kernel Manual Stopped OK FALSE FALSE 40,960 143,360 0 1/3/2012 6:23:55 PM C:\Windows\system32\drivers\amdxhc.sys 8,192
amd_sata amd_sata amd_sata Kernel Boot Running OK TRUE FALSE 0 53,248 0 5/14/2010 3:03:51 PM C:\Windows\system32\DRIVERS\amd_sata.sys 4,096
amd_xata amd_xata amd_xata Kernel Boot Running OK TRUE FALSE 8,192 8,192 0 5/14/2010 3:03:52 PM C:\Windows\system32\DRIVERS\amd_xata.sys 4,096
AtiHDAudioSe AMD Function Driver fo AMD Function Driver fo Kernel Manual Running OK TRUE FALSE 45,056 32,768 0 5/11/2012 1:25:40 AM C:\Windows\system32\drivers\AtihdW76.sys 4,096
AtiHdmiServi ATI Function Driver fo ATI Function Driver fo Kernel Manual Stopped OK FALSE FALSE 57,344 45,056 0 5/6/2010 2:20:39 AM C:\Windows\system32\drivers\AtiHdmi.sys 4,096
AtiPcie AMD PCI Express (3GIO) AMD PCI Express (3GIO) Kernel Boot Running OK TRUE FALSE 4,096 4,096 0 3/10/2010 6:33:45 AM C:\Windows\system32\DRIVERS\AtiPcie64.sys 4,096
Try downloading and installing the latest AMD drivers.
Best of luck,
PeregrineX