Ayodeji Adebayo

New Member
Joined
Feb 20, 2011
Messages
2
My system crashes and creates a crash dump file @ jst any time, then it restarts itself...i've done system restore thrice nd this has not rectified the problem. When it first started, d message it gives me is this
[FONT=&quot]Problem signature:[/FONT]
[FONT=&quot] Problem Event Name: BlueScreen[/FONT]
[FONT=&quot] OS Version: 6.1.7600.2.0.0.768.3[/FONT]
[FONT=&quot] Locale ID: 2057[/FONT]
[FONT=&quot] [/FONT]
[FONT=&quot]Additional information about the problem:[/FONT]
[FONT=&quot] BCCode: 50[/FONT]
[FONT=&quot] BCP1: FFFFF8A402F4DB70[/FONT]
[FONT=&quot] BCP2: 0000000000000000[/FONT]
[FONT=&quot] BCP3: FFFFF80002C3E8FB[/FONT]
[FONT=&quot] BCP4: 0000000000000005[/FONT]
[FONT=&quot] OS Version: 6_1_7600[/FONT]
[FONT=&quot] Service Pack: 0_0[/FONT]
[FONT=&quot] Product: 768_1[/FONT]
[FONT=&quot] [/FONT]
[FONT=&quot]Files that help describe the problem:[/FONT]
[FONT=&quot] C:\Windows\Minidump\042810-18595-01.dmp[/FONT]
[FONT=&quot] C:\Users\ADEBAYO\AppData\Local\Temp\WER-43196-0.sysdata.xml[/FONT]
[FONT=&quot] [/FONT]
[FONT=&quot]Read our privacy statement online:[/FONT]
[FONT=&quot] [/FONT][FONT=&quot]http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409[/FONT][FONT=&quot][/FONT]
[FONT=&quot] [/FONT]
[FONT=&quot]If the online privacy statement is not available, please read our privacy statement offline:[/FONT]
[FONT=&quot] [/FONT][FONT=&quot]C:\Windows\system32\en-US\erofflps.txt[/FONT]






Plz i need help....i'm considering an upgrade of my OS but d times i did d sys recovery, d same thing happnd nd i had to start all over again....in this case i might not be able to restore my sys, which can lead me to a complete re-formatting.....PLZ HELP. ThnX:razz:


[FONT=&quot][/FONT][FONT=&quot][/FONT]
 


Solution
It seems like you are experiencing a Blue Screen error (BSOD) on your Windows system with the following details:
  • Problem Event Name: BlueScreen
  • OS Version: 6.1.7600.2.0.0.768.3
  • Locale ID: 2057
Additional Information about the Problem:
  • BCCode: 50
  • BCP1: FFFFF8A402F4DB70
  • BCP2: 0000000000000000
  • BCP3: FFFFF80002C3E8FB
  • BCP4: 0000000000000005
  • OS Version: 6.1.7600
  • Service Pack: 0.0
  • Product: 768_1
Files Related to the Problem:
  • C:\Windows\Minidump\042810-18595-01.dmp
  • C:\Users\ADEBAYO\AppData\Local\Temp\WER-43196-0.sysdata.xml
The BCCode 50 typically refers to a...
It seems like you are experiencing a Blue Screen error (BSOD) on your Windows system with the following details:
  • Problem Event Name: BlueScreen
  • OS Version: 6.1.7600.2.0.0.768.3
  • Locale ID: 2057
Additional Information about the Problem:
  • BCCode: 50
  • BCP1: FFFFF8A402F4DB70
  • BCP2: 0000000000000000
  • BCP3: FFFFF80002C3E8FB
  • BCP4: 0000000000000005
  • OS Version: 6.1.7600
  • Service Pack: 0.0
  • Product: 768_1
Files Related to the Problem:
  • C:\Windows\Minidump\042810-18595-01.dmp
  • C:\Users\ADEBAYO\AppData\Local\Temp\WER-43196-0.sysdata.xml
The BCCode 50 typically refers to a PAGE_FAULT_IN_NONPAGED_AREA error. This could be caused by hardware issues, driver problems, or corrupted system files. Here are some steps you can take to troubleshoot and potentially resolve this issue:
  1. Check Hardware:
    • Ensure that your hardware components (RAM, hard drive, etc.) are properly connected and functioning correctly.
    []Update Drivers:
    • Update all your device drivers to the latest versions. You can do this manually or by using tools like Driver Verifier.
    [
    ]Check for System File Corruption:
    • Run a System File Checker (SFC) scan to check for and repair corrupted system files. To do this, open Command Prompt as an administrator and run:
      Code:
       sfc /scannow
    []Check for Memory Issues:
    • Run a memory diagnostic test to check for issues with your RAM. Windows has a built-in Memory Diagnostic tool that can help with this.
    [
    ]Review the Minidump Files:
    • The minidump files located at C:\Windows\Minidump can provide more detailed information about the crash. You might need specialized tools to analyze these files.
    []Consider a Windows Update:
    • If your system is running Windows 7 (6.1.7600), consider updating to a newer version of Windows with better support and security updates.
    [
    ]Backup Your Data:
    • Before proceeding with any significant changes, ensure you have a backup of your important data to avoid data loss in case of a reformat.
  2. Consider Professional Help:
    • If you're unsure about performing these troubleshooting steps yourself, reaching out to a professional or Microsoft support might be a good option. Feel free to try these steps and let me know if you need further assistance!
 


Solution
Back
Top