PC Review


Reply
Thread Tools Rate Thread

BSOD- need help!

 
 
Al
Guest
Posts: n/a
 
      11th Mar 2006
Hello all,
I sometimes get a BSOD when resuming from standby, and I need help
determining what this error code from event viewer means:

Event Type: Information
Event Source: Save Dump
Event Category: None
Event ID: 1001
Date: 10/03/2006
Time: 11:19:03 PM
User: N/A
Computer: AL
Description:
The computer has rebooted from a bugcheck. The bugcheck was: 0x1000008e
(0xc0000005, 0x8054ae34, 0xba2c7af8, 0x00000000). A dump was saved in:
C:\WINDOWS\Minidump\Mini031006-01.dmp.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.

I tried to use dumpchk.exe to find the cause of the problem, but I get an
error:
"DebugClient cannot open DumpFile - error 80070002"

Can someone help me find the cause of the BSOD please ?

Thanks,
Al.


 
Reply With Quote
 
 
 
 
Wesley Vogel
Guest
Posts: n/a
 
      11th Mar 2006
It means that your computer crashed and rebooted.

Event ID: 1001
Source: Save Dump
http://www.microsoft.com/technet/sup...Dump&LCID=1033

This won't fix your problem, but it'll keep your machine from rebooting.

Unless the rebooting is caused by a hardware problem.

It may also help reading a BSOD. Blue Screen Of Death.

Choosing recovery actions if Windows stops unexpectedly

Right click My Computer | Properties | Advanced tab |
Click the Settings button under Startup and Recovery |
Under System Failure | UNCheck: Automatically restart |
Click OK | Click Apply | Click OK

[[Specifies whether Windows will automatically reboot whenever the system
stops unexpectedly.
You must be logged on as a member of the Administrators group to set
recovery options.]]
-----

%SystemRoot%\Minidump folder
or
%SystemRoot%\Memory.dmp

[[Windows error dumps are typically named MINI000000-00.DMP and are 64KB in
size. The 000000-00 part of the name is month, day, year (2 digits) and
sequence number for that date (mmddyy-##). You can configure the type of
memory dump performed by Windows. Please see the details in the Microsoft
Support Article. With regard to memory dumps...if it happens regularly or
happens when you run a particular program then you should contact either
Microsoft or the program's support group to tell them there is a problem and
try to work with them to determine what it is. Support may need the file or
details from it.]]
http://filext.com/detaillist.php?extdetail=DMP

Error Reporting, Memory "Dumps" and Memory.dmp or Minidump File here...

Preparation Before You Contact Microsoft After Receiving a STOP Message on a
Blue Screen
http://support.microsoft.com/?kbid=314103

[[What Is a Minidump?
A minidump is a file containing the most important parts of a crashed
application. It is written on the user’s machine and then the customer can
submit it to the developer. The developer can load the dump to help
determine the cause of the crash and develop a fix.]]
Post-Mortem Debugging Your Application with Minidumps and Visual Studio
..NET - The Code Project - Debug tips
http://www.codeproject.com/debug/pos...tandalone1.asp

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In news:(E-Mail Removed),
Al <(E-Mail Removed)> hunted and pecked:
> Hello all,
> I sometimes get a BSOD when resuming from standby, and I need help
> determining what this error code from event viewer means:
>
> Event Type: Information
> Event Source: Save Dump
> Event Category: None
> Event ID: 1001
> Date: 10/03/2006
> Time: 11:19:03 PM
> User: N/A
> Computer: AL
> Description:
> The computer has rebooted from a bugcheck. The bugcheck was: 0x1000008e
> (0xc0000005, 0x8054ae34, 0xba2c7af8, 0x00000000). A dump was saved in:
> C:\WINDOWS\Minidump\Mini031006-01.dmp.
>
> For more information, see Help and Support Center at
> http://go.microsoft.com/fwlink/events.asp.
>
> I tried to use dumpchk.exe to find the cause of the problem, but I get an
> error:
> "DebugClient cannot open DumpFile - error 80070002"
>
> Can someone help me find the cause of the BSOD please ?
>
> Thanks,
> Al.


 
Reply With Quote
 
Al
Guest
Posts: n/a
 
      11th Mar 2006
My computer is not rebooting , I just get a blue screen stop error.
I am trying to find the source of the problem using dumpchk.exe ,
but I get an error :

"DebugClient cannot open DumpFile - error 80070002"

What is going wrong here?

Thanks for the help,
Al.

"Wesley Vogel" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> It means that your computer crashed and rebooted.
>
> Event ID: 1001
> Source: Save Dump
> http://www.microsoft.com/technet/sup...Dump&LCID=1033
>
> This won't fix your problem, but it'll keep your machine from rebooting.
>
> Unless the rebooting is caused by a hardware problem.
>
> It may also help reading a BSOD. Blue Screen Of Death.
>
> Choosing recovery actions if Windows stops unexpectedly
>
> Right click My Computer | Properties | Advanced tab |
> Click the Settings button under Startup and Recovery |
> Under System Failure | UNCheck: Automatically restart |
> Click OK | Click Apply | Click OK
>
> [[Specifies whether Windows will automatically reboot whenever the system
> stops unexpectedly.
> You must be logged on as a member of the Administrators group to set
> recovery options.]]
> -----
>
> %SystemRoot%\Minidump folder
> or
> %SystemRoot%\Memory.dmp
>
> [[Windows error dumps are typically named MINI000000-00.DMP and are 64KB
> in
> size. The 000000-00 part of the name is month, day, year (2 digits) and
> sequence number for that date (mmddyy-##). You can configure the type of
> memory dump performed by Windows. Please see the details in the Microsoft
> Support Article. With regard to memory dumps...if it happens regularly or
> happens when you run a particular program then you should contact either
> Microsoft or the program's support group to tell them there is a problem
> and
> try to work with them to determine what it is. Support may need the file
> or
> details from it.]]
> http://filext.com/detaillist.php?extdetail=DMP
>
> Error Reporting, Memory "Dumps" and Memory.dmp or Minidump File here...
>
> Preparation Before You Contact Microsoft After Receiving a STOP Message on
> a
> Blue Screen
> http://support.microsoft.com/?kbid=314103
>
> [[What Is a Minidump?
> A minidump is a file containing the most important parts of a crashed
> application. It is written on the user’s machine and then the customer can
> submit it to the developer. The developer can load the dump to help
> determine the cause of the crash and develop a fix.]]
> Post-Mortem Debugging Your Application with Minidumps and Visual Studio
> .NET - The Code Project - Debug tips
> http://www.codeproject.com/debug/pos...tandalone1.asp
>
> --
> Hope this helps. Let us know.
>
> Wes
> MS-MVP Windows Shell/User
>
> In news:(E-Mail Removed),
> Al <(E-Mail Removed)> hunted and pecked:
>> Hello all,
>> I sometimes get a BSOD when resuming from standby, and I need help
>> determining what this error code from event viewer means:
>>
>> Event Type: Information
>> Event Source: Save Dump
>> Event Category: None
>> Event ID: 1001
>> Date: 10/03/2006
>> Time: 11:19:03 PM
>> User: N/A
>> Computer: AL
>> Description:
>> The computer has rebooted from a bugcheck. The bugcheck was: 0x1000008e
>> (0xc0000005, 0x8054ae34, 0xba2c7af8, 0x00000000). A dump was saved in:
>> C:\WINDOWS\Minidump\Mini031006-01.dmp.
>>
>> For more information, see Help and Support Center at
>> http://go.microsoft.com/fwlink/events.asp.
>>
>> I tried to use dumpchk.exe to find the cause of the problem, but I get an
>> error:
>> "DebugClient cannot open DumpFile - error 80070002"
>>
>> Can someone help me find the cause of the BSOD please ?
>>
>> Thanks,
>> Al.

>



 
Reply With Quote
 
Wesley Vogel
Guest
Posts: n/a
 
      11th Mar 2006
Then why did the error say this?

Description:
The computer has rebooted from a bugcheck.

You're wasting your time trying scewing around with Dumpchk.exe anyway. All
dumpchck does is verify that a memory dump file has been created correctly.

How to Use Dumpchk.exe to Check a Memory Dump File
http://support.microsoft.com/?kbid=315271

DebugClient cannot open DumpFile - error 80070002
http://www.google.com/search?as_q=&n...s=&safe=images

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In news:(E-Mail Removed),
Al <(E-Mail Removed)> hunted and pecked:
> My computer is not rebooting , I just get a blue screen stop error.
> I am trying to find the source of the problem using dumpchk.exe ,
> but I get an error :
>
> "DebugClient cannot open DumpFile - error 80070002"
>
> What is going wrong here?
>
> Thanks for the help,
> Al.
>
> "Wesley Vogel" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> It means that your computer crashed and rebooted.
>>
>> Event ID: 1001
>> Source: Save Dump
>>

http://www.microsoft.com/technet/sup...Dump&LCID=1033
>>
>> This won't fix your problem, but it'll keep your machine from rebooting.
>>
>> Unless the rebooting is caused by a hardware problem.
>>
>> It may also help reading a BSOD. Blue Screen Of Death.
>>
>> Choosing recovery actions if Windows stops unexpectedly
>>
>> Right click My Computer | Properties | Advanced tab |
>> Click the Settings button under Startup and Recovery |
>> Under System Failure | UNCheck: Automatically restart |
>> Click OK | Click Apply | Click OK
>>
>> [[Specifies whether Windows will automatically reboot whenever the system
>> stops unexpectedly.
>> You must be logged on as a member of the Administrators group to set
>> recovery options.]]
>> -----
>>
>> %SystemRoot%\Minidump folder
>> or
>> %SystemRoot%\Memory.dmp
>>
>> [[Windows error dumps are typically named MINI000000-00.DMP and are 64KB
>> in
>> size. The 000000-00 part of the name is month, day, year (2 digits) and
>> sequence number for that date (mmddyy-##). You can configure the type of
>> memory dump performed by Windows. Please see the details in the Microsoft
>> Support Article. With regard to memory dumps...if it happens regularly or
>> happens when you run a particular program then you should contact either
>> Microsoft or the program's support group to tell them there is a problem
>> and
>> try to work with them to determine what it is. Support may need the file
>> or
>> details from it.]]
>> http://filext.com/detaillist.php?extdetail=DMP
>>
>> Error Reporting, Memory "Dumps" and Memory.dmp or Minidump File here...
>>
>> Preparation Before You Contact Microsoft After Receiving a STOP Message
>> on a
>> Blue Screen
>> http://support.microsoft.com/?kbid=314103
>>
>> [[What Is a Minidump?
>> A minidump is a file containing the most important parts of a crashed
>> application. It is written on the user’s machine and then the customer
>> can submit it to the developer. The developer can load the dump to help
>> determine the cause of the crash and develop a fix.]]
>> Post-Mortem Debugging Your Application with Minidumps and Visual Studio
>> .NET - The Code Project - Debug tips
>> http://www.codeproject.com/debug/pos...tandalone1.asp
>>
>> --
>> Hope this helps. Let us know.
>>
>> Wes
>> MS-MVP Windows Shell/User
>>
>> In news:(E-Mail Removed),
>> Al <(E-Mail Removed)> hunted and pecked:
>>> Hello all,
>>> I sometimes get a BSOD when resuming from standby, and I need help
>>> determining what this error code from event viewer means:
>>>
>>> Event Type: Information
>>> Event Source: Save Dump
>>> Event Category: None
>>> Event ID: 1001
>>> Date: 10/03/2006
>>> Time: 11:19:03 PM
>>> User: N/A
>>> Computer: AL
>>> Description:
>>> The computer has rebooted from a bugcheck. The bugcheck was: 0x1000008e
>>> (0xc0000005, 0x8054ae34, 0xba2c7af8, 0x00000000). A dump was saved in:
>>> C:\WINDOWS\Minidump\Mini031006-01.dmp.
>>>
>>> For more information, see Help and Support Center at
>>> http://go.microsoft.com/fwlink/events.asp.
>>>
>>> I tried to use dumpchk.exe to find the cause of the problem, but I get
>>> an error:
>>> "DebugClient cannot open DumpFile - error 80070002"
>>>
>>> Can someone help me find the cause of the BSOD please ?
>>>
>>> Thanks,
>>> Al.


 
Reply With Quote
 
Al
Guest
Posts: n/a
 
      12th Mar 2006
It doesn't matter what I do with dumpchk.exe, I keep getting the same error:
"DebugClient cannot open DumpFile - error 80070002"

Is there any place on the net that I can find out what is causing this stop
error:

Event Type: Information
Event Source: Save Dump
Event Category: None
Event ID: 1001
Date: 10/03/2006
Time: 11:19:03 PM
User: N/A
Computer: AL
Description:
The computer has rebooted from a bugcheck. The bugcheck was: 0x1000008e
(0xc0000005, 0x8054ae34, 0xba2c7af8, 0x00000000). A dump was saved in:
C:\WINDOWS\Minidump\Mini031006-01.dmp.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.

Is there a program out there that can convert this error code to plain
english ??


Thanks for the help,
Al.

"Wesley Vogel" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Then why did the error say this?
>
> Description:
> The computer has rebooted from a bugcheck.
>
> You're wasting your time trying scewing around with Dumpchk.exe anyway.
> All
> dumpchck does is verify that a memory dump file has been created
> correctly.
>
> How to Use Dumpchk.exe to Check a Memory Dump File
> http://support.microsoft.com/?kbid=315271
>
> DebugClient cannot open DumpFile - error 80070002
> http://www.google.com/search?as_q=&n...s=&safe=images
>
> --
> Hope this helps. Let us know.
>
> Wes
> MS-MVP Windows Shell/User
>
> In news:(E-Mail Removed),
> Al <(E-Mail Removed)> hunted and pecked:
>> My computer is not rebooting , I just get a blue screen stop error.
>> I am trying to find the source of the problem using dumpchk.exe ,
>> but I get an error :
>>
>> "DebugClient cannot open DumpFile - error 80070002"
>>
>> What is going wrong here?
>>
>> Thanks for the help,
>> Al.
>>
>> "Wesley Vogel" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>> It means that your computer crashed and rebooted.
>>>
>>> Event ID: 1001
>>> Source: Save Dump
>>>

> http://www.microsoft.com/technet/sup...Dump&LCID=1033
>>>
>>> This won't fix your problem, but it'll keep your machine from rebooting.
>>>
>>> Unless the rebooting is caused by a hardware problem.
>>>
>>> It may also help reading a BSOD. Blue Screen Of Death.
>>>
>>> Choosing recovery actions if Windows stops unexpectedly
>>>
>>> Right click My Computer | Properties | Advanced tab |
>>> Click the Settings button under Startup and Recovery |
>>> Under System Failure | UNCheck: Automatically restart |
>>> Click OK | Click Apply | Click OK
>>>
>>> [[Specifies whether Windows will automatically reboot whenever the
>>> system
>>> stops unexpectedly.
>>> You must be logged on as a member of the Administrators group to set
>>> recovery options.]]
>>> -----
>>>
>>> %SystemRoot%\Minidump folder
>>> or
>>> %SystemRoot%\Memory.dmp
>>>
>>> [[Windows error dumps are typically named MINI000000-00.DMP and are 64KB
>>> in
>>> size. The 000000-00 part of the name is month, day, year (2 digits) and
>>> sequence number for that date (mmddyy-##). You can configure the type of
>>> memory dump performed by Windows. Please see the details in the
>>> Microsoft
>>> Support Article. With regard to memory dumps...if it happens regularly
>>> or
>>> happens when you run a particular program then you should contact either
>>> Microsoft or the program's support group to tell them there is a problem
>>> and
>>> try to work with them to determine what it is. Support may need the file
>>> or
>>> details from it.]]
>>> http://filext.com/detaillist.php?extdetail=DMP
>>>
>>> Error Reporting, Memory "Dumps" and Memory.dmp or Minidump File here...
>>>
>>> Preparation Before You Contact Microsoft After Receiving a STOP Message
>>> on a
>>> Blue Screen
>>> http://support.microsoft.com/?kbid=314103
>>>
>>> [[What Is a Minidump?
>>> A minidump is a file containing the most important parts of a crashed
>>> application. It is written on the user’s machine and then the customer
>>> can submit it to the developer. The developer can load the dump to help
>>> determine the cause of the crash and develop a fix.]]
>>> Post-Mortem Debugging Your Application with Minidumps and Visual Studio
>>> .NET - The Code Project - Debug tips
>>> http://www.codeproject.com/debug/pos...tandalone1.asp
>>>
>>> --
>>> Hope this helps. Let us know.
>>>
>>> Wes
>>> MS-MVP Windows Shell/User
>>>
>>> In news:(E-Mail Removed),
>>> Al <(E-Mail Removed)> hunted and pecked:
>>>> Hello all,
>>>> I sometimes get a BSOD when resuming from standby, and I need help
>>>> determining what this error code from event viewer means:
>>>>
>>>> Event Type: Information
>>>> Event Source: Save Dump
>>>> Event Category: None
>>>> Event ID: 1001
>>>> Date: 10/03/2006
>>>> Time: 11:19:03 PM
>>>> User: N/A
>>>> Computer: AL
>>>> Description:
>>>> The computer has rebooted from a bugcheck. The bugcheck was:
>>>> 0x1000008e
>>>> (0xc0000005, 0x8054ae34, 0xba2c7af8, 0x00000000). A dump was saved in:
>>>> C:\WINDOWS\Minidump\Mini031006-01.dmp.
>>>>
>>>> For more information, see Help and Support Center at
>>>> http://go.microsoft.com/fwlink/events.asp.
>>>>
>>>> I tried to use dumpchk.exe to find the cause of the problem, but I get
>>>> an error:
>>>> "DebugClient cannot open DumpFile - error 80070002"
>>>>
>>>> Can someone help me find the cause of the BSOD please ?
>>>>
>>>> Thanks,
>>>> Al.

>



 
Reply With Quote
 
Wesley Vogel
Guest
Posts: n/a
 
      12th Mar 2006
0x1000008E: KERNEL_MODE_EXCEPTION_NOT_HANDLED_M
Essentially the same error as 0x8E.
See this...
http://www.aumha.org/win5/kbestop.htm

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In news:(E-Mail Removed),
Al <(E-Mail Removed)> hunted and pecked:
> It doesn't matter what I do with dumpchk.exe, I keep getting the same
> error: "DebugClient cannot open DumpFile - error 80070002"
>
> Is there any place on the net that I can find out what is causing this
> stop error:
>
> Event Type: Information
> Event Source: Save Dump
> Event Category: None
> Event ID: 1001
> Date: 10/03/2006
> Time: 11:19:03 PM
> User: N/A
> Computer: AL
> Description:
> The computer has rebooted from a bugcheck. The bugcheck was: 0x1000008e
> (0xc0000005, 0x8054ae34, 0xba2c7af8, 0x00000000). A dump was saved in:
> C:\WINDOWS\Minidump\Mini031006-01.dmp.
>
> For more information, see Help and Support Center at
> http://go.microsoft.com/fwlink/events.asp.
>
> Is there a program out there that can convert this error code to plain
> english ??
>
>
> Thanks for the help,
> Al.
>
> "Wesley Vogel" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Then why did the error say this?
>>
>> Description:
>> The computer has rebooted from a bugcheck.
>>
>> You're wasting your time trying scewing around with Dumpchk.exe anyway.
>> All
>> dumpchck does is verify that a memory dump file has been created
>> correctly.
>>
>> How to Use Dumpchk.exe to Check a Memory Dump File
>> http://support.microsoft.com/?kbid=315271
>>
>> DebugClient cannot open DumpFile - error 80070002
>>

http://www.google.com/search?as_q=&n...s=&safe=images
>>
>> --
>> Hope this helps. Let us know.
>>
>> Wes
>> MS-MVP Windows Shell/User
>>
>> In news:(E-Mail Removed),
>> Al <(E-Mail Removed)> hunted and pecked:
>>> My computer is not rebooting , I just get a blue screen stop error.
>>> I am trying to find the source of the problem using dumpchk.exe ,
>>> but I get an error :
>>>
>>> "DebugClient cannot open DumpFile - error 80070002"
>>>
>>> What is going wrong here?
>>>
>>> Thanks for the help,
>>> Al.
>>>
>>> "Wesley Vogel" <(E-Mail Removed)> wrote in message
>>> news:(E-Mail Removed)...
>>>> It means that your computer crashed and rebooted.
>>>>
>>>> Event ID: 1001
>>>> Source: Save Dump
>>>>

>>

http://www.microsoft.com/technet/sup...Dump&LCID=1033
>>>>
>>>> This won't fix your problem, but it'll keep your machine from
>>>> rebooting.
>>>>
>>>> Unless the rebooting is caused by a hardware problem.
>>>>
>>>> It may also help reading a BSOD. Blue Screen Of Death.
>>>>
>>>> Choosing recovery actions if Windows stops unexpectedly
>>>>
>>>> Right click My Computer | Properties | Advanced tab |
>>>> Click the Settings button under Startup and Recovery |
>>>> Under System Failure | UNCheck: Automatically restart |
>>>> Click OK | Click Apply | Click OK
>>>>
>>>> [[Specifies whether Windows will automatically reboot whenever the
>>>> system
>>>> stops unexpectedly.
>>>> You must be logged on as a member of the Administrators group to set
>>>> recovery options.]]
>>>> -----
>>>>
>>>> %SystemRoot%\Minidump folder
>>>> or
>>>> %SystemRoot%\Memory.dmp
>>>>
>>>> [[Windows error dumps are typically named MINI000000-00.DMP and are
>>>> 64KB in
>>>> size. The 000000-00 part of the name is month, day, year (2 digits) and
>>>> sequence number for that date (mmddyy-##). You can configure the type
>>>> of memory dump performed by Windows. Please see the details in the
>>>> Microsoft
>>>> Support Article. With regard to memory dumps...if it happens regularly
>>>> or
>>>> happens when you run a particular program then you should contact
>>>> either Microsoft or the program's support group to tell them there is
>>>> a problem and
>>>> try to work with them to determine what it is. Support may need the
>>>> file or
>>>> details from it.]]
>>>> http://filext.com/detaillist.php?extdetail=DMP
>>>>
>>>> Error Reporting, Memory "Dumps" and Memory.dmp or Minidump File here...
>>>>
>>>> Preparation Before You Contact Microsoft After Receiving a STOP Message
>>>> on a
>>>> Blue Screen
>>>> http://support.microsoft.com/?kbid=314103
>>>>
>>>> [[What Is a Minidump?
>>>> A minidump is a file containing the most important parts of a crashed
>>>> application. It is written on the user’s machine and then the customer
>>>> can submit it to the developer. The developer can load the dump to help
>>>> determine the cause of the crash and develop a fix.]]
>>>> Post-Mortem Debugging Your Application with Minidumps and Visual Studio
>>>> .NET - The Code Project - Debug tips
>>>> http://www.codeproject.com/debug/pos...tandalone1.asp
>>>>
>>>> --
>>>> Hope this helps. Let us know.
>>>>
>>>> Wes
>>>> MS-MVP Windows Shell/User
>>>>
>>>> In news:(E-Mail Removed),
>>>> Al <(E-Mail Removed)> hunted and pecked:
>>>>> Hello all,
>>>>> I sometimes get a BSOD when resuming from standby, and I need help
>>>>> determining what this error code from event viewer means:
>>>>>
>>>>> Event Type: Information
>>>>> Event Source: Save Dump
>>>>> Event Category: None
>>>>> Event ID: 1001
>>>>> Date: 10/03/2006
>>>>> Time: 11:19:03 PM
>>>>> User: N/A
>>>>> Computer: AL
>>>>> Description:
>>>>> The computer has rebooted from a bugcheck. The bugcheck was:
>>>>> 0x1000008e
>>>>> (0xc0000005, 0x8054ae34, 0xba2c7af8, 0x00000000). A dump was saved in:
>>>>> C:\WINDOWS\Minidump\Mini031006-01.dmp.
>>>>>
>>>>> For more information, see Help and Support Center at
>>>>> http://go.microsoft.com/fwlink/events.asp.
>>>>>
>>>>> I tried to use dumpchk.exe to find the cause of the problem, but I get
>>>>> an error:
>>>>> "DebugClient cannot open DumpFile - error 80070002"
>>>>>
>>>>> Can someone help me find the cause of the BSOD please ?
>>>>>
>>>>> Thanks,
>>>>> Al.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
BSOD dhaval1017@gmail.com Windows XP General 5 6th Mar 2007 09:15 AM
Vista BSOD, am unable to shutdown without BSOD, logoff OK Edward Ray Windows Vista General Discussion 4 29th Jan 2007 03:29 AM
bsod =?Utf-8?B?Yl9pY2VtYW4=?= Windows XP General 9 3rd Aug 2006 12:59 AM
Help with BSOD =?Utf-8?B?TGVl?= Windows XP General 5 31st Jul 2006 12:07 PM
BSOD The Devil's Advocaat Asus Motherboards 6 7th Mar 2004 12:37 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:03 AM.