XP error decoding?

B

Brian Gaff

Is there any software around which can attempt to make a reasonable stab at
what causes the error from the log files it saves?

I mean, the old Windows has recovered from a serious error, click here for
info is just a lot of gibberish when you finally look at it!

Might be nice if it said something like...

Memory value outside that expected at location **** or something.

Brian

--

Brian Gaff....Note, this account does not accept Bcc: email.
graphics are great, but the blind can't hear them
Email: (e-mail address removed)
______________________________________________________________________________________________________________
 
D

David Candy

Get your XP CD and install Windows Support Tools.

Type in start run after installing and rebooting

pstat > "%userprofile%\desktop\driverlist.txt"

The last table in this file is a list of loaded drivers. Other things apart from hardware uses drivers. Post the list of drivers (the last table only - REPEAT THE LAST TABLE O N L Y ).


If you have the XP SP2 Security Update CD (else see
http://www.microsoft.com/whdc/devtools/debugging/symbolpkg.mspx
)

Install symbols from <CD Drive Letter>:\SUPPORT\SYMBOLS

Download
http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx

Load the crash dump file into windbg (File - Load Crash Dump and it's in c:\windows\minidump) and READ WHAT IT SAYS, then
Type
!Analyze -v
into Windbg's command line.
(this will hopefully tell you the faulty component)

You can look up specific details here
http://www.google.com.au/url?sa=U&s...d0-2d81-4a04-a7ed-c1c6a80bd501.xml.asp&e=9888

If it indicates faulty memory might be the cause you can get a memory tester here
http://oca.microsoft.com/en/windiag.asp
 
W

Will Denny

Hi

Have a look in the Event Viewer. From Start>Run type

eventvwr.msc

then expand the folders in the left hand column. Look for the 'Source' and
Event ID'. Then either Google them or go to the MS web site.

Dump files, from a BSOD, are very helpful as well.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Still no serial port 1
Debug?? 3
Wordpad query 4
Warning about SP 2 1
What happens with Windows update? 2
How to lost the dog and search assistant? 5
files in use, can I copy? 1
Explain boot ini etc 3

Top