Re: Java3d 1.6.0-pre12 released: requires jogl 2.3.1
Posted by
Manu on
Jul 12, 2015; 3:08pm
URL: https://forum.jogamp.org/Java3d-1-6-0-pre12-released-requires-jogl-2-3-1-tp4034327p4034870.html
Hi,
I followed your suggestions and posted a
message in Parallels Desktop forum as well as a bug report two months ago. As Parallels team didn't answer to this issue yet, I tried yesterday the same
basic Java 3D program (it displays a simple cube) in
VirtualBox 5.0 since it's free.
The program didn't crash but it still doesn't work whether you activate or not 3D acceleration in VirtualBox.
javax.media.j3d.IllegalRenderingStateException: Java 3D ERROR : OpenGL 1.2 or better is required (GL_VERSION=1.1)
at javax.media.j3d.JoglPipeline.setupCanvasProperties(JoglPipeline.java:8083)
at javax.media.j3d.JoglPipeline.createNewContext(JoglPipeline.java:6440)
at javax.media.j3d.Canvas3D.createNewContext(Canvas3D.java:4602)
at javax.media.j3d.Canvas3D.createNewContext(Canvas3D.java:2376)
at javax.media.j3d.Renderer.doWork(Renderer.java:881)
at javax.media.j3d.J3dThread.run(J3dThread.java:271)
DefaultRenderingErrorListener.errorOccurred:
CONTEXT_CREATION_ERROR: Renderer: Error creating Canvas3D graphics context
graphicsDevice = D3DGraphicsDevice[screen=0]
canvas = javax.media.j3d.Canvas3D[canvas0,0,0,184x161]
Can this issue be fixed, or supporting older GL version is out of question?
Emmanuel Puybaret