PC Review


Reply
Thread Tools Rate Thread

BSOD Error Stop: 0x00000050 & error code 0x10000050

 
 
Dave
Guest
Posts: n/a
 
      6th Mar 2009
System keeps rebooting usually just gets past user sign in screen if quick
enough to click on it but then BSOD. If just let it sit at sign in screen it
also will reboot as well. Unit is Acer Veritron M410 w/1 GB 256 shared ram
AMD 3800+ CPU single core. Gets BSOD Error Stop: 0x00000050(0xA75DDA5C,
0x00000000, 0x8053CE32, 0x00000000).
In looking this up it points to possible memory problems but replacing
memory with known good gets same result.
Hard drive has been checked for any viruses/ malware etc. None present.
Checkdisk run from repair console, no errors, PCI BIOS boot tester shows no
errors or boot errors.
System Restore performed from safe mode, no joy, error code
0x10000050(0xed77af35, 0x00000000, 0x8953ce32, 0x00000000) now shows up as
well.

I have used msconfig to disable all but essential also same results.

Also Windows defender error code: 0x8050a001 is shown in event viewer in
safe mode as well which points to the update definitions not being loaded.

Have many minidimp files but may need assistance in reading them.
--
Dave G
geek in perpetual training
 
Reply With Quote
 
 
 
 
nass
Guest
Posts: n/a
 
      6th Mar 2009


"Dave" wrote:

> System keeps rebooting usually just gets past user sign in screen if quick
> enough to click on it but then BSOD. If just let it sit at sign in screen it
> also will reboot as well. Unit is Acer Veritron M410 w/1 GB 256 shared ram
> AMD 3800+ CPU single core. Gets BSOD Error Stop: 0x00000050(0xA75DDA5C,
> 0x00000000, 0x8053CE32, 0x00000000).
> In looking this up it points to possible memory problems but replacing
> memory with known good gets same result.
> Hard drive has been checked for any viruses/ malware etc. None present.
> Checkdisk run from repair console, no errors, PCI BIOS boot tester shows no
> errors or boot errors.
> System Restore performed from safe mode, no joy, error code
> 0x10000050(0xed77af35, 0x00000000, 0x8953ce32, 0x00000000) now shows up as
> well.
>
> I have used msconfig to disable all but essential also same results.
>
> Also Windows defender error code: 0x8050a001 is shown in event viewer in
> safe mode as well which points to the update definitions not being loaded.
>
> Have many minidimp files but may need assistance in reading them.
> --
> Dave G
> geek in perpetual training


Hi Dave,
This always refer to a bad Hardware/driver installed.
Also did you have any hardware/Software/Updates recently installed?, please
state if any in your next post.

Try to use the Verifier.exe command to see which Drivers not Verified on
your system:
How to Use Driver Verifier to Troubleshoot Windows Drivers
http://support.microsoft.com/kb/244617/en-us

Error Message: STOP 0x00000050 (0xffffffe0, 0x00000001, 0xf30da010,
0x00000000) PAGE_FAULT_IN_NONPAGED_AREA
http://support.microsoft.com/kb/817197

Stop 0x00000050 in Win32k.sys When Changing Keyboard Layout
http://support.microsoft.com/kb/252371

Also, if you have one of these Video cards try to get the latest driver for
your Video card Specs.
Links:
Nvidia (GeForce drivers) driver downloads:
http://www.nvidia.com/content/drivers/drivers.asp

The HaxDoor virus may cause a "STOP 0x00000050" or "STOP 0x0000008e" error
message
http://support.microsoft.com/kb/903251

ATI (Radeon drivers) driver downloads:
http://ati.amd.com/support/driver.html

Open a Notepad, customize or minimize to the taskbar as you will need it
later for this step to copy the error message on it.
Open a run command and type in:
eventvwr.msc click [OK] you will get the Event viewer control Panel.
click on each of these:
Application
System
Security
Look in the right Pane/window for error message with red (X) or Yellow
exclamation mark /!\ , double click each one to get more info about the
causer.
On the Event error properties message you will see:
Up Arrow
Down arrow
Two pages
Click on the two pages to copy the error message then bring up the Notepad
you opened earlier and right click on the first line and select Paste from
the list, this will paste the error message on a Notepad.
Please don't duplicate the error message one of each kind will be sufficient.
HOW TO: View and Manage Event Logs in Event Viewer in Windows XP
http://support.microsoft.com/kb/308427/en-us


Open a run command and type in these commands to see if there is a conflict
in /among drivers :
pstat.exe click [OK]
dmpchck.exe click [OK]
What you get from running this commands?.

NOTE: Did you scan your computer (I mean Full Scan) for Viruses and malware
lately?.
HTH.
nass
-------
http://www.nasstec.co.uk

 
Reply With Quote
 
Rey Santos
Guest
Posts: n/a
 
      7th Mar 2009
"Have many minidimp files but may need assistance in reading them."

How to read the small memory dump files that Windows creates for debugging
http://support.microsoft.com/default.aspx/kb/315263

After installing Debugging tools, I type these and press enter in the
command prompt:

cd c:\program files\debugging tools for windows

windbg -y srv*c:\symbols*http://msdl.microsoft.com/download/symbols -i
c:\windows\i386 -z c:\windows\minidump\<your minidump.dmp>
note: this assumes that your root drive is c:

wait till the "Probably caused by field appears:" Note the file.

Click the blue "!analyze -v" to get the detailed debugging information.

Note the fileds "MODULE_NAME:" and "IMAGE_NAME" are simillar to "Probably
caused by:". Google for the file, uninstall/update the driver to which the
files belongs.







--
Rey


"Dave" wrote:

> System keeps rebooting usually just gets past user sign in screen if quick
> enough to click on it but then BSOD. If just let it sit at sign in screen it
> also will reboot as well. Unit is Acer Veritron M410 w/1 GB 256 shared ram
> AMD 3800+ CPU single core. Gets BSOD Error Stop: 0x00000050(0xA75DDA5C,
> 0x00000000, 0x8053CE32, 0x00000000).
> In looking this up it points to possible memory problems but replacing
> memory with known good gets same result.
> Hard drive has been checked for any viruses/ malware etc. None present.
> Checkdisk run from repair console, no errors, PCI BIOS boot tester shows no
> errors or boot errors.
> System Restore performed from safe mode, no joy, error code
> 0x10000050(0xed77af35, 0x00000000, 0x8953ce32, 0x00000000) now shows up as
> well.
>
> I have used msconfig to disable all but essential also same results.
>
> Also Windows defender error code: 0x8050a001 is shown in event viewer in
> safe mode as well which points to the update definitions not being loaded.
>
> Have many minidimp files but may need assistance in reading them.
> --
> Dave G
> geek in perpetual training

 
Reply With Quote
 
Dave
Guest
Posts: n/a
 
      8th Mar 2009
Thanks to both of you Rey & Nass for the great suggestions, They would have
helped fix the problem which was appearantly a combination of several factors:

1. Low disk space on c:\ hard drive < 8%

2. Corrupted Video Driver ATI onboard type so shared memory

3. Virtual memory probably a factor.

Cured by freeing up space on C: Drive (now at 31%), uninstalling video card
driver, shutting down all services (note it actually too three tries for this
to actually happen). Once all services were stopped I then started up in
normal mode and then began initializing the services one by one. It stayed
stable then I re-installed the video card driver.

Now all appears well, and stays that way I hope.

Thanks so much tho guys
--
Dave G
geek in perpetual training


"Rey Santos" wrote:

> "Have many minidimp files but may need assistance in reading them."
>
> How to read the small memory dump files that Windows creates for debugging
> http://support.microsoft.com/default.aspx/kb/315263
>
> After installing Debugging tools, I type these and press enter in the
> command prompt:
>
> cd c:\program files\debugging tools for windows
>
> windbg -y srv*c:\symbols*http://msdl.microsoft.com/download/symbols -i
> c:\windows\i386 -z c:\windows\minidump\<your minidump.dmp>
> note: this assumes that your root drive is c:
>
> wait till the "Probably caused by field appears:" Note the file.
>
> Click the blue "!analyze -v" to get the detailed debugging information.
>
> Note the fileds "MODULE_NAME:" and "IMAGE_NAME" are simillar to "Probably
> caused by:". Google for the file, uninstall/update the driver to which the
> files belongs.
>
>
>
>
>
>
>
> --
> Rey
>
>
> "Dave" wrote:
>
> > System keeps rebooting usually just gets past user sign in screen if quick
> > enough to click on it but then BSOD. If just let it sit at sign in screen it
> > also will reboot as well. Unit is Acer Veritron M410 w/1 GB 256 shared ram
> > AMD 3800+ CPU single core. Gets BSOD Error Stop: 0x00000050(0xA75DDA5C,
> > 0x00000000, 0x8053CE32, 0x00000000).
> > In looking this up it points to possible memory problems but replacing
> > memory with known good gets same result.
> > Hard drive has been checked for any viruses/ malware etc. None present.
> > Checkdisk run from repair console, no errors, PCI BIOS boot tester shows no
> > errors or boot errors.
> > System Restore performed from safe mode, no joy, error code
> > 0x10000050(0xed77af35, 0x00000000, 0x8953ce32, 0x00000000) now shows up as
> > well.
> >
> > I have used msconfig to disable all but essential also same results.
> >
> > Also Windows defender error code: 0x8050a001 is shown in event viewer in
> > safe mode as well which points to the update definitions not being loaded.
> >
> > Have many minidimp files but may need assistance in reading them.
> > --
> > Dave G
> > geek in perpetual training

 
Reply With Quote
 
nass
Guest
Posts: n/a
 
      8th Mar 2009

Glad you got it sorted and thanks for letting us know and sharing the Info
with us.
Good luck.
nass

"Dave" wrote:

> Thanks to both of you Rey & Nass for the great suggestions, They would have
> helped fix the problem which was appearantly a combination of several factors:
>
> 1. Low disk space on c:\ hard drive < 8%
>
> 2. Corrupted Video Driver ATI onboard type so shared memory
>
> 3. Virtual memory probably a factor.
>
> Cured by freeing up space on C: Drive (now at 31%), uninstalling video card
> driver, shutting down all services (note it actually too three tries for this
> to actually happen). Once all services were stopped I then started up in
> normal mode and then began initializing the services one by one. It stayed
> stable then I re-installed the video card driver.
>
> Now all appears well, and stays that way I hope.
>
> Thanks so much tho guys
> --
> Dave G
> geek in perpetual training
>
>
> "Rey Santos" wrote:
>
> > "Have many minidimp files but may need assistance in reading them."
> >
> > How to read the small memory dump files that Windows creates for debugging
> > http://support.microsoft.com/default.aspx/kb/315263
> >
> > After installing Debugging tools, I type these and press enter in the
> > command prompt:
> >
> > cd c:\program files\debugging tools for windows
> >
> > windbg -y srv*c:\symbols*http://msdl.microsoft.com/download/symbols -i
> > c:\windows\i386 -z c:\windows\minidump\<your minidump.dmp>
> > note: this assumes that your root drive is c:
> >
> > wait till the "Probably caused by field appears:" Note the file.
> >
> > Click the blue "!analyze -v" to get the detailed debugging information.
> >
> > Note the fileds "MODULE_NAME:" and "IMAGE_NAME" are simillar to "Probably
> > caused by:". Google for the file, uninstall/update the driver to which the
> > files belongs.
> >
> >
> >
> >
> >
> >
> >
> > --
> > Rey
> >
> >
> > "Dave" wrote:
> >
> > > System keeps rebooting usually just gets past user sign in screen if quick
> > > enough to click on it but then BSOD. If just let it sit at sign in screen it
> > > also will reboot as well. Unit is Acer Veritron M410 w/1 GB 256 shared ram
> > > AMD 3800+ CPU single core. Gets BSOD Error Stop: 0x00000050(0xA75DDA5C,
> > > 0x00000000, 0x8053CE32, 0x00000000).
> > > In looking this up it points to possible memory problems but replacing
> > > memory with known good gets same result.
> > > Hard drive has been checked for any viruses/ malware etc. None present.
> > > Checkdisk run from repair console, no errors, PCI BIOS boot tester shows no
> > > errors or boot errors.
> > > System Restore performed from safe mode, no joy, error code
> > > 0x10000050(0xed77af35, 0x00000000, 0x8953ce32, 0x00000000) now shows up as
> > > well.
> > >
> > > I have used msconfig to disable all but essential also same results.
> > >
> > > Also Windows defender error code: 0x8050a001 is shown in event viewer in
> > > safe mode as well which points to the update definitions not being loaded.
> > >
> > > Have many minidimp files but may need assistance in reading them.
> > > --
> > > Dave G
> > > geek in perpetual training

 
Reply With Quote
 
New Member
Join Date: Mar 2010
Posts: 1
 
      21st Mar 2010
file:///F:/Mini032110-05.dmp

Hi there , im having a similar problem with my dads pc , ive ruled out hard drive , ram and l2 cache , it must be drivers or something along those lines , have minidump file , have no idea how to read it though , can anyone help please , i get the page fault in non paged area message , 0x0000050 (0xffffffff 0x00000000 0x80538fb2 0x00000000 , i cant seem to find out what this means . my first time here !
thanks
 
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
STOP error code and BSOD coastalsteve Windows XP Help 2 21st Dec 2009 04:40 AM
BSOD - STOP ERROR CODE 0X024 Trish Windows XP Help 8 28th Aug 2009 06:28 PM
event log faultbucket error message and BSOD 0x00000050 Fran Windows XP Help 4 2nd Nov 2008 12:48 AM
stop: 0x00000050 error code Ledesmark Windows XP General 1 6th Oct 2008 12:39 PM
Re: BSOD 0x00000050 - Error in Fastfat.sys wotan2525 Windows XP General 0 25th Aug 2003 03:16 AM


Features
 

Advertising
 

Newsgroups
 


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