Blue screen IRQL_NOT_LESS_OR_EQUAL

ejxjohnson

Commendable
Aug 6, 2016
1
0
1,510
I am getting a blue screen of death every so often when playing games and recording. its always a generic IRQL_NOT_LESS_OR_EQUAL or PAGE_FAULT_IN_NONPAGED_AREA.

Here are a few of the newest minidump files located on my googlesrive.

https://drive.google.com/folderview?id=0B6KYRv1XmSgzUU91NUpqa0U2QTg&usp=sharing

Any help would be greatly appreciated. This has been happening off and on for a few months and is bugging the crap out of me.
 
Solution
overall, I suspect your 2007 driver for your logitec camera is writing its data on top of other drivers data.
I would remove the driver/device and see if you still get memory corruption. in this system crash something overwrote the number 47 over some data in memory and caused the virtual memory system to crash (accessing the pagefile.sys) You can not tell what did it but you would suspect the intel management driver or the old USB camera driver. even the old sound driver can do things like this when it conflicts with the video drivers sound support.
(it is just hard to tell without turning on debugging flags using verifier.exe)
-----------
your bios version is too old, you need one dated in 2012 to have your usb 2 ports work...
overall, I suspect your 2007 driver for your logitec camera is writing its data on top of other drivers data.
I would remove the driver/device and see if you still get memory corruption. in this system crash something overwrote the number 47 over some data in memory and caused the virtual memory system to crash (accessing the pagefile.sys) You can not tell what did it but you would suspect the intel management driver or the old USB camera driver. even the old sound driver can do things like this when it conflicts with the video drivers sound support.
(it is just hard to tell without turning on debugging flags using verifier.exe)
-----------
your bios version is too old, you need one dated in 2012 to have your usb 2 ports work correctly, you need one dated in 2013 to have your usb 3 ports work correctly. the most current version http://www.gigabyte.com/products/product-page.aspx?pid=3772#bios
is dated 2012/03/27 I would install it. (confirm it is the correct motherboard)



looks like there is also a update for the intel management driver: http://www.gigabyte.com/products/product-page.aspx?pid=3772#driver

--------------
overclocking driver:
C:\Program Files\ATI Technologies\ATI.ACE\Fuel\amd64\AODDriver2.sys Tue Feb 11 03:06:52 2014
(any overclocking can also cause this problem but I don't think so in this case because the memory address looks like data rather than a valid memory address)

old sound driver:
C-Media sound driver
\SystemRoot\system32\drivers\CM10864.sys Tue Mar 16 02:12:14 2010
maybe look here for a update or remove the device
http://www.cmedia.com.tw/EN/DownloadCenter_Detail2.aspx?pserno=0&dtype=ALL

old Intel Management Engine Interface driver
\SystemRoot\System32\drivers\HECIx64.sys Tue Oct 19 16:33:43 2010
(motherboard vendor has a update for this driver)

old

Logitech Camera driver
\SystemRoot\system32\drivers\LVUSBS64.sys Fri May 11 17:01:20 2007
see if you can find a update or remove the device:
http://support.logitech.com/en_us/home

machine info:
BIOS Version F1
BIOS Release Date 02/11/2011
Manufacturer Gigabyte Technology Co., Ltd.
Product H67A-UD3H-B3
Chassis Type Desktop
Processor Version Intel(R) Core(TM) i7-2600 CPU
Processor Voltage 87h - 0.7V
External Clock 100MHz
Max Speed 4000MHz
Current Speed 3500MHz







 
Solution

Latest posts