Syed Kashif
New Member
- Joined
- Nov 16, 2012
- Messages
- 25
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 1000007F, {8, 82267280, 0, 0}
Probably caused by : NETIO.SYS ( NETIO!PplGenericAllocateFunction+35 )
Followup: MachineOwner
Code:******************************************************************************* * * * Bugcheck Analysis * * * ******************************************************************************* Use !analyze -v to get detailed debugging information. BugCheck 1000007F, {8, 82267280, 0, 0} Probably caused by : NETIO.SYS ( NETIO!PplGenericAllocateFunction+35 ) Followup: MachineOwner
The UNEXPECTED_KERNEL_MODE_TRAP bug check has a value of 0x0000007F. This bug check indicates that the Intel CPU generated a trap and the kernel failed to catch this trap.
This trap could be a bound trap (a trap the kernel is not permitted to catch) or a double fault (a fault that occurred while processing an earlier fault, which always results in a system failure).
Cause
Bug check 0x7F typically occurs after you install a faulty or mismatched hardware (especially memory) or if installed hardware fails.
A double fault can occur when the kernel stack overflows. This overflow occurs if multiple drivers are attached to the same stack. For example, if two file system filter drivers are attached to the same stack and then the file system recurses back in, the stack overflows.
I checked through the driver stack and your running a very old Intel driver. Please update all drivers to the latest versions found via your manufacturers web page:
Drivers and Downloads | Dell [United States]
Thanks, i will update and reply soon.....This is the driver from the dmp file:
HECI.sys Wed Oct 20 00:33:38 2010
I've also arrowed the download:
Link Removed
This is the driver from the dmp file:
HECI.sys Wed Oct 20 00:33:38 2010
I've also arrowed the download:
Link Removed
Hi yes one was for NETIO.SYS again. The other was caused by the intel graphics driver. Can you please un-install and then re-install your network driver just to make sure thats ok. I noticed a driver dated from 2006 but it's a securom driver, do you play any old games at all? Also when do the bsod's happen? Is it anytime or when your doing something particular?
Also please run a system file checker. Right click on cmd prompt and run as admin. Type:
sfc /scannow
Press enter and then wait to see the results.
Try a chkdsk as well. Right click on My computer, choose properties, Tools and then check for errors.
Just out of interest, when you say you installed the graphics and network drivers many times did you un-install them first?
Cause
Bug check 0x7F typically occurs after you install a faulty or mismatched hardware (especially memory) or if installed hardware fails.
Almost all the dmp files had a bugcheck code of 0x7F:
Please check your RAM. If you have two sticks please try and remove one until testing is over. Use the app found here:
Memtest86+ - Advanced Memory Diagnostic Tool
and test for 7/8 passes. It's important to test one stick at a time so that errors are not missed and that you know which, if any, is the faulty stick.
It is entirely possible to buy bad RAM. If however you are worried I should imagine the machine is still under warranty, yes? You could always take it back.
Ok.. Please post from the beginning what actually happened with your install. Was the machine originally installed with windows 7 and you installed windows 8? If so when did it start blue screening?
Did you perform a clean install? Even so, I'm pretty sure there lies your problem.