GeForce FX 5200 runtime error.

My application raises runtime error with Geforce FX 5200. The same application runs fine on other graphic cards from nVidia. I’m also not able to debug this runtime error.

Any help would be appreciated.

Thanks,
Prabhu

You’ll need to fix the bug in your code.

>> You’ll need to fix the bug in your code.

I’m trying to find that bug. But, I’m not able to get to the point where the runtime error occurs. My VC++ in debug mode terminates after this runtime error.

Do you know any OpenGL APIs that would cause this error?

Also, If there is a bug in my code, why is that the same code works on the other graphics cards from nVidia without any problems.

Is this something to do with driver of the card?

Use glGetError or comment 1st 50% of your code & see if the bug is there, then comment others, then start subdivision into 20%, 10%, 5%, 1% etc.
BTW, different cards perform same action differently, there should be different paths in driver for each gen card…