Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > deciphering bluescreen message - BCCode: d1

Reply
Thread Tools Display Modes

deciphering bluescreen message - BCCode: d1

 
 
freekie
Guest
Posts: n/a

 
      03-21-2009

I'm suffering blue screens around once a day, and have been now for
number of weeks. I believe that it is a driver problem, but beyond tha
I don't know. If anyone could shed a little more light on the cause o
this, or even the culprit then it would be most appreciated.

Vista Home Premium, with all of the latest patches installed.

Problem signature:
Problem Event Name: BlueScreen
OS Version: 6.0.6001.2.1.0.768.3
Locale ID: 2057

Additional information about the problem:
BCCode: d1
BCP1: 00000000
BCP2: 00000002
BCP3: 00000001
BCP4: 87E4A8EA
OS Version: 6_0_6001
Service Pack: 1_0
Product: 768_1


If any further information would help, then please tell me what woul
be helpfull.

Many thanks in advance...Freeki

--
freeki
-----------------------------------------------------------------------
freekie's Profile: http://forums.techarena.in/members/84082.ht
View this thread: http://forums.techarena.in/vista-help/1145337.ht

http://forums.techarena.i

 
Reply With Quote
 
 
 
 
pupick
Guest
Posts: n/a

 
      03-21-2009
If I were you I would be more concerned about a failing hard drive than
anything else.
If that is the case, while you still can, backup all your important
documents, images, etc.
Hard drive manufacturers have software on their websites to test the hard
drive.
A failing power supply can cause this although often you see the problem at
boot up.
The Microsoft memory diagnostic is very good for evaluating RAM.

 
Reply With Quote
 
Lorin
Guest
Posts: n/a

 
      03-21-2009
Yes, back up HD.

Then look at drivers.
I had the exact same problem and it turned out to be a driver.
MS did not have an update so I went to the manufacturer's website and found
their latest and downloaded and installed.
Problem went away.

Difficulty is determining what went wrong.
But look in the event log immediately after the bluescreen reboot to look
for critical errors.
I will probably show up there.

Control Panel / Administrative Tools / Event Viewer / Critical or Error
under +Critical or +Error Double-Click on an entry under this to see what is
was.
then double click on the critical or error line to get more details.

You will be amazed at all the problems going on behind the scenes.



"freekie" <> wrote in message
news:...
>
> I'm suffering blue screens around once a day, and have been now for a
> number of weeks. I believe that it is a driver problem, but beyond that
> I don't know. If anyone could shed a little more light on the cause of
> this, or even the culprit then it would be most appreciated.
>
> Vista Home Premium, with all of the latest patches installed.
>
> Problem signature:
> Problem Event Name: BlueScreen
> OS Version: 6.0.6001.2.1.0.768.3
> Locale ID: 2057
>
> Additional information about the problem:
> BCCode: d1
> BCP1: 00000000
> BCP2: 00000002
> BCP3: 00000001
> BCP4: 87E4A8EA
> OS Version: 6_0_6001
> Service Pack: 1_0
> Product: 768_1
>
>
> If any further information would help, then please tell me what would
> be helpfull.
>
> Many thanks in advance...Freekie
>
>
> --
> freekie
> ------------------------------------------------------------------------
> freekie's Profile: http://forums.techarena.in/members/84082.htm
> View this thread: http://forums.techarena.in/vista-help/1145337.htm
>
> http://forums.techarena.in
>


 
Reply With Quote
 
Rick Rogers
Guest
Posts: n/a

 
      03-21-2009
Hi,

0xD1 errors are driver errors caused by an attempt to access pageable memory
that is out of range. In this case, it's trying to access an invalid address
(parameter 1) for read operation. In order to resolve this, you need to know
what file was loaded at the time of the stop error, and this is usually
contained in the dump file that is created. Go to the Event Viewer and see
if you can locate the stop error in the system events and see what module
was loaded at the time. Then use your preferred search engine to get some
information about where it comes from and what it does, this should point
you in the right direction.

If you are unable to locate the event or nothing is named, go to the control
panel/system/advanced and under the startup and recovery settings, set the
system for a small memory dump. Next time it happens, a minidump file will
be created and stored under C:\Windows\minidump. Send this file to me at
rick_at_mvps_dot_org using a subject line of 'per req' and I'll see if I can
locate the offending file.

--
Best of Luck,

Rick Rogers, aka "Nutcase" - Microsoft MVP
http://mvp.support.microsoft.com/
Windows help - www.rickrogers.org
My thoughts http://rick-mvp.blogspot.com

"freekie" <> wrote in message
news:...
>
> I'm suffering blue screens around once a day, and have been now for a
> number of weeks. I believe that it is a driver problem, but beyond that
> I don't know. If anyone could shed a little more light on the cause of
> this, or even the culprit then it would be most appreciated.
>
> Vista Home Premium, with all of the latest patches installed.
>
> Problem signature:
> Problem Event Name: BlueScreen
> OS Version: 6.0.6001.2.1.0.768.3
> Locale ID: 2057
>
> Additional information about the problem:
> BCCode: d1
> BCP1: 00000000
> BCP2: 00000002
> BCP3: 00000001
> BCP4: 87E4A8EA
> OS Version: 6_0_6001
> Service Pack: 1_0
> Product: 768_1
>
>
> If any further information would help, then please tell me what would
> be helpfull.
>
> Many thanks in advance...Freekie
>
>
> --
> freekie
> ------------------------------------------------------------------------
> freekie's Profile: http://forums.techarena.in/members/84082.htm
> View this thread: http://forums.techarena.in/vista-help/1145337.htm
>
> http://forums.techarena.in
>


 
Reply With Quote
 
Peter Foldes
Guest
Posts: n/a

 
      03-21-2009
0x000000D1: DRIVER_IRQL_NOT_LESS_OR_EQUAL
The system attempted to access pageable memory using a kernel process IRQL that was
too high. The most typical cause is a bad device driver (one that uses improper
addresses). It can also be caused by caused by faulty or mismatched RAM, or a
damaged pagefile.
Also when it happens next time take a note of the mini dump and maybe then we can
find a fix or suggestion for a fix. As it is reight now it could be anything
--
Peter

Please Reply to Newsgroup for the benefit of others
Requests for assistance by email can not and will not be acknowledged.

"freekie" <> wrote in message
news:...
>
> I'm suffering blue screens around once a day, and have been now for a
> number of weeks. I believe that it is a driver problem, but beyond that
> I don't know. If anyone could shed a little more light on the cause of
> this, or even the culprit then it would be most appreciated.
>
> Vista Home Premium, with all of the latest patches installed.
>
> Problem signature:
> Problem Event Name: BlueScreen
> OS Version: 6.0.6001.2.1.0.768.3
> Locale ID: 2057
>
> Additional information about the problem:
> BCCode: d1
> BCP1: 00000000
> BCP2: 00000002
> BCP3: 00000001
> BCP4: 87E4A8EA
> OS Version: 6_0_6001
> Service Pack: 1_0
> Product: 768_1
>
>
> If any further information would help, then please tell me what would
> be helpfull.
>
> Many thanks in advance...Freekie
>
>
> --
> freekie
> ------------------------------------------------------------------------
> freekie's Profile: http://forums.techarena.in/members/84082.htm
> View this thread: http://forums.techarena.in/vista-help/1145337.htm
>
> http://forums.techarena.in
>


 
Reply With Quote
 
freekie
Guest
Posts: n/a

 
      03-21-2009

Thanks for your replie

pupick / Lorin, I've been caught by hd failure in the past, I keep
recent ghost image of the OS drive now . All of the data etc i
mirrored for safety. There are no read errors in the event viewer, an
no strange clicking sounds, but I will run a drive test anyway just t
be on the safe side.

The power supply was replaced 2 months ago, as the previous one was to
loud, but I had this problem with the old one too (yes, it has bee
happening for that long)

Rick Rogers, there is no stop message, just the usual ‘previou
system shutdown was unexpected’. Thanks for the offer, and a cop
of the minidump file has been sent to you

Peter Foldes, thanks for the advice, I will try a RAM test

--
freeki
-----------------------------------------------------------------------
freekie's Profile: http://forums.techarena.in/members/84082.ht
View this thread: http://forums.techarena.in/vista-help/1145337.ht

http://forums.techarena.i

 
Reply With Quote
 
Peter Foldes
Guest
Posts: n/a

 
      03-22-2009
freekie

There is a Stop (d1) message. You posted it in your post Bccode D1. And I posted the
problem associated with it

--
Peter

Please Reply to Newsgroup for the benefit of others
Requests for assistance by email can not and will not be acknowledged.

"freekie" <> wrote in message
news:...
>
> Thanks for your replies
>
> pupick / Lorin, I've been caught by hd failure in the past, I keep a
> recent ghost image of the OS drive now . All of the data etc is
> mirrored for safety. There are no read errors in the event viewer, and
> no strange clicking sounds, but I will run a drive test anyway just to
> be on the safe side.
>
> The power supply was replaced 2 months ago, as the previous one was too
> loud, but I had this problem with the old one too (yes, it has been
> happening for that long).
>
> Rick Rogers, there is no stop message, just the usual ‘previous
> system shutdown was unexpected’. Thanks for the offer, and a copy
> of the minidump file has been sent to you.
>
> Peter Foldes, thanks for the advice, I will try a RAM test.
>
>
> --
> freekie
> ------------------------------------------------------------------------
> freekie's Profile: http://forums.techarena.in/members/84082.htm
> View this thread: http://forums.techarena.in/vista-help/1145337.htm
>
> http://forums.techarena.in
>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
BCCode ? Please help chuckbam Windows Vista Performance 4 03-08-2009 05:54 PM
BlueScreen BCCode: d1, BCP1: 0000001C micmitja Windows Vista General Discussion 1 11-12-2008 12:30 PM
Blue screen, BCCode: 8086 jon08 Windows Vista Performance 4 09-18-2008 10:14 AM
blue screen with BCCode: 8086 Bp Windows Vista Performance 5 04-27-2008 12:30 PM
BSOD, BCCode: 1000007e Rakanishuu Windows Vista Installation 2 01-17-2008 12:16 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59