cello
Full Member
Offline
Posts: 143
|
Re: OpenGL Exported App Crashes
Reply #1 - May 5th, 2006, 12:05am
I think the first step to finding the problem is rooting the general cause. It could be Processing, processing's opengl wrapper, Jogl, OpenGL, your video card drivers, the card itself, or something else altogether.
First try running it with the P3D rendering engine and see if it crashes. If it does, the problem is in processing, and you can disregard the rest.
If it doesn't, then try finding another jogl application (maybe a demo from their website). Run it for the same amount of time and see if it crashes.
If that doesn't crash, then the problem is in Processing's opengl implementation and you can disregard the rest.
If it crashes, then the problem has nothing to do with processing and you should see if you can find a non-jogl opengl app and run it for a similar amount of time (maybe something with GLUT).
If that doesn't crash then the problem is in JOGL, and basically all you can do is complain to them (probably try the latest cvs/whatever cutting edge version of jogl).
If that does crash, then something is wrong with your opengl setup, you can try upgrading drivers, trying on another computer, or whatever.
Basically follow this kind of reasoning and you will get a better "big picture" of the cause of the problem.
Marcello
|