Page 1 of 1

Salem dont run under Windows 8 ?

PostPosted: Tue Nov 13, 2012 8:34 am
by Cheipha
Java Version : 7
Error:

javax.media.opengl.GLException: haven.GOut$GLException: GL Error: 1280 (invalid enumerant)
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:417)
at java.lang.Thread.run(Unknown Source)
Caused by: haven.GOut$GLException: GL Error: 1280 (invalid enumerant)
at haven.GOut.checkerr(GOut.java:84)
at haven.GLState$Applier.apply(GLState.java:469)
at haven.GOut.apply(GOut.java:171)
at haven.PView.draw(PView.java:157)
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:270)
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$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)

Re: Salem dont run under Windows 8 ?

PostPosted: Tue Nov 13, 2012 10:06 am
by HasseKebab
Theres something with Opengl on java 7 and Salem, downgrade to Java 6. Then it should work fine :)

Re: Salem dont run under Windows 8 ?

PostPosted: Tue Nov 13, 2012 11:59 am
by staxjax
Nothing is wrong with java7...i've been using it since it was released earlier this year on 3 different computers with no problems. It is windows 8 and driver support in this case...either check your manufacturer website for newer drivers or in the case of intel drivers downgrade to the latest windows7 drivers.

Re: Salem dont run under Windows 8 ?

PostPosted: Tue Nov 13, 2012 11:59 am
by Cheipha
Downgrade done, but its the same Problem like before. It looks like this Problem:

viewtopic.php?f=10&t=96

but i cant turn off the OpenGL setting "Triple Buffering", cause there is nothing to adjust.

System:
Asus X55U-SX007D
AMD Radeon HD 6290

Re: Salem dont run under Windows 8 ?

PostPosted: Tue Nov 13, 2012 12:00 pm
by staxjax
Go download the latest catalyst control center (CCC) and driver package from www.amd.com. There is an option for triple buffering under the gaming submenu in CCC.

Re: Salem dont run under Windows 8 ?

PostPosted: Tue Nov 13, 2012 1:29 pm
by Cheipha
Great big thanks, it works now.