Skip to content

Instantly share code, notes, and snippets.

@xranby
Created January 18, 2013 11:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xranby/4ee31b4e8e5d4282c547 to your computer and use it in GitHub Desktop.
Save xranby/4ee31b4e8e5d4282c547 to your computer and use it in GitHub Desktop.
xranby@xranby-ESPRIMO-P7935:~/Skrivbord/gdx-tests-jogl$ gij -jar launcher.jar
libEGL warning: failed to create a pipe screen for i965
XineramaGetLibHandle: using lib libXinerama.so.1 -> 0x8dfe6c8
XineramaGetQueryFunc: trying func 0x8dfe6c8 -> XineramaIsActive
XineramaGetQueryFunc: got func 0x3cfe50
XineramaIsEnabled: has Xinerama Ext: ext 1, query-func 0x3cfe50
javax.media.opengl.GLException: X11GLXDrawableFactory - Could not initialize shared resources for :0
at jogamp.opengl.x11.glx.X11GLXDrawableFactory$SharedResourceImplementation.createSharedResource(X11GLXDrawableFactory.java:281)
at jogamp.opengl.SharedResourceRunner.run(SharedResourceRunner.java:261)
at java.lang.Thread.run(libgcj.so.12)
Caused by: java.lang.NoSuchMethodError: method java.nio.Buffer.isDirect with signature ()Z was not found.
at com.jogamp.common.nio.Buffers.isDirect(Buffers.java:363)
at jogamp.opengl.x11.glx.GLX.glXQueryVersion(GLX.java:952)
at jogamp.opengl.x11.glx.GLXUtil.getGLXServerVersionNumber(GLXUtil.java:98)
at jogamp.opengl.x11.glx.X11GLXDrawableFactory$SharedResourceImplementation.createSharedResource(X11GLXDrawableFactory.java:242)
...2 more
Exception during event dispatch:
javax.media.opengl.GLException: Profile GL_DEFAULT is not available on null, but: []
at javax.media.opengl.GLProfile.get(GLProfile.java:771)
at javax.media.opengl.GLProfile.getDefault(GLProfile.java:555)
at javax.media.opengl.GLProfile.getDefault(GLProfile.java:566)
at com.badlogic.gdx.backends.jogl.JoglGraphicsBase.initialize(JoglGraphicsBase.java:56)
at com.badlogic.gdx.backends.jogl.JoglGraphics.<init>(JoglGraphics.java:54)
at com.badlogic.gdx.backends.jogl.JoglApplication.initialize(JoglApplication.java:83)
at com.badlogic.gdx.backends.jogl.JoglApplication.<init>(JoglApplication.java:78)
at com.badlogic.gdx.tests.jogl.JoglTestStarter.runTest(JoglTestStarter.java:73)
at com.badlogic.gdx.tests.jogl.JoglTestStarter$TestList$3.actionPerformed(JoglTestStarter.java:114)
at javax.swing.AbstractButton.fireActionPerformed(libgcj.so.12)
at javax.swing.AbstractButton$EventHandler.actionPerformed(libgcj.so.12)
at javax.swing.DefaultButtonModel.fireActionPerformed(libgcj.so.12)
at javax.swing.DefaultButtonModel.setPressed(libgcj.so.12)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(libgcj.so.12)
at java.awt.Component.processMouseEvent(libgcj.so.12)
at java.awt.Component.processEvent(libgcj.so.12)
at java.awt.Container.processEvent(libgcj.so.12)
at java.awt.Component.dispatchEventImpl(libgcj.so.12)
at java.awt.Container.dispatchEventImpl(libgcj.so.12)
at java.awt.Component.dispatchEvent(libgcj.so.12)
at java.awt.LightweightDispatcher.redispatch(libgcj.so.12)
at java.awt.LightweightDispatcher.handleMouseEvent(libgcj.so.12)
at java.awt.LightweightDispatcher.dispatchEvent(libgcj.so.12)
at java.awt.Container.dispatchEventImpl(libgcj.so.12)
at java.awt.Window.dispatchEventImpl(libgcj.so.12)
at java.awt.Component.dispatchEvent(libgcj.so.12)
at java.awt.EventQueue.dispatchEvent(libgcj.so.12)
at java.awt.EventDispatchThread.run(libgcj.so.12)
X11Util.Display: Shutdown (JVM shutdown: true, open (no close attempt): 1/1, reusable (open, marked uncloseable): 0, pending (open in creation order): 1)
X11Util: Open X11 Display Connections: 1
X11Util: Open[0]: NamedX11Display[:0, 0xffffffffb22005f0, refCount 1, unCloseable false]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment