I can't extend my palisade, every time i do the game has this error
java.lang.RuntimeException: statroot for StaticSprite(gfx/terobjs/arch/palisadeseg(v13)) already in new cache even though empty
at haven.RenderList.updcache(RenderList.java:360)
at haven.RenderList.fin(RenderList.java:405)
at haven.PView.draw(PView.java:225)
at haven.MapView.draw(MapView.java:1255)
at haven.Widget.draw(Widget.java:678)
at haven.Widget.draw(Widget.java:683)
at haven.GameUI.draw(GameUI.java:765)
at haven.Widget.draw(Widget.java:678)
at haven.Widget.draw(Widget.java:683)
at haven.RootWidget.draw(RootWidget.java:66)
at haven.UI.draw(UI.java:141)
at haven.HavenPanel.rootdraw(HavenPanel.java:303)
at haven.HavenPanel.run(HavenPanel.java:557)
at java.lang.Thread.run(Unknown Source)
I could extend it by trying to place a gate and then switching to extending it, but extending doesn't work on it's own. I can also place cornerposts but i can't do the same thing as with the gate