Login  Register

Re: Java 1.6.0 pre12 with JOGL 2.3.1 crashes under OpenSUSE 13.2 with Mesa

Posted by gouessej on Sep 28, 2015; 12:11pm
URL: https://forum.jogamp.org/Java-1-6-0-pre12-with-JOGL-2-3-1-crashes-under-OpenSUSE-13-2-with-Mesa-tp4035401p4035402.html

Hi

This seems to be the problem:
com.jogamp.opengl.GLException: main-SharedResourceRunner: Unable to create desktop OpenGL context(ARB n/a) on eglDevice EGLGraphicsDevice[type .egl, v1.4.0, connection decon, unitID 0, handle 0x7fede0394d80, owner true, ResourceToolkitLock[obj 0x60addb54, isOwner true, <3f2a3a5, 4cb2c100>[count 1, qsz 0, owner <main-SharedResourceRunner>]]], eglConfig EGLGraphicsConfiguration[DefaultGraphicsScreen[EGLGraphicsDevice[type .egl, v1.4.0, connection decon, unitID 0, handle 0x7fede0394d80, owner true, ResourceToolkitLock[obj 0x60addb54, isOwner true, <3f2a3a5, 4cb2c100>[count 1, qsz 0, owner <main-SharedResourceRunner>]]], idx 0],
        eglConfigHandle 0x7fed6820e1d0, eglConfigID 0x12,
        requested GLCaps[rgba 5/5/5/0, opaque, accum-rgba 0/0/0/0, dp/st/ms 16/0/0, one, mono  , hw, GLProfile[GL3/GL3.hw], offscr[pbuffer]],
        chosen    GLCaps[egl cfg 0x12, vid 0x20: rgba 8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms 24/8/0, dbl, mono  , hw, GLProfile[GL3/GL3.hw], offscr[pbuffer], [0x4d: GL, GLES1, GLES2, GLES3, VG]]], GLProfile[GL3/GL3.hw], shareWith 0x0, error 0x3000
        at jogamp.opengl.egl.EGLContext.createImpl(EGLContext.java:337)
        at jogamp.opengl.GLContextImpl.makeCurrentWithinLock(GLContextImpl.java:759)
        at jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:642)
        at jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:580)
        at jogamp.opengl.egl.EGLDrawableFactory$SharedResourceImplementation.mapAvailableEGLESConfig(EGLDrawableFactory.java:732)
        at jogamp.opengl.egl.EGLDrawableFactory$SharedResourceImplementation.createEGLSharedResourceImpl(EGLDrawableFactory.java:542)
        at jogamp.opengl.egl.EGLDrawableFactory$SharedResourceImplementation.createSharedResource(EGLDrawableFactory.java:513)
        at jogamp.opengl.SharedResourceRunner.run(SharedResourceRunner.java:297)
        at java.lang.Thread.run(Thread.java:745)


Please use the very latest build (JOGL 2.3.2-rc-20150927).
Julien Gouesse | Personal blog | Website