exception with jogl

Have jReality programming problems or questions? Post them here.
Post Reply
Sebos2013
Posts: 6
Joined: Tue 9. Mar 2010, 11:03

exception with jogl

Post by Sebos2013 » Sun 21. Mar 2010, 04:30

I'm trying to test this tutorial : http://www3.math.tu-berlin.de/jreality/ ... #Test_jogl

When I Run the application, I have this exception.
How can I solve this problem ?
My graphic card is a Nvidia Geforce 8800GTS.


Exception in thread "AWT-EventQueue-0" javax.media.opengl.GLException: Method "glMultTransposeMatrixd" not available
at com.sun.opengl.impl.GLImpl.glMultTransposeMatrixd(GLImpl.java:13344)
at de.jreality.jogl.JOGLSphereHelper.setupSphereDLists(JOGLSphereHelper.java:81)
at de.jreality.jogl.JOGLRenderer.init(JOGLRenderer.java:387)
at de.jreality.jogl.JOGLRenderer.init(JOGLRenderer.java:372)
at de.jreality.jogl.AbstractViewer.init(AbstractViewer.java:376)
at com.sun.opengl.impl.GLDrawableHelper.init(GLDrawableHelper.java:72)
at javax.media.opengl.GLCanvas$InitAction.run(GLCanvas.java:418)
at com.sun.opengl.impl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:189)
at javax.media.opengl.GLCanvas.maybeDoSingleThreadedWorkaround(GLCanvas.java:412)
at javax.media.opengl.GLCanvas.display(GLCanvas.java:244)
at de.jreality.jogl.AbstractViewer.run(AbstractViewer.java:406)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)

User avatar
steffen
Posts: 186
Joined: Fri 16. Jun 2006, 13:30
Location: TU Berlin
Contact:

Re: exception with jogl

Post by steffen » Sun 21. Mar 2010, 06:10

Sounds strange, which OS and graphics driver do you use?

STRESS
Posts: 141
Joined: Mon 19. Jan 2009, 12:10

Re: exception with jogl

Post by STRESS » Mon 22. Mar 2010, 11:10

I've seen that a couple of times but I can't really remember what the problem was. I think this happens when your GL is screwed up under Linux. In this case type in your shell glxinfo and see what it comes up with, alternately check the symlinks of your GL libiraries that they are actually pointing to something useful.

Alternatively it might point to MESA (indirect rendering) but I think in that case you'll get different errors.

Or are you running this trough a remote login session? That might not work, especially if it is windows because that will point to a very old OpenGL(1.1)

Sebos2013
Posts: 6
Joined: Tue 9. Mar 2010, 11:03

Re: exception with jogl

Post by Sebos2013 » Mon 22. Mar 2010, 23:05

Problem solved, my graphic drivers were not up to date

Post Reply