Re: GLException with JOGL 1.1.1a, Win64 & remote desktop
Posted by
OwenD on
Nov 09, 2010; 10:21pm
URL: https://forum.jogamp.org/GLException-with-JOGL-1-1-1a-Win64-remote-desktop-tp1855762p1872643.html
Thanks for the reply. We have been reluctant to move to JOGL2 beta yet until a stable release is available. We also have seen the following exception when running JOGL2 with Java 1.4 or 1.5 (yes, unfortunately we still have to support these runtime versions):
Exception in thread "main" javax.media.opengl.GLException: No profile available:
[GL2, GL3bc, GL4bc, GL2GL3, GL3, GL4, 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]]
I tried running the simple application and our full application with JOGL2. I had to use a nightly build since there is no windows-amd64 version in the last webstart release from 28-Apr-2010. So far we are not seeing the initial GLException with remote desktop and everything seems to be running fine. Has anyone seen the above exception running 1.4 or 1.5?
Thanks.