Amber Client

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

Re: Amber Client

Postby Wurtag » Tue Nov 17, 2020 4:47 pm

Try this if you want (https://github.com/Wurtag/hafen-client/ ... ag/v1.82.1). Fix the slots as they were yesterday. Also removes those annoying crashes related with delayed errors in resources. Player icons arent displayed on the minimap so take care with that. I haven't too much time to deal with all these changes so consider my versions as an alternative to others.
User avatar
Wurtag
 
Posts: 29
Joined: Sun Feb 03, 2019 7:10 pm

Re: Amber Client

Postby LordBaal » Thu Nov 19, 2020 1:23 pm

Wurtag wrote:Try this if you want (https://github.com/Wurtag/hafen-client/ ... ag/v1.82.1). Fix the slots as they were yesterday. Also removes those annoying crashes related with delayed errors in resources. Player icons arent displayed on the minimap so take care with that. I haven't too much time to deal with all these changes so consider my versions as an alternative to others.


I tried this update, and npw my entire map with mapmarkers gone. What can I do?
User avatar
LordBaal
 
Posts: 28
Joined: Thu Feb 10, 2011 6:32 am

Re: Amber Client

Postby LordBaal » Thu Nov 19, 2020 1:49 pm

But when I start the game with the run_debug.bat I have my map and markers...
User avatar
LordBaal
 
Posts: 28
Joined: Thu Feb 10, 2011 6:32 am

Re: Amber Client

Postby Syndras » Thu Nov 19, 2020 4:25 pm

I too have lost all my map and markers, but i don't have any run_debug.bat.

does anyone know what/where the ID that connects map files to the client session is?
User avatar
Syndras
 
Posts: 24
Joined: Fri Jul 12, 2013 7:53 pm

Re: Amber Client

Postby Enjoyment_2 » Thu Nov 19, 2020 5:08 pm

just edit run.bat and switch http/http in url, should be enough to get your map data back
User avatar
Enjoyment_2
Under curfew
 
Posts: 592
Joined: Mon Oct 19, 2015 12:53 pm

Re: Amber Client

Postby Syndras » Thu Nov 19, 2020 7:14 pm

Enjoyment_2 wrote:just edit run.bat and switch http/http in url, should be enough to get your map data back


This worked, thanks a bunch :)

(they meant switch from https/http or vise versa)
User avatar
Syndras
 
Posts: 24
Joined: Fri Jul 12, 2013 7:53 pm

Re: Amber Client

Postby rustles » Thu Nov 19, 2020 8:09 pm

I raided a bird's nest and game crashed


.f92ea7c2
Windows 10 10.0 x64, 1.8.0_191 amd64
NVIDIA Corporation (GeForce RTX 2060/PCIe/SSE2) - 4.6.0 NVIDIA 441.93

java.lang.NullPointerException
at haven.GobIcon.texgrey(GobIcon.java:75)
at haven.LocalMiniMap.drawicons(LocalMiniMap.java:214)
at haven.LocalMiniMap.draw(LocalMiniMap.java:478)
at haven.Widget.draw(Widget.java:727)
at haven.Widget.draw(Widget.java:732)
at haven.MinimapWnd.draw(MinimapWnd.java:288)
at haven.Widget.draw(Widget.java:727)
at haven.Widget.draw(Widget.java:732)
at haven.GameUI.draw(GameUI.java:786)
at haven.Widget.draw(Widget.java:727)
at haven.Widget.draw(Widget.java:732)
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(Thread.java:748)


I crash when I log in now
Pls send help
User avatar
rustles
 
Posts: 53
Joined: Sun Nov 29, 2015 9:18 am

Re: Amber Client

Postby vatas » Thu Nov 19, 2020 10:10 pm

Possible workaround if it's what I think it is: Log in with default client and remove something that causes a crash from your cursor (hand.)
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: 4882
Joined: Fri Apr 05, 2013 8:34 am
Location: Suomi Finland Perkele

Re: Amber Client

Postby rustles » Fri Nov 20, 2020 11:40 pm

I'm pretty sure its the knock out birds that crash me, it happens every time I get ko'd
User avatar
rustles
 
Posts: 53
Joined: Sun Nov 29, 2015 9:18 am

Re: Amber Client

Postby AlexWanderer » Sat Nov 21, 2020 9:24 am

When im trying to log in or make a new character.

1.80.0.5fe4c30a
Windows 7 6.1 x64, 1.8.0_251 amd64
NVIDIA Corporation (GeForce GTX 970/PCIe/SSE2) - 4.6.0 NVIDIA 430.86

java.lang.RuntimeException: Delayed error in resource gfx/hud/mmap/plo (v5), 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.GobIcon.tex(GobIcon.java:51)
at haven.LocalMiniMap.drawicons(LocalMiniMap.java:214)
at haven.LocalMiniMap.draw(LocalMiniMap.java:471)
at haven.Widget.draw(Widget.java:726)
at haven.Widget.draw(Widget.java:731)
at haven.MinimapWnd.draw(MinimapWnd.java:288)
at haven.Widget.draw(Widget.java:726)
at haven.Widget.draw(Widget.java:731)
at haven.GameUI.draw(GameUI.java:786)
at haven.Widget.draw(Widget.java:726)
at haven.Widget.draw(Widget.java:731)
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: Invalid image data in gfx/hud/mmap/plo
at haven.Resource$Image.<init>(Resource.java:935)
at sun.reflect.GeneratedConstructorAccessor4.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at haven.Resource$LayerConstructor.cons(Resource.java:815)
at haven.Resource.load(Resource.java:1508)
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: Load error in resource gfx/hud/mmap/plo(v5), from cache source backed by FileCache(https://game.havenandhearth.com/hres/)
at haven.Resource$Pool.handle(Resource.java:466)
... 3 more
Suppressed: haven.Resource$LoadException: Load error in resource gfx/hud/mmap/plo(v5), from local res source
... 4 more
Caused by: java.io.FileNotFoundException: Could not find resource locally: gfx/hud/mmap/plo
at haven.Resource$JarSource.get(Resource.java:255)
at haven.Resource$Pool.handle(Resource.java:450)
... 3 more
Caused by: haven.Message$EOF: Required 16 bytes, got only 0
at haven.Message.rensure(Message.java:103)
at haven.Message.bytes(Message.java:186)
at haven.Resource.load(Resource.java:1492)
at haven.Resource.access$600(Resource.java:43)
at haven.Resource$Pool.handle(Resource.java:454)
... 3 more
User avatar
AlexWanderer
 
Posts: 12
Joined: Mon Nov 25, 2013 1:17 pm

PreviousNext

Return to The Wizards' Tower

Who is online

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