Login  Register

Re: Help Interpreting a JOGL profile not found error.

Posted by Sven Gothel on Oct 16, 2013; 8:59pm
URL: https://forum.jogamp.org/Help-Interpreting-a-JOGL-profile-not-found-error-tp4030269p4030270.html

On 10/16/2013 09:56 PM, nick.collier [via jogamp] wrote:

> Hi,
>
> We've got a user reporting this error:
>
> javax.media.opengl.GLException: WindowsWGLDrawableFactory - Could not initialize shared resources for decon
> at jogamp.opengl.windows.wgl.WindowsWGLDrawableFactory$SharedResourceImplementation.createSharedResource(WindowsWGLDrawableFactory.java:380)
> at jogamp.opengl.SharedResourceRunner.run(SharedResourceRunner.java:269)
> at java.lang.Thread.run(Unknown Source)
> Caused by: java.lang.NullPointerException
> at jogamp.opengl.gl4.GL4bcImpl.glGetString(GL4bcImpl.java:11005)
> at jogamp.opengl.windows.wgl.WindowsWGLDrawableFactory$SharedResourceImplementation.createSharedResource(WindowsWGLDrawableFactory.java:362)
> ... 2 more
> ERROR [AWT-EventQueue-0] 19:19:34,207 repast.simphony.visualizationOGL2D.DisplayOGL2D - Error initializing OGL 2D display. JOGL must be installed and computer must support open gl rendering
> javax.media.opengl.GLException: Profile GL2 is not available on null, but: [GLProfile[GL2ES2/GL4.hw], GLProfile[GL4/GL4.hw], GLProfile[GL3/GL3.hw], GLProfile[GL4/GL4.hw], GLProfile[GL2GL3/GL4.hw]]
>
Would be good to know which version of JOGL you are using
 - git sha1, and
 - build

so I can look at the generated sources!

>
> Does this mean that his graphics card no longer supports the older GL2
> profile? He's on windows 7 64bit with a nvidia 560ti

Looks like somehow the _context or it's getGLProcAddressTable()
is NULL - which shall not be the case at this point.

Please retry w/ latest JOGL (2.1.0) and add all DEBUG symbols, thx.

(Wiki -> FAQ -> Bug...)

~Sven

>
> thanks,
>
> Nick
>


signature.asc (911 bytes) Download Attachment