Demos don't work on Intel 82845G/GL

I’ve tried demos on Intel 82845G/GL (?) video card and it 's prompted

Exception in thread “main” net.java.games.jogl.GLException: Unable to enumerate pixel formats of window using wglGetPixe
lFormatAttribivARB: 0
at net.java.games.jogl.impl.windows.WindowsGLContext.choosePixelFormatAndCreateContext(WindowsGLContext.java:412
)
at net.java.games.jogl.impl.windows.WindowsOnscreenGLContext.create(WindowsOnscreenGLContext.java:211)
at net.java.games.jogl.impl.windows.WindowsGLContext.makeCurrent(WindowsGLContext.java:135)
at net.java.games.jogl.impl.windows.WindowsOnscreenGLContext.makeCurrent(WindowsOnscreenGLContext.java:110)
at net.java.games.jogl.impl.GLContext.invokeGL(GLContext.java:254)
at net.java.games.jogl.GLCanvas.reshape(GLCanvas.java:112)
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.pack(Window.java:444)
at demos.multisample.Multisample.run(Multisample.java:93)
at demos.multisample.Multisample.main(Multisample.java:77)

Any idea ?

Tks

Davide

I had the same problem with that controller on a Dell. But then I have been having lots of problems with jogl since I moved to the latest versions :frowning:

However in this case a driver update fixed the problem :slight_smile: On that machine I’m now at driver version 6.14.10.3865.

FYI the next problem I had on that machine was the prossesor being hammered, but maybe that’s just my bad code!

Hope that helps

Peter

Tnks a lot ;D

Could you tell me where you have kept it ?

Use the wrong one is sometimes really dangerous, expecially on windows :-/

D.