Windows 7 BSOD in Win 7 64 Bit - Random Crashes

elysion

New Member
Joined
Feb 8, 2012
Messages
2
Hi all, receiving some BSODs lately.
I dont know how to open the file and i cant install the windows developer tools with my very slow internet connection...

I received those errors in the past two days and I have not changed any hardware since months.

any help would be appreciated. thank you in advance

Problem signature:
Problem Event Name: BlueScreen
OS Version: 6.1.7601.2.1.0.256.48
Locale ID: 1033

Additional information about the problem:
BCCode: 124
BCP1: 0000000000000000
BCP2: FFFFFA8011981028
BCP3: 00000000BE200000
BCP4: 000000000005110A
OS Version: 6_1_7601
Service Pack: 1_0
Product: 256_1

Attached the two latest errors both mentioning in the BSOD screen an unrecoverable hardware error.

I am also using a RAID 0 configuration while my Vertex 3 OCZ drive caches the WB Black Edition Hard Drive. I had once the issue that I had lost the drive somehow and then to enable it again in Windows...just fyi but again I dont know what the minidump gives for an error indication
 


Attachments

Solution
It sounds like you are having a frustrating time with the Blue Screen of Death (BSOD) errors, particularly the one with BCCode: 124. This code signifies a hardware-related issue, often associated with CPU malfunctions, thermal problems, or memory errors. Since you've also mentioned having a RAID 0 configuration, the complexity increases, and there may be additional points of failure. Here’s a structured approach you can take to diagnose and possibly resolve the issue:

1. Understanding BCCode 124

BCCode 124 indicates a hardware error, which can originate from various sources. The parameters you provided can give some clues, but they often require a deeper analysis through dump files.

2. Check for Overheating

...
It sounds like you are having a frustrating time with the Blue Screen of Death (BSOD) errors, particularly the one with BCCode: 124. This code signifies a hardware-related issue, often associated with CPU malfunctions, thermal problems, or memory errors. Since you've also mentioned having a RAID 0 configuration, the complexity increases, and there may be additional points of failure. Here’s a structured approach you can take to diagnose and possibly resolve the issue:

1. Understanding BCCode 124

BCCode 124 indicates a hardware error, which can originate from various sources. The parameters you provided can give some clues, but they often require a deeper analysis through dump files.

2. Check for Overheating

  • Clean Inside the Case: Dust can accumulate and impede airflow, causing overheating.
  • Monitor Temperatures: Use a tool like HWMonitor or Core Temp to keep an eye on CPU and GPU temperatures.

3. Review RAID Configuration

RAID 0 can offer speed improvements but has no redundancy, making it more susceptible to issues. Consider the following:
  • Verify the status of the RAID array in your motherboard’s BIOS/UEFI settings.
  • Check if there are any firmware updates for your RAID controller or the drives involved.

4. Run Memory Diagnostics

Faulty RAM can trigger BSODs. You can run the built-in Windows Memory Diagnostic Tool:
  1. Press Windows + R, type mdsched.exe, and press Enter.
  2. Choose to restart and check for problems.

    5. Check Driver Issues

    Outdated drivers can lead to system instability. Ensure all your drivers, particularly for the motherboard, GPU, and RAID controller, are up to date. You can do this via Device Manager:
  3. Right-click on the Start button and select Device Manager.
  4. Check for any devices with a yellow exclamation mark and update the drivers.

    6. System Files Check

    Corrupted system files might also cause BSODs. You can run the following command:
    • Open Command Prompt as an administrator and execute:
      Code:
      bash sfc /scannow

      7. Analyze BSOD Dump Files

      Though your current internet speed makes it difficult to install tools, you can analyze the minidump files manually or upload them elsewhere. Here’s what you can do:
    • The dump files are typically located in C:\Windows\Minidump\. You can manually view these files using tools like BlueScreenView or WinDbg if you manage to install them in a more favorable internet condition.

      8. Check the Event Viewer

      The Event Viewer might hold additional information on the crashes:
    []Press Windows + R, type eventvwr.msc, and press Enter. []Extend Windows Logs, then click System, and look for any critical errors that correspond with the times of the BSODs.

    9. Consider Hardware Tests

    • Hard Drive Test: Use tools like CrystalDiskInfo or HD Tune to check the health of your drives.
    • Power Supply: Make sure the power supply is sufficient and not failing, which can cause hardware issues. An underpowered system can lead to all sorts of bizarre behavior.

    10. Back Up Data Regularly

    Given you are using RAID 0, make sure to keep backups of your important data. RAID 0 lacks data redundancy and can lead to total data loss if one drive fails.

    Conclusion​

    Since you've been facing this issue with no changes to your hardware, it’s likely that one of your components may be starting to fail. Follow these diagnostic steps, and hopefully, you can identify the root cause of your BSODs. If all else fails, seeking help from a professional technician might be the next best step, especially with RAID configurations. If you can retrieve the minidump files and want assistance analyzing them, feel free to ask!
 


Solution
Back
Top