0% found this document useful (0 votes)
11 views

Run Time Error

A runtime error refers to an error that occurs during program execution as opposed to compilation. Common causes include memory issues, poor programming, outdated software, and hardware problems. The document provides examples of runtime error codes and descriptions to help explain the nature of specific errors.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views

Run Time Error

A runtime error refers to an error that occurs during program execution as opposed to compilation. Common causes include memory issues, poor programming, outdated software, and hardware problems. The document provides examples of runtime error codes and descriptions to help explain the nature of specific errors.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Run Time Error

What Does Runtime Error Mean?

Runtime error refers to an error that takes place while executing a program. As
opposed to the compilation errors that occur during a program compilation,
runtime errors occur only during the execution of the program. Runtime errors
imply bugs in the program or issues that the developers had expected but were
unable to correct. For example, insufficient memory can often trigger a runtime
error.

Runtime errors usually appear in a message box that includes a specific error code
coupled with its corresponding description. It is quite common that the computer
becomes noticeably slow prior to the appearance of a runtime error.

Runtime Error Explanation


When an issue occurs and the software is unable to solve it, it generates a
runtime error. Here, the error is generated by that specific software, not by the
OS. By means of a self-assessment mechanism known as a trap, the software
performs self-diagnosis and recognizes that it cannot proceed further, leading to a
runtime error. When the runtime error is displayed and closed, the corresponding
software is usually exited or frozen. In some instances, the OS is rebooted.

There are various reasons behind a runtime error. Some of them are as follows:

 Clashes between terminate and stay resident programs (TSR)


 Issues caused by running applications
 Memory issues
 Poor Programming
 Other software problems
 Aging or damaged hardware
 Harmful or malicious applications like computer viruses or adware
Runtime error listings

Below is a listing of Microsoft Windows and Windows software runtime error


codes and related Runtime error messages. Each error has additional information
on what's causing the Runtime error and how to fix the problem.

Code Runtime error Additional information

Program error, verify the program has all the latest updates. If
Illegal function
5 updated, try reinstalling the program. If you continue to have the
call
same errors, contact the software developer.

Program error, verify the program has all the latest updates. If
6 Overflow updated, try reinstalling the program. If you continue to have the
same errors, contact the software developer.

Caused when the computer does not meet the program's system
requirements or there is not enough memory available for the
program to run.
Out of
7 If your computer meets the requirements, first try reinstalling the
memory
program to make sure it's not an issue with the program
installation. If this doesn't resolve your issue, see: How to fix low
memory and out of memory errors.

Program error, verify the program has all the latest updates. If
Subscript out
9 updated, try reinstalling the program. If you continue to have the
of range
same errors, contact the software developer.

Program error, verify the program has all the latest updates. If
Duplicate
10 updated, try reinstalling the program. If you continue to have the
definition
same errors, contact the software developer.

Problem with a math formula in the program or the program's code.


Division by
11 Verify no software updates are available for the program causing
zero
this error.

Type Make sure your system regional settings are set up correctly and
13
Mismatch that the program you're running is made for your version of
Windows.

Program error, verify the program has all the latest updates. If
Out of string
14 updated, try reinstalling the program. If you continue to have the
space
same errors, contact the software developer.

Program error, verify the program has all the latest updates. If
19 No Resume updated, try reinstalling the program. If you continue to have the
same errors, contact the software developer.

Program error, verify the program has all the latest updates. If
Resume
20 updated, try reinstalling the program. If you continue to have the
without error
same errors, contact the software developer.

Caused by a program or memory error. Follow our out of memory


Out of stack
28 troubleshooting steps, see: How to fix low memory and out of
space
memory errors.

Sub or Program error, verify the program has all the latest updates. If
35 Function not updated, try reinstalling the program. If you continue to have the
defined same errors, contact the software developer.

Caused with a bad installation or an issue caused after another


Error in
48 program is installed that replaced the program's DLL. Close all
loading DLL
programs and TSRs and try installing the program again.

Program error, verify the program has all the latest updates. If
Bad file name
52 updated, try reinstalling the program. If you continue to have the
or number
same errors, contact the software developer.

You might also like