Planned downtime: Server transfer (2023-11-07 18:00 UTC)

Announcements about major changes in Haven & Hearth.

Re: Planned downtime: Server transfer (2023-11-07 18:00 UTC)

Postby keiclay4 » Wed Nov 08, 2023 12:21 am

I also can't connect in game for some reason.
"Yeah my enemies are strong, but the will of the emperor is stronger."
keiclay4
 
Posts: 11
Joined: Sun Nov 22, 2020 11:32 am

Re: Planned downtime: Server transfer (2023-11-07 18:00 UTC)

Postby loftar » Wed Nov 08, 2023 12:28 am

keiclay4 wrote:I also can't connect in game for some reason.

What reason, more specifically?
"Object-oriented design is the roman numerals of computing." -- Rob Pike
User avatar
loftar
 
Posts: 8926
Joined: Fri Apr 03, 2009 7:05 am

Re: Planned downtime: Server transfer (2023-11-07 18:00 UTC)

Postby keiclay4 » Wed Nov 08, 2023 12:35 am

loftar wrote:
keiclay4 wrote:I also can't connect in game for some reason.

What reason, more specifically?


just says this.
https://imgur.com/RJ9u2ku
"Yeah my enemies are strong, but the will of the emperor is stronger."
keiclay4
 
Posts: 11
Joined: Sun Nov 22, 2020 11:32 am

Re: Planned downtime: Server transfer (2023-11-07 18:00 UTC)

Postby loftar » Wed Nov 08, 2023 12:47 am

keiclay4 wrote:Connection refused

Your client is probably trying to connect to the old server for some reason, but I'm not sure I could tell you why. Are you using a custom client that has hardcoded the IP address, perhaps? Does the default client do the same thing?
"Object-oriented design is the roman numerals of computing." -- Rob Pike
User avatar
loftar
 
Posts: 8926
Joined: Fri Apr 03, 2009 7:05 am

Re: Planned downtime: Server transfer (2023-11-07 18:00 UTC)

Postby keiclay4 » Wed Nov 08, 2023 1:00 am

loftar wrote:
keiclay4 wrote:Connection refused

Your client is probably trying to connect to the old server for some reason, but I'm not sure I could tell you why. Are you using a custom client that has hardcoded the IP address, perhaps? Does the default client do the same thing?


Ah yeah i remember putting the old IP on host on my end before sorry about that.
"Yeah my enemies are strong, but the will of the emperor is stronger."
keiclay4
 
Posts: 11
Joined: Sun Nov 22, 2020 11:32 am

Re: Planned downtime: Server transfer (2023-11-07 18:00 UTC)

Postby Hesufo » Wed Nov 08, 2023 1:29 am

loftar wrote:
Hesufo wrote:And the game doesn't let me connect using my current ISP.

How so? It's not like I'm blocking any subnets or anything.


It's probably on my end. If it helps, Haven can be used with ExitLag so I can use that to connect I guess.

It's a lot smoother by the way, good job on the server transfer.
User avatar
Hesufo
 
Posts: 35
Joined: Thu Aug 04, 2011 3:19 am

Re: Planned downtime: Server transfer (2023-11-07 18:00 UTC)

Postby AlexWanderer » Wed Nov 08, 2023 1:55 am

I'm getting this error even in vanilla client after the server transfer.

java.lang.RuntimeException: could not load extension: https://game.havenandhearth.com/java/launcher-ext.jar
at haven.launcher.Config.command(Config.java:337)
at haven.launcher.Config.read(Config.java:373)
at haven.launcher.Driver.main(Driver.java:153)
Caused by: java.net.ConnectException: Connection refused: no further information
at java.base/sun.nio.ch.Net.pollConnect(Native Method)
at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:660)
at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:549)
at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:597)
at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:333)
at java.base/java.net.Socket.connect(Socket.java:648)
at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:290)
at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:177)
at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:474)
at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:569)
at java.base/sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:265)
at java.base/sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:372)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:189)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1194)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1082)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:175)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:142)
at haven.launcher.Cache.update0(Cache.java:275)
at haven.launcher.Cache.update(Cache.java:360)
at haven.launcher.Resource.update(Resource.java:75)
at haven.launcher.Extension.load(Extension.java:47)
at haven.launcher.Config.command(Config.java:334)
... 2 more
Suppressed: java.net.ConnectException: Connection refused: no further information
... 24 more
Suppressed: java.net.ConnectException: Connection refused: no further information
... 24 more
User avatar
AlexWanderer
 
Posts: 11
Joined: Mon Nov 25, 2013 1:17 pm

Re: Planned downtime: Server transfer (2023-11-07 18:00 UTC)

Postby derkami » Wed Nov 08, 2023 9:52 am

AlexWanderer wrote:I'm getting this error even in vanilla client after the server transfer.

java.lang.RuntimeException: could not load extension: https://game.havenandhearth.com/java/launcher-ext.jar
at haven.launcher.Config.command(Config.java:337)
at haven.launcher.Config.read(Config.java:373)
at haven.launcher.Driver.main(Driver.java:153)
Caused by: java.net.ConnectException: Connection refused: no further information
at java.base/sun.nio.ch.Net.pollConnect(Native Method)
at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:660)
at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:549)
at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:597)
at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:333)
at java.base/java.net.Socket.connect(Socket.java:648)
at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:290)
at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:177)
at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:474)
at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:569)
at java.base/sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:265)
at java.base/sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:372)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:189)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1194)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1082)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:175)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:142)
at haven.launcher.Cache.update0(Cache.java:275)
at haven.launcher.Cache.update(Cache.java:360)
at haven.launcher.Resource.update(Resource.java:75)
at haven.launcher.Extension.load(Extension.java:47)
at haven.launcher.Config.command(Config.java:334)
... 2 more
Suppressed: java.net.ConnectException: Connection refused: no further information
... 24 more
Suppressed: java.net.ConnectException: Connection refused: no further information
... 24 more

Very likely you DNS is broked.
It will resolve with time if you don't want to tinker around using another DNS Server alltogether.
Like from cloudflare or google or any other open dns service.
derkami
 
Posts: 75
Joined: Thu Jun 02, 2016 11:28 pm

Re: Planned downtime: Server transfer (2023-11-07 18:00 UTC)

Postby strpk0 » Wed Nov 08, 2023 5:07 pm

server has been buttery smooth, thanks for performing the upgrade :)
Granger wrote:Fuck off, please go grow yourself some decency.

Image
User avatar
strpk0
 
Posts: 1131
Joined: Sat Sep 03, 2011 11:44 pm

Re: Planned downtime: Server transfer (2023-11-07 18:00 UTC)

Postby OIchi » Wed Nov 08, 2023 10:16 pm

The only thing I'm wondering about is, if all that was needed to fix laggs was to change server, than why so late?
It's a different game now, not a single lagg since transfer.
OIchi
 
Posts: 53
Joined: Wed Sep 23, 2015 11:06 pm

PreviousNext

Return to Announcements

Who is online

Users browsing this forum: Naylok, Python-Requests [Bot] and 136 guests