Windows errors

A program shows a generic 'Runtime Error' message

An application displays a message specifically labeled as a Runtime Error, sometimes with a number, and either closes immediately afterward or continues running in a possibly unstable state.

Difficulty
Easy
Time
15–30 minutes
DIY cost
$0
Pro cost
$0–$80

Symptoms

  • Message specifically says Runtime Error, sometimes with a program name and number
  • Program may close immediately after the message or continue but behave oddly
  • Happens with a specific program rather than system-wide
  • May be tied to a specific action within that program

Likely causes

  • CommonBug in the specific program's codeRuntime errors are typically the program itself detecting an internal problem it can't recover from.
  • CommonOutdated version of the program with a known bugSoftware updates frequently fix specific runtime error triggers.
  • PossibleMissing or outdated runtime library the program depends onSimilar to DLL errors, an outdated shared component can trigger this.
  • PossibleCorrupted program installationDamaged program files can cause internal errors during specific operations.
  • Less commonConflict with another running program or a plugin/add-inSome runtime errors are triggered by interaction with another piece of software.

What to do

  1. Note the exact error number and any additional text shown, since this often maps to a documented issue for that specific program.
  2. Check for and install any available update for the program, since many runtime errors are fixed in newer versions.
  3. Install or repair the relevant Microsoft Visual C++ Redistributable packages from Microsoft's official site, since many programs' runtime errors trace back to this shared component.
  4. Uninstall and reinstall the program completely if updating doesn't resolve it, to rule out a corrupted installation.
  5. Disable any add-ins, plugins, or extensions within the program one at a time to isolate a conflicting one, if applicable.
  6. Search the program's official support site or forums for the exact error number, since vendors often document specific known runtime errors.
  7. If the error happens during a specific repeatable action, try to identify and avoid that trigger while reporting it to the software's support team.

When to call a pro

If updating and reinstalling the program doesn't resolve a specific runtime error, its own support team or a technician can help interpret the error number in more detail.

Safety

Generally low risk

Generally low risk for a careful person. Stop if anything looks different from what this guide describes.

Related guides

Operator provides AI-generated troubleshooting information. It can be wrong. For safety-critical, electrical, gas, structural, medical, automotive safety, or other high-risk problems, consult a qualified professional.