---- Reported by jrieks 2006-03-17 09:34:48 ---- Exception in thread "AV3D Runtime" java.lang.IllegalArgumentException: Illegally formatted OpenGL version identifier: "1.3.5519 (X4.3.0-8.20.8)" at net.java.games.jogl.impl.FunctionAvailabilityCache.isPartOfGLCore(FunctionAvailabilityCache.java:196) at net.java.games.jogl.impl.FunctionAvailabilityCache.isFunctionAvailable(FunctionAvailabilityCache.java:82) at net.java.games.jogl.impl.GLContext.isFunctionAvailable(GLContext.java:453) at net.java.games.jogl.impl.x11.X11GLContext.isFunctionAvailable(X11GLContext.java:235) at net.java.games.jogl.impl.x11.X11GLImpl.isFunctionAvailable(X11GLImpl.java:33670) at org.j3d.aviatrix3d.VertexGeometry.setVertexState(VertexGeometry.java:1679) at org.j3d.aviatrix3d.TriangleStripArray.render(TriangleStripArray.java:81) at org.j3d.aviatrix3d.surface.DebugRenderingProcessor.display(DebugRenderingProcessor.java:265) at net.java.games.jogl.impl.GLDrawableHelper.display(GLDrawableHelper.java:74) at net.java.games.jogl.GLCanvas$DisplayAction.run(GLCanvas.java:198) at net.java.games.jogl.impl.GLContext.invokeGL(GLContext.java:268) at net.java.games.jogl.GLCanvas.displayImpl(GLCanvas.java:186) at net.java.games.jogl.GLCanvas.display(GLCanvas.java:74) at org.j3d.aviatrix3d.surface.DebugAWTSurface.draw(DebugAWTSurface.java:440) at org.j3d.aviatrix3d.pipeline.DefaultRenderPipeline.render(DefaultRenderPipeline.java:150) at org.j3d.aviatrix3d.pipeline.SingleThreadRenderManager.run(SingleThreadRenderManager.java:719) at java.lang.Thread.run(Thread.java:595) ---- Additional Comments From kbr 2006-03-17 14:07:39 ---- It looks like you are running an old version of JOGL. I believe this issue has been fixed in the current releases: https://jogl.dev.java.net/bugs/show_bug.cgi?id=94 I would suggest you contact the Aviatrix3D developers and get a newer version of those APIs which use the current JSR-231 APIs. Marking this bug as a duplicate of Issue 94. *** This issue has been marked as a duplicate of 94 *** --- Bug imported by sgothel@jausoft.com 2010-03-24 07:48 EDT --- This bug was previously known as _bug_ 209 at https://jogl.dev.java.net/bugs/show_bug.cgi?id=209