[java] JOGL Error Swapping Buffers

Started by
0 comments, last by kingthomasc 14 years, 1 month ago
Just started JOGL the other day but I have a major problem. Nothing is rendered on the screen an a GLException is thrown. It says Error swapping buffers. Scoured the web and found no solution. The exception stack is:

Exception in thread "Thread-3" net.java.games.jogl.GLException: Error swapping buffers
	at net.java.games.jogl.impl.windows.WindowsOnscreenGLContext.swapBuffers(WindowsOnscreenGLContext.java:140)
	at net.java.games.jogl.impl.GLContext.invokeGL(GLContext.java:193)
	at net.java.games.jogl.GLCanvas.displayImpl(GLCanvas.java:182)
	at net.java.games.jogl.GLCanvas.display(GLCanvas.java:82)
	at net.java.games.jogl.Animator$1.run(Animator.java:104)
	at java.lang.Thread.run(Unknown Source)
Advertisement
Problem solved. I was using an old version of JOGL.

This topic is closed to new replies.

Advertisement