Re: Help Interpreting a JOGL profile not found error.
Posted by
gouessej on
Oct 16, 2013; 10:08pm
URL: https://forum.jogamp.org/Help-Interpreting-a-JOGL-profile-not-found-error-tp4030269p4030271.html
Hi
nick.collier wrote
Does this mean that his graphics card no longer supports the older GL2 profile? He's on windows 7 64bit with a nvidia 560ti
You wrote "no longer", does it mean that you suggest it is caused by a regression of JOGL? Please indicate us which is the latest working (with his hardware) version of JOGL and which version is no longer working. This graphics card supports at least OpenGL 4.1 (4.3?). What is the version number of the Nvidia driver you use? There are some troubles with the driver for this graphics card:
https://forums.geforce.com/default/topic/546165/geforce-drivers/geforce-r320-xx-r326-xx-display-driver-stability-feedback-thread-/1I had a similar error once, because a guy put the JOGL JARs containing Android natives into the classpath :s but it shouldn't happen anymore as I provided a fix so that even in this case those natives are skipped except if the OS is Android.