RE: Greetings all. First time I'm posting. Appreciate any assist
- From: "Pascal Damman" <p.damman@xxxxxxxxxxxxxxxx>
- Date: Wed, 18 May 2005 15:12:01 -0700
Are you sure it was 0x0000000E, or was is 0x0000001E? =>
0xE = NO_USER_MODE_CONTEXT
0x1E = KMODE_EXCEPTION_NOT_HANDLED
The second one (kmode...) usually is caused by a driver. If you think of a
memory problem:
- you can increase the size of the pagefile
- Windows always perfoms a memory check when starting up.
But: many times it's a driver that causes such a STOP error.
--
Chau chau,
Pascalos
"Steve" wrote:
> Pascal,
>
> Thankyou for the feedback.
>
> Could this error be from a memory problem possibly ?
>
> --
> Steve
>
>
> "Pascal Damman" wrote:
>
> > 0x0000000E means: NO_USER_MODE_CONTEXT
> >
> > ---
> > This is a Windows 2000 Executive character-mode STOP message. It indicates
> > an attempt to enter user mode with no context
> > ---
> > (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/w2kmsgs/1130.asp)
> >
> > In short: maybe a device driver, or your system is low on resources. Device
> > drivers are in more than 70% of the cases the cause of a STOP error.
> >
> > The article above also gives some suggestions what to do.
> >
> > --
> > Chau chau,
> >
> > Pascalos
> >
> >
> > "Steve" wrote:
> >
> > > Received the following error message on a blue screen.......
> > >
> > > STOP 0x000000E ( 0xc0000005, 0x8046D25D, 0x0000000, 0x00000005
> > > Kmode_Exception_Not_Handled
> > >
> > > Address 8046D2D5 base of 80400000, Date Stamp 41773335
> > > ntoskrnl.exe
> > >
> > > Beginning dump of physical memory.
> > >
> > > Thankyou in advance for any feedback. Not sure what this means. After I
> > > reboot the computer, everything is fine. It happens periodically.
> > >
> > >
> > >
> > >
> > >
> > > --
> > > Steve
.
- Follow-Ups:
- References:
- Prev by Date: Re: Preventing users from closing the Logon Script window
- Next by Date: Re: How do you net send to multiple subnets?
- Previous by thread: RE: Greetings all. First time I'm posting. Appreciate any assist
- Next by thread: RE: Greetings all. First time I'm posting. Appreciate any assist
- Index(es):
Relevant Pages
|