Page 1 of 1

error

PostPosted: Thu Nov 08, 2012 4:01 am
by Monohan
i just got a beta key and was excited to start playing, after i click "new character", i get this error as the world loads. any ideas?

javax.media.opengl.GLException: java.lang.RuntimeException: Delayed error in resource gfx/borka/brownpants (v7), from forking source backed by HTTP res source (http://plymouth.seatribe.se/res/)
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:416)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.RuntimeException: Delayed error in resource gfx/borka/brownpants (v7), from forking source backed by HTTP res source (http://plymouth.seatribe.se/res/)
at haven.Resource.checkerr(Resource.java:1403)
at haven.Resource.layers(Resource.java:1238)
at haven.Resource.layers(Resource.java:1282)
at haven.Composited.nmod(Composited.java:329)
at haven.Composited.changes(Composited.java:357)
at haven.Composited.setup(Composited.java:363)
at haven.RenderList.setup(RenderList.java:98)
at haven.RenderList.add(RenderList.java:135)
at haven.Composite.setup(Composite.java:64)
at haven.Gob.setup(Gob.java:199)
at haven.RenderList.setup(RenderList.java:98)
at haven.RenderList.add(RenderList.java:135)
at haven.MapView.addgob(MapView.java:339)
at haven.MapView$4.setup(MapView.java:348)
at haven.RenderList.setup(RenderList.java:98)
at haven.RenderList.add(RenderList.java:135)
at haven.MapView.setup(MapView.java:389)
at haven.PView$1.setup(PView.java:126)
at haven.RenderList.setup(RenderList.java:98)
at haven.RenderList.setup(RenderList.java:123)
at haven.PView.draw(PView.java:150)
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)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)

Re: error

PostPosted: Thu Nov 08, 2012 4:44 am
by loftar
You seem to be doing something very strange, since that resource should be downloaded along with the client and not even sought for over HTTP, and furthermore your client hasn't sent an error message. Have you downloaded the client Jar file alone and are trying to run it from that, or something?

If you're not doing something weird as that, please try clearing your Java cache and relaunching the client.

Re: error

PostPosted: Thu Nov 08, 2012 5:51 am
by Monohan
that fixed it, thanks loftar