Page 1 of 1

troubles with OpenGL (intel 945m)

PostPosted: Sat Nov 17, 2012 10:22 pm
by dsl48
Hi. i have this trouble erevery time i log in the game. WinXP-x86 /video: intel 945m. I tried to update, reinstall, install previous version of drivers. Can someone help me? thx..

Code: Select all
javax.media.opengl.GLException: haven.GOut$GLException: GL Error: 1281 (invalid value)
   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:383)
   at haven.HavenPanel.run(HavenPanel.java:418)
   at java.lang.Thread.run(Unknown Source)
Caused by: haven.GOut$GLException: GL Error: 1281 (invalid value)
   at haven.GOut.checkerr(GOut.java:84)
   at haven.TexGL.create(TexGL.java:240)
   at haven.TexGL.glid(TexGL.java:273)
   at haven.TexGL$TexDraw.applyfrom(TexGL.java:133)
   at haven.GLState$Applier.apply(GLState.java:454)
   at haven.GOut.apply(GOut.java:171)
   at haven.FastMesh.draw(FastMesh.java:95)
   at haven.Composited$Model$Layer.draw(Composited.java:156)
   at haven.RenderList.render(RenderList.java:207)
   at haven.RenderList.render(RenderList.java:218)
   at haven.PView.draw(PView.java:169)
   at haven.MapView.draw(MapView.java:656)
   at haven.Widget.draw(Widget.java:479)
   at haven.Widget.draw(Widget.java:484)
   at haven.GameUI.draw(GameUI.java:355)
   at haven.Widget.draw(Widget.java:479)
   at haven.Widget.draw(Widget.java:484)
   at haven.RootWidget.draw(RootWidget.java:61)
   at haven.UI.draw(UI.java:139)
   at haven.HavenPanel.redraw(HavenPanel.java:271)
   at haven.HavenPanel$1.display(HavenPanel.java:88)
   at com.sun.opengl.impl.GLDrawableHelper.display(GLDrawableHelper.java:78)
   at javax.media.opengl.GLCanvas$DisplayAction.run(GLCanvas.java:435)
   at com.sun.opengl.impl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:194)
   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$400(Unknown Source)
   at java.awt.EventQueue$2.run(Unknown Source)
   at java.awt.EventQueue$2.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.AccessControlContext$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: troubles with OpenGL (intel 945m)

PostPosted: Sat Nov 17, 2012 11:27 pm
by staxjax
Unfortunately, your set up is on the list of graphics cards that don't work:

viewtopic.php?f=10&t=96

I was able to fix this problem by upgrading to windows7 and using newer drivers available on that operating system.

Re: troubles with OpenGL (intel 945m)

PostPosted: Sun Nov 18, 2012 12:22 am
by dsl48
thx for info.