Amber Client

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

Re: Amber Client

Postby romovs » Wed Mar 16, 2016 6:03 pm

Either go to Control Settings and uncheck "Disable UI hiding with space-bar" option, and then press space bar.
Or Display Settings > Reset Windows button and restart the client.
User avatar
romovs
 
Posts: 1472
Joined: Sun Sep 29, 2013 9:26 am
Location: The Tabouret

Re: Amber Client

Postby Nashlates » Wed Mar 16, 2016 6:49 pm

I delete all files and download full client. I run the client and when try login on any character, have freeze.

C:\Documents and Settings\Przemek\Desktop\HNH\Amber>java -Xms512m -Xmx1024m -jar
hafen.jar -U http://game.havenandhearth.com/hres/ game.havenandhearth.com
Exception in thread "Haven UI thread" java.lang.RuntimeException: Delayed error
in resource paginae/custom/study (v-1), from forking source backed by HTTP res s
ource (http://game.havenandhearth.com/hres/)
at haven.Resource$Pool$Queued.get(Resource.java:338)
at haven.Resource$Pool$Queued.get(Resource.java:307)
at haven.FBelt.draw(FBelt.java:75)
at haven.Widget.draw(Widget.java:677)
at haven.Widget.draw(Widget.java:682)
at haven.GameUI.draw(GameUI.java:671)
at haven.Widget.draw(Widget.java:677)
at haven.Widget.draw(Widget.java:682)
at haven.RootWidget.draw(RootWidget.java:78)
at haven.UI.draw(UI.java:142)
at haven.HavenPanel.rootdraw(HavenPanel.java:331)
at haven.HavenPanel.run(HavenPanel.java:591)
at java.lang.Thread.run(Unknown Source)
Caused by: haven.Resource$LoadException: Load error in resource paginae/custom/s
tudy(v-1), from forking source backed by HTTP res source (http://game.havenandhe
arth.com/hres/)
at haven.Resource$Pool.handle(Resource.java:395)
at haven.Resource$Pool.access$1100(Resource.java:284)
at haven.Resource$Pool$Loader.run(Resource.java:524)
... 1 more
Caused by: java.io.FileNotFoundException: http://game.havenandhearth.com/hres/pa
ginae/custom/study.res
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown S
ource)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown So
urce)
at haven.Resource$HttpSource.get(Resource.java:242)
at haven.Resource$TeeSource.get(Resource.java:134)
at haven.Resource$Pool.handle(Resource.java:379)
... 3 more
Nashlates
 
Posts: 14
Joined: Sun Feb 08, 2015 9:24 pm

Re: Amber Client

Postby loftar » Wed Mar 16, 2016 8:05 pm

romovs wrote:I don't have any facilities for automatically downloading updated hafen-res and builtin-res jars at the moment though.

The resource jars only serve as caches for commonly used resources, though; the game should work just as fine completely without them, only it might take a while longer to fetch the common resources over HTTP.

(builtin-res.jar is more important than hafen-res.jar, since it contains resources that the client uses internally and therefore have no concept of versioning for, but hafen-res.jar is completely superfluous outside of speeding up loading of common resources.)
"Object-oriented design is the roman numerals of computing." -- Rob Pike
User avatar
loftar
 
Posts: 9051
Joined: Fri Apr 03, 2009 7:05 am

Re: Amber Client

Postby romovs » Wed Mar 16, 2016 8:07 pm

Nashlates wrote:I delete all files and download full client. I run the client and when try login on any character, have freeze.


Ah probably some other client uses same registry names for F-key belt configuration and you had an action saved which doesn't exist in Amber.

Open regedit (type it in the Windows run/search box)
Navigate to HKEY_CURRENT_USER\Software\JavaSoft\Prefs\haven
Look for entries starting with "fbelt_" and delete those.

Or alternatively you can do the following from cmd:
Code: Select all
reg delete "HKEY_CURRENT_USER\Software\JavaSoft\Prefs\haven" /f

It will delete all client settings.
User avatar
romovs
 
Posts: 1472
Joined: Sun Sep 29, 2013 9:26 am
Location: The Tabouret

Re: Amber Client

Postby romovs » Wed Mar 16, 2016 8:16 pm

loftar wrote:
romovs wrote:I don't have any facilities for automatically downloading updated hafen-res and builtin-res jars at the moment though.

The resource jars only serve as caches for commonly used resources, though; the game should work just as fine completely without them, only it might take a while longer to fetch the common resources over HTTP.

(builtin-res.jar is more important than hafen-res.jar, since it contains resources that the client uses internally and therefore have no concept of versioning for, but hafen-res.jar is completely superfluous outside of speeding up loading of common resources.)


Ah ok, wasn't aware that hafen-res isn't used anywhere internally. I haven't dealt much with the resources subsystem yet.
User avatar
romovs
 
Posts: 1472
Joined: Sun Sep 29, 2013 9:26 am
Location: The Tabouret

Re: Amber Client

Postby Sollar » Wed Mar 16, 2016 11:33 pm

Am I doing something wrong, since autostudy seems not to be working for me? It worked excelent with my former K-T client. Is there anything else I need to do besides clicking auto and having cupboards open?
User avatar
Sollar
 
Posts: 561
Joined: Wed May 26, 2010 2:53 pm

Re: Amber Client

Postby romovs » Thu Mar 17, 2016 6:01 am

Sollar wrote:Am I doing something wrong, since autostudy seems not to be working for me? It worked excelent with my former K-T client. Is there anything else I need to do besides clicking auto and having cupboards open?


iirc, autostudy can use only one cupboard here. So if you have multiple cupboards all but one will be ignored.
User avatar
romovs
 
Posts: 1472
Joined: Sun Sep 29, 2013 9:26 am
Location: The Tabouret

Re: Amber Client

Postby Nashlates » Thu Mar 17, 2016 7:09 am

romovs wrote:
Nashlates wrote:I delete all files and download full client. I run the client and when try login on any character, have freeze.


Ah probably some other client uses same registry names for F-key belt configuration and you had an action saved which doesn't exist in Amber.

Open regedit (type it in the Windows run/search box)
Navigate to HKEY_CURRENT_USER\Software\JavaSoft\Prefs\haven
Look for entries starting with "fbelt_" and delete those.

Or alternatively you can do the following from cmd:
Code: Select all
reg delete "HKEY_CURRENT_USER\Software\JavaSoft\Prefs\haven" /f

It will delete all client settings.


Thank You, works!
Nashlates
 
Posts: 14
Joined: Sun Feb 08, 2015 9:24 pm

Re: Amber Client

Postby Priss » Fri Mar 18, 2016 10:31 pm

Shift+Alt+Left Click always transfer similar items to container while sorting them from highest to lowest quality. Is there any way (or option) to sort it in reverse order (from lowest to highest)? If it isn't - this function will be much appreciated!
Priss
 
Posts: 16
Joined: Tue Jun 04, 2013 9:37 pm

Re: Amber Client

Postby uhtenberg123 » Sat Mar 19, 2016 12:25 am

Ctrl + I - Toggles resource info when holding shift/shift+ctrl and pointing with the mouse.
Shift + Point with mouse over an object - shows its resource name (See Ctrl+I).
Shift + Ctrl + Point with mouse at a ground tile - shows its resource name (See Ctrl+I).

I can't turn this off! help me pls! It makes me sad and nervous(((
uhtenberg123
 
Posts: 3
Joined: Mon Aug 31, 2015 9:20 am

PreviousNext

Return to The Wizards' Tower

Who is online

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