D d3ricktt Member Joined Jun 3, 2014 Posts 5 Jul 11, 2014 #1 Hello Guys/Gals I'm getting this kind of BSOD please help me resolve it. Much Appreciated. It happens while im playing dota 2. Thanks, Attachments 071214-7640-01.rar 26.2 KB · Views: 1
Hello Guys/Gals I'm getting this kind of BSOD please help me resolve it. Much Appreciated. It happens while im playing dota 2. Thanks,
P Patrick Sysnative Staff Joined Jun 7, 2012 Posts 4,618 Jul 11, 2014 #2 Hi, The attached DMP file is of the DRIVER_IRQL_NOT_LESS_OR_EQUAL (d1) bug check. This indicates that a kernel-mode driver attempted to access pageable memory at a process IRQL that was too high. A driver tried to access an address that is pageable (or that is completely invalid) while the IRQL was too high. This bug check is usually caused by drivers that have used improper addresses. Code: 2: kd> k Child-SP RetAddr Call Site ffffd001`88df78c8 fffff802`371dfae9 nt!KeBugCheckEx ffffd001`88df78d0 fffff802`371de33a nt!KiBugCheckDispatch+0x69 ffffd001`88df7a10 fffff801`10f14495 nt!KiPageFault+0x23a ffffd001`88df7ba8 fffff801`10f13a7b cmudaxp+0x28495 ffffd001`88df7bb0 00000000`7f180000 cmudaxp+0x27a7b ffffd001`88df7bb8 00000000`00000000 0x7f180000 Code: BugCheck D1, {ffffd00207ecdff8, 2, 0, fffff80110f14495} cmudaxp.sys attempted to access memory which was on the pagefile, therefore as this cannot occur in kernel-mode, the box crashed. This is one of the following drivers: C-Media Audio Interface Driver (WDM) by C-Media ASUS Xonar DG Audio Interface driver HTO CLARO Audio Interface Driver Update your audio drivers ASAP - GIGABYTE - Motherboard - Socket 1155 - GA-Z77X-UP4 TH (rev. 1.0) If it's a 3rd party sound card, update the drivers from their site ASAP. Regards, Patrick
Hi, The attached DMP file is of the DRIVER_IRQL_NOT_LESS_OR_EQUAL (d1) bug check. This indicates that a kernel-mode driver attempted to access pageable memory at a process IRQL that was too high. A driver tried to access an address that is pageable (or that is completely invalid) while the IRQL was too high. This bug check is usually caused by drivers that have used improper addresses. Code: 2: kd> k Child-SP RetAddr Call Site ffffd001`88df78c8 fffff802`371dfae9 nt!KeBugCheckEx ffffd001`88df78d0 fffff802`371de33a nt!KiBugCheckDispatch+0x69 ffffd001`88df7a10 fffff801`10f14495 nt!KiPageFault+0x23a ffffd001`88df7ba8 fffff801`10f13a7b cmudaxp+0x28495 ffffd001`88df7bb0 00000000`7f180000 cmudaxp+0x27a7b ffffd001`88df7bb8 00000000`00000000 0x7f180000 Code: BugCheck D1, {ffffd00207ecdff8, 2, 0, fffff80110f14495} cmudaxp.sys attempted to access memory which was on the pagefile, therefore as this cannot occur in kernel-mode, the box crashed. This is one of the following drivers: C-Media Audio Interface Driver (WDM) by C-Media ASUS Xonar DG Audio Interface driver HTO CLARO Audio Interface Driver Update your audio drivers ASAP - GIGABYTE - Motherboard - Socket 1155 - GA-Z77X-UP4 TH (rev. 1.0) If it's a 3rd party sound card, update the drivers from their site ASAP. Regards, Patrick
D d3ricktt Member Joined Jun 3, 2014 Posts 5 Jul 11, 2014 #3 @sir Patrick thank you so much for your help. I downloaded already a ASUS Xonar DG driver but its on beta for windows 8.1. This windows 8.1 causing lots of trouble.
@sir Patrick thank you so much for your help. I downloaded already a ASUS Xonar DG driver but its on beta for windows 8.1. This windows 8.1 causing lots of trouble.
P Patrick Sysnative Staff Joined Jun 7, 2012 Posts 4,618 Jul 12, 2014 #4 Indeed, sound cards that are a bit older are having trouble as their manufacturers are getting lazy and not writing drivers. How is the beta driver working, or is that the driver you're still crashing with? Regards, Patrick
Indeed, sound cards that are a bit older are having trouble as their manufacturers are getting lazy and not writing drivers. How is the beta driver working, or is that the driver you're still crashing with? Regards, Patrick
D d3ricktt Member Joined Jun 3, 2014 Posts 5 Jul 13, 2014 #5 BSOD on Windows 8.1 Kindly help please what cause my PC BSOD on this dump file. Gladly appreciated. Thanks Attachments 071414-7937-01.rar 37 KB · Views: 1
BSOD on Windows 8.1 Kindly help please what cause my PC BSOD on this dump file. Gladly appreciated. Thanks
P Patrick Sysnative Staff Joined Jun 7, 2012 Posts 4,618 Jul 13, 2014 #6 I merged your new thread here. SYSTEM_THREAD_EXCEPTION_NOT_HANDLED_M (1000007e) This indicates that a system thread generated an exception which the error handler did not catch. Code: BugCheck 1000007E, {ffffffffc0000005, fffff800b9359dbb, ffffd00020368128, ffffd00020367930} 1st argument of the bug check is 0xc0000005 which indicates an access violation occurred. Code: 1: kd> .exr 0xffffd00020368128 ExceptionAddress: fffff800b9359dbb (atikmdag+0x00000000000c7dbb) ExceptionCode: c0000005 (Access violation) The violation occurred in atikmdag+0x00000000000c7dbb (AMD/ATI video driver). 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 Kaspersky with Windows 8's built-in Windows Defender for temporary troubleshooting purposes as it may be causing conflicts: Kaspersky removal - Service articles Windows Defender (how to turn on after removal) - Windows Defender - Turn On or Off in Windows 8 Regards, Patrick
I merged your new thread here. SYSTEM_THREAD_EXCEPTION_NOT_HANDLED_M (1000007e) This indicates that a system thread generated an exception which the error handler did not catch. Code: BugCheck 1000007E, {ffffffffc0000005, fffff800b9359dbb, ffffd00020368128, ffffd00020367930} 1st argument of the bug check is 0xc0000005 which indicates an access violation occurred. Code: 1: kd> .exr 0xffffd00020368128 ExceptionAddress: fffff800b9359dbb (atikmdag+0x00000000000c7dbb) ExceptionCode: c0000005 (Access violation) The violation occurred in atikmdag+0x00000000000c7dbb (AMD/ATI video driver). 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 Kaspersky with Windows 8's built-in Windows Defender for temporary troubleshooting purposes as it may be causing conflicts: Kaspersky removal - Service articles Windows Defender (how to turn on after removal) - Windows Defender - Turn On or Off in Windows 8 Regards, Patrick