Skip to main content

What is the most common causes of a Blue Screen STOP ERROR? Bad RAM.

When bad RAM is installed in a computer, you may encounter the following issues on a computer:

  • Computer locks up.

  • Computer reboots at random intervals.

  • Computer reboots when attempting to use Microsoft Internet Explorer 8 and Windows Update.

  • Microsoft Internet Explorer displays the error message: "This tab has been recovered." 

  • Computer displays a Blue Screen of Death possibly including Stop Error or Bad Pool Caller, Stop: 0x000000C2 or Stop: Ox0000007E (0x0000005).

  • Microsoft Security Essentials installation fails with the error code: "0x80070643"

  • Microsoft Windows Defender fails with the error code: "0x80040154"

  • Microsoft Windows Update fails with the error code: "0xC800044E"

  • Microsoft Windows displays the error message: "something.exe has encountered a problem and needs to close."

  • Microsoft Windows displays the error message: "Invalid Page Fault."

  • Microsoft Windows displays the error message: "Windows recovered from a serious error."

The most common cause of these issues is Bad RAM which only needs to be replaced. RAM can go bad at any time.  When encountering a STOP ERROR, I would first recommend replacing the RAM to see if this resolves the issue.

Potential causes of bad RAM:

  • The RAM is physically defective and should be returned or discarded.

  • One or more of the DIMMs slots on the motherboard are bad.  If possible, try using different DIMMs slots.

  • The RAM has not been installed in pairs.

  • The RAM is the wrong type.

  • The RAM is the wrong speed.

  • The BIOS RAM Frequency is not set to Auto.

Bad RAM is often the only problem with the computer.  I would also recommend examining the Windows Event Viewer.  However, a Stop Error is very generic which can be caused by any of the following:

  • Bad RAM

  • Bad CPU Fan or Bad Case Fan

  • Bad Video Card

  • Bad Hard Drive

  • Bad CDROM Drive

  • Bad CPU

  • Bad Motherboard

  • Bad Device Driver

  • Spyware

Methods to resolve this issue:

  • To identify Bad RAM, boot from the MemTest CD and scan for RAM Errors.  You may also wish to try MemTest Pro.

  • To upgrade your Video Driver, download the latest version from the manufacturer's driver website.

  • To possibly resolve a hard drive problem, perform a CHKDSK /R.  Some versions of Spyware Doctor prevent CHDSK /R from running automatically.  It is important that the Windows Operating System is able to run CHKDSK in order to maintain the integrity of the hard drive.  I would recommend that you remove Spyware Doctor and delete the file C:\WINDOWS\SYSTEM32\DRIVERS\ikhlayer.sys.

  • Scan and remove spyware using a combination of Ccleaner, Malwarebytes Antimalware and Kaspersky TDSSKiller.  In this particular instance however, you will need to go one step further and install the latest version of the Microsoft Malicious Software Removal Tool, Microsoft Windows Defender and Microsoft Security Essentials.  The trojan, Bamital.H, should then be automatically detected and quarantined by Microsoft Security Essentials.

  • A STOP ERROR is often followed by a message which states:  Physical memory dump complete.  To examine, a memory dump also called a mini dump,  you must convert the dump file to an ASCII text file which you can then open.  The text file will identify the exact issue that caused the problem.  To convert the mini dump to ASCII text, please perform the following steps:

  1. Install Nirsoft BlueScreenView. 
Or perform the following steps:
      1. Download the appropriate Debugging Tools for your operating system: Debugging Tools for Windows 32-bit Version or Debugging Tools for Windows 64-bit Version.

      2. Install the application.  The 32-bit version is installed to C:\Program Files\Debugging Tools for Windows (x86).

      3. Open Windows Explorer and browse to C:\WINDOWS\Minidump.  In this location you will see the phsyical memory dump filename.  For example, Mini102411-01.dmp.  Write down the filename located in C:\WINDOWS\Minidump.

      4. Click Start - Run.

      5. Type: cmd

      6. Click OK.

      7. Type: cd "C:\Program Files\Debugging Tools for Windows (x86)"

      8. Hit Enter.

      9. Type: kd -z C:\WINDOWS\Minidump\[Filename].  For example: kd -z C:\WINDOWS\Minidump\Mini102411-01.dmp

      10. Hit Enter.  The prompt will change to kd>.

      11. Type: .logopen c:\debuglog.txt

      12. Hit Enter.

      13. Type: .sympath srv*c:\symbols*http://msdl.microsoft.com/download/symbols

      14. Hit Enter.

      15. Type: .reload;!analyze -v;r;kv;lmnt;.logclose;q

      16. Wait until the command prompt displays the following: "Closing open log file c:\debuglog.txt
        quit:"  The ASCII text log file has been created at c:\debuglog.txt.  Close the command box.

      17. Open Windows Explorer and browse to C:\.

      18. Double-click debuglog.txt, scroll down the text file to display which item caused the computer to crash such as: Bad RAM, Bad Video Card, Bad Hard Drive, Bad CDROM Drive, Bad Device Driver, etc.

        http://www.smartnetadmin.com

        Comments

        Popular posts from this blog

        Access Denied (policy_denied). Your system policy has denied access to the requested URL. For assistance, contact your network support team.

        While browsing the internet, you may encounter the message: "Access Denied (policy_denied).  Your system policy has denied access to the requested URL.  For assistance, contact your network support team."   This message indicates the internet traffic is being filtered.  The most common source of an internet traffic filter is in corporate environments that use a proxy server or a firewall appliance designed to filter web traffic.  Some businesses are configured as satellite locations using a VPN tunnel.  In these configurations, the VPN may be configured to filter internet traffic.  In rare instances, the Internet Service Provider is filtering internet traffic.  Typically though, your IT Department or a Network Management Team has configured your internet traffic to be filtered.  Isolating Source of Web Filtering In an environment that is unmanaged and the source of the filtering is unknown, following are some steps you may wish to peform: Th...

        Event ID: 7001 - Source: VSS - Unable to create a shadow copy

        When using Microsoft Windows Server, you may encounter the error message: "Unable to create a shadow copy."  In the Event Viewer, you may find the following Event: "Event ID: 7001 - Source: VSS - Unable to create a shadow copy."  This event involves the Volume Shadow Copy Service (VSS).  Most likely the Server was rebooted while creating a Shadow Copy.  Many websites describe deleting or renaming the C:\WINDOWS\SYSTEM32\WBEM directory used by Windows Management Instrumentation to resolve this issue.  This is not correct.  Following are the steps to resolve this issue: Double-click My Computer. Right-mouse click the Hard Drive causing the problem. Click the Shadow Copies tab. Select the appropriate Volume. Click Disable. Click OK. Click Start - Control Panel - Administrative Tools - Scheduled Tasks. Delete all tasks related to the Volume Shadow Copy Service. Reboot the Server. Double-click My Computer. Right-mouse click the Hard Drive causing the problem. Cl...

        How do you stop an unstoppable Windows Service?

        You may encounter a Windows Service in Services that has the buttons for Start, Stop, Pause and Resume greyed out.  If you attempt to stop the Service using sc stop [servicename], you encounter the error message: "The requested control is not valid for this service."  To resolve this issue, please perform the following steps: Click Start - Control Panel - Administrative Tools - Services. Double-click the relevant Service. Change the Service Start-Up Type to Disabled. Click Apply. Click OK. Hit CTRL-ALT-DEL on your keyboard. Select Task Manger. Perform an End Task on the relevant Service. This issue has been resolved. http://www.smartnetadmin.com