Amber Client

Forum for alternative clients, mods & discussions on the same.

Re: Amber Client

Postby LostJustice » Tue May 29, 2018 1:58 am

The update requires this line of code to be added to Equipory:

Code: Select all
public static interface SlotInfo {
        public int slots();
    }


Till the client is updated, any errors with Equipory in it, is most likely caused by this and will hopefully be patched soon.
Image
User avatar
LostJustice
 
Posts: 677
Joined: Sun Mar 25, 2012 3:57 am

Re: Amber Client

Postby Ardennesss » Tue May 29, 2018 1:59 am

LostJustice wrote:The update requires this line of code to be added to Equipory:

Code: Select all
public static interface SlotInfo {
        public int slots();
    }


Till the client is updated, any errors with Equipory in it, is most likely caused by this and will hopefully be patched soon.



There's a new local res file as well, libs need to be rebuilt.
User avatar
Ardennesss
 
Posts: 1148
Joined: Sun Oct 06, 2013 4:22 pm

Re: Amber Client

Postby LtTurtleshot » Tue May 29, 2018 2:41 am

I've found a workaround this bug for the time being. It even works with belts and shit.

All you have to do is NEVER pick up a piece of equipment with your cursor and instead use shift click to equip/unequip anything you want. So basically, don't try to manually change your equipment, use the shortcuts instead.

I haven't bugged a single time since I started doing this. I don't know about my wardrobes yet, though.
User avatar
LtTurtleshot
 
Posts: 90
Joined: Sat May 12, 2018 1:42 am

Re: Amber Client

Postby LostJustice » Tue May 29, 2018 3:34 am

Ardennesss wrote:
LostJustice wrote:The update requires this line of code to be added to Equipory:

Code: Select all
public static interface SlotInfo {
        public int slots();
    }


Till the client is updated, any errors with Equipory in it, is most likely caused by this and will hopefully be patched soon.



There's a new local res file as well, libs need to be rebuilt.


Do not have to do this. Client auto downloads this.
Image
User avatar
LostJustice
 
Posts: 677
Joined: Sun Mar 25, 2012 3:57 am

Re: Amber Client

Postby SugarQube » Tue May 29, 2018 4:39 am

Keep getting this error message anytime I try to log in, I figure it's from the update today. Is there any way to fix this though?

1.67.9.b1cad78a
Windows 10 10.0 x64, 1.8.0_171 x86
NVIDIA Corporation (GeForce GTX 960/PCIe/SSE2) - 4.6.0 NVIDIA 397.93

java.lang.NoClassDefFoundError: haven/Equipory$SlotInfo
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.lang.ClassLoader.defineClass(Unknown Source)
at haven.Resource$CodeEntry$1$1.findClass(Resource.java:1195)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at haven.Resource$CodeEntry.load(Resource.java:1217)
at haven.Resource$CodeEntry.get(Resource.java:1247)
at haven.Resource.getcode(Resource.java:1114)
at haven.ItemInfo.buildinfo(ItemInfo.java:409)
at haven.GItem.info(GItem.java:192)
at haven.WItem.info(WItem.java:148)
at haven.ItemInfo$AttrCache.get(ItemInfo.java:455)
at haven.WItem.draw(WItem.java:213)
at haven.Widget.draw(Widget.java:694)
at haven.Widget.draw(Widget.java:699)
at haven.GameUI.draw(GameUI.java:741)
at haven.Widget.draw(Widget.java:694)
at haven.Widget.draw(Widget.java:699)
at haven.RootWidget.draw(RootWidget.java:67)
at haven.UI.draw(UI.java:138)
at haven.HavenPanel.rootdraw(HavenPanel.java:342)
at haven.HavenPanel.run(HavenPanel.java:608)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: Could not find class haven.Equipory$SlotInfo in resource (ui/tt/equed(v3))
at haven.Resource$CodeEntry$1$1.findClass(Resource.java:1194)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 24 more
SugarQube
 
Posts: 1
Joined: Tue May 29, 2018 4:36 am

Re: Amber Client

Postby Koyse28 » Tue May 29, 2018 4:54 am

SugarQube wrote:Keep getting this error message anytime I try to log in, I figure it's from the update today. Is there any way to fix this though?

1.67.9.b1cad78a
Windows 10 10.0 x64, 1.8.0_171 x86
NVIDIA Corporation (GeForce GTX 960/PCIe/SSE2) - 4.6.0 NVIDIA 397.93

java.lang.NoClassDefFoundError: haven/Equipory$SlotInfo
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.lang.ClassLoader.defineClass(Unknown Source)
at haven.Resource$CodeEntry$1$1.findClass(Resource.java:1195)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at haven.Resource$CodeEntry.load(Resource.java:1217)
at haven.Resource$CodeEntry.get(Resource.java:1247)
at haven.Resource.getcode(Resource.java:1114)
at haven.ItemInfo.buildinfo(ItemInfo.java:409)
at haven.GItem.info(GItem.java:192)
at haven.WItem.info(WItem.java:148)
at haven.ItemInfo$AttrCache.get(ItemInfo.java:455)
at haven.WItem.draw(WItem.java:213)
at haven.Widget.draw(Widget.java:694)
at haven.Widget.draw(Widget.java:699)
at haven.GameUI.draw(GameUI.java:741)
at haven.Widget.draw(Widget.java:694)
at haven.Widget.draw(Widget.java:699)
at haven.RootWidget.draw(RootWidget.java:67)
at haven.UI.draw(UI.java:138)
at haven.HavenPanel.rootdraw(HavenPanel.java:342)
at haven.HavenPanel.run(HavenPanel.java:608)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: Could not find class haven.Equipory$SlotInfo in resource (ui/tt/equed(v3))
at haven.Resource$CodeEntry$1$1.findClass(Resource.java:1194)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 24 more


same problem. It just happened today after the update
User avatar
Koyse28
 
Posts: 15
Joined: Wed Mar 14, 2018 4:34 am

Re: Amber Client

Postby assetruler69 » Tue May 29, 2018 5:33 am

Read the thread. It's literally explained up there. Just wait for the romovs update or play on a regular client. There's no need to post that bug report since it has been reported already,
assetruler69
 
Posts: 11
Joined: Sat May 20, 2017 8:38 am

Re: Amber Client

Postby SomaCruzSorchini » Tue May 29, 2018 6:40 am

1.67.9.b1cad78a
Windows 10 10.0 x64, 1.8.0_171 x86
Intel (Intel(R) HD Graphics 510) - 4.4.0 - Build 22.20.16.4749

java.lang.NoClassDefFoundError: haven/Equipory$SlotInfo
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.lang.ClassLoader.defineClass(Unknown Source)
at haven.Resource$CodeEntry$1$1.findClass(Resource.java:1195)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at haven.Resource$CodeEntry.load(Resource.java:1217)
at haven.Resource$CodeEntry.get(Resource.java:1247)
at haven.Resource.getcode(Resource.java:1114)
at haven.ItemInfo.buildinfo(ItemInfo.java:409)
at haven.GItem.info(GItem.java:192)
at haven.WItem.info(WItem.java:148)
at haven.ItemInfo$AttrCache.get(ItemInfo.java:455)
at haven.WItem.draw(WItem.java:213)
at haven.Widget.draw(Widget.java:694)
at haven.Widget.draw(Widget.java:699)
at haven.GameUI.draw(GameUI.java:741)
at haven.Widget.draw(Widget.java:694)
at haven.Widget.draw(Widget.java:699)
at haven.RootWidget.draw(RootWidget.java:67)
at haven.UI.draw(UI.java:138)
at haven.HavenPanel.rootdraw(HavenPanel.java:342)
at haven.HavenPanel.run(HavenPanel.java:608)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: Could not find class haven.Equipory$SlotInfo in resource (ui/tt/equed(v3))
at haven.Resource$CodeEntry$1$1.findClass(Resource.java:1194)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 24 more


The client is crashing on me leaving this message, is it my fault?
SomaCruzSorchini
 
Posts: 33
Joined: Thu Jul 07, 2016 9:37 pm

Re: Amber Client

Postby vatas » Tue May 29, 2018 11:20 am

Don't bother reporting the bug for nth time when you crash due to equipment. You can avoid it by moving equippable items between belt/hands/equipmentscreen/containers by shift+clicking. If you get crash when logging in, use default client to move the obstructing piece of equipment away from your cursor.
Haven and Hearth Wiki (Maintained by volunteers - test/verify when practical. Forum thread

Basic Claim Safety (And what you’re doing wrong
TL:;DR: Build a Palisade with only Visitor gates.)

Combat Guide (Overview, PVE, PVP) (Includes how to escape/minimize risk of getting killed.)
User avatar
vatas
 
Posts: 4885
Joined: Fri Apr 05, 2013 8:34 am
Location: Suomi Finland Perkele

Re: Amber Client

Postby romovs » Tue May 29, 2018 11:42 am

Should be fixed now.
User avatar
romovs
 
Posts: 1472
Joined: Sun Sep 29, 2013 9:26 am
Location: The Tabouret

PreviousNext

Return to The Wizards' Tower

Who is online

Users browsing this forum: Claude [Bot] and 91 guests