How to Fix Runtime Errors
Q. What is a runtime error?
A. There are numerous types of runtime errors that you will see on a regular basis. The most common ones will display on web pages that may have a problem with their java script, or you may have an application that displays a runtime error. These are caused by little glitches. Typically, you can simply shut down the application, restart it and continue as normal. However, if there is a more serious underlying problem, these messages may continue to pop up.
Q. What are the common causes of runtime errors?
A. Although there are hundreds of different reasons why you may see a runtime error, there are four main causes of this problem:
1. Conflict with a scripting language on a web page.
2. Software glitch
3. Virus
4. Memory problem
Q. How do I fix a runtime error?
A. If the runtime error is a result of a java script issue on a web page, the problem is not with your computer, but the page itself. The owner of the site may have an error in their code which is causing the issue. You can make sure that you have your JavaScript settings turned on in your browser (Tools/Internet Options/Advanced) but in many cases, there is really nothing you can do but let the site owner know about the issue and hope that they fix it. A software glitch can be irritating, especially if it occurs on a regular basis.
If you have an application that is chronically unstable, shut it down and then uninstall it. Now, restart your computer and then reinstall the program. Try it again and see if the error has been fixed. If not, you may need to download a patch or a new driver from the manufacturer's website. You can generally search for more information about this type of problem in a site's support section.
A virus can also cause runtime errors. If you are getting a plethora of these errors and it just started happening, this would indicate that you may have a virus on your system. Do a complete system scan and make sure that your antivirus software has all the latest updates. Get rid of any viruses and restart your computer. The problem should now be fixed. If you don't have a lot of actual memory on your computer, high powered applications may cause runtime errors. You can try increasing the amount of virtual memory that your computer is using (open your Task Manager for these settings) but in many cases, you may need to upgrade your RAM or stop using that particular application.
Q. How do I keep this from happening again?
A. In some cases, with glitches and scripting issues on sites, there is really nothing you can do beyond making sure that you have all the latest security patches, program updates and the latest version of JavaScript. For viruses, make sure that you are running a good antivirus software and update it frequently.
