by RichardNixon » Wed Aug 12, 2009 12:19 am
I'm using Linux Mint, tried to run the game in Firefox and Opera- Java is up to date.
- Code: Select all
javax.media.opengl.GLException: java.lang.IndexOutOfBoundsException: Required 4227136 remaining bytes in buffer, only had 4194304
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:344)
at haven.HavenPanel.run(HavenPanel.java:371)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.IndexOutOfBoundsException: Required 4227136 remaining bytes in buffer, only had 4194304
at com.sun.gluegen.runtime.BufferFactory.rangeCheckBytes(BufferFactory.java:274)
at com.sun.opengl.impl.GLImpl.glTexImage2D(GLImpl.java:21167)
at haven.TexI.fill(TexI.java:60)
at haven.TexGL.create(TexGL.java:64)
at haven.TexGL.render(TexGL.java:90)
at haven.Tex.crender(Tex.java:90)
at haven.Tex.crender(Tex.java:94)
at haven.GOut.image(GOut.java:107)
at haven.Img.draw(Img.java:54)
at haven.Widget.draw(Widget.java:284)
at haven.LoginScreen.draw(LoginScreen.java:197)
at haven.Widget.draw(Widget.java:284)
at haven.RootWidget.draw(RootWidget.java:74)
at haven.UI.draw(UI.java:94)
at haven.HavenPanel.redraw(HavenPanel.java:253)
at haven.HavenPanel$1.display(HavenPanel.java:77)
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(InvocationEvent.java:199)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)