** LOL, Harry, every single time.
Hi,
We have various bug checks:
MEMORY_MANAGEMENT (1a)
This indicates that a severe memory management error occurred.
BugCheck 1A, {
411, fffff680003b9f80, 6d00, fffff68000000003}
The 1st parameter of the bug check is 411 which indicates a page table entry (PTE) has been corrupted.
BAD_POOL_HEADER (19)
This indicates that a pool header is corrupt.
Code:
0: kd> !poolval fffff9014492e010
fffff80079cb5340: Unable to get special pool info
fffff80079cb5340: Unable to get special pool info
Pool page fffff9014492e010 region is unable to get nt!MmPoolCodeStart
unable to get nt!MmPoolCodeEnd
Unknown
Validating Pool headers for pool page: fffff9014492e010
Pool page [ fffff9014492e000 ] is [B][COLOR=#ff0000]VALID[/COLOR][/B].
So far this doesn't look hardware memory related (RAM) but likely a device driver causing the corruption.
IRQL_NOT_LESS_OR_EQUAL (a)
This indicates that Microsoft Windows or a kernel-mode driver accessed paged memory at DISPATCH_LEVEL or above.
This bug check is issued if paged memory (or invalid memory) is accessed when the IRQL is too high. The error that generates this bug check usually occurs after the installation of a faulty device driver, system service, or BIOS.
PAGE_FAULT_IN_NONPAGED_AREA (50)
This indicates that invalid system memory has been referenced.
Bug check 0x50 usually occurs after the installation of faulty hardware or in the event of failure of installed hardware (usually related to defective RAM, be it main memory, L2 RAM cache, or video RAM).
Another common cause is the installation of a faulty system service.
Antivirus software can also trigger this error, as can a corrupted NTFS volume.
Unable to load image atikmdag.sys, Win32 error 0n2
*** WARNING: Unable to verify timestamp for atikmdag.sys
*** ERROR: Module load completed but symbols could not be loaded for atikmdag.sys
Probably caused by : atikmdag.sys ( atikmdag+b2fbe )
FAILURE_BUCKET_ID: X64_0x50_
atikmdag+b2fbe
^^ ATI/AMD video driver.
SYSTEM_SERVICE_EXCEPTION (3b)
This indicates that an exception happened while executing a routine that transitions from non-privileged code to privileged code.
This error has been linked to excessive paged pool usage and may occur due to user-mode graphics drivers crossing over and passing bad data to the kernel code.
FAILURE_BUCKET_ID: X64_0x3B_win32k!RFONTOBJ::vDeleteRFONT+32
BUCKET_ID: X64_0x3B_win32k!RFONTOBJ::vDeleteRFONT+32
^^ Possible corrupt font cache.
------------------------------
1. Create a Restore Point -
Restore Point - Create in Windows 8
2. After doing #1, navigate to C:\Windows\System32. Once inside, find and rename
FNTCACHE.DAT to
FNTCACHE.OLD
Restart the system and let Windows rebuild the font cache.
3.
AODDriver2.sys - Wed Nov 21 02:44:04 2012
^^ AMD Overdrive; also in EasyTune6 for Gigabyte motherboard - Known BSOD issues in Win 7, especially 8 and/or 8.1 Remove ASAP.
Regards,
Patrick