The default client crashed when I went to view a barter stand. It might be because I haven't updated Java but I'll put it here just in case.
java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "accessDeclaredMembers")
at java.security.AccessControlContext.checkPermission(Unknown Source)
at java.security.AccessController.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkPermission(Unknown Source)
at com.sun.javaws.security.JavaWebStartSecurity.checkPermission(Unknown Source)
at java.lang.Class.checkMemberAccess(Unknown Source)
at java.lang.Class.getDeclaredMethod(Unknown Source)
at haven.ItemInfo$FactMaker.make(ItemInfo.java:60)
at haven.ItemInfo$FactMaker.make(ItemInfo.java:55)
at haven.Resource$CodeEntry.get(Resource.java:1379)
at haven.Resource.getcode(Resource.java:1226)
at haven.ItemInfo.buildinfo(ItemInfo.java:298)
at haven.res.ui.barterbox.Shopbox.info(barterbox.cjava:180)
at haven.res.ui.barterbox.Shopbox$AttrCache.get(barterbox.cjava:110)
at haven.res.ui.barterbox.Shopbox.draw(barterbox.cjava:149)
at haven.Widget.draw(Widget.java:663)
at haven.Widget.draw(Widget.java:668)
at haven.Window.draw(Window.java:183)
at haven.Widget.draw(Widget.java:663)
at haven.Widget.draw(Widget.java:668)
at haven.GameUI.draw(GameUI.java:657)
at haven.Widget.draw(Widget.java:663)
at haven.Widget.draw(Widget.java:668)
at haven.RootWidget.draw(RootWidget.java:66)
at haven.UI.draw(UI.java:140)
at haven.HavenPanel.rootdraw(HavenPanel.java:303)
at haven.HavenPanel.run(HavenPanel.java:549)
at java.lang.Thread.run(Unknown Source)