Error Codes explanation please

Posted: 04-05-2004, 06:14 PM
Hello.

An explanation of the following error codes appreciated.

"A problem has been detected and Windows has been shut down to prevent
damage to your computer.

Techinical information:
***STOP: 0x0000008E (0x0000005, 0xF3180935, 0xF3180834, 0x00000000) "

Also where can I find a list of all of Windows erroe codes?

Regards,

m^


Error Codes explanation please


Responses to "Error Codes explanation please"

Carey Frisch [MVP]
Guest
Posts: n/a
 
Re: Error Codes explanation please
Posted: 04-05-2004, 06:19 PM
TROUBLESHOOTING STOP ERROR MESSAGES
http://aumha.org/win5/kbestop.php

[Courtesy of James A. Eshelman, MS-MVP]

Troubleshooting Stop Errors
http://www2.cajun.net/~theriots/blk/win_xp_stop.htm

[Courtesy of Kelly Theriot, MS-MVP]

--
Carey Frisch
Microsoft MVP
Windows XP - Shell/User

Be Smart! Protect your PC!
http://www.microsoft.com/security/protect/

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

"m^" <makmebarkREMOVE@CAPS.yahoo.com.au> wrote in message:
news:4071a1fa@news.comindico.com.au...

| Hello.
|
| An explanation of the following error codes appreciated.
|
| "A problem has been detected and Windows has been shut down to prevent
| damage to your computer.
|
| Techinical information:
| ***STOP: 0x0000008E (0x0000005, 0xF3180935, 0xF3180834, 0x00000000) "
|
| Also where can I find a list of all of Windows erroe codes?
|
| Regards,
|
| m^

Joshua Smith [MSFT]
Guest
Posts: n/a
 
Re: Error Codes explanation please
Posted: 04-05-2004, 06:19 PM
KERNEL_MODE_EXCEPTION_NOT_HANDLED (0x8E)
PARAMETERS
1 - The exception code that was not handled
2 - The address that the exception occurred at
3 - Trap Frame

DESCRIPTION
This is a very common bugcheck. Usually the exception address pinpoints
the driver/function that caused the problem. Always note this address
as well as the link date of the driver/image that contains this address.
Some common problems are exception code 0x80000003. This means a hard
coded breakpoint or assertion was hit, but this system was booted
/NODEBUG. This is not supposed to happen as developers should never have
hardcoded breakpoints in retail code, but ...
If this happens, make sure a debugger gets connected, and the
system is booted /DEBUG. This will let us see why this breakpoint is
happening.

An exception code of 0x80000002 (STATUS_DATATYPE_MISALIGNMENT) indicates
that an unaligned data reference was encountered. The trap frame will
supply additional information.

Joshua Smith
DirectInput and OpenGL Test Labs
Microsoft
-----

Get Secure! www.microsoft.com/security

This posting is provided "AS IS" with no warranties, and confers no rights




"m^" <makmebarkREMOVE@CAPS.yahoo.com.au> wrote in message
news:4071a1fa@news.comindico.com.au...
> Hello.
>
> An explanation of the following error codes appreciated.
>
> "A problem has been detected and Windows has been shut down to prevent
> damage to your computer.
>
> Techinical information:
> ***STOP: 0x0000008E (0x0000005, 0xF3180935, 0xF3180834, 0x00000000) "
>
> Also where can I find a list of all of Windows erroe codes?
>
> Regards,
>
> m^
>
>

m^
Guest
Posts: n/a
 
Re: Error Codes explanation please
Posted: 04-05-2004, 07:16 PM
Thank you, Carey.
The second URL http://www2.cajun.net/~theriots/blk/win_xp_stop.htm is
"Object not found Error 404" now.

Regards,

"Carey Frisch [MVP]" <mrxp2004@nospamyahoo.com> wrote in message
news:uRp6HqzGEHA.1180@TK2MSFTNGP09.phx.gbl...
> TROUBLESHOOTING STOP ERROR MESSAGES
> http://aumha.org/win5/kbestop.php
>
> [Courtesy of James A. Eshelman, MS-MVP]
>
> Troubleshooting Stop Errors
> http://www2.cajun.net/~theriots/blk/win_xp_stop.htm
>
> [Courtesy of Kelly Theriot, MS-MVP]
>
> --
> Carey Frisch
> Microsoft MVP
> Windows XP - Shell/User
>
> Be Smart! Protect your PC!
> http://www.microsoft.com/security/protect/
>
> --------------------------------------------------------------------------
---------------
>
> "m^" <makmebarkREMOVE@CAPS.yahoo.com.au> wrote in message:
> news:4071a1fa@news.comindico.com.au...
>
> | Hello.
> |
> | An explanation of the following error codes appreciated.
> |
> | "A problem has been detected and Windows has been shut down to prevent
> | damage to your computer.
> |
> | Techinical information:
> | ***STOP: 0x0000008E (0x0000005, 0xF3180935, 0xF3180834, 0x00000000) "
> |
> | Also where can I find a list of all of Windows erroe codes?
> |
> | Regards,
> |
> | m^
>

m^
Guest
Posts: n/a
 
Re: Error Codes explanation please
Posted: 04-05-2004, 07:16 PM
Thank you, Joshua.

"Joshua Smith [MSFT]" <joshsm@online.microsoft.com> wrote in message
news:O9ZxjqzGEHA.1128@TK2MSFTNGP11.phx.gbl...
> KERNEL_MODE_EXCEPTION_NOT_HANDLED (0x8E)
> PARAMETERS
> 1 - The exception code that was not handled
> 2 - The address that the exception occurred at
> 3 - Trap Frame
>
> DESCRIPTION
> This is a very common bugcheck. Usually the exception address pinpoints
> the driver/function that caused the problem. Always note this address
> as well as the link date of the driver/image that contains this address.
> Some common problems are exception code 0x80000003. This means a hard
> coded breakpoint or assertion was hit, but this system was booted
> /NODEBUG. This is not supposed to happen as developers should never have
> hardcoded breakpoints in retail code, but ...
> If this happens, make sure a debugger gets connected, and the
> system is booted /DEBUG. This will let us see why this breakpoint is
> happening.
>
> An exception code of 0x80000002 (STATUS_DATATYPE_MISALIGNMENT) indicates
> that an unaligned data reference was encountered. The trap frame will
> supply additional information.
>
> Joshua Smith
> DirectInput and OpenGL Test Labs
> Microsoft
> -----
>
> Get Secure! www.microsoft.com/security
>
> This posting is provided "AS IS" with no warranties, and confers no rights
>
>
>
>
> "m^" <makmebarkREMOVE@CAPS.yahoo.com.au> wrote in message
> news:4071a1fa@news.comindico.com.au...
> > Hello.
> >
> > An explanation of the following error codes appreciated.
> >
> > "A problem has been detected and Windows has been shut down to prevent
> > damage to your computer.
> >
> > Techinical information:
> > ***STOP: 0x0000008E (0x0000005, 0xF3180935, 0xF3180834, 0x00000000) "
> >
> > Also where can I find a list of all of Windows erroe codes?
> >
> > Regards,
> >
> > m^
> >
> >
>
>

Guest
Posts: n/a
 
Re: Error Codes explanation please
Posted: 04-17-2004, 08:09 AM
You can find a list of error codes for Wiindows XP here:

http://www.microsoft.com/resources/d...ion/Windows/XP
/all/reskit/en-us/Default.asp?
url=/resources/documentation/windows/xp/all/reskit/en-
us/prjk_dec_lgsc.asp

>-----Original Message-----
>KERNEL_MODE_EXCEPTION_NOT_HANDLED (0x8E)
>PARAMETERS
> 1 - The exception code that was not handled
> 2 - The address that the exception occurred at
> 3 - Trap Frame
>
>DESCRIPTION
>This is a very common bugcheck. Usually the exception
address pinpoints
>the driver/function that caused the problem. Always note
this address
>as well as the link date of the driver/image that
contains this address.
>Some common problems are exception code 0x80000003. This
means a hard
>coded breakpoint or assertion was hit, but this system
was booted
>/NODEBUG. This is not supposed to happen as developers
should never have
>hardcoded breakpoints in retail code, but ...
>If this happens, make sure a debugger gets connected, and
the
>system is booted /DEBUG. This will let us see why this
breakpoint is
>happening.
>
>An exception code of 0x80000002
(STATUS_DATATYPE_MISALIGNMENT) indicates
>that an unaligned data reference was encountered. The
trap frame will
>supply additional information.
>
>Joshua Smith
>DirectInput and OpenGL Test Labs
>Microsoft
>-----
>
>Get Secure! www.microsoft.com/security
>
>This posting is provided "AS IS" with no warranties, and
confers no rights
>
>
>
>
>"m^" <makmebarkREMOVE@CAPS.yahoo.com.au> wrote in message
>news:4071a1fa@news.comindico.com.au...
>> Hello.
>>
>> An explanation of the following error codes appreciated.
>>
>> "A problem has been detected and Windows has been shut
down to prevent
>> damage to your computer.
>>
>> Techinical information:
>> ***STOP: 0x0000008E (0x0000005, 0xF3180935,
0xF3180834, 0x00000000) "
>>
>> Also where can I find a list of all of Windows erroe
codes?
>>
>> Regards,
>>
>> m^
>>
>>
>
>
>.
>
 
LinkBack Thread Tools Display Modes
 


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 On
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
Error Codes Edward Windows XP Accessibility 2 09-05-2008 03:55 PM
Error Codes *****Don Peters***** Windows XP Performance & Maintenance 16 08-10-2004 06:56 AM
Error codes 4 and 14 Jeff Windows XP Setup 3 06-06-2004 02:41 AM
Error 5550, Explanation 5.7.1 Unable to Relay Chris Watson Mac Office 2 11-10-2003 03:15 PM
Error explanation Rich Barry Windows XP Performance & Maintenance 0 07-23-2003 06:40 PM