Amber Client

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

Re: Amber Client

Postby ladgerda » Fri Oct 16, 2020 10:01 am

The latest changes to the client have caused these issues. As Magic said earlier, custom clients are on borrowed time unless the maintainer is willing to update the client with the render changes (which is a lot). Looking at amber's changes, it doesn't look like it is being maintained.[/quote]


So do we have an alternative to amber, other than the original client?
ladgerda
 
Posts: 2
Joined: Tue Feb 05, 2019 12:12 am

Re: Amber Client

Postby Amanda44 » Fri Oct 16, 2020 10:19 am

ladgerda wrote:So do we have an alternative to amber, other than the original client?


You guys can have a fix for Amber which omits the UI scaling, meaning it works as it did before. I think Enders client is being worked on (I'm not sure) but atm it still has these issues you are experiencing with Amber. My advice would be to use ElSids fix for now. :)

ElSid wrote:I merged recent original client changes into forked amber. Not sure about all broken stuff, but cauldron works. You can grab it here https://github.com/elsid/hafen-client/releases/tag/1.81.0_unofficial and try. It has only backported changes into old branch of the original client. UI scaling is not there. But at least the client should work like before https://www.havenandhearth.com/forum/vi ... 39&t=69278.
Koru wrote:
It is like in Lord of the Flies, nobody controlls what is going on in the hearthlands, those weaker and with conscience are just fucked.
Avatar made by Jordan.
Animal lovers - Show us your pets! - viewtopic.php?f=40&t=44444#p577254
User avatar
Amanda44
 
Posts: 6485
Joined: Wed Sep 28, 2011 12:13 pm

Re: Amber Client

Postby Genabeton » Mon Oct 19, 2020 11:42 am

Image
Image
¦] ¦]
User avatar
Genabeton
 
Posts: 48
Joined: Tue Mar 15, 2016 10:28 pm

Re: Amber Client

Postby Renn_Sanor » Fri Oct 23, 2020 4:30 pm

ElSid wrote:I merged recent original client changes into forked amber. Not sure about all broken stuff, but cauldron works. You can grab it here https://github.com/elsid/hafen-client/releases/tag/1.81.0_unofficial and try. It has only backported changes into old branch of the original client. UI scaling is not there. But at least the client should work like before https://www.havenandhearth.com/forum/vi ... 39&t=69278.


I downloaded the client master, but I didn't see any changes, which file should I be opening?
User avatar
Renn_Sanor
 
Posts: 30
Joined: Tue Sep 02, 2014 7:35 pm

Re: Amber Client

Postby ElSid » Sat Oct 24, 2020 2:50 am

Renn_Sanor wrote:
ElSid wrote:I merged recent original client changes into forked amber. Not sure about all broken stuff, but cauldron works. You can grab it here https://github.com/elsid/hafen-client/releases/tag/1.81.0_unofficial and try. It has only backported changes into old branch of the original client. UI scaling is not there. But at least the client should work like before viewtopic.php?f=39&t=69278.


I downloaded the client master, but I didn't see any changes, which file should I be opening?


In short you're looking into the wrong branch. It's not master, but amber_master.

1. When you open release page from the link, there is a link to the commit from which this release is created:
Image


2. Github shows branches for each commit:
Image


3. Then you can open commits for this branch a see the changes in the github interface.:
Image


But I assume you've downloaded the source code using git, so just change the branch: git checkout amber_master.
ElSid
 
Posts: 29
Joined: Sun Jul 26, 2015 9:45 am

Re: Amber Client

Postby 1PkRulesAll » Tue Oct 27, 2020 3:24 am

Is it possible to get a feature to hide all the UI elements like in the default client?
1PkRulesAll
 
Posts: 32
Joined: Thu Oct 24, 2013 3:27 pm

Re: Amber Client

Postby DPblH » Wed Oct 28, 2020 1:42 pm

1PkRulesAll wrote:Is it possible to get a feature to hide all the UI elements like in the default client?

Try Ctrl+U.
Give a man a game engine and he delivers a game. Teach a man how to make a game engine and he never delivers anything.
User avatar
DPblH
 
Posts: 431
Joined: Wed Jun 09, 2010 4:57 pm

Re: Amber Client

Postby Spacecpp » Sun Nov 01, 2020 8:39 pm

After today's update the client crashes when a granary comes to view.

Code: Select all
1.81.0_unofficial.7b5f6ac0
Windows 7 6.1 x64, 1.8.0_251 amd64
NVIDIA Corporation (GeForce GTX 970/PCIe/SSE2) - 4.6.0 NVIDIA 416.34

java.lang.RuntimeException: Delayed error in resource gfx/terobjs/granary (v37), from forking source backed by HTTP res source (https://game.havenandhearth.com/hres/)
   at haven.Resource$Pool$Queued.get(Resource.java:405)
   at haven.Resource$Pool$Queued.get(Resource.java:374)
   at haven.Session$CachedRes$Ref.get(Session.java:124)
   at haven.Session$CachedRes$Ref.get(Session.java:117)
   at haven.ResDrawable.getres(ResDrawable.java:100)
   at haven.Gob.getres(Gob.java:728)
   at haven.LocalMiniMap.drawicons(LocalMiniMap.java:200)
   at haven.LocalMiniMap.draw(LocalMiniMap.java:471)
   at haven.Widget.draw(Widget.java:731)
   at haven.Widget.draw(Widget.java:736)
   at haven.MinimapWnd.draw(MinimapWnd.java:288)
   at haven.Widget.draw(Widget.java:731)
   at haven.Widget.draw(Widget.java:736)
   at haven.GameUI.draw(GameUI.java:786)
   at haven.Widget.draw(Widget.java:731)
   at haven.Widget.draw(Widget.java:736)
   at haven.RootWidget.draw(RootWidget.java:67)
   at haven.UI.draw(UI.java:144)
   at haven.HavenPanel.rootdraw(HavenPanel.java:349)
   at haven.HavenPanel.run(HavenPanel.java:648)
   at java.lang.Thread.run(Unknown Source)
Caused by: haven.Resource$LoadException: Wrong res version (36 != 37)
   at haven.Resource.load(Resource.java:1513)
   at haven.Resource.access$600(Resource.java:43)
   at haven.Resource$Pool.handle(Resource.java:454)
   at haven.Resource$Pool.access$1100(Resource.java:351)
   at haven.Resource$Pool$Loader.run(Resource.java:607)
   ... 1 more
   Suppressed: haven.Resource$LoadException: Wrong res version (36 != 37)
      ... 6 more
      Suppressed: haven.Resource$LoadException: Load error in resource gfx/terobjs/granary(v37), from local res source
         at haven.Resource$Pool.handle(Resource.java:466)
         ... 3 more
      Caused by: java.io.FileNotFoundException: Could not find resource locally: gfx/terobjs/granary
         at haven.Resource$JarSource.get(Resource.java:255)
         at haven.Resource$Pool.handle(Resource.java:450)
         ... 3 more
Spacecpp
 
Posts: 27
Joined: Sat Feb 29, 2020 1:48 am

Re: Amber Client

Postby btweeks86 » Mon Nov 02, 2020 2:27 am

Game crashes when I access my clay cauldron and I get this message.

1.80.0.5fe4c30a
Windows 10 10.0 x64, 1.8.0_171 x86
NVIDIA Corporation (GeForce GTX 750 Ti/PCIe/SSE2) - 4.6.0 NVIDIA 446.14

haven.Widget$RelposError: Unhandled exception at !wox5S+0c+6, stack is [100, 5]
at haven.Widget.relpos(Widget.java:422)
at haven.Widget.addchild(Widget.java:433)
at haven.UI.newwidget(UI.java:173)
at haven.RemoteUI.run(RemoteUI.java:66)
at haven.MainFrame.run(MainFrame.java:268)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.RuntimeException: Unknown position operation: S
at haven.Widget.relpos(Widget.java:418)
... 5 more
btweeks86
 
Posts: 42
Joined: Sun Feb 28, 2010 11:14 pm

Re: Amber Client

Postby iamahh » Mon Nov 02, 2020 12:27 pm

ElSid's patch is still working with granary and cauldron

the granary problem sounds like an old cache problem

some people try to save the data, I just deleted all, but you lose map markings and stuff
iamahh
 
Posts: 1806
Joined: Sat Dec 12, 2015 8:23 pm

PreviousNext

Return to The Wizards' Tower

Who is online

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