Earlier, I used the auto function, and just before it ended, I happened to pick up the sword in my hand. However, the sword suddenly disappeared. Since it was a gift from someone else, I can't make one myself. I searched around for a few minutes but still couldn't find it, so I thought maybe logging out and logging back in would help. Unfortunately, after logging out, I was never able to log back into the game.
- Code: Select all
java.lang.NullPointerException: Cannot read field "attrs" because "this.sattr" is null
at haven.CharWnd.findattr(CharWnd.java:460)
at me.ender.DamageTip$Real.damage(DamageTip.java:82)
at me.ender.DamageTip$Real.wpntips(DamageTip.java:72)
at haven.res.ui.tt.wpn.info.WeaponInfo.wpntip(WeaponInfo.java:35)
at haven.res.ui.tt.wpn.info.WeaponInfo.add(WeaponInfo.java:31)
at haven.res.ui.tt.wpn.info.WeaponInfo$Subtip.layout(WeaponInfo.java:23)
at haven.ItemInfo$Layout.render(ItemInfo.java:195)
at haven.ItemInfo.longtip(ItemInfo.java:419)
at haven.WItem$LongTip.<init>(WItem.java:108)
at haven.WItem.tooltip(WItem.java:139)
at haven.Widget.tooltip(Widget.java:1979)
at haven.Widget$TooltipQuery.shandle(Widget.java:1291)
at haven.Widget.handle(Widget.java:910)
at haven.Widget$Event.dispatch(Widget.java:863)
at haven.Widget$PointerEvent.propagation(Widget.java:993)
at haven.Widget$Event.propagate(Widget.java:853)
at haven.Widget.tooltip(Widget.java:1974)
at haven.Widget$TooltipQuery.shandle(Widget.java:1291)
at haven.Widget.handle(Widget.java:910)
at haven.Widget$Event.dispatch(Widget.java:863)
at haven.Widget$PointerEvent.propagation(Widget.java:993)
at haven.Widget$Event.propagate(Widget.java:853)
at haven.Widget.tooltip(Widget.java:1974)
at haven.Widget$TooltipQuery.shandle(Widget.java:1291)
at haven.Widget.handle(Widget.java:910)
at haven.Widget$Event.dispatch(Widget.java:863)
at haven.UI.dispatch(UI.java:655)
at haven.UI.dispatchq(UI.java:659)
at haven.UI.tooltip(UI.java:954)
at haven.GLPanel$Loop.drawtooltip(GLPanel.java:160)
at haven.GLPanel$Loop.display(GLPanel.java:311)
at haven.GLPanel$Loop.run(GLPanel.java:396)
at haven.JOGLPanel.run(JOGLPanel.java:246)
at java.base/java.lang.Thread.run(Unknown Source)