Thanks!
The attached DMP file is of the VIDEO_DXGKRNL_FATAL_ERROR (113) bug check.
This indicates that the Microsoft DirectX graphics kernel subsystem has detected a violation.
If we take a look at the call stack:
1: kd> knL
# Child-SP RetAddr Call Site
00 ffffd000351e7a18 fffff800016039ca nt!KeBugCheckEx
01 ffffd000351e7a20 fffff8000168aefc watchdog!WdLogEvent5_WdCriticalError+0xce
02 ffffd000351e7a60 ffffe00000243540 dxgkrnl+0x15efc
03 ffffd000351e7a68 ffffe00000fdb060 0xffffe000`00243540
04 ffffd000351e7a70 ffffd000351e7a88 0xffffe000`00fdb060
05 ffffd000351e7a78 0000000000000018 0xffffd000`351e7a88
06 ffffd000351e7a80 fffff80002cfa400 0x18
07 ffffd000351e7a88 fffff80002cfd67c igdkmd64+0x3a400
08 ffffd000351e7a90 ffffe00000526000 igdkmd64+0x3d67c
09 ffffd000351e7a98 ffffe00000000001 0xffffe000`00526000
0a ffffd000351e7aa0 fffff8036992a100 0xffffe000`00000001
0b ffffd000351e7aa8 ffffe0000279b880 nt!ExNode0
0c ffffd000351e7ab0 ffffe00002f26a90 0xffffe000`0279b880
0d ffffd000351e7ab8 fffff80002cfa422 0xffffe000`02f26a90
0e ffffd000351e7ac0 0000000000000000 igdkmd64+0x3a422
^^ We can see three igdkmd64.sys calls which is the Intel Graphics driver. We then have a dxgkrnl.sys call which is the DirectX Kernel, and then a watchdog event which calls into nt!KeBugCheckEx.
---------------------
1. Ensure you have the latest video card drivers. If you are already on the latest video card drivers, uninstall and install a version or a few versions behind the latest to ensure it's not a latest driver only issue. If you have already experimented with the latest video card driver and many previous versions, please give the beta driver for your card a try.
2. Remove and replace AVG with Windows 8's built-in Windows Defender for temporary troubleshooting purposes:
AVG removal - http://www.avg.com/us-en/utilities
Windows Defender (how to turn on after removal) - http://www.eightforums.com/tutorials/21962-windows-defender-turn-off-windows-8-a.html
Regards,
Patrick