Hi all,
I tried my luck on the newbie section, but to no avail.
So thought I’d try here, sorry if this is wrong section, but it’s about getting JOGL to work…
I have had jogl workin with Eclipse for some time, then out of the blue I started getting errors…
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:1664)
at java.awt.BorderLayout.layoutContainer(BorderLayout.java:691)
at java.awt.Container.layout(Container.java:1020)
at java.awt.Container.doLayout(Container.java:1010)
at java.awt.Container.validateTree(Container.java:1092)
at java.awt.Container.validate(Container.java:1067)
at java.awt.Window.show(Window.java:461)
at Lesson02.main(Lesson02.java:147)
I am not sure what happened. I’ve tried reinstalling the jdk/jre, etc. but nothing seems to work.
Any idea where I need to be focussing on to fix this? Is it a jdk/jre problem, or a card/driver problem? I do not know what has changed on my computer that would make it stop working all of the sudden.
(note: This is on my work computer, so some update could have been pushed to it that broke it, but not sure where to look to fix it).
Thanks a LOT in advance, this has been driving me nuts!!!