Bug 209 - OpenGL version identifier problem
Summary: OpenGL version identifier problem
Status: VERIFIED DUPLICATE of bug 94
Alias: None
Product: Jogl
Classification: JogAmp
Component: core (show other bugs)
Version: 1
Hardware: All linux
: P3 normal
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2006-03-17 09:34 CET by Sven Gothel
Modified: 2010-03-24 07:48 CET (History)
0 users

See Also:
Type: DEFECT
SCM Refs:
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Gothel 2010-03-24 07:48:34 CET


---- 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