Blue Screen error - BCCode: d1 Windows 7 64-bit Ultimate

Any help with this error would be greatly appreciated!

The .dmp file for this error is on my SkyDrive and can be found here:

http://cid-d16317d81ed7816e.office.live.com/self.aspx/Public/dump%5E_files/011211-20623-01.dmp

 

The bugcheck was: 0x000000d1 (0x0000000000000008, 0x0000000000000002, 0x0000000000000000, 0xfffff8800c897f5c)

Answer
Answer

Hi,

Results verified with WinDBG, DumpCHK, and BlueScreenView.

There were two 1-21-2011 Bug_Checks in the two minidumps - D1 0x000000D1 and 50  0x00000050.

The CAUSE of the 50 Bug_Check is shown as MEMORY in WinDBG. See memory testing methods in
the troubleshooter and in the next message.

IMAGE_NAME:  memory_corruption
FAILURE_BUCKET_ID:  X64_0x50_nt!MiOutPageSingleKernelStack+f0

------------------------------------------

The CAUSE of the D1 Bug_Check is shown by all 3 debuggers as NETw5s64.sys which is the Intel WiFi
driver. If it is a built-in device check the System Maker and  then Intel Downloads for updated drivers.
If a separate WiFi device check with its maker and then Intel Downloads for updated drivers. See
driver update methods in the troubleshooter and in the next message.

IMAGE_NAME:  NETw5s64.sys
FAILURE_BUCKET_ID:  X64_0xD1_NETw5s64+10f5c

Crash List - Created by using BlueScreenView

Dump File Crash Time Dump File Size Bug Check String Bug Check Code Parameter 1 Parameter 2 Parameter 3 Parameter 4 Caused By Driver Caused By Address File Description Product Name Company File Version Processor Computer Name Full Path Processors Count Major Version Minor Version
122510-21543-01.dmp 1/21/2011 4:43:10 PM 276,584 PAGE_FAULT_IN_NONPAGED_AREA 0x00000050 fffff8a4`0c3f88f8 00000000`00000001 fffff800`0325bd10 00000000`00000005 ntoskrnl.exe ntoskrnl.exe+70740 NT Kernel & System Microsoft® Windows® Operating System Microsoft Corporation 6.0.6002.18267 (vistasp2_gdr.100608-0458) x64   C:\Windows\Minidump\122510-21543-01.dmp 8 15 7600
011211-20623-01.dmp 1/21/2011 4:43:01 PM 281,048 DRIVER_IRQL_NOT_LESS_OR_EQUAL 0x000000d1 00000000`00000008 00000000`00000002 00000000`00000000 fffff880`0c897f5c NETw5s64.sys NETw5s64.sys+10f5c         x64   C:\Windows\Minidump\011211-20623-01.dmp 8 15 7600

When you see a Windows component indicated as CAUSE it means something else drove it into fault.

================================================================

To see how to use BlueScreenView and MyEventViewer to troubleshoot Bluescreens see the methods
indicated in this thread - top 3 answers (+1 other).

http://social.answers.microsoft.com/Forums/en-US/w7repair/thread/c675b7b8-795f-474d-a1c4-6b77b3fcd990

-------------------------------------------------------------

References to Vista also apply to Windows 7.

Have you added any hardware lately? Have you updated any driver just before these started? (Check
Control Panel - Windows Updates to see if any drivers were updated there about the time this started)
Main likely culprits are Video driver, other major drivers, memory, and antivirus/antispyware/security
products could be at fault as well as drive issues.

Use the troubleshooter below and refer to the next message for drivers and memory when you get to
those sections and then return back to the troubleshooter as needed.


BCCode: 50     0x00000050

Cause

The BCCode 50 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.

Resolving the Problem

Resolving a faulty hardware problem: If hardware has been added to the system recently, remove it to see
if the error recurs. If existing hardware has failed, remove or replace the faulty component. You should run
hardware diagnostics supplied by the system manufacturer. For details on these procedures, see the owner's
manual for your computer.

Resolving a faulty system service problem: Disable the service and confirm that this resolves the error. If so,
contact the manufacturer of the system service about a possible update. If the error occurs during system
startup, restart your computer, and press F8 at the character-mode menu that displays the operating system
choices. At the resulting Windows Advanced Options menu, choose theLast Known Good Configuration
option. This option is most effective when only one driver or service is added at a time.

Resolving an antivirus software problem: Disable the program and confirm that this resolves the error. If it
does, contact the manufacturer of the program about a possible update.

Resolving a corrupted NTFS volume problem: Run Chkdsk /f /r to detect and repair disk errors. You must
restart the system before the disk scan begins on a system partition. If the hard disk is SCSI, check for
problems between the SCSI controller and the disk.

Finally, check the System Log in Event Viewer for additional error messages that might help pinpoint the
device or driver that is causing the error. Disabling memory caching of the BIOS might also resolve it.

BCCode: 50      0x00000050  <-- read this link

http://www.faultwire.com/solutions-fatal_error/PAGE-FAULT-IN-NONPAGED-AREA-0x00000050-*1095.html?order=votes

==============================================================

BCCode: D1     0x000000D1

Check these KB's

Stop error when you resume a computer that is running Windows 7 or Windows Server 2008 R2
from sleep or from hibernation: "STOP: 0x000000D1"
http://support.microsoft.com/kb/978982

Stop error on a Windows Server 2008 R2-based or Windows 7-based computer when the operating
system uses a virtual storport miniport driver to save a dump file or a hibernation file: "0x000000D1"
http://support.microsoft.com/kb/2320550

Those and 7 other KB Articles are available
http://support.microsoft.com/search/default.aspx?mode=a&query=0x000000D1&spid=14019&catalog=LCID%3D1033&1033comm=1&res=10

--------------------------------------------------

Think Video drivers mainly though it can be others. See the driver section in my generic bluescreen
troubleshooting methods below. BIOS, low level chipset drivers and antivirus/antispyway/security
programs can also cause this. Check the troubleshooter and when you get to the driver and memory testing sections refer to the generic methods in next message and then return to the troubleshooter
if needed.


Cause

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.

If the first parameter has the same value as the fourth parameter, and the third parameter indicates an execute operation, this bug check was likely caused by a driver that was trying to execute code when the code itself was paged out. Possible causes for the page fault include the following:

  • The function was marked as pageable and was running at an elevated IRQL (which includes obtaining a lock).
  • The function call was made to a function in another driver, and that driver was unloaded.
  • The function was called by using a function pointer that was an invalid pointer.

BCCode: d1   0x000000d1  <-- read this link
http://www.faultwire.com/solutions-fatal_error/DRIVER-IRQL-NOT-LESS-OR-EQUAL-0x000000D1-*1210.html?order=votes

------------------------------------------------------------------------------------------------------------------------

Look in the Event Viewer to see if anything is reported about those.
http://www.computerperformance.co.uk/vista/vista_event_viewer.htm

MyEventViewer - Free - a simple alternative to the standard event viewer of Windows.
TIP - Options - Advanced Filter allows you to see a time frame instead of the whole file.

http://www.nirsoft.net/utils/my_event_viewer.html

-------------------------------------------------------------------------

Here are some methods to possibly fix the blue screen issue. If you could give the Blue Screen
info that would help. Such as the BCC and the other 4 entries on the lower left. And any other
error information such as STOP codes and info such as IRQL_NOT_LESS_OR_EQUAL or PAGE_FAULT_IN_NONPAGED_AREA and similar messages.

As examples :

BCCode: 116
BCP1: 87BC9510
BCP2: 8C013D80
BCP3: 00000000
BCP4: 00000002

or in this format :

Stop: 0x00000000 (oxoooooooo oxoooooooo oxooooooooo oxoooooooo)
tcpip.sys - Address 0x00000000 base at 0x000000000 DateStamp 0x000000000


This is an excellent tool for posting Blue Screen Error Information

BlueScreenView scans all your minidump files created during 'blue screen of death'
crashes, and displays the information about all crashes in one table - Free

http://www.nirsoft.net/utils/blue_screen_view.html


Many BlueScreens are caused by old or corrupted drivers, especially video drivers however
there are other causes.

You can do these in Safe Mode if needed or from Command Prompt from Vista DVD or
Recovery Options if your system has that installed by the maker.

How to Boot to the System Recovery Options in Windows 7
http://www.sevenforums.com/tutorials/668-system-recovery-options.html

You can try a System Restore back to a point before the problem started if there is one.

How to Do a System Restore in Windows 7
http://www.sevenforums.com/tutorials/700-system-restore.html

-------------------------------------------------------------------------

Start - type this in Search Box ->  COMMAND   find at top and RIGHT CLICK  -  RUN AS ADMIN

Enter this at the prompt - sfc /scannow

How to Repair Windows 7 System Files with System File Checker
http://www.sevenforums.com/tutorials/1538-sfc-scannow-command-system-file-checker.html

How to analyze the log file entries that the Microsoft Windows Resource Checker (SFC.exe) program
generates in Windows Vista cbs.log (and Windows 7)
http://support.microsoft.com/kb/928228


The log might give you the answer if there was a corrupted driver. (Does not tell all the possible
driver issues).

Also run CheckDisk so we can rule out corruption as much as possible.

How to Run Check Disk at Startup in Windows 7
http://www.sevenforums.com/tutorials/433-disk-check.html

-------------------------------------------------------------------------

Often updating drivers will help, usually Video, Sound, Network Card  (NIC), WiFi, 3rd party
keyboard and mouse, as well as other major device drivers.

Manually look at manufacturer's sites for drivers - and Device Maker's sites.
http://pcsupport.about.com/od/driverssupport/ht/driverdlmfgr.htm

Installing and updating drivers in Windows 7 (updating drivers manually using the methods above
is preferred to ensure the latest drivers from System maker and Device makers are found)
http://www.sevenforums.com/tutorials/43216-installing-updating-drivers-7-a.html

How To Disable Automatic Driver Installation In Windows Vista - Drivers
http://www.addictivetips.com/windows-tips/how-to-disable-automatic-driver-installation-in-windows-vista/
http://technet.microsoft.com/en-us/library/cc730606(WS.10).aspx

-------------------------------------------------------------------------

How to fix BlueScreen (STOP) errors that cause Windows Vista to shut down or restart
unexpectedly
http://support.microsoft.com/kb/958233

Troubleshooting Vista Blue Screen, STOP Errors (and Windows 7)
http://www.chicagotech.net/vista/vistabluescreen.htm

Understanding and Decoding BSOD (blue screen of death) Messages
http://www.taranfx.com/blog/?p=692

Windows - Troubleshooting Blue Screen Errors
http://kb.wisc.edu/page.php?id=7033

-------------------------------------------------------------------------

In some cases this might be required.

StartUp Repair from Recovery Options or Windows 7 disk

How to Run a Startup Repair in Windows 7
http://www.sevenforums.com/tutorials/681-startup-repair.html

How to Boot to the System Recovery Options in Windows 7
http://www.sevenforums.com/tutorials/668-system-recovery-options.html

How to Create a Windows 7 System Repair Disc
http://www.sevenforums.com/tutorials/2083-system-repair-disc-create.html

How to Do a Repair Install to Fix Windows 7
http://www.sevenforums.com/tutorials/3413-repair-install.html

Hope this helps.


Rob Brown - Microsoft MVP - Windows Expert - Consumer : Bicycle - Mark Twain said it right.
Rob Brown - past Microsoft MVP - Windows Insider MVP 2016 - 2021
Microsoft MVP Windows and Devices for IT 2009 - 2020

3 people found this reply helpful

·

Was this reply helpful?

Sorry this didn't help.

Great! Thanks for your feedback.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this reply?

Thanks for your feedback.

 
 

Question Info


Last updated June 17, 2023 Views 85,348 Applies to: