runtime error

General software, Operating Systems, and Programming discussion.
Everything from software questions, OSes, simple HTML to scripting languages, Perl, PHP, Python, MySQL, VB, C++ etc.
Post Reply
User avatar
m4a2t0t
Posts: 3962
Joined: Tue Apr 03, 2001 12:00 am
Location: Phoenix AZ

runtime error

Post by m4a2t0t »

I constantly get a popup window that says a runtime error has occured, want to debug? I dont know why it does this, i have the latest JRE installed.
Will Work For FSB
User avatar
TeddyTed
Regular Member
Posts: 224
Joined: Tue Mar 20, 2001 12:00 am
Location: Briarwood NY

Post by TeddyTed »

Hey,


Did you find the fix for this; because i'm having the same problem on my Win 2K machine?



Thanks

TB
User avatar
m4a2t0t
Posts: 3962
Joined: Tue Apr 03, 2001 12:00 am
Location: Phoenix AZ

Post by m4a2t0t »

I'm still trying to figure it out.
Will Work For FSB
User avatar
TonyT
SG VIP
Posts: 10356
Joined: Fri Jan 28, 2000 12:00 am
Location: Fairfax, VA

Post by TonyT »

Hopefully, I can steer you in right direction to isolate the cause of the error:

Runtime Error

An error that occurs during the execution of a program. Runtime errors indicate bugs in the program or problems that the designers had anticipated but could do nothing about. For example, running out of memory will often cause a runtime error.

You have some program that is trying to load when this error occurs, or some program that is already loaded and is trying to execute one of it's 'sister programs' such as auto update, a dialer, etc etc. Large programs all use smaller programs for certain functions.

The program that causes the error is attempting to use some DLL on your system. (a DLL is a small program)

What has happened is that you have installed some 3rd party software that replaced an existing stock Windows DLL with a DLL of their own of the same name. While this is common practice, the developer of the new DLL was lazy and did not write it such that it remains compatable with other programs that share the use of it.

There are several possible solutions:

1. Locate the poorly coded app and get rid of it.
2. Restore the Windows DLL using system file checker (in 98 versions) or use the similar tool in 2k/XP.

The Runtime Error "could" be being caused by some EXE, COM, BAT, FONT, SCR or other program as well, but unlikely as these errors are more common with DLL's.

The KEY is "when did the errors first show up" and "what program was installed shortly beforehand" or "what systym changes were made prior to the errors first appearing".

It is possible, but less likely, that you have a dialer or trojan that is designed to produce a runtime error in the event that an antivirus program tries to recognize it or quarentine it.

In Win2kPro & XPPro, one can kill a process and continue with Windows. This makes it easier to locate the offending app. Kill processes one by one and note when errors stop.
No one has any right to force data on you
and command you to believe it or else.
If it is not true for you, it isn't true.

LRH
User avatar
m4a2t0t
Posts: 3962
Joined: Tue Apr 03, 2001 12:00 am
Location: Phoenix AZ

Post by m4a2t0t »

I get this error when browsing the net only. sorry should have said that earlier
Will Work For FSB
User avatar
mnosteele52
Posts: 11913
Joined: Tue Jul 24, 2001 12:00 pm
Location: Chesapeake, VA

Post by mnosteele52 »

Open IE and select - tools - internet options - advanced - browsing section - check "disable script debugging".

:D :cool:
User avatar
TeddyTed
Regular Member
Posts: 224
Joined: Tue Mar 20, 2001 12:00 am
Location: Briarwood NY

Post by TeddyTed »

Thank you mnosteele52 !!!!

That did the trick !
However, I'm a bit curious.....
Is "disabled" the default settting for script debugging in IE?

Thanks,

TB
Post Reply