Re: JOGL Application crashes on Windows 7 but runs fine in Eclipse
Posted by
gouessej on
Dec 20, 2011; 10:02am
URL: https://forum.jogamp.org/JOGL-Application-crashes-on-Windows-7-but-runs-fine-in-Eclipse-tp3600585p3600825.html
Hi
Sorry but lots of fixes have been added since October 2009, we cannot help you if you don't use at least the latest release candidate. Your request is strange. JOGL 1.1.1a is no more maintained, nothing will be fixed in it.
I ported several engines from JOGL 1.1.1a to JOGL 2.0. It is not very difficult, many changes are straight forward, they just consist in using different imports or classes (BufferUtils -> Buffers, GL -> GL2, GL2ES1, etc...), using a GLProfile instance... JOGL 1.1.1a has been written when Windows 7 did even not exist, a switch to JOGL 2 is mandatory. Best regards.