<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Optimize Your PC &#187; Blue Screen (BSOD) Errors</title>
	<atom:link href="http://www.optimize-your-pc.org/category/blue-screen-bsod-errors/feed" rel="self" type="application/rss+xml" />
	<link>http://www.optimize-your-pc.org</link>
	<description>Optimal PC Performance Made Easy!</description>
	<lastBuildDate>Thu, 13 Oct 2011 04:23:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<atom:link rel='hub' href='http://www.optimize-your-pc.org/?pushpress=hub'/>
		<item>
		<title>Fix Win32k.Sys Blue Screen</title>
		<link>http://www.optimize-your-pc.org/fix-win32k-sys-blue-screen?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fix-win32k-sys-blue-screen</link>
		<comments>http://www.optimize-your-pc.org/fix-win32k-sys-blue-screen#comments</comments>
		<pubDate>Sun, 25 Sep 2011 21:49:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blue Screen (BSOD) Errors]]></category>

		<guid isPermaLink="false">http://www.optimize-your-pc.org/?p=1053</guid>
		<description><![CDATA[What is win32k.sys? Win32k.sys is a Windows driver that is responsible for windowing and graphics. It is a part of Windows and should not be deleted. How to fix Win32k.Sys BSOD using Windows debugger? If you look at the bottom of the BSOD you will  see a line that says “Begining dump of physical memory”. [...]

<br/>
		<a href="http://www.optimize-your-pc.org/how-to-fix-blue-screen-errors-caused-by-fltmgr-sys" rel="bookmark">How to fix Blue Screen Errors caused by FLTMGR.SYS?</a><br/>
		<a href="http://www.optimize-your-pc.org/how-to-fix-blue-screen-of-death-bsod" rel="bookmark">How to fix blue screen of death (BSOD)</a><br/>
		<a href="http://www.optimize-your-pc.org/how-to-fix-user32-dll-error-c0000135-blue-screen-of-death" rel="bookmark">How to Fix User32.dll Error &#8211; c0000135 Blue screen of death</a><br/>
	]]></description>
			<content:encoded><![CDATA[<h2><a href="http://www.optimize-your-pc.org/wp-content/uploads/2011/09/Win32k.sys-BSOD-STOP-1.jpg" rel="lightbox"><img class="alignright size-medium wp-image-1054" title="Win32k.sys BSOD STOP 1" src="http://www.optimize-your-pc.org/wp-content/uploads/2011/09/Win32k.sys-BSOD-STOP-1-300x218.jpg" alt="Win32k.sys BSOD STOP 1 300x218 Fix Win32k.Sys Blue Screen" width="300" height="218" /></a>What is win32k.sys?</h2>
<p>Win32k.sys is a Windows driver that is responsible for windowing and graphics. It is a part of Windows and should not be deleted.</p>
<h2>How to fix Win32k.Sys BSOD using Windows debugger?</h2>
<p>If you look at the bottom of the BSOD you will  see a line that says “Begining dump of physical memory”. Windows debugger can be used to analyze this crash dump and find out what caused your computer to prompt a blue screen.</p>
<p>Download <a href="http://www.microsoft.com/whdc/devtools/debugging/default.mspx" target="_blank">Windows debugger tool</a>.  For debugger to work, you need something called the &#8220;symbols&#8221;. Symbols are Operating System specific. For Windows Xp you need to download Symbols for Xp. For Vista you need to download Symbols for Vista and so on&#8230; You can let the Windows debugger download the Symbols online, since its the easy way. To do that, follow the steps below,</p>
<p><strong>To use the Microsoft Symbol Server</strong></p>
<ol>
<li>Make sure you have installed the latest version of Debugging Tools for Windows.</li>
<li>Start a debugging session.</li>
<li>Decide where to store the downloaded symbols (the &#8220;downstream store&#8221;). This can be a local drive or a UNC path.</li>
<li>Set the debugger symbol path as follows, substituting your downstream store path for <em>DownstreamStore</em>.
<p><strong>SRV*<em>DownstreamStore</em>*http://msdl.microsoft.com/download/symbols</strong></li>
</ol>
<p>For example, to download symbols to c:\mssymbols, you would add the following to your symbol path:<br />
<strong>SRV*c:\mssymbols*http://msdl.microsoft.com/download/symbols</strong></p>
<p>The next step is to analyze the crash dump file, that is located on the C:\windows\MEMORY.DMP. This is what you see on the bottom of the blue screen. To open the crash dump from the Windows debugger, click file &gt; open crash dump and select the location of C:\windows\MEMORY.DMP</p>
<p>It will take a moment to load this file. After it loads, you get a prompt to type !analyze to analyze the crash dump. Type !analyze. Now the Windows debugger analyzes the crash dump. After its done. Open the crash dump in the notepad. Find the line, PROCESS_NAME:</p>
<p>The process you find, is the one that is responsible for the blue screen. Most of the time, its some mouse driver that is causing the problem. You need to uninstall that, and reinstall to the working version if you need one.</p>
<p>That&#8217;s how you analyze the crash dumps generated upon a blue screen error to find the process that is causing the problem. You can search more about that process and find a solution.</p>
<h2>Note: Most of the Blue Screen errors are caused by the outdated, missing or corrupt Drivers. <a href="http://www.optimize-your-pc.org/go/driveragent-download/" target="_blank">Update your system drivers now! </a></h2>
<p>&nbsp;</p>


<br/>
		<a href="http://www.optimize-your-pc.org/how-to-fix-blue-screen-errors-caused-by-fltmgr-sys" rel="bookmark">How to fix Blue Screen Errors caused by FLTMGR.SYS?</a><br/>
		<a href="http://www.optimize-your-pc.org/how-to-fix-blue-screen-of-death-bsod" rel="bookmark">How to fix blue screen of death (BSOD)</a><br/>
		<a href="http://www.optimize-your-pc.org/how-to-fix-user32-dll-error-c0000135-blue-screen-of-death" rel="bookmark">How to Fix User32.dll Error &#8211; c0000135 Blue screen of death</a><br/>
	]]></content:encoded>
			<wfw:commentRss>http://www.optimize-your-pc.org/fix-win32k-sys-blue-screen/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to fix blue screen of death (BSOD)</title>
		<link>http://www.optimize-your-pc.org/how-to-fix-blue-screen-of-death-bsod?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-fix-blue-screen-of-death-bsod</link>
		<comments>http://www.optimize-your-pc.org/how-to-fix-blue-screen-of-death-bsod#comments</comments>
		<pubDate>Mon, 19 Sep 2011 16:57:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blue Screen (BSOD) Errors]]></category>

		<guid isPermaLink="false">http://www.optimize-your-pc.org/?p=957</guid>
		<description><![CDATA[The future Blue Screen of death (BSOD) screen. The image we see on the right is Blue Screen of Death message of Windows 8. The sad face replacing the crash details with a message stating that Windows is unable to handle the kernel level error and It wants to be rebooted, while still in the [...]

<br/>
		<a href="http://www.optimize-your-pc.org/fix-win32k-sys-blue-screen" rel="bookmark">Fix Win32k.Sys Blue Screen</a><br/>
		<a href="http://www.optimize-your-pc.org/how-to-fix-user32-dll-error-c0000135-blue-screen-of-death" rel="bookmark">How to Fix User32.dll Error &#8211; c0000135 Blue screen of death</a><br/>
		<a href="http://www.optimize-your-pc.org/how-to-fix-blue-screen-errors-caused-by-fltmgr-sys" rel="bookmark">How to fix Blue Screen Errors caused by FLTMGR.SYS?</a><br/>
	]]></description>
			<content:encoded><![CDATA[<h2><a href="http://www.optimize-your-pc.org/wp-content/uploads/2011/09/windows-8-blue-screen-of-death.jpg" rel="lightbox"><img class="alignright size-medium wp-image-964" title="windows-8-blue-screen-of-death" src="http://www.optimize-your-pc.org/wp-content/uploads/2011/09/windows-8-blue-screen-of-death-300x197.jpg" alt="windows 8 blue screen of death 300x197 How to fix blue screen of death (BSOD)" width="300" height="197" /></a>The future Blue Screen of death (BSOD) screen.</h2>
<p>The image we see on the right is Blue Screen of Death message of Windows 8. The sad face replacing the crash details with a message stating that Windows is unable to handle the kernel level error and It wants to be rebooted, while still in the blue background. But that is not detailed like the one we all are familiar with. The dreaded blue screen containing full of text with the error message in a format we use to search for with the aim of finding more information on that and a solution for the problem in the question.</p>
<p>Why is there an image of blue screen of Window 8 when its not even released yet? Well to answer that, In the recent demonstration of Windows 8 (Sept 2011) we came to know the sad news is that Microsoft hasn&#8217;t found a way to totally get around the blue screen or atleast to find a better error handling and reporting feature  &#8211; but still the same error message that forces the reboot, even in the Windows 8.</p>
<p>So how to prevent and fix it as soon as it occurs and not to worry about it any more? This article talks about that.</p>
<h2><a href="http://www.optimize-your-pc.org/wp-content/uploads/2011/09/windows-blue-screen-of-death.jpg" rel="lightbox"><img class="alignright size-medium wp-image-965" title="windows-blue-screen-of-death" src="http://www.optimize-your-pc.org/wp-content/uploads/2011/09/windows-blue-screen-of-death-300x152.jpg" alt="windows blue screen of death 300x152 How to fix blue screen of death (BSOD)" width="300" height="152" /></a>The present Blue Screen of Death Screen.</h2>
<p>We are all familiar with this. Most of the people won&#8217;t even care about this and immediately reboot the PC hoping that it wont come back. As you can see in the screen, below the technical information. The error message, the stop error, is in a format that is in the same pattern of all the BSOD errors which we use to look up online for help.</p>
<p>The STOP error displays four integer numbers in the form 0&#215;00 (0&#215;00,0&#215;00,0&#215;00,0&#215;00) where the first is 32 bits and the rest are the bit size of the machine (32-bit or 64-bit).</p>
<h3>Listed below are some of the Stop Errors.</h3>
<div style="overflow: auto; height: 100px; width: 500px; margin-bottom: 15px;">
<ul style="list-style: none outside none; font: tahoma; font-size: 9px;">
<li>Stop 0×00000003 UNSYNCHRONIZED_ACCESS</li>
<li>Stop 0x0000000A IRQL_NOT_LESS_OR_EQUAL</li>
<li>Stop 0x0000001E KMODE_EXCEPTION_NOT_HANDLED</li>
<li>Stop 0×00000023 FAT_FILE_SYSTEM</li>
<li>Stop 0×00000024 NTFS_FILE_SYSTEM</li>
<li>Stop 0x0000002E DATA_BUS_ERROR</li>
<li>Stop 0x0000003F NO_MORE_SYSTEM_PTES</li>
<li>Stop 0×00000044 MULTIPLE_IRP_COMPLETE_REQUESTS</li>
<li>Stop 0×00000050 PAGE_FAULT_IN_NONPAGED_AREA</li>
<li>Stop 0x0000006B PROCESS1_INITIALIZATION_FAILED</li>
<li>Stop 0×00000073 CONFIG_LIST_FAILED</li>
<li>Stop 0×00000074 BAD_SYSTEM_CONFIG_INFO</li>
<li>Stop 0×00000076 PROCESS_HAS_LOCKED_PAGES</li>
<li>Stop 0×00000077 KERNEL_STACK_INPAGE_ERROR</li>
<li>Stop 0×00000079 MISMATCHED_HAL</li>
<li>Stop 0x0000007A KERNEL_DATA_INPAGE_ERROR</li>
<li>Stop 0x0000007B INACCESSIBLE_BOOT_DEVICE</li>
<li>Stop 0x0000007E SYSTEM_THREAD_EXCEPTION_NOT_HANDLED</li>
<li>Stop 0x0000007F UNEXPECTED_KERNEL_MODE_TRAP</li>
<li>Stop 0x0000008E KERNEL_MODE_EXCEPTION_NOT_HANDLED</li>
<li>Stop 0x0000009C MACHINE_CHECK_EXCEPTION</li>
<li>Stop 0x0000009F DRIVER_POWER_STATE_FAILURE</li>
<li>Stop 0x000000BE ATTEMPTED_WRITE_TO_READONLY_MEMORY</li>
<li>Stop 0x000000C2 BAD_POOL_CALLER</li>
<li>Stop 0x000000C4 DRIVER_VERIFIER_DETECTED_VIOLATION</li>
<li>Stop 0x000000CA PNP_DETECTED_FATAL_ERROR</li>
<li>Stop 0x000000CB DRIVER_LEFT_LOCKED_PAGES_IN_PROCESS</li>
<li>Stop 0x000000CE DRIVER_UNLOADED_WITHOUT_CANCELLING_PENDING_OPERATIONS</li>
<li>Stop 0x000000D1 DRIVER_IRQL_NOT_LESS_OR_EQUAL</li>
<li>Stop 0x000000D5 DRIVER_PAGE_FAULT_IN_FREED_SPECIAL_POOL</li>
<li>Stop 0x000000D8 DRIVER_USED_EXCESSIVE_PTES</li>
<li>Stop 0x000000DA SYSTEM_PTE_MISUSE</li>
<li>Stop 0x000000EA THREAD_STUCK_IN_DEVICE_DRIVER</li>
<li>Stop 0x000000ED UNMOUNTABLE_BOOT_VOLUME</li>
<li>Stop 0x000000F2 HARDWARE_INTERRUPT_STORM</li>
<li>Stop 0x000000FC ATTEMPTED_EXECUTE_OF_NOEXECUTE_MEMORY</li>
<li>Stop 0x000000FE BUGCODE_USB_DRIVER</li>
<li>Stop 0xC0000218 UNKNOWN_HARD_ERROR</li>
<li>Stop 0xC000021A STATUS_SYSTEM_PROCESS_TERMINATED</li>
<li>Stop 0xC0000221 STATUS_IMAGE_CHECKSUM_MISMATCH</li>
<li>Stop 0xC0000244 STATUS_AUDIT_FAILED</li>
</ul>
</div>
<p>There are about 99 Stop error codes that can happen for numerous reasons. So that&#8217;s a lot of blue screens for any version of Windows! This is why its a problem we have to learn to fix and not depend on technicians every time there is an error.</p>
<h2>How to fix blue screen of death (BSOD)</h2>
<p>Every error is unique, so we are going to talk about the common denominator of all the errors and solutions that are common to all of them.</p>
<h3>Common causes of blue screen of death error</h3>
<p>Blue screen errors or stop errors are usually from hardware failures, drivers error, incompatible device, cpu temperature issues, resource conflict etc&#8230; The stop error is thrown when the computer has a non-recoverable, critical, kernel level deep error that crashes the system.</p>
<p>Let&#8217;s now jump straight into fixing it.</p>
<h3>1. Update your system driver.</h3>
<p><span style="text-decoration: underline;">The most common cause of BSOD is the corrupt, outdated and incorrect system drivers.</span> You can see this for yourself if there is a .sys file mentioned in the BSOD screen. You need the latest driver for the problem with existing driver to be fixed. The latest correct driver will solve most of the issue including incorrect and corrupt driver problems. To get the latest correct driver, get it from the manufacturer site based on your hardware model id or use a automatic <a href="http://www.optimize-your-pc.org/go/driveragent-download/">driver update program</a> to do the job.</p>
<h3>2. Undo what you just did before getting a blue screen error.</h3>
<p>Did you install a program, added a new hardware or updated a new driver or added a new one etc&#8230;? If yes to any of that, there is a good chance for a BSOD error.</p>
<p>Boot the computer using &#8220;Last known good configuration&#8221; as soon as you reboot. This will ignore recent driver or registry changes. To do that,</p>
<ol>
<li>keep hitting F8 key as soon as the system starts.</li>
<li>When the <strong>Windows Advanced Options</strong> menu appears, use the ARROW keys to select <strong>Last Known Good Configuration (your most recent settings that worked)</strong>, and then press ENTER.</li>
</ol>
<p>Roll back your driver to its previous version if you have updated your driver. To do that follow the steps below,</p>
<ol>
<li>    Open Device Manger from the System Control Panel.</li>
<li>    Now locate the hardware device that you want to roll back the driver for. Specific hardware devices are listed under the major hardware categories.</li>
<li>     Right click on the hardware&#8217;s name or icon and choose Properties.</li>
<li>    Click the Driver tab.</li>
<li>    On the Driver tab, click the Roll Back Driver button.</li>
<li>    Click the Yes button to the &#8220;Are you sure you would like to roll back to the previous driver?&#8221;.</li>
<li>    The previously installed driver will now be restored. But you need to restart the computer for the changes to take effect.</li>
</ol>
<p>If you have added an hardware, Remove it. The other way of troubleshooting if you aren&#8217;t sure of what hardware is causing the problem. Open the computer, remove all the hardware except the basic ones that are required for normal functioning. Start the PC, if the computer starts normally, you now know that the problem lies in the faulty hardware that is removed.</p>
<p>Another undo&#8217;ing step is by using System restore to restore the system to its previous state.</p>
<h3>3. Update windows for the latest hot fixes.</h3>
<p>Apply the latest security patches and hot fixes from Windows Update regularly.</p>
<h3>4. Perform PC memory test to see if the faulty RAM is causing BSOD error.</h3>
<p>I use and recommend using <a href="http://www.memtest86.com/" target="_blank">Memtest86</a> for this. Faulty RAM can be identified if the memtest86 results has a lot of error messages in RED.</p>
<h3>5. Update BIOS.</h3>
<p>BIOS updates are offered by the Motherboard manufacturers. Choose from the list of manufacturers below to download a BIOS update.</p>
<div style="overflow: auto; height: 100px; width: 300px; margin-bottom: 15px;">
<ul style="list-style: none outside none;">
<li><a href="http://www.abit.com.tw/page/en/download/guide.php" target="_blank">ABit</a></li>
<li><a href="http://www.ami.com/support/bios.cfm" target="_blank">AMI</a></li>
<li><a href="http://download.aopen.com.tw/Default.aspx" target="_blank">AOpen</a></li>
<li><a href="http://support.asus.com/technicaldocuments/technicaldocuments_content.aspx?no=714" target="_blank">ASUS</a></li>
<li><a href="http://www.biostar.com.tw/app/en/event/biosupdate/biospage.html" target="_blank">Biostar</a></li>
<li><a href="http://h10025.www1.hp.com/ewfrf/wc/document?lc=en&amp;dlc=&amp;cc=us&amp;docname=c00007682" target="_blank">Compaq</a></li>
<li><a href="http://www.ecs.com.tw/extra/flashutl/winflash.htm" target="_blank">EliteGroup</a></li>
<li><a href="http://support.gateway.com/support/drivers/ddaStep.asp?Tab=All" target="_blank">Gateway</a></li>
<li><a href="http://www.gigabyte.com/MicroSite/121/tech_a_bios.htm" target="_blank">GigaByte</a></li>
<li><a href="http://h10025.www1.hp.com/ewfrf/wc/document?lc=en&amp;dlc=&amp;cc=us&amp;docname=c00007682" target="_blank">HP</a></li>
<li><a href="http://www.intel.com/support/motherboards/desktop/sb/cs-022312.htm" target="_blank">Intel</a></li>
<li><a href="http://us.msi.com/support/BIOS_AMI.asp" target="_blank">MSI</a></li>
<li><a href="http://www.pcchips.com.tw/extra/PCC/utility/biosutl.htm" target="_blank">PCChips</a></li>
<li><a href="http://aps2.toshiba-tro.de/kb0/HTD9502M10000R01.htm" target="_blank">Toshiba</a></li>
<li><a href="http://www.via.com.tw/en/support/tech_faq.jsp#bios" target="_blank">VIA</a></li>
</ul>
</div>
<p><strong>Note</strong> When you update the BIOS, you might have to disable BIOS memory options, such as caching or shadowing, temporarily.</p>
<h3>6. Reset the BIOS (load fail safe defaults).</h3>
<p>To load the default Bios settings, you first need to get into the Bios. To do this, restart your computer and press the F2 or del or F10 key when the PC is starting.</p>
<p>Once you are in the Bios, you can load the defaults.</p>
<p>In the Award/Phoenix Bios, select “Load Fail-Safe Defaults” and then press the F10 key to save the settings.</p>
<p>In the AMI Bios,you need to navigate to the ‘Default’ screen using the cursor, +/- or PgUp/PgDn keys. In this screen, select the 3rd option ‘Fail-Safe BIOS Setup Settings‘. After this exit the Bios, saving the changes.</p>
<h3>7. Maintain a healthy computer.</h3>
<p>Make sure you have sufficient hard disk space left in the C:\ Drive. I would recommend having atleast 500mb to 1 GB of free space for the page file and temporary files. Scan for viruses and <a href="http://www.optimize-your-pc.org/go/anti-malware/" target="_blank">malware</a>/spyware periodically.</p>
<h2>Troubleshoot a specific BSOD error.</h2>
<p>Troubleshooting a specific BSOD error can be as simple as noting down the stop error code number and looking for help online. You don&#8217;t have to prevent reboot on BSOD error for noting down the details, you can just film a video on your mobile phone and then get to the screen, even if the error message is shown for a fraction of a second.You can as well prevent an automatic restart on blue screen error message from the System and Maintenance windows, as shown below,</p>
<ol>
<li>Click the <strong>Start </strong>menu and open the <strong>Control Panel</strong>.</li>
<li>Select<strong> System and Maintenance</strong>.</li>
<li>Next, select <strong>System</strong>.</li>
<li>Now click <strong>Advanced system settings</strong> in the task panel on the left-hand side.</li>
<li>In the <strong>System Properties</strong> dialog box, under <strong>Startup and Recovery</strong>, click the <strong>Settings </strong>button.</li>
<li>In the <strong>Startup and Recovery</strong> dialog box, clear the checkbox named <strong>Automatic restart</strong> under the <strong>System failure</strong> heading.</li>
<li>Click <strong>OK </strong>twice to close the dialog boxes and then close the <strong>Control Panel</strong>.</li>
</ol>
<h3>Reading Minidumps.</h3>
<p>This is an advanced topic. For more details see this <a href="http://support.microsoft.com/kb/315263" target="_blank">Microsoft article</a>.</p>
<h1>Now, lets update the system driver first.</h1>
<h1>To do that,</h1>
<h1>please download this tool &#8211; <a href="http://www.optimize-your-pc.org/go/driveragent-download/" target="_blank">FREE scan of drivers</a> now!</h1>


<br/>
		<a href="http://www.optimize-your-pc.org/fix-win32k-sys-blue-screen" rel="bookmark">Fix Win32k.Sys Blue Screen</a><br/>
		<a href="http://www.optimize-your-pc.org/how-to-fix-user32-dll-error-c0000135-blue-screen-of-death" rel="bookmark">How to Fix User32.dll Error &#8211; c0000135 Blue screen of death</a><br/>
		<a href="http://www.optimize-your-pc.org/how-to-fix-blue-screen-errors-caused-by-fltmgr-sys" rel="bookmark">How to fix Blue Screen Errors caused by FLTMGR.SYS?</a><br/>
	]]></content:encoded>
			<wfw:commentRss>http://www.optimize-your-pc.org/how-to-fix-blue-screen-of-death-bsod/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix ati3duag.dll Stop Error</title>
		<link>http://www.optimize-your-pc.org/fix-ati3duag-dll-stop-error?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fix-ati3duag-dll-stop-error</link>
		<comments>http://www.optimize-your-pc.org/fix-ati3duag-dll-stop-error#comments</comments>
		<pubDate>Sun, 11 Sep 2011 14:07:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blue Screen (BSOD) Errors]]></category>

		<guid isPermaLink="false">http://www.optimize-your-pc.org/?p=878</guid>
		<description><![CDATA[What is Ati3duag.dll? Ati3duag.dll is a universal graphics driver module from ATI Radeon for R300 chipset technology. This is a universal device driver for wide range of ATI Radeon R300 products. The Radeon R300 is the 3rd generation architecture of Radeon graphics chips featuring 3D acceleration based upon both Direct3D 9.0 and OpenGL 2.x. Hence [...]

<br/>
		<a href="http://www.optimize-your-pc.org/fix-ati2dvag-dll-error" rel="bookmark">Fix Ati2dvag.dll Error</a><br/>
		<a href="http://www.optimize-your-pc.org/ati-video-driver-and-control-panel" rel="bookmark">ATI Video Driver and Control Panel</a><br/>
		<a href="http://www.optimize-your-pc.org/how-to-fix-blue-screen-errors-caused-by-fltmgr-sys" rel="bookmark">How to fix Blue Screen Errors caused by FLTMGR.SYS?</a><br/>
	]]></description>
			<content:encoded><![CDATA[<h2>What is Ati3duag.dll?</h2>
<p>Ati3duag.dll is a universal graphics driver module from ATI Radeon for R300 chipset technology. This is a universal device driver for wide range of ATI Radeon R300 products. The Radeon R300 is the 3rd generation architecture of Radeon graphics chips featuring 3D acceleration based upon <em>both</em> Direct3D 9.0 and OpenGL 2.x. Hence the module Ati3duag.dll comes with the driver package for all R300 based graphics card. This file resides at the Windows system path,<br />
<span style="color: #ff0000;">C:\Windows\system32\ati3duag.dll</span>.</p>
<h2>How to fix Ati3duag.dll Stop Error &#8211; <span class="st"><em>stop</em> 0x0000007E?</span></h2>
<p><strong>Install this windows Hot fix.</strong></p>
<p><a href="http://www.optimize-your-pc.org/wp-content/uploads/2011/09/ati3duag.dll-bsod.jpg" rel="lightbox"><img class="alignleft size-thumbnail wp-image-875" style="padding-right: 15px;" title="ati3duag.dll bsod" src="http://www.optimize-your-pc.org/wp-content/uploads/2011/09/ati3duag.dll-bsod-150x150.jpg" alt="ati3duag.dll bsod 150x150 Fix ati3duag.dll Stop Error" width="150" height="150" /></a>The root cause of this error lies in the windows itself relating to &#8220;stop 0x7e in aec.sys&#8221;.</p>
<p><strong><a href="http://support.microsoft.com/kb/900485" target="_blank">KB900485</a></strong> &#8211; Error message in Windows XP Service Pack 2: &#8220;Stop 0x7E&#8221;</p>
<blockquote><p>&#8220;Install this update to prevent an issue in which you may receive a “stop 0x7e in aec.sys” error message on a computer that is running Windows XP Service Pack 2. The error may occur during startup, or after the system has started. AEC.SYS is the acoustic echo canceling driver.&#8221;</p></blockquote>
<p>Note: Try this hotfix as well, <a href="http://support.microsoft.com/kb/920872" target="_blank">KB920872</a>. This is to fix Kmixer.sys and Splitter.sys which as per the observation at <a href="http://www.ngohq.com/graphic-cards/11589-ati-bsod-fixed-finally-it-will-help-all-of-you-ati3duag-dll-squeal-of-death-et.html" target="_blank">this</a> thread was from the fact that those system drivers were the common denominator in all of the error logs of Ati3duag.dll Stop error.</p>
<p>If that does not help, try <a href="http://www.optimize-your-pc.org/go/driveragent-download/" target="_blank">updating the drivers</a>!</p>
<h2>Tips for optimum gaming experience:</h2>
<ul>
<li><a href="http://www.optimize-your-pc.org/go/driveragent-download/" target="_blank">Updating the graphics drivers</a> often solves most of the issues.</li>
<li>Check if your system meet that game requirements.</li>
<li>Check for the latest gaming patches.</li>
<li>Keep up with the game website/forums for the video card issues.</li>
<li>Update the directX from the Microsoft site <a href="http://www.microsoft.com/windows/directx/default.aspx" target="_blank">here</a>.</li>
<li>Use Microsoft error reporting to report errors and get the latest hot fixes for audio system drivers.</li>
<li>If the driver does not support dual monitors, or &#8220;dual head&#8221; video cards. You can disable the <em>extra video output</em> in your display properties control panel. Click Start &gt; Settings &gt; Control Panel &gt; Display &gt; Settings &gt; Advanced.</li>
<li>You need to clean the remnants of the old ATI driver uninstallation. Clean it with <a href="http://www.optimize-your-pc.org/go/registry-download/" target="_blank">Registry Booster</a></li>
<li>If the latest graphics driver doesn&#8217;t work for a particular game. Get the Beta version or even Omega version.</li>
</ul>
<p>&nbsp;</p>


<br/>
		<a href="http://www.optimize-your-pc.org/fix-ati2dvag-dll-error" rel="bookmark">Fix Ati2dvag.dll Error</a><br/>
		<a href="http://www.optimize-your-pc.org/ati-video-driver-and-control-panel" rel="bookmark">ATI Video Driver and Control Panel</a><br/>
		<a href="http://www.optimize-your-pc.org/how-to-fix-blue-screen-errors-caused-by-fltmgr-sys" rel="bookmark">How to fix Blue Screen Errors caused by FLTMGR.SYS?</a><br/>
	]]></content:encoded>
			<wfw:commentRss>http://www.optimize-your-pc.org/fix-ati3duag-dll-stop-error/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix Ati2dvag.dll Error</title>
		<link>http://www.optimize-your-pc.org/fix-ati2dvag-dll-error?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fix-ati2dvag-dll-error</link>
		<comments>http://www.optimize-your-pc.org/fix-ati2dvag-dll-error#comments</comments>
		<pubDate>Sun, 11 Sep 2011 09:36:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blue Screen (BSOD) Errors]]></category>
		<category><![CDATA[Dll Errors]]></category>
		<category><![CDATA[Driver Downloads]]></category>

		<guid isPermaLink="false">http://www.optimize-your-pc.org/?p=870</guid>
		<description><![CDATA[Ati2dvag.dll is a ATI Radeon Windows NT display driver module. Ati2dvag.dll Blue screen &#8211; STOP: 0x000000EA &#8211; Infinite loop problem. The problem is the graphics driver is caught in the infinite loop and it replies on the graphics card to end the loop. This is due to the graphics driver is unable to program the [...]

<br/>
		<a href="http://www.optimize-your-pc.org/fix-ati3duag-dll-stop-error" rel="bookmark">Fix ati3duag.dll Stop Error</a><br/>
		<a href="http://www.optimize-your-pc.org/ati-video-driver-and-control-panel" rel="bookmark">ATI Video Driver and Control Panel</a><br/>
		<a href="http://www.optimize-your-pc.org/how-to-fix-user32-dll-error-c0000135-blue-screen-of-death" rel="bookmark">How to Fix User32.dll Error &#8211; c0000135 Blue screen of death</a><br/>
	]]></description>
			<content:encoded><![CDATA[<p>Ati2dvag.dll is a ATI Radeon Windows NT display driver module.</p>
<h2>Ati2dvag.dll Blue screen &#8211; STOP: 0x000000EA &#8211; Infinite loop problem.</h2>
<p><a href="http://www.optimize-your-pc.org/wp-content/uploads/2011/09/How-Do-You-Fix-ati2dvag.dll-Errors1.jpg" rel="lightbox"><img class="alignleft size-thumbnail wp-image-871" style="padding-right: 15px;" title="How-Do-You-Fix-ati2dvag.dll-Errors" src="http://www.optimize-your-pc.org/wp-content/uploads/2011/09/How-Do-You-Fix-ati2dvag.dll-Errors1-150x150.jpg" alt="How Do You Fix ati2dvag.dll Errors1 150x150 Fix Ati2dvag.dll Error" width="150" height="150" /></a><em></em></p>
<p>The problem is the graphics driver is caught in the infinite loop and it replies on the graphics card to end the loop. This is due to the graphics driver is unable to program the graphics card correctly. Or there the graphics card is malfunctioning and can&#8217;t respond to the commands of the graphics driver.</p>
<p>Note: For the,</p>
<p><em>THREAD_STUCK_IN_DEVICE_DRIVER</em></p>
<p>Symantec&#8217;s PCAnywhere can also trigger this stop error (BSOD). The recommended fix is the update to the latest version of PCAnywhere.</p>
<h3>The Error Message:</h3>
<blockquote><p><em>&#8220;The driver for the display device got stuck in an infinite loop. This usually indicates a problem with the device itself or with the device driver programming the hardware incorrectly. Please check with your display device vendor for any driver updates.&#8221;</em></p>
<p><em>&#8220;It was a Problem detected. Windows has been shut down so that the computer is not damaged. </em><br />
<em> The problem was, perhaps, from the following file: ati2dvag </em><br />
<em> If you received this error for the first time displayed should you restart the computer, if this message persists, they must follow the following steps the device driver is in an endless loop.</em></p>
<p><em> Technical Information STOP: 0x000000EA (0x86550B90, 0&#215;86409380, </em><br />
<em> 0x8677DDE8, 0&#215;00000001)&#8221;</em></p>
<p><em>STOP 0x000000EA THREAD_STUCK_IN_DEVICE_DRIVER</em></p>
<p><em>STOP: 0x100000EA THREAD_STUCK_IN_DEVICE_DRIVER_M</em></p></blockquote>
<h3>Commonly recommended fix:</h3>
<p>A common recommended fix on the internet would be to open the update driver and selecting PCI standard PCI-to-PCI bridge. This trick seems to work for a lot of people. The fix is,</p>
<blockquote><p>Right click-mouse over My Computer<br />
Properties<br />
Hardware(Tab)<br />
Device Manager(button)<br />
Click [+] next to System devices<br />
right-mouse on CPU to AGP Controller (or whatever your controller is called, mine was SiS AGP)<br />
Update Driver(button)</p>
<p>Select Install from a list or specific location (Advanced)<br />
Next(button)<br />
Select Don&#8217;t search. I will choose the driver to install.<br />
Next(button)<br />
Select PCI standard PCI-to-PCI bridge<br />
Next(button)<br />
Finish(button)<br />
Reboot.</p></blockquote>
<p>For further support please contact ATI&#8217;s support, <a href="http://support.amd.com/us/Pages/AMDSupportHub.aspx" target="_blank">http://support.amd.com/us/Pages/AMDSupportHub.aspx</a></p>
<p>If that doesn&#8217;t help, which brings us to the next part of the article.</p>
<h2>Other methods to fix Ati2dvag.dll Bluescreen Errors.</h2>
<p><strong>1. Install the latest version of ATI video drivers.</strong></p>
<p>You can visit the <a href="http://support.amd.com/us/gpudownload/Pages/index.aspx" target="_blank">AMD website</a> to download the latest version of ATI video drivers. There is a detect and install the version, I recommend using <a href="http://www2.ati.com/drivers/auto/amddriverdownloader.exe" target="_blank">that</a>. If you have <a href="http://www.optimize-your-pc.org/go/driveragent-download/" target="_blank">3rd party driver installer program</a>, you can also use that. If you have a tool such as DriverAgent it can alert you when there is a new version of any drivers. You don&#8217;t need to manually visit the vendor sites to get the updates. And <span style="text-decoration: underline;">it&#8217;s a value service for a small amount</span>.</p>
<p><strong>2. Change the Hardware Acceleration settings.</strong></p>
<p>Turning off Hardware acceleration is the safest option to decrease the occurrence of this error. While you may compromise the performance, I recommend it to troubleshoot to see if the problem lies in the Graphics driver or the Graphics Card. Also disable the &#8220;Enable Write Combining&#8221; to make sure the graphics driver won&#8217;t program the graphics card incorrectly. To do these,</p>
<ol>
<li>Click <strong>Start</strong>, click <strong>Control Panel</strong>, and then double-click Display.</li>
<li>On the <strong>Settings</strong> tab, click <strong>Advanced</strong>, and then click the <strong>Troubleshoot</strong> tab.</li>
<li>Move the <strong>Hardware Acceleration</strong> slider to <strong>None</strong>, and then click to clear the <strong>Enable write combining</strong> check box.</li>
<li>Click <strong>OK</strong>, and then click <strong>OK</strong>.</li>
</ol>
<p><strong>3. Get a graphics card cooler (cooling unit).</strong></p>
<p>Ati graphics can heat up pretty quickly. Getting a cooler would be the solution to keep the temperature below 40 C.</p>
<p><strong>4. Upgrade your video card.</strong></p>
<p>If you any of the solutions did not work, it&#8217;s the problem with the video card(GPU unit) itself. Your video card is old, or it has been overclocked to its maximum and worn out. So these must help you decide to invest on a totally new video card (other brand) or upgrade and get the latest version from the current vendor.</p>
<p><strong>5. Additional recommendations.</strong></p>
<p><a href="http://www.uniblue.com/pc/?id=RBgen&amp;aff=14414&amp;xat=gen"><img title="Download" src="../wp-content/uploads/2011/09/ContentBlog-2-One_Liner-2.gif" alt="ContentBlog 2 One Liner 2 Fix Ati2dvag.dll Error" width="620" height="25" border="0" /></a></p>


<br/>
		<a href="http://www.optimize-your-pc.org/fix-ati3duag-dll-stop-error" rel="bookmark">Fix ati3duag.dll Stop Error</a><br/>
		<a href="http://www.optimize-your-pc.org/ati-video-driver-and-control-panel" rel="bookmark">ATI Video Driver and Control Panel</a><br/>
		<a href="http://www.optimize-your-pc.org/how-to-fix-user32-dll-error-c0000135-blue-screen-of-death" rel="bookmark">How to Fix User32.dll Error &#8211; c0000135 Blue screen of death</a><br/>
	]]></content:encoded>
			<wfw:commentRss>http://www.optimize-your-pc.org/fix-ati2dvag-dll-error/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to fix Blue Screen Errors caused by FLTMGR.SYS?</title>
		<link>http://www.optimize-your-pc.org/how-to-fix-blue-screen-errors-caused-by-fltmgr-sys?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-fix-blue-screen-errors-caused-by-fltmgr-sys</link>
		<comments>http://www.optimize-your-pc.org/how-to-fix-blue-screen-errors-caused-by-fltmgr-sys#comments</comments>
		<pubDate>Wed, 07 Sep 2011 15:40:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blue Screen (BSOD) Errors]]></category>

		<guid isPermaLink="false">http://www.optimize-your-pc.org/?p=825</guid>
		<description><![CDATA[What is Fltmgr.sys and what it does? Fltmgr.sys, is a Windows system file that expands to &#8220;Microsoft File System Filter Manager&#8221;. The role of this file is to arrange, manage and monitor data written on your Hard drive. Why? To make sure those datas are valid and not corrupted. fltMgr.sys is located in the folder [...]

<br/>
		<a href="http://www.optimize-your-pc.org/fix-win32k-sys-blue-screen" rel="bookmark">Fix Win32k.Sys Blue Screen</a><br/>
		<a href="http://www.optimize-your-pc.org/how-to-fix-blue-screen-of-death-bsod" rel="bookmark">How to fix blue screen of death (BSOD)</a><br/>
		<a href="http://www.optimize-your-pc.org/how-to-fix-user32-dll-error-c0000135-blue-screen-of-death" rel="bookmark">How to Fix User32.dll Error &#8211; c0000135 Blue screen of death</a><br/>
	]]></description>
			<content:encoded><![CDATA[<h2>What is Fltmgr.sys and what it does?</h2>
<p>Fltmgr.sys, is a Windows system file that expands to &#8220;Microsoft File System Filter Manager&#8221;. The role of this file is to arrange, manage and monitor data written on your Hard drive. Why? To make sure those datas are valid and not corrupted.</p>
<p>fltMgr.sys is located in the folder C:\Windows\System32\drivers and occupies 124 kb to 464 kb(1) of hard disk space.</p>
<h2>What are the Errors associated with it?</h2>
<h3><a href="http://www.optimize-your-pc.org/wp-content/uploads/2011/09/fltmgr.sys-BSOD.jpg" rel="'lightbox&quot;"><img class="alignleft size-thumbnail wp-image-830" style="padding-right: 10px;" title="fltmgr.sys-BSOD" src="http://www.optimize-your-pc.org/wp-content/uploads/2011/09/fltmgr.sys-BSOD-150x150.jpg" alt="fltmgr.sys BSOD 150x150 How to fix Blue Screen Errors caused by FLTMGR.SYS?" width="150" height="150" /></a>1. Stop Error &#8211; STOP: 0x0000003b</h3>
<blockquote><p>SYSTEM_SERVICE_EXCEPTION</p>
<p>STOP 0x0000003B (0X00000000C0000005, 0XFFFFFADF90204E58, 0XFFFFFADF80C70810, 0X0000000000000000)</p>
<p>fltMgr.sys &#8211; address FFFFFADF90204E58 base at FFFFFADF901F8000, datestamp 45d69305</p></blockquote>
<p>Note: This STOP error also gets triggered on problems with win2k.sys, Tcpip.sys and other files. But this article aims only on problems with <strong>fltmgr.sys</strong> file.</p>
<h3 style="padding-left: 30px;"><strong>How to fix this error?</strong></h3>
<p style="padding-left: 30px;">The usual causes of this error are system services and outdated drivers. Check if there are any drivers on your computer that has a <a href="http://www.optimize-your-pc.org/go/driveragent-download">recent update</a> released.</p>
<h3>2. Stop Error &#8211; STOP: 0x0000007e</h3>
<p>This error occurs after you have added AMD processor and NOT Intel processor, which you have prior to that. You OS being Windows Xp SP 2 or 3. The error message reads,</p>
<blockquote><p>A problem has been detected and Windows has been shut down to prevent damage to your computer&#8230;</p>
<p>Technical information:</p>
<p>*** STOP: 0x0000007E (0xC0000005, 0xFC5CCAF3, 0xFC90F8C0, 0xFC90F5C0) SYSTEM_THREAD_EXCEPTION_NOT_HANDLED</p></blockquote>
<p style="padding-left: 30px;"><strong>How to fix this error?</strong></p>
<p style="padding-left: 30px;">You need to fix the Intel processor driver ie. Intelppm.sys file. As this file which runs at the &#8220;system preparation&#8221; is built on the Intel processor. You need to fix this file from the Windows Upgrade <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=230796A7-54D6-4C31-BDA3-EFD2F7E87A8C" target="_blank">here</a>.</p>
<p style="padding-left: 30px;">Since the registry key of the original is now orphaned, you also fix this with a <a href="http://www.optimize-your-pc.org/go/registry-download/" target="_blank">registry cleaner tool</a>.</p>
<p>&nbsp;</p>


<br/>
		<a href="http://www.optimize-your-pc.org/fix-win32k-sys-blue-screen" rel="bookmark">Fix Win32k.Sys Blue Screen</a><br/>
		<a href="http://www.optimize-your-pc.org/how-to-fix-blue-screen-of-death-bsod" rel="bookmark">How to fix blue screen of death (BSOD)</a><br/>
		<a href="http://www.optimize-your-pc.org/how-to-fix-user32-dll-error-c0000135-blue-screen-of-death" rel="bookmark">How to Fix User32.dll Error &#8211; c0000135 Blue screen of death</a><br/>
	]]></content:encoded>
			<wfw:commentRss>http://www.optimize-your-pc.org/how-to-fix-blue-screen-errors-caused-by-fltmgr-sys/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resolve STOP 0x0000000A IRQL_NOT_LESS_OR_EQUAL</title>
		<link>http://www.optimize-your-pc.org/resolve-stop-0x0000000a-irql-not-less-or-equal?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=resolve-stop-0x0000000a-irql-not-less-or-equal</link>
		<comments>http://www.optimize-your-pc.org/resolve-stop-0x0000000a-irql-not-less-or-equal#comments</comments>
		<pubDate>Tue, 01 Jun 2010 06:27:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blue Screen (BSOD) Errors]]></category>
		<category><![CDATA[Stop Errors]]></category>
		<category><![CDATA[System Memory]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.optimize-your-pc.org/?p=185</guid>
		<description><![CDATA[This error happens when an application or device drivers running at kernel mode accessing memory address that is not permitted. IRQL_NOT_LESS_OR_EQUAL meaning that IRQL (Interrupt ReQuest Level) number of a kernel process is more than what it can process. The common cases are device drivers that are buggy trying to access unprotected or restricted memory [...]

<br/>
		<a href="http://www.optimize-your-pc.org/how-to-perform-pc-memory-test" rel="bookmark">How to perform PC Memory Test</a><br/>
		<a href="http://www.optimize-your-pc.org/resolve-stop-0x00000024-ntfs-file-sys-error-code" rel="bookmark">Resolve STOP 0&#215;00000024 NTFS_FILE_SYS Error Code</a><br/>
		<a href="http://www.optimize-your-pc.org/speed-up-your-computer" rel="bookmark">Speed up your computer</a><br/>
	]]></description>
			<content:encoded><![CDATA[<p><!--7c62091d4945458c80e0424e6472fd4a-->This error happens when an application or device drivers running at kernel mode accessing memory address that is not permitted. IRQL_NOT_LESS_OR_EQUAL meaning that IRQL (Interrupt ReQuest Level) number of a kernel process is more than what it can process. The common cases are device drivers that are buggy trying to access unprotected or restricted memory locations. Other causes of this errors are:</p>
<p><a href="http://www.optimize-your-pc.org/wp-content/uploads/2010/05/STOP-0x0000000A-IRQL_NOT_LESS_OR_EQUAL.jpg"><img class="alignleft size-medium wp-image-187" style="padding: 5px; margin-right: 5px;" title="STOP-0x0000000A-IRQL_NOT_LESS_OR_EQUAL" src="http://www.optimize-your-pc.org/wp-content/uploads/2010/05/STOP-0x0000000A-IRQL_NOT_LESS_OR_EQUAL-300x207.jpg" border="0" alt="STOP 0x0000000A IRQL NOT LESS OR EQUAL 300x207 Resolve STOP 0x0000000A IRQL NOT LESS OR EQUAL" width="300" height="207" align="left" /> </a>1. Antivirus pogram or backup tool, sometimes is the cause, because when its Vista incompatible.</p>
<p>2. Also, when hardwares are Vista incompatible. So does the corrupted device drivers, BIOS firmware incompatibility, and a corrupted installation of system services.</p>
<p>3. Failed hardware.</p>
<h3 style="color: red;">Steps to resolve STOP 0x0000000A</h3>
<p>1. Remove all external hardwares such as CD, DVD, printers, camera, sound card, network/wifi card, USB stick etc&#8230; and confirm they are all VISTA compatible. Dont plug in yet.</p>
<p>2. The next step is to restart the computer, and press F8 immediately when the PC starts to open Advanced Boot Options. Select System Recovery Option, and press System Repair. This starts the repair process of the entire PC.</p>
<p>3. Once the repair is done, plug in all the Vista compatible hardwares. Now click on Start-&gt;Control Panel-&gt;System and Maintenance-&gt;Problem Reports and Solutions. This must find the driver updates, run them. Now the problem must be resolved!</p>
<p>4. In come cases, you still see the error during startup but the windows loads. In that case go to c:\windows\system32<br />
right click cmd.exe and Run As Administrator. Enter mdshed.exe.  This opens up Windows Memory Diagnostic tool. Click on &#8220;Restart now and check for problems (Recommended)&#8221;. System restarts now to run this tool. This will diagnose all the memory problems as this STOP 0x0000000A IRQL_NOT_LESS_OR_EQUAL is related to memory.</p>
<p style="margin-left: 40px;">4. b. <span style="text-decoration: underline;">Making sense of Windows Memory Diagnostic Test Results</span></p>
<p style="margin-left: 40px;">If the test fails RAM is failed, i recommend you to get a new memory. Crucial.com is the best place i personally get my memory sticks.</p>
<p style="margin-left: 40px;">If the test shows errors message &#8220;Hardware problems were detected&#8221;. The following steps helps,</p>
<p style="margin-left: 80px;">i. If you have only one RAM, get another one for the test. (other computers or even friends)</p>
<p style="margin-left: 80px;">ii. Run an Extended memory test (press T on the Tool screen) for both the RAM one by one at one RAM module, keep the others free. This might take a while. If your RAM has errors while the other hasn&#8217;t then its an hardware problem. Get a new one. Ram sticks are dirt cheap at crucial.com.</p>
<p>Its good to have all the maintenance tools with Vista compatibility. A good vista compatible antivirus, antispyware and <a href="http://www.optimize-your-pc.org/go/registry-download/">Registry Optimizer Tool</a> will make up for a great arsenal of PC health maintenance tool.</p>


<br/>
		<a href="http://www.optimize-your-pc.org/how-to-perform-pc-memory-test" rel="bookmark">How to perform PC Memory Test</a><br/>
		<a href="http://www.optimize-your-pc.org/resolve-stop-0x00000024-ntfs-file-sys-error-code" rel="bookmark">Resolve STOP 0&#215;00000024 NTFS_FILE_SYS Error Code</a><br/>
		<a href="http://www.optimize-your-pc.org/speed-up-your-computer" rel="bookmark">Speed up your computer</a><br/>
	]]></content:encoded>
			<wfw:commentRss>http://www.optimize-your-pc.org/resolve-stop-0x0000000a-irql-not-less-or-equal/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resolve STOP 0&#215;00000024 NTFS_FILE_SYS Error Code</title>
		<link>http://www.optimize-your-pc.org/resolve-stop-0x00000024-ntfs-file-sys-error-code?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=resolve-stop-0x00000024-ntfs-file-sys-error-code</link>
		<comments>http://www.optimize-your-pc.org/resolve-stop-0x00000024-ntfs-file-sys-error-code#comments</comments>
		<pubDate>Mon, 31 May 2010 17:18:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blue Screen (BSOD) Errors]]></category>
		<category><![CDATA[Stop Errors]]></category>
		<category><![CDATA[Windows Xp]]></category>

		<guid isPermaLink="false">http://www.optimize-your-pc.org/?p=177</guid>
		<description><![CDATA[This error means NTFS file system of your hard drive is corrupted. You get the blue screen (BSOD) error message that looks like the one below. click on the image for full screen view. NTFS file system can get corrupted because of, Corrupt ntfs.sys file Damaged hard drive data Damaged NTFS file system Corrupt SCSI [...]

<br/>
		<a href="http://www.optimize-your-pc.org/resolve-stop-0x0000000a-irql-not-less-or-equal" rel="bookmark">Resolve STOP 0x0000000A IRQL_NOT_LESS_OR_EQUAL</a><br/>
		<a href="http://www.optimize-your-pc.org/how-to-fix-error-code-10" rel="bookmark">How to Fix Error Code 10</a><br/>
		<a href="http://www.optimize-your-pc.org/error-code-0x8007f0f4-for-windows-xp-service-pack-3-kb936929" rel="bookmark">Error Code: 0x8007F0F4 for Windows XP Service Pack 3 &#8211; KB936929</a><br/>
	]]></description>
			<content:encoded><![CDATA[<p>This error means NTFS file system of your hard drive is corrupted. You get the blue screen (BSOD) error message that looks like the one below.</p>
<p><a rel="lightbox" href="http://www.optimize-your-pc.org/wp-content/uploads/2010/05/stop-0x00000024-ntfs-file-system.jpg"><img style="padding-right: 20px;" src="http://www.optimize-your-pc.org/wp-content/uploads/2010/05/stop-0x00000024-ntfs-file-system-300x207.jpg" border="0" alt="stop 0x00000024 ntfs file system 300x207 Resolve STOP 0x00000024 NTFS FILE SYS Error Code" width="300" height="207" align="left" title="Resolve STOP 0x00000024 NTFS FILE SYS Error Code" /></a>click on the image for full screen view.</p>
<p>NTFS file system can get corrupted because of,</p>
<ul>
<li>Corrupt ntfs.sys file</li>
<li>Damaged hard drive data</li>
<li>Damaged NTFS file system</li>
<li>Corrupt SCSI or IDE drivers (hard drive component).</li>
</ul>
<h3 style="color: red;"><span style="text-decoration: underline;"><strong>Steps to resolve this problem:<br />
</strong></span></h3>
<p><strong>If windows still loads: </strong></p>
<p><strong> </strong>If you are able to still get the windows load, before repairing it, make sure to disable all the background services, antivirus scanners, or any malware monitors that are running on the taskmanage/taskbar. Also close the disk defragmenter that are scheduled to run.</p>
<p>Now, run the hardware diagnostic tool, to do that, click Start, click Run, type <span class="userInput">hwinfo /ui</span> and then click OK.This shows the details of hard disk problem.</p>
<p>You can then run, disk scan, to do that, click Start, click Run, type chkdsk /r and then click OK. This is will repair file system damages.</p>
<p><strong>If windows doesn&#8217;t load:<br />
</strong></p>
<p>You can access your NTFS partition, using a NTFS boot USB or floppy. To create a booting USB or floppy, download a free program called NTFS4DOS from here, <a href="http://www.optimize-your-pc.org/files/ntfsinst.exe">http://www.optimize-your-pc.org/files/ntfsinst.exe</a></p>
<p>You now have a bootable USD or floppy drive. It must boot the PC up. You see a welcome screen with 3 options to choose from. choose option 1. Type chkdsk/r in the command prompt, to repair the bad NTFS partition.</p>
<p>Remove the USB or floppy and restart the PC. The problem should be resolved now.</p>
<p>There is a thin chance that you cant repair on severe corruption, leaving you with data loss. The only way is to remove the Hark drive from your PC and repartition on another computer, and then running a data recovery tool to see if you can recover some data.</p>
<p>Hopefully, your problem wont be this severe if you have a well maintained PC with regular disk scans, defragmentation and antivirus/antispyware scans. Its also must to have a reliable <a href="http://www.optimize-your-pc.org/go/registry-download/">Registry Optimizer Tool</a> in your maintenance tool arsenal, to take care of registry health as well.</p>


<br/>
		<a href="http://www.optimize-your-pc.org/resolve-stop-0x0000000a-irql-not-less-or-equal" rel="bookmark">Resolve STOP 0x0000000A IRQL_NOT_LESS_OR_EQUAL</a><br/>
		<a href="http://www.optimize-your-pc.org/how-to-fix-error-code-10" rel="bookmark">How to Fix Error Code 10</a><br/>
		<a href="http://www.optimize-your-pc.org/error-code-0x8007f0f4-for-windows-xp-service-pack-3-kb936929" rel="bookmark">Error Code: 0x8007F0F4 for Windows XP Service Pack 3 &#8211; KB936929</a><br/>
	]]></content:encoded>
			<wfw:commentRss>http://www.optimize-your-pc.org/resolve-stop-0x00000024-ntfs-file-sys-error-code/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Fix User32.dll Error &#8211; c0000135 Blue screen of death</title>
		<link>http://www.optimize-your-pc.org/how-to-fix-user32-dll-error-c0000135-blue-screen-of-death?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-fix-user32-dll-error-c0000135-blue-screen-of-death</link>
		<comments>http://www.optimize-your-pc.org/how-to-fix-user32-dll-error-c0000135-blue-screen-of-death#comments</comments>
		<pubDate>Thu, 27 May 2010 07:34:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blue Screen (BSOD) Errors]]></category>
		<category><![CDATA[Dll Errors]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows Xp]]></category>

		<guid isPermaLink="false">http://www.optimize-your-pc.org/?p=159</guid>
		<description><![CDATA[A user32.dll file is a part of Windows User API (Application Programming Interface). Its one of those files that interact between users inputs (from the programs) and windows OS. Most of the programs depend on this file. So its dangerous to remove this. To fix the problem related to User32.dll, the following steps help, Turn [...]

<br/>
		<a href="http://www.optimize-your-pc.org/how-to-fix-blue-screen-of-death-bsod" rel="bookmark">How to fix blue screen of death (BSOD)</a><br/>
		<a href="http://www.optimize-your-pc.org/how-do-i-fix-the-msvcp100-dll-error" rel="bookmark">How do I fix the &#8220;MSVCP100.dll&#8221; error!?</a><br/>
		<a href="http://www.optimize-your-pc.org/fix-msvcr80-dll-not-found-error" rel="bookmark">Fix Msvcr80.dll not found Error</a><br/>
	]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img alt="c0000135 user32.dll not found How to Fix User32.dll Error   c0000135 Blue screen of death" class="aligncenter size-full wp-image-161" height="52" src="http://www.optimize-your-pc.org/wp-content/uploads/2010/05/c0000135-user32.dll-not-found.jpg" title="c0000135-user32.dll-not-found" width="490" /></p>
<p>A user32.dll file is a part of Windows User API (Application Programming Interface). Its one of those files that interact between users inputs (from the programs) and windows OS. Most of the programs depend on this file. So its dangerous to remove this.</p>
<p>To fix the problem related to User32.dll, the following steps help,</p>
<ol>
<li>Turn on windows automatic update. If you haven&#39;t already, click the start button, click Run, type sysdm.cpl, click Automatic Updates tab and choose &quot;<b>Automatic (recommended) Automatically download recommended updates for my computer and install them&quot; </b>and click ok.<br />
		&nbsp;</li>
<li>If there is an User32.dll error after installing a program or hardware driver, uninstall that program and reboot your PC. Maybe there is a fault with that program or driver and you need to install the latest version of it.<br />
		&nbsp;</li>
<li>If above steps failed, problem lies with the User32.dll file itself. Get a Windows OS CD that you installed your current version of windows with. Open the CD drive folder, navigate to i386 folder, and find User32.dl_. Copy that somewhere temporarily and rename it to User32.dll. Copy that now to C:\Windows\System32 folder, when prompted to rewrite that, hit ok. 
<ul>
<li>If your prefer using recovery console, in case when you are unable to boot the PC. Insert the Windows OS CD, xp or vista or windows 7, whatever you have installed. Select the right booting if you have multiple boots. Enter password when prompted. A blank password for the windows xp home edition. When the welcome screen appears type R to start Recovery console. At the command prompt type, expand [CD ROM DRIVE]:\i386\user32.dl_ c:\windows\system32. CD ROM DRIVE is the drive letter for cd rom. In my PC its J:\. Type Exit, hit enter and restart the PC, remove the CD Rom for the normal boot.</li>
</ul>
</li>
</ol>
<p>This must do it for you. If not, you can use system restore to a point closer to today&#39;s point. Also i recommend that you clean the mess off your PC&#39;s registry using a <a href="http://www.optimize-your-pc.org/go/registry-download/">Registry Optimizer Tool</a> to keep your PC&#39;s health in good condition, in addition to of course, antivirus, antispyware and disk tool checkups.</p>
<p>
	&nbsp;</p>


<br/>
		<a href="http://www.optimize-your-pc.org/how-to-fix-blue-screen-of-death-bsod" rel="bookmark">How to fix blue screen of death (BSOD)</a><br/>
		<a href="http://www.optimize-your-pc.org/how-do-i-fix-the-msvcp100-dll-error" rel="bookmark">How do I fix the &#8220;MSVCP100.dll&#8221; error!?</a><br/>
		<a href="http://www.optimize-your-pc.org/fix-msvcr80-dll-not-found-error" rel="bookmark">Fix Msvcr80.dll not found Error</a><br/>
	]]></content:encoded>
			<wfw:commentRss>http://www.optimize-your-pc.org/how-to-fix-user32-dll-error-c0000135-blue-screen-of-death/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

