Error

The worst monsters in the Hearthlands warp the fabric of space and time...

Error

Postby hevertonraniery » Mon Sep 07, 2015 3:05 pm

I got this error

java.lang.RuntimeException: haven.BGL$BGLException: javax.media.opengl.GLException: Method "glVertexAttribDivisor" not available
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$6.uglyjoglhack(HavenPanel.java:441)
at haven.HavenPanel$6.run(HavenPanel.java:472)
at java.lang.Thread.run(Unknown Source)
Caused by: haven.BGL$BGLException: javax.media.opengl.GLException: Method "glVertexAttribDivisor" not available
at haven.BGL.run(BGL.java:80)
at haven.HavenPanel.redraw(HavenPanel.java:387)
at haven.HavenPanel$1.display(HavenPanel.java:102)
at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:649)
at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:633)
at javax.media.opengl.awt.GLCanvas$9.run(GLCanvas.java:1271)
at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1103)
at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:978)
at javax.media.opengl.awt.GLCanvas$10.run(GLCanvas.java:1282)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(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$JavaSecurityAccessImpl.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)
Caused by: javax.media.opengl.GLException: Method "glVertexAttribDivisor" not available
at jogamp.opengl.gl4.GL4bcImpl.glVertexAttribDivisor(GL4bcImpl.java:33734)
at haven.BGL$106.run(BGL.java:778)
at haven.BGL.run(BGL.java:78)
... 22 more


Please Help me!
hevertonraniery
 
Posts: 3
Joined: Sun Sep 06, 2015 10:08 pm

Re: Error

Postby APXEOLOG » Mon Sep 07, 2015 3:58 pm

try to update video drivers
W10 Meme Plot | W9 Mantis Garden | W8 Core | W7 Ofir | W6 the City of Dis | W5 Vitterstad | W4 A.D. | W3 Mirniy
jorb wrote:All your characters will be deleted, and I will level every village any one of them were ever members of.
User avatar
APXEOLOG
 
Posts: 1267
Joined: Fri Apr 23, 2010 7:58 am
Location: Somewhere on Earth

Re: Error

Postby MagicManICT » Mon Sep 07, 2015 5:30 pm

hevertonraniery wrote:java.lang.RuntimeException: haven.BGL$BGLException: javax.media.opengl.GLException: Method "glVertexAttribDivisor" not available


If updating drivers as apxeolog suggests doesn't work, what video device are you using? Currently you need an OpenGL 2.0 compatible GPU and driver.
Opinions expressed in this statement are the authors alone and in no way reflect on the game development values of the actual developers.
User avatar
MagicManICT
 
Posts: 18437
Joined: Tue Aug 17, 2010 1:47 am

Re: Error

Postby hevertonraniery » Tue Sep 08, 2015 1:40 am

MagicManICT wrote:
hevertonraniery wrote:java.lang.RuntimeException: haven.BGL$BGLException: javax.media.opengl.GLException: Method "glVertexAttribDivisor" not available


If updating drivers as apxeolog suggests doesn't work, what video device are you using? Currently you need an OpenGL 2.0 compatible GPU and driver.


My drivers are up to date. My GPU, intel HD graphics, is compatible.
hevertonraniery
 
Posts: 3
Joined: Sun Sep 06, 2015 10:08 pm

Re: Error

Postby hevertonraniery » Tue Sep 08, 2015 2:36 am

I got a diferent error now


java.lang.ArrayIndexOutOfBoundsException: 37
at haven.GLState$Applier.apply(GLState.java:516)
at haven.GOut.apply(GOut.java:256)
at haven.TexGL.render(TexGL.java:334)
at haven.Tex.crender(Tex.java:90)
at haven.Tex.crender(Tex.java:95)
at haven.GOut.image(GOut.java:175)
at haven.MenuGrid.draw(MenuGrid.java:182)
at haven.Widget.draw(Widget.java:614)
at haven.Widget.draw(Widget.java:619)
at haven.Widget.draw(Widget.java:614)
at haven.Widget.draw(Widget.java:619)
at haven.GameUI.draw(GameUI.java:583)
at haven.Widget.draw(Widget.java:614)
at haven.Widget.draw(Widget.java:619)
at haven.RootWidget.draw(RootWidget.java:65)
at haven.UI.draw(UI.java:140)
at haven.HavenPanel.rootdraw(HavenPanel.java:289)
at haven.HavenPanel.run(HavenPanel.java:521)
at java.lang.Thread.run(Unknown Source)

I hope so much your help.
hevertonraniery
 
Posts: 3
Joined: Sun Sep 06, 2015 10:08 pm

Re: Error

Postby jorb » Tue Sep 08, 2015 10:13 am

Paged loftar on it.
"The psychological trials of dwellers in the last times will be equal to the physical trials of the martyrs. In order to face these trials we must be living in a different world."

-- Hieromonk Seraphim Rose
User avatar
jorb
 
Posts: 18263
Joined: Fri Apr 03, 2009 7:07 am
Location: Here, there and everywhere.

Re: Error

Postby loftar » Wed Sep 09, 2015 2:34 am

This is another instance of this.
"Object-oriented design is the roman numerals of computing." -- Rob Pike
User avatar
loftar
 
Posts: 8926
Joined: Fri Apr 03, 2009 7:05 am

Re: Error

Postby jorb » Wed Sep 09, 2015 9:19 am

Should thus be fixed now. Locking.
"The psychological trials of dwellers in the last times will be equal to the physical trials of the martyrs. In order to face these trials we must be living in a different world."

-- Hieromonk Seraphim Rose
User avatar
jorb
 
Posts: 18263
Joined: Fri Apr 03, 2009 7:07 am
Location: Here, there and everywhere.


Return to Bugs

Who is online

Users browsing this forum: No registered users and 1 guest