Quote: "@ Silvester - Oh ok, yes that could certainly be the problem. I've got an 8800 GT still, been thinking about upgrading to the 9 Series; thanks for the heads up "
Very odd, you'd think it would work on that. Is it 256MB or higher?
Quote: "If you like I can look into adding error catching with a more detailed explanation of the problem.
I can try and make it give the exact filename of the file or the exact name of the entity that causes the problem.
knxrb"
I posted a simple example on that, like before it loads a file you COULD let it check with this function wether it exists or not.
Function CheckForFile(File$)
If File Exist(File$) = 0
Exit Prompt "Could not locate '"+File$+"', Your data might be corrupted.","Error"
End
EndIf
EndFunction
This will check if a file exists, and if it does not it will put a message into the memory of DBP, and when the program ends it will display this message in a messagebox. Offcourse this is just a basic idea I posted in a few mods their topics, and it COULD be expanded by adding a section for example, like mentioning in which *.fpe/*.fpi/Whatever file the error is coming from.
It's not the world that turns against you, it's you that turns against the world.