could not locate server???

Ask and answer any and all questions pertaining to Salem's game-play.

could not locate server???

Postby teepu » Sun Jul 05, 2015 12:28 am

Hello,
I am getting this message in red when I try to log in - could not locate server ... Any ideas???
teepu
 
Posts: 13
Joined: Fri Sep 20, 2013 9:58 am

Re: could not locate server???

Postby lachlaan » Sun Jul 05, 2015 12:43 am

flush your dns cache perhaps? open a command prompt window if on windows, type in "ipconfig /flushdns" , quotation marks not necessary, or otherwise restart your router so it can fish for new dns settings that hopefully work.
Exactly 6.022 x 10^23 worth of Lach molecules.
lachlaan
Customer
 
Posts: 2043
Joined: Tue Mar 12, 2013 3:11 pm

Re: could not locate server???

Postby loftar » Sun Jul 05, 2015 12:57 am

You may want to check Java's proxy settings. Make sure it's set to "Direct connection".
User avatar
loftar
 
Posts: 1021
Joined: Sun Jul 08, 2012 7:32 am
Location: In your character database, shuffling bits

Re: could not locate server???

Postby teepu » Sun Jul 05, 2015 1:27 am

did both... seems to be running fine now. :) Thanks
teepu
 
Posts: 13
Joined: Fri Sep 20, 2013 9:58 am

Crash on digging!

Postby teepu » Sun Jul 05, 2015 2:29 am

It has happened for the second time now... When I dig, the client crashes ???

Code: Select all
java.lang.RuntimeException: Delayed error in resource sfx/actions/digging (v3), from forking source backed by HTTP res source (http://game.salemthegame.com/res/)
   at haven.Resource.checkerr(Resource.java:1512)
   at haven.Resource.layer(Resource.java:1396)
   at haven.Resource.layer(Resource.java:1405)
   at haven.Resource.getcode(Resource.java:1049)
   at haven.Sprite.create(Sprite.java:118)
   at haven.Gob.ctick(Gob.java:118)
   at haven.OCache.ctick(OCache.java:74)
   at haven.Glob.ctick(Glob.java:213)
   at haven.HavenPanel.run(HavenPanel.java:445)
   at java.lang.Thread.run(Unknown Source)
Caused by: haven.Resource$LoadException: Load error in resource sfx/actions/digging(v3), from forking source backed by HTTP res source (http://game.salemthegame.com/res/)
   at haven.Resource$Loader.handle(Resource.java:446)
   at haven.Resource$Loader.run(Resource.java:420)
   ... 1 more
Caused by: java.net.SocketException: Software caused connection abort: connect
   at java.net.DualStackPlainSocketImpl.connect0(Native Method)
   at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
   at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
   at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
   at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
   at java.net.PlainSocketImpl.connect(Unknown Source)
   at java.net.SocksSocketImpl.connect(Unknown Source)
   at java.net.Socket.connect(Unknown Source)
   at java.net.Socket.connect(Unknown Source)
   at sun.net.NetworkClient.doConnect(Unknown Source)
   at sun.net.www.http.HttpClient.openServer(Unknown Source)
   at sun.net.www.http.HttpClient.openServer(Unknown Source)
   at sun.net.www.http.HttpClient.<init>(Unknown Source)
   at sun.net.www.http.HttpClient.New(Unknown Source)
   at sun.net.www.http.HttpClient.New(Unknown Source)
   at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
   at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
   at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
   at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
   at haven.Resource$HttpSource.get(Resource.java:370)
   at haven.Resource$TeeSource.get(Resource.java:266)
   at haven.Resource$Loader.handle(Resource.java:439)
   ... 2 more



That is what I get... Any help please?
Last edited by loftar on Sun Jul 05, 2015 3:13 am, edited 1 time in total.
Reason: Added code tags
teepu
 
Posts: 13
Joined: Fri Sep 20, 2013 9:58 am

Re: Crash on digging!

Postby loftar » Sun Jul 05, 2015 3:14 am

teepu wrote:at java.net.SocksSocketImpl.connect(Unknown Source)

This still sounds very much like proxy settings. "SocksSocketImpl" means it's trying to use a SOCKS proxy.
User avatar
loftar
 
Posts: 1021
Joined: Sun Jul 08, 2012 7:32 am
Location: In your character database, shuffling bits

Re: could not locate server???

Postby teepu » Sun Jul 05, 2015 3:38 am

is it that be my adblocking is wonkying it up somehow, though I see no connections between the client and abp... :?
teepu
 
Posts: 13
Joined: Fri Sep 20, 2013 9:58 am

Re: could not locate server???

Postby teepu » Sun Jul 05, 2015 3:39 am

double checked --- the jave network settings are set to use direct connections...
teepu
 
Posts: 13
Joined: Fri Sep 20, 2013 9:58 am

Re: could not locate server???

Postby teepu » Sun Jul 05, 2015 2:36 pm

crashing again ... :/

Code: Select all
java.lang.RuntimeException: Delayed error in resource gfx/terobjs/tree/maple/baby (v4), from forking source backed by HTTP res source (http://game.salemthegame.com/res/)
   at haven.Resource.checkerr(Resource.java:1512)
   at haven.Resource.layer(Resource.java:1396)
   at haven.Resource.layer(Resource.java:1405)
   at haven.Resource.getcode(Resource.java:1049)
   at haven.Sprite.create(Sprite.java:118)
   at Equed.<init>(Equed.java:15)
   at sun.reflect.GeneratedConstructorAccessor38.newInstance(Unknown Source)
   at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
   at java.lang.reflect.Constructor.newInstance(Unknown Source)
   at haven.Utils.construct(Utils.java:1062)
   at haven.Sprite$2.create(Sprite.java:79)
   at haven.Sprite.create(Sprite.java:120)
   at haven.Gob.ctick(Gob.java:118)
   at haven.OCache.ctick(OCache.java:74)
   at haven.Glob.ctick(Glob.java:213)
   at haven.HavenPanel.run(HavenPanel.java:445)
   at java.lang.Thread.run(Unknown Source)
Caused by: haven.Resource$LoadException: Load error in resource gfx/terobjs/tree/maple/baby(v4), from forking source backed by HTTP res source (http://game.salemthegame.com/res/)
   at haven.Resource$Loader.handle(Resource.java:446)
   at haven.Resource$Loader.run(Resource.java:420)
   ... 1 more
Caused by: java.net.UnknownHostException: game.salemthegame.com
   at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
   at java.net.PlainSocketImpl.connect(Unknown Source)
   at java.net.SocksSocketImpl.connect(Unknown Source)
   at java.net.Socket.connect(Unknown Source)
   at java.net.Socket.connect(Unknown Source)
   at sun.net.NetworkClient.doConnect(Unknown Source)
   at sun.net.www.http.HttpClient.openServer(Unknown Source)
   at sun.net.www.http.HttpClient.openServer(Unknown Source)
   at sun.net.www.http.HttpClient.<init>(Unknown Source)
   at sun.net.www.http.HttpClient.New(Unknown Source)
   at sun.net.www.http.HttpClient.New(Unknown Source)
   at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
   at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
   at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
   at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
   at haven.Resource$HttpSource.get(Resource.java:370)
   at haven.Resource$TeeSource.get(Resource.java:266)
   at haven.Resource$Loader.handle(Resource.java:439)
   ... 2 more
Last edited by loftar on Sun Jul 05, 2015 3:35 pm, edited 1 time in total.
Reason: Added code tags
teepu
 
Posts: 13
Joined: Fri Sep 20, 2013 9:58 am

Re: could not locate server???

Postby loftar » Sun Jul 05, 2015 3:36 pm

teepu wrote:at java.net.SocksSocketImpl.connect(Unknown Source)

Same thing again. I can't think of any obvious reason why Java would try to use a proxy when you have it set to "Direct connection", but that is nevertheless clearly what it is.
User avatar
loftar
 
Posts: 1021
Joined: Sun Jul 08, 2012 7:32 am
Location: In your character database, shuffling bits

Next

Return to Help!

Who is online

Users browsing this forum: No registered users and 287 guests