EDIT: I switched back to vanilla by going into the game properties, visiting the workshop tab and deactivating Ender. This allowed me to log back in.
Enabling ender again lead to the same issue, so I'll just play vanilla until that's fixed I guess
- Code: Select all
java.lang.AbstractMethodError: Receiver class haven.res.ui.tt.attrmod.AttrMod$Fac does not define or inherit an implementation of the resolved method 'abstract haven.ItemInfo build(haven.ItemInfo$Owner, haven.ItemInfo$Raw, java.lang.Object[])' of interface haven.ItemInfo$InfoFactory.
at haven.AttrBonusesWdg.make(AttrBonusesWdg.java:196)
at haven.AttrBonusesWdg.build(AttrBonusesWdg.java:170)
at haven.AttrBonusesWdg.tick(AttrBonusesWdg.java:95)
at haven.Widget.tick(Widget.java:785)
at haven.Widget$TickEvent.shandle(Widget.java:927)
at haven.Widget.handle(Widget.java:907)
at haven.Widget$Event.dispatch(Widget.java:860)
at haven.Widget$TickEvent.propagation(Widget.java:920)
at haven.Widget$Event.propagate(Widget.java:850)
at haven.Widget$Event.dispatch(Widget.java:862)
at haven.Widget$TickEvent.propagation(Widget.java:920)
at haven.Widget$Event.propagate(Widget.java:850)
at haven.Widget$Event.dispatch(Widget.java:862)
at haven.Widget$TickEvent.propagation(Widget.java:920)
at haven.Widget$Event.propagate(Widget.java:850)
at haven.Widget$Event.dispatch(Widget.java:862)
at haven.Widget$TickEvent.propagation(Widget.java:920)
at haven.Widget$Event.propagate(Widget.java:850)
at haven.Widget$Event.dispatch(Widget.java:862)
at haven.UI.dispatch(UI.java:641)
at haven.UI.tick(UI.java:401)
at haven.GLPanel$Loop.run(GLPanel.java:376)
at haven.JOGLPanel.run(JOGLPanel.java:246)
at java.base/java.lang.Thread.run(Unknown Source)