- Code: Select all
haven.Gob.updateMovingInfo(Gob.java:1778)
haven.Gob.updateMovingInfo(Gob.java:1778)pichuck wrote:Pull request maybe?
java.lang.Error: Unexpected non-local exit
at haven.render.RenderTree$TreeSlot.remove(RenderTree.java:540)
at haven.render.RenderTree$TreeSlot.remove(RenderTree.java:531)
at haven.render.RenderTree$TreeSlot.remove(RenderTree.java:531)
at haven.render.RenderTree$TreeSlot.remove(RenderTree.java:531)
at haven.render.RenderTree$TreeSlot.remove(RenderTree.java:531)
at haven.render.RenderTree$TreeSlot.remove(RenderTree.java:531)
at haven.render.RenderTree$TreeSlot.remove(RenderTree.java:531)
at haven.MapView.dispose(MapView.java:735)
at haven.Widget.rdispose(Widget.java:560)
at haven.Widget.rdispose(Widget.java:559)
at haven.Widget.rdispose(Widget.java:559)
at haven.Widget.destroy(Widget.java:582)
at haven.UI.destroy(UI.java:1026)
at haven.GLPanel$Loop.newui(GLPanel.java:484)
at haven.JOGLPanel.newui(JOGLPanel.java:256)
at haven.MainFrame.run(MainFrame.java:355)
at haven.MainFrame.main2(MainFrame.java:471)
at haven.MainFrame.lambda$main$0(MainFrame.java:500)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.lang.IllegalStateException: removing non-present slot
at haven.render.InstanceList.remove(InstanceList.java:713)
at haven.render.RenderTree$Client.removed(RenderTree.java:110)
at haven.render.RenderTree$TreeSlot.lambda$remove$1(RenderTree.java:537)
at java.base/java.util.ArrayList.forEach(Unknown Source)
at haven.render.RenderTree$TreeSlot.remove(RenderTree.java:537)xyzzy57 wrote:
Given the modal user interface, it's normal for random commands to be executed whenever one is typing in chat, and is interrupted by some kind of pop up, such as a bandy request. I presumed that I'd accidentally executed a keyboard shortcut to produce this effect, but failed to find any relevant configuration setting. AFAIK, the only relevant control *also* controls seeing text for barrel contents, and *that* continues to work.
public void Track(long id, Coord2d coordinates) {
try {
MCache.Grid g = glob.map.getgrid(toGC(coordinates)); <------
pu.Track(id, coordinates, g.id);
EnderWiggin wrote:(2015)Updated client. Added account storing. Accounts are stored in accounts.json as account name and cookie. No actual password is stored. You can move accounts.json to new PC and login in 1 click. If ypu suspect someone got hold of your cookies you can press forget and login again manually to generate new cookie and invalidate all others.
Users browsing this forum: Amazon [Bot], Claude [Bot], martenx and 3 guests