Posted by
reyman on
Oct 24, 2011; 8:45am
URL: https://forum.jogamp.org/Problem-with-GLProfile-and-jogl2-rc2-tp3447491.html
Hello,
It seems jogl2 have some problem to load profile on my computer, all profile equal FALSE :(
I'm using the getDefaut() method of GLProfile in my program ..
My version of librairies is rc2 :
http://jogamp.org/deployment/archive/rc/v2.0-rc2/archive/I load this native library file :
libgluegen-rt.so
libjogl_desktop.so
libjogl_es1.so
libjogl_es2.so
libnativewindow_awt.so
libnativewindow_x11.so
libnewt.so
My system is :
Ubuntu 11.10
i7 cpu
Quadro FX 2800M 3.3.0 NVIDIA 280.13
Info: XInitThreads() called for concurrent Thread support
Exception in thread "main" javax.media.opengl.GLException: No profile available: [GL4bc, GL3bc, GL2, GL2GL3, GL4, GL3, GL2ES2, GLES2, GL2ES1, GLES1], GLAvailability[Native[GL4bc false, GL4 false, GL3bc false, GL3 false, GL2 false, GL2ES1 false, GLES1 false, GL2ES2 false, GLES2 false], Profiles[, default null]]
at javax.media.opengl.GLProfile.initProfilesForDefaultDevices(GLProfile.java:1283)
at javax.media.opengl.GLProfile.access$000(GLProfile.java:71)
at javax.media.opengl.GLProfile$1.run(GLProfile.java:117)
at java.security.AccessController.doPrivileged(Native Method)
at javax.media.opengl.GLProfile.initSingleton(GLProfile.java:115)
at javax.media.opengl.GLProfile.validateInitialization(GLProfile.java:1428)
at javax.media.opengl.GLProfile.getProfileMap(GLProfile.java:1580)
at javax.media.opengl.GLProfile.get(GLProfile.java:623)
at javax.media.opengl.GLProfile.getDefault(GLProfile.java:480)
at javax.media.opengl.GLProfile.getDefault(GLProfile.java:486)
at org.jzy3d.global.Settings.<init>(Settings.java:53)
at org.jzy3d.global.Settings.getInstance(Settings.java:18)
at org.jzy3d.chart.Chart.<init>(Chart.java:52)
at org.jzy3d.chart.Chart.<init>(Chart.java:40)
at fr.iscpif.loadCsvData.testGraphique$.main(testGraphique.scala:94)
at fr.iscpif.loadCsvData.testGraphique.main(testGraphique.scala)
Thanks for your help :)
SR.