Quote:
Originally Posted by Binary
I have gotten a runtime error numerous times and have no idea of how to deal with them. I normally just escape or click out of it, is there something else I should be doing, what causes this problem?
|
Well, there are many reasons which can cause runtime errors

One of those reasons is many applications working at a time. You should make sure that you do not have many applications working at a single point of time as this will create load on the memory of your system and this is also one of the reasons due to which you can face runtime errors
Other reasons may be viruses in the system which certainly creates a problem for anyone

Also, one more thing you should be aware of is the fact that the software's and applications you run should be as per the configuration of your system as if the software's and applications you run require more resources, this creates problems like runtime errors etc.
Hope this helps..