Page 1 of 1

shed error

PostPosted: Wed Mar 26, 2014 9:41 pm
by TemplarKnight
this happens with all clients as soon as i enter my village.seems to be something with the shed,anyone know how to fix it?
Code: Select all
java.lang.RuntimeException: java.lang.RuntimeException: Delayed error in resource gfx/terobjs/shed (v17), from forking source backed by HTTP res source (http://game.salemthegame.com/res/)
   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:412)
   at haven.HavenPanel.run(HavenPanel.java:445)
   at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.RuntimeException: Delayed error in resource gfx/terobjs/shed (v17), from forking source backed by HTTP res source (http://game.salemthegame.com/res/)
   at haven.Resource.checkerr(Resource.java:1503)
   at haven.Resource.layer(Resource.java:1387)
   at haven.Resource.layer(Resource.java:1396)
   at haven.Resource.getcode(Resource.java:1045)
   at haven.Sprite.create(Sprite.java:106)
   at haven.ResDrawable.init(ResDrawable.java:53)
   at haven.ResDrawable.setup(ResDrawable.java:58)
   at haven.Gob.setup(Gob.java:204)
   at haven.RenderList.setup(RenderList.java:98)
   at haven.RenderList.add(RenderList.java:135)
   at haven.MapView.addgob(MapView.java:444)
   at haven.MapView$3.setup(MapView.java:453)
   at haven.RenderList.setup(RenderList.java:98)
   at haven.RenderList.add(RenderList.java:135)
   at haven.MapView.setup(MapView.java:515)
   at haven.PView$1.setup(PView.java:198)
   at haven.RenderList.setup(RenderList.java:98)
   at haven.RenderList.setup(RenderList.java:123)
   at haven.PView.draw(PView.java:222)
   at haven.MapView.draw(MapView.java:814)
   at haven.Widget.draw(Widget.java:514)
   at haven.Widget.draw(Widget.java:519)
   at haven.GameUI.draw(GameUI.java:469)
   at haven.Widget.draw(Widget.java:514)
   at haven.Widget.draw(Widget.java:519)
   at haven.RootWidget.draw(RootWidget.java:61)
   at haven.UI.draw(UI.java:139)
   at haven.HavenPanel.redraw(HavenPanel.java:293)
   at haven.HavenPanel$1.display(HavenPanel.java:91)
   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$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)
   at java.awt.EventDispatchThread.run(Unknown Source)
Caused by: haven.Resource$LoadException: Wrong res version (16 != 17)
   at haven.Resource.load(Resource.java:1446)
   at haven.Resource.access$200(Resource.java:39)
   at haven.Resource$Loader.handle(Resource.java:436)
   at haven.Resource$Loader.run(Resource.java:416)
   at java.lang.Thread.run(Unknown Source)

Re: shed error

PostPosted: Wed Mar 26, 2014 11:52 pm
by DarkNacht
there was a bug fix related to the shed recently, maybe your cache is not updating correctly. Have you tried deleting your salem files?

Re: shed error

PostPosted: Thu Mar 27, 2014 8:57 am
by TemplarKnight
deleted both folders salem and .salem.cleared the java cache,then reinstalled the normal client and still the same problem.is there another folder i need to delete or were is it saving the shed info?