Page 1 of 1

an error has occured

PostPosted: Wed Nov 07, 2012 8:48 pm
by tonecruise
javax.media.opengl.GLException: javax.media.opengl.GLException: Error making context current: 0
at javax.media.opengl.Threading.invokeOnOpenGLThread(Threading.java:271)
at javax.media.opengl.GLCanvas.maybeDoSingleThreadedWorkaround(GLCanvas.java:410)
at javax.media.opengl.GLCanvas.display(GLCanvas.java:244)
at haven.HavenPanel.uglyjoglhack(HavenPanel.java:382)
at haven.HavenPanel.run(HavenPanel.java:416)
at java.lang.Thread.run(Unknown Source)
Caused by: javax.media.opengl.GLException: Error making context current: 0
at com.sun.opengl.impl.windows.WindowsGLContext.makeCurrentImpl(WindowsGLContext.java:169)
at com.sun.opengl.impl.GLContextImpl.makeCurrent(GLContextImpl.java:134)
at com.sun.opengl.impl.windows.WindowsGLDrawable.choosePixelFormat(WindowsGLDrawable.java:112)
at com.sun.opengl.impl.windows.WindowsOnscreenGLDrawable.lockSurface(WindowsOnscreenGLDrawable.java:203)
at com.sun.opengl.impl.windows.WindowsOnscreenGLContext.makeCurrentImpl(WindowsOnscreenGLContext.java:57)
at com.sun.opengl.impl.GLContextImpl.makeCurrent(GLContextImpl.java:134)
at com.sun.opengl.impl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:182)
at javax.media.opengl.GLCanvas$DisplayOnEventDispatchThreadAction.run(GLCanvas.java:452)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$200(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(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)

Re: an error has occured

PostPosted: Wed Nov 07, 2012 10:47 pm
by Metaljunkie87
Having same exact issue. Tried adding Java paths to firewall exceptions and even turning firewall off with no change. Tried restarting computer. Tried reinstalling Java.

Re: an error has occured

PostPosted: Wed Nov 07, 2012 11:02 pm
by Procne
It looks like graphical error. Update your graphics card drivers

Re: an error has occured

PostPosted: Wed Nov 07, 2012 11:05 pm
by Metaljunkie87
Graphic drivers are up to date.

Re: an error has occured

PostPosted: Wed Nov 07, 2012 11:08 pm
by MagicManICT
You have triple buffering turned on for OpenGL applications. Turn it off.

Re: an error has occured

PostPosted: Wed Nov 07, 2012 11:11 pm
by Metaljunkie87
MagicManICT wrote:You have triple buffering turned on for OpenGL applications. Turn it off.


That fixed it, thanks!