Ender Client

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

Re: Ender Client

Postby CorwinOfAmber » Fri Apr 15, 2022 3:25 pm

dead client for dead game
Loftar wrote:
Right, I realized that the other day but apparently forgot it as quickly again. Thanks!

Uephorias wrote:
And the game isn't dead, just on life support indefinitely
User avatar
CorwinOfAmber
 
Posts: 175
Joined: Sun Jul 14, 2013 8:36 am

Re: Ender Client

Postby mvgulik » Fri Apr 15, 2022 8:11 pm

Ender client (beta) still works fine at this end.
And there where no recent changes to Enders code (client of updater).

If its not working for some, to bad.

It will definitely remain that way unless some potential useful details are provided.

Best general advice I can muster at this point: Do a complete fresh install.
(move/rename the original folders ... if you believe a backup might be handy)
mvgulik
 
Posts: 3742
Joined: Fri May 21, 2010 2:29 am

Re: Ender Client

Postby DreadKatak » Fri Apr 15, 2022 10:25 pm

I'm running the stable branch with no issues, as well.

Still the best client, even if Ender isn't working on it right now.
User avatar
DreadKatak
 
Posts: 69
Joined: Mon Nov 26, 2018 3:10 am

Re: Ender Client

Postby Grafbredbery » Fri Apr 15, 2022 10:38 pm

Found the solution with "Could not validate https://enderwiggin.github.io/hafen/hafen.hl" issue

Option #1

For some reasons launher doesn't validate SSL sign of config file correctly. So we to download launcher and config files and run them manually


Option #2

In some cases, launcher still have issue with downloading and validation resources. So, we need to make some changes in config file

User avatar
Grafbredbery
 
Posts: 66
Joined: Fri Aug 28, 2015 4:10 pm
Location: Russia

Re: Ender Client

Postby oleanna » Sat Apr 16, 2022 6:46 am

Grafbredbery wrote:Found the solution with "Could not validate https://enderwiggin.github.io/hafen/hafen.hl" issue

Option #1

For some reasons launher doesn't validate SSL sign of config file correctly. So we to download launcher and config files and run them manually


Option #2

In some cases, launcher still have issue with downloading and validation resources. So, we need to make some changes in config file



Work for me :) thanks dude
oleanna
 
Posts: 8
Joined: Mon Nov 09, 2015 3:39 pm

Re: Ender Client

Postby yokoto1 » Sat Apr 16, 2022 10:39 am

haven.launcher.ValidationException: Could not validate https://game.havenandhearth.com/java/jo ... nt/jogl.hl
at haven.launcher.Resource.validate(Resource.java:55)
at haven.launcher.Resource.update(Resource.java:78)
at haven.launcher.Driver.run(Driver.java:108)
at haven.launcher.Driver.main(Driver.java:198)
Suppressed: haven.launcher.ValidationException: file not downloaded over tls connection signed with key:rsa:99E6C96B2904AE34AAD7E5F1B775ED34D1ED750DF1A7799B1D9EC00730C4BA56
at haven.launcher.Validator$TlsKeyValidator.validate(Validator.java:43)
at haven.launcher.Resource.validate(Resource.java:49)
... 3 more
not work ((

if rem include https://game.havenandhearth.com/java/jo ... nt/jogl.hl tis string

java.lang.NullPointerException
at haven.launcher.Cache.mangle(Cache.java:112)
at haven.launcher.Cache.mangle(Cache.java:128)
at haven.launcher.Cache.update0(Cache.java:227)
at haven.launcher.Cache.update(Cache.java:341)
at haven.launcher.Resource.update(Resource.java:69)
at haven.launcher.Driver.execute(Driver.java:48)
at haven.launcher.Driver.run(Driver.java:113)
at haven.launcher.Driver.main(Driver.java:198)

this error when cheking hafen.jar
yokoto1
 
Posts: 14
Joined: Wed May 14, 2014 4:03 pm

Re: Ender Client

Postby yokoto1 » Sat Apr 16, 2022 10:46 am

Any send link in working client. pls
yokoto1
 
Posts: 14
Joined: Wed May 14, 2014 4:03 pm

Re: Ender Client

Postby Grafbredbery » Sat Apr 16, 2022 11:25 am

yokoto1 wrote:haven.launcher.ValidationException: Could not validate https://game.havenandhearth.com/java/jo ... nt/jogl.hl
...
Suppressed: haven.launcher.ValidationException: file not downloaded over tls connection signed with key:rsa:99E6C96B2904AE34AAD7E5F1B775ED34D1ED750DF1A7799B1D9EC00730C4BA56
...
not work ((

if rem include https://game.havenandhearth.com/java/jo ... nt/jogl.hl tis string

java.lang.NullPointerException...

this error when cheking hafen.jar


Possibly, you changed config file incorrectly. Bellow you can find whole content of the correnct hafen.hl file, open it and replace with this data.

Code: Select all
require 1.0

command-file start-hafen.bat

validate tls-cert:key:rsa:BE50EC434C6FD13BDCD2C445EA0BC2E574DA0DB99D02C992840AD234495FB3D3

class-path https://enderwiggin.github.io/hafen/hafen.jar
class-path https://enderwiggin.github.io/hafen/client-res.jar

main-class haven.MainFrame

validate tls-cert:key:rsa:99118FA7C13D9686021FFDB74F8FFE77CA5EB7D356A8D31BB907A31AFAE04D46

class-path https://game.havenandhearth.com/java/hafen-res.jar
class-path https://game.havenandhearth.com/java/builtin-res.jar

include https://game.havenandhearth.com/java/jogl/current/jogl.hl

heap-size 2048

property haven.defserv game.havenandhearth.com
property haven.resurl https://game.havenandhearth.com/res/
property haven.screenurl http://game.havenandhearth.com/mt/ss
property haven.cachebase http://game.havenandhearth.com/render/
property haven.fullscreen off

property sun.java2d.uiScale.enabled false


Then, as mentiond earlier, run client with command
Code: Select all
java -jar launcher-hafen.jar hafen.hl
User avatar
Grafbredbery
 
Posts: 66
Joined: Fri Aug 28, 2015 4:10 pm
Location: Russia

Re: Ender Client

Postby yokoto1 » Sat Apr 16, 2022 11:33 am

ty it's work. ))))
yokoto1
 
Posts: 14
Joined: Wed May 14, 2014 4:03 pm

Re: Ender Client

Postby mvgulik » Sat Apr 16, 2022 4:44 pm

When enabling "Item drop protection" ... it also disables opening containers with [Ctrl+RMC] while holding an item.

Anyone knows if there is a workaround for this ? (and if there is, how ?)
(that don't involves editing & recompiling the source code that is)
mvgulik
 
Posts: 3742
Joined: Fri May 21, 2010 2:29 am

PreviousNext

Return to The Wizards' Tower

Who is online

Users browsing this forum: Yandex [Bot] and 10 guests