Archive for 'Fix Windows Errors'
Runtime Error – Why It Happens and How to Fix It
Posted on 17. Dec, 2008 by Jason Biddle, MSCE Certified Tech.
Runtime is the period of time in which a computer program begins and ends. A runtime error is an error which occurs during this time i.e. whilst the application is operating.
There can be many reasons as to why a runtime error occurs and it’s usually possible to recover from them unlike when a system crash happens. However whatever has caused the runtime error may eventually go on to cause a system crash so it’s important to find out why it has occurred and take steps to rectify the problem.
Causes of Runtime Errors
• Your PC has insufficient RAM (memory) to allow the program to run.
• A virus may be present on your system.
• There may be spyware or adware running in the background of the program.
• There may be an error in the Windows Registry values.
• There is a problem within the program such as a faulty driver, a bug or a corrupted file.
Some of the time when a runtime error has occurred, your computer will tell you why it has happened. However with other runtime errors especially those which have been caused by Trojans, worms or viruses it will be necessary to explore the problem further.
How Can I Repair a Runtime Error?
There are more than 60 common runtime errors for which you will receive an on screen message. You can search various online message boards or forums which may be able to help you but bear in mind most of them will require a little technical knowledge.
On signing up with a forum or newsgroup you will have to make a post requesting advice for the problem. This will involve copy and pasting source code and giving detailed information on the error message and stack traces. The discussion and information you will have to supply may be quite in-depth or else your problem may not be properly identified or solved.
Even if an answer to your issue is found you may experience difficulty in implementing it if you have little or no technical skill. For example it may involve applet errors relating to Java defects or any other subject which may need at least some specialized knowledge. Although you will be guided through the fix in steps it can prove tricky to follow if your skill is limited.
Unless you know what you’re doing, working with source code can end up creating even more problems. If you make a mistake or follow the wrong advice, the program may crash or damage could be caused to your PC.
Many runtime errors are caused by errors in the Windows registry. Therefore it is possible to resolve runtime errors safely and effectively by using a reputable registry cleaner such as RegCure.
Three Common Runtime Errors Associated with Windows Registry
1. Unable to load – Debug Error
This is caused by a DLL error and the associated files with a .dll extension. DLL means Dynamic Link Library and the file holds information and functions relating to the program.
System and program DLLs are all stored together in the Windows registry along with all the other data held on the settings and configuration of all hardware and software on your system.
This becomes a problem because many different programs may share the same DLL name even though they are stored in separate directories. Whichever program is started up first will have all the DLL files installed and any program running afterwards will be left to use these same DLL files.
2. Wrong Version
To resolve this error message it will be necessary to edit Java entries in the registry as older versions of Java are probably the reason the error has occurred. You may need to edit other code as well and reinstall applications.
3. NoClassDefFound Error Message
This message can be received when a program is using an older version of Java installed in Internet Explorer which is not compatible with the task. Old registry values are causing the error. It will be necessary to clean the Windows registry so your program uses the newer version of Java.
A Simple, Fast Way To Fix Runtime Error
As seen from the errors and fixes listed above it can be a difficult and complex task resolving runtime error and the skill involved is much more than the average computer user would be expected to have. Using a registry cleaner such as RegCure will resolve all these problems quickly and safely.
Continue Reading
How to Fix DLL Errors
Posted on 17. Dec, 2008 by Jason Biddle, MSCE Certified Tech.
DLL is a file extension meaning Dynamic Link Library. The DLL files on your computer store data and settings that your installed software needs to function correctly.
There are a vast amount of DLL files stored on your computer system. Each piece of software you have installed will have its own DLL files as will any applications you use on the websites you visit. Every function you use on each of these programs such as opening a window or saving a file will multiply the volume of each DLL library.
A DLL file can be used not only by the application that it was installed by but can also be shared by other programs on your PC. This is the case with DLL files which came installed with your Windows Operating System.
Did I Cause the DLL Error?
It’s hardly surprising with so many DLL files stored on your computer that errors relating to these files will occur.
Computer users frequently ask if they themselves are at fault for causing these DLL errors. They want to know if there’s something they did wrong to trigger them. The answer isn’t straightforward.
They could be caused by frequent installation and removal of programs and applications or because of free program downloads from the Internet. Even some websites download software automatically to enable you to use their features.
However, the user can’t really be blamed for wanting to install software applications on his PC. After all this is what a computer is for!
Common Causes of DLL Errors
Most computer experts agree that the main cause of DLL errors is bad programming. This arises from the fact that there is no standardization for storing or naming DLL files.
If a DLL file is used by more than one application, it’s possible that one of the programs will update this file, rendering it unusable to other applications which share it. The other programs will no longer work properly and this is when DLL errors are generated.
This updating and overwriting of DLL files is the most common reason for experiencing DLL errors. It was such an issue that technical exerts at Microsoft even had a name for it – DLL Stomping. Microsoft tried to rectify the problem in the 2000 version of Windows by introducing the Windows File Protection feature.
This still hasn’t ended the problems caused by DLL files and even if they aren’t Stomping issues, they can be triggered for many other reasons. If your PC has many DLL files installed, especially if they are old files no longer needed, this can cause your system to become sluggish when looking for the correct file to use. This can result in conflict between applications and may even cause your computer to crash.
How To Repair DLL Errors
To repair DLL errors it is necessary to know what has caused the problem in the first place. If it is the result of a missing DLL file, the file can be reinstalled. For most other DLL errors it’s unlikely the typical computer user will have the skill or knowledge necessary to deal with the problem. This is why using a registry cleaner such as RegCure is recommended for dealing with any DLL errors.
A registry cleaner will do all the work for you in rectifying the problem. Even those with little technical knowledge will easily be able to use the application, which will run automatically and repair any DLL problems you are experiencing.
Continue Reading
How To Fix Runtime Errors
Posted on 17. Dec, 2008 by Jason Biddle, MSCE Certified Tech.
What is “Runtime”?
Runtime is a term used in computer jargon which can be explained as the processes an application will execute or run from the time the program is opened until it is closed down. A runtime error is a problem which occurs during this time and is caused by a flaw in the programming of the software.
This however is not necessarily the fault of the programmer, especially when you consider the fact there are many and various situations under which a software application will be run. Take for example a program that works perfectly on a computer running a Windows 98 Operating System. This same program may not perform so efficiently on a Windows XP machine. This is the problem faced by programmers – it’s a very complex task to simulate each and every variation in environment the application may be used in. When a program is asked to operate in an unfamiliar framework it is likely to generate a Runtime Error.
It’s Not The Programmer’s Fault!
Don’t assume from this however that every time a runtime error occurs, it is the programmers fault and he has written the software badly. This isn’t the case at all and the computer user can contribute to the problem as well.
The programmer will have created the application under near perfect conditions. He will have used a high performance PC with top quality components. Once this software is installed in the user’s home computer, it immediately enters a complete new environment.
This new environment may not be the best of conditions. Most of us will probably have lots of different programs loaded on our PCs, particularly if you like to download free applications from the Internet to try out. Lots of these programs will probably never be used and may even have been forgotten about.
Unnecessary Applications Cause Problems
All these unnecessary applications installed on your computer are not creating an optimal environment. The Windows registry will become clogged with lots of non-essential information and cause your PC to perform poorly. This is when the Runtime errors will start to occur.
Fast and Easy Fix for Runtime Errors
The best and most cost efficient way to stop these Runtime errors from happening is to be careful about the maintenance and health of your PC.
Keep your Windows registry clean to ensure your computer performs at its best.
Continue Reading
How to Fix JavaScript Errors
Posted on 17. Dec, 2008 by Jason Biddle, MSCE Certified Tech.
JavaScript is a scripting language developed by Netscape to allow web designers to integrate interactive functions and features into their websites. It should not be confused with Java which is a programming language. Scripting languages are much easier to code than the more complex programming languages. When a JavaScript error occurs it is usually a fault in the coding.
When JavaScript is integrated into the HTML code of a website it results in certain elements of that particular website becoming dynamic. Some of the most common features and effects JavaScript creates include:
• Images which alter when your mouse is moved over them.
• Pop up windows, text or graphics.
• The detection of a user or client browser.
The way a JavaScript error will appear on screen will depend on which browser and browser version you are running. Usually a dialog box will appear and ask if you wish to ‘debug’.
These dialog boxes may show a line number and a message such as ‘Object (or character) Expected. Depending on which browser you are using the character may be shown. Netscape Navigator and Microsoft’s Internet Explorer will deal with JavaScript errors differently and will show different messages on screen. Some browsers will handle JavaScript errors more efficiently than others.
What Causes JavaScript Errors?
Listed below are some of the most common reasons for JavaScript errors occurring.
• Corrupted data
• Typing errors in the JavaScript coding
• Bad client input
JavaScript errors can also be related to security issues. It is not uncommon for people to have their personal and confidential information stolen by hackers using JavaScript. Phishing and Pharming are both scamming methods which use JavaScript to harvest and fish personal details from innocent users.
These types of attacks are particularly difficult to spot as the JavaScript integrates so seamlessly with the currently running program that you will not be aware of it. Your browser may be running fast and efficiently, yet malicious JavaScript coding can be running silently behind the scenes, stealing confidential information.
Unless you’re a computer programmer, you probably won’t be aware that your browser is running a fully operational JavaScript interpreter that is very powerful and can be very dangerous.
How Do I Fix JavaScript Errors?
Most computer users will know how to safely delete files and folders from the Recycle Bin, Temporary Folders and Cache Folders. However manually removing data from other areas of your system such as the Windows registry can be risky and dangerous and may do serious harm to your PC.
Even running anti virus software or a spyware application can still leave file fragments behind, particularly if they were generated by malicious coding or JavaScript in the first place, possibly after being downloaded embedded in other free programs which you installed on your PC.
“One-Click-Fix” for JavaScript Errors
Possibly the easiest way to deal with the risks presented by JavaScript is by running a good registry cleaner such as RegCure. This simple and easy to use program will do the job of a qualified programmer for you, cleaning up your system and removing harmful code.
Continue Reading
How to Fix “Program Not Responding” Errors
Posted on 17. Dec, 2008 by Jason Biddle, MSCE Certified Tech.
If you experience a Program Not Responding error message whilst using your PC this doesn’t always mean that there is actually a problem with the program you are using. These error messages can sometimes be triggered by a faulty device driver or a defect with an item of hardware.
Some of the most common reasons for receiving a Program not Responding error message can include:
• Too many applications running simultaneously
• Not enough RAM installed to cope with the programs running
• The program may not be configured correctly or is corrupted
• Your PC may be infected with a virus
• The data stored on your hard disk is too scattered
• A device driver may not be working correctly or is corrupted
• Your computer may be overheating
To reduce the chances of a Program not Responding message appearing on your screen, follow the tips below.
Use Task Manager
Pressing CTRL+ALT+DEL simultaneously will bring up on screen a device called the Task Manager. This will generate a list of all programs currently running on your PC. Occasionally an uninvited program will install itself on your computer, perhaps after a visit to an unreputable website. This may have caused your PC to become unstable and generate the Program not Responding error. If any such program is found running in the background, highlight it and select end program.
You can also try going to the Start button and selecting Run. In the box which appears type in msconfig. Uncheck the box that loads up applications on Start-up and reboot your machine. If this fails, run a Spyware or Adware removal tool.
Scan for Viruses
If you are experiencing frequent error messages then it is advisable to run a virus scan. Run a scan on the faulty program first as it may contain malware, especially if it is a free download from the internet. Malware may also have installed itself on your PC. It is wise to carry out regular full scans of your system. Don’t forget to keep your anti virus definitions up to date as new viruses find their way into existence every day.
Check System Resources are Sufficient
It’s important to allow enough free space on your hard disk and sufficient memory (RAM) to allow your PC to carry out any task you require. Free up space on your hard drive by deleting unnecessary files in the IE cache and in the Windows Temporary folders. Empty out any files in the recycle bin. It is recommended you use no more than 80% of RAM at any particular time.
Use the system tools preloaded in Windows to scan, clean and defrag the hard drive. Install any Windows Updates as they become available.
Clean the Registry
With everyday use the Windows registry will soon become overloaded with file fragments left over after installing or removing hardware and software and orphaned files from other applications.
It’s possible a Program not Responding error has been generated because the registry is cluttered with many corrupt or redundant files making the system unable to distinguish between current and out of date files.
It is not recommended you try to fix registry errors by yourself manually. Unless you are skilled in this area you run the risk of causing severe damage to your system.
The safest way to clean your Windows registry is to use a reputable registry cleaner such as RegCure. This will automatically scan your registry, locating redundant files and removing them.
A good registry cleaner will not only resolve Program not Responding messages but also deal with any other errors your PC may be experiencing.
Continue Reading
Fixing Windows Media Player Errors
Posted on 17. Dec, 2008 by Jason Biddle, MSCE Certified Tech.
Windows Media Player (WMP) is an application which was developed by Microsoft. It is a digital media player with an integrated media library which is used to play audio and video files. It can be downloaded on to computers using the Microsoft Windows Operating System as well as Pocket PCs and Windows mobile devices.
There were originally versions of Windows Media Player released for MAC OS, MAC OS X and Solaris Operating Systems; however, these have since been discontinued.
As well as being a media player, Windows Media Player allows the user to rip music from CDs, copy CDs and DVDs and burn data to storage devices. It also enables the user to synchronize media with a digital audio player such as an MP3 player or other mobile device and allows the user to buy or rent digital music from various online music stores.
Windows Media Player is usually a reliable and stable application but like most other players it will occasionally encounter a problem which will result in an error message being displayed.
The error messages have numerical IDs such as C00D0BC2 or 800704CF. If you encounter an error message you can get more information on it by clicking on the Web Help or More Information options on the error message itself. Below are some the most common error messages.
Most Common Windows Media Player Errors
80040212 – Memory allocation can’t be set.
C00D0FDD – Can’t perform the requested action.
C00D1057 – A portion of the file cannot be played
C00D106A – Cannot play the selected play list.
C00D1076 – Can’t play the file.
These are only a small number of the many errors which can occur whilst using Windows Media Player. The best way to rectify these errors and prevent them from happening is by using a registry cleaner and deleting any Spyware or Adware which may be lurking on your PC.
Full List of Windows Media Player Errors
Below is a full list of Windows Media Player Errors:
80004004
80010105
80040212
80040241
80040255
80040316
80041002
800480CF
80049006
8007001F
80070037
800704C7
800704CF
800706BE
80070716
800C000D
800C2EE2
C00D000F
C00D001F
C00D07F1
C00D07F2
C00D080D
C00D0BB8
C00D0BBB
C00D0BC1
C00D0BC2
C00D0BC8
C00D0BCE
C00D0FA3
C00D0FA4
C00D0FAA
C00D0FAB
C00D0FB0
C00D0FB2
C00D0FB3
C00D0FCD
C00D0FD6
C00D0FD9
C00D0FDD
C00D1053
C00D1057
C00D106A
C00D1074
C00D1076
C00D1090
C00D10B6
C00D10BA
C00D10CD
C00D10D1
C00D1163
C00D1167
C00D1168
C00D116A
C00D116B
C00D116E
C00D1171
C00D1176
C00D1178
C00D117A
C00D1194
C00D1196
C00D1197
C00D1198
C00D1199
C00D119A
C00D119C
C00D119D
C00D119F
C00D11A9
C00D11AB
C00D11AE
C00D11B0
C00D11B3
C00D11B6
C00D11BA
C00D11BB
C00D11BD
C00D11BE
C00D11BF
C00D11C0
C00D11C4
C00D11C7
C00D11C9
C00D11CB
C00D11CD
C00D11D1
C00D11D2
C00D11D6
C00D11F8
C00D132B
C00D2720
C00D2748
C00D274B
C00D274D
C00D2759
C00D27E1
C00D2847
C00D2EEC
C00D2EEE
How To Fix Windows Media Player Errors
If you do not have the techincal expertise to edit your Windows registry, we recommend fixing Media Player errors with a trusted registry cleaner such as RegCure.

