Re: QtJambi + JOGL + Ubuntu (Lucid)
Posted by
Michael Bien on
Jun 22, 2010; 8:24am
URL: https://forum.jogamp.org/QtJambi-JOGL-Ubuntu-Lucid-tp909554p913678.html
sorry, I don't know QtJambi.
but if you could somehow build a small testcase to reproduce the issue
(without native code if possible)... always welcome
regards,
michael
On 06/20/2010 08:00 PM, musa [via jogamp] wrote:
Hello,
is anyone using this configuration?
I have simple code that works fine under Windows, but I get following
exception when run under Linux.
(not a single hit when searching Google) :
Info: XInitThreads() called for concurrent Thread support
QtJambi: Exception pending in native code in file
'../cpp/com_trolltech_qt_opengl/qtjambishell_QGLWidget.cpp':774
Exception in thread "main" javax.media.opengl.GLException: Error:
current context null
at
com.jogamp.opengl.impl.x11.glx.X11ExternalGLXContext.create(X11ExternalGLXContext.java:64)
at
com.jogamp.opengl.impl.x11.glx.X11GLXDrawableFactory.createExternalGLContext(X11GLXDrawableFactory.java:250)
at net.musanek.vlt.jogl.GLWidget.initializeGL(GLWidget.java:43)
at com.trolltech.qt.gui.QWidget.__qt_show(Native Method)
at com.trolltech.qt.gui.QWidget.show(QWidget.java:2254)
at net.musanek.vlt.jogl.GLWidget.main(GLWidget.java:228)
Thanks for help