https://bugzilla.redhat.com/show_bug.cgi?id=572515 J. Scheurich <mufti11@xxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mufti11@xxxxxx --- Comment #59 from J. Scheurich <mufti11@xxxxxx> --- It looks like, there is a OpenGL2 related bug in Fedoras 30/31 (x86_64) jogl: $ wget http://wdune.ourproject.org/examples/Triangle.java ... $ javac -cp /usr/lib/java/gluegen2-rt.jar:/usr/lib/java/jogl2.jar Triangle.java $ java -Djava.library.path=/usr/lib64/jogl2/ -cp .:/usr/lib/java/gluegen2-rt.jar:/usr/lib/java/jogl2.jar TriangleException in thread "main" com.jogamp.opengl.GLException: Profile GL2 is not available on null, but: [GLProfile[GLES1/GLES1.hw], GLProfile[GLES2/GLES3.hw], GLProfile[GL2ES1/GLES1.hw], GLProfile[GL4ES3/GL4.hw], GLProfile[GL2ES2/GL4.hw], GLProfile[GL4/GL4.hw], GLProfile[GLES3/GLES3.hw], GLProfile[GL4/GL4.hw], GLProfile[GL3/GL4.hw], GLProfile[GL2GL3/GL4.hw]] at com.jogamp.opengl.GLProfile.get(GLProfile.java:991) at com.jogamp.opengl.GLProfile.get(GLProfile.java:1004) at Triangle.main(Triangle.java:55) The same runs without problems under Ubuntu 18.04 (x86_64) -- You are receiving this mail because: You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx