Please help with this error...

I am not aware of anything that has changed on my computer, but I’m guessing something. Thanks in advance for any tips… :-[

net.java.games.jogl.GLException: Unable to create OpenGL context
at net.java.games.jogl.impl.windows.WindowsGLContext.choosePixelFormatAndCreateContext(WindowsGLContext.java:298)
at net.java.games.jogl.impl.windows.WindowsOnscreenGLContext.create(WindowsOnscreenGLContext.java:204)
at net.java.games.jogl.impl.windows.WindowsGLContext.makeCurrent(WindowsGLContext.java:117)
at net.java.games.jogl.impl.windows.WindowsOnscreenGLContext.makeCurrent(WindowsOnscreenGLContext.java:110)
at net.java.games.jogl.impl.GLContext.invokeGL(GLContext.java:162)
at net.java.games.jogl.GLCanvas.reshape(GLCanvas.java:105)
at java.awt.Component.setBounds(Component.java:1665)
at java.awt.BorderLayout.layoutContainer(BorderLayout.java:683)
at java.awt.Container.layout(Container.java:1017)
at java.awt.Container.doLayout(Container.java:1007)
at java.awt.Container.validateTree(Container.java:1089)
at java.awt.Container.validate(Container.java:1064)
at java.awt.Window.show(Window.java:455)
at Lesson01.main(Lesson01.java:130)

Hmm. Are you trying to set the context for a video mode your card doesnt support for OpenGL?

It’s doing this even on the simplest of programs, like NeHe Lesson1. There are no programs that work now, when they all used to. Which makes me think something was messed with with the JDK/JRE. But I’ve tried uninstalling/installing them, but nothing.

Id check the vidoe mode you are in. Make sure you are in 24 or 32 bit.

Also check your drivers and amke srue they didnt get messed up some how. Do your other games and such still run?