Page 1 of 1

Error 1280 crash

PostPosted: Mon Sep 07, 2015 6:50 pm
by CalHob
I'm getting this one:

java.lang.RuntimeException: haven.GOut$GLInvalidEnumException: GL Error: 1280 (invalid enumerant)
at com.jogamp.common.util.awt.AWTEDTExecutor.invoke(AWTEDTExecutor.java:58)
at jogamp.opengl.awt.AWTThreadingPlugin.invokeOnOpenGLThread(AWTThreadingPlugin.java:103)
at jogamp.opengl.ThreadingImpl.invokeOnOpenGLThread(ThreadingImpl.java:206)
at javax.media.opengl.Threading.invokeOnOpenGLThread(Threading.java:172)
at javax.media.opengl.Threading.invoke(Threading.java:191)
at javax.media.opengl.awt.GLCanvas.display(GLCanvas.java:528)
at haven.HavenPanel.uglyjoglhack(HavenPanel.java:418)
at haven.HavenPanel.run(HavenPanel.java:451)
at java.lang.Thread.run(Unknown Source)

Any suggestions?

Re: Error 1280 crash

PostPosted: Mon Sep 07, 2015 9:06 pm
by MagicManICT
I split this from another thread as it is unreleated.

I found this in a search: viewtopic.php?f=5&t=9519#p173676

You didn't mention which OS, Java, or graphics processor you're using. This was a quite common error a few years ago for people with Intel chipsets under 32 bit processors because the driver for 32-bit Windows didn't support OpenGL properly. From my digging, it was int Intel 945 and 965 that were the biggest problems. Only suggestion I can give here is to update driver, upgrade to a 64 bit version of your OS as the drivers will be different and work properly OR upgrade your graphics processor if possible.

Other possibilities for this error do exist, but these are the most common, and can't provide others without more information.

Re: Error 1280 crash

PostPosted: Wed Sep 09, 2015 8:49 pm
by CalHob
Thanks for the suggestions. Much appreciated. :D

Re: Error 1280 crash

PostPosted: Wed Sep 09, 2015 9:21 pm
by jakhollin
Try updating your video card drivers. Make sure your video card supports OpenGL. If you are not sure how to figure that out post your video card model here and someone may follow up before I do.