runtime errors are when the code looks OK but tries to do something that can't happen.
For example, "load image "Nonexistantimg.jpg", 1"
Works for code, but if the image isn't there, bam. C++ programmers will run into this when using pointers (basically arrays, especially if you try to grab index 10 but there's only 8 total).
Also, could be settings, graphics, or otherwise. Try googling DBPro and error 1003. I know I've hit it before, forgot why tho.
In short form: Show us your program and we'll point out the spot if it is code causing it.
Signed
------