Page 1 of 2

could not locate server???

PostPosted: Sun Jul 05, 2015 12:28 am
by teepu
Hello,
I am getting this message in red when I try to log in - could not locate server ... Any ideas???

Re: could not locate server???

PostPosted: Sun Jul 05, 2015 12:43 am
by lachlaan
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.

Re: could not locate server???

PostPosted: Sun Jul 05, 2015 12:57 am
by loftar
You may want to check Java's proxy settings. Make sure it's set to "Direct connection".

Re: could not locate server???

PostPosted: Sun Jul 05, 2015 1:27 am
by teepu
did both... seems to be running fine now. :) Thanks

Crash on digging!

PostPosted: Sun Jul 05, 2015 2:29 am
by teepu
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?

Re: Crash on digging!

PostPosted: Sun Jul 05, 2015 3:14 am
by loftar
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.

Re: could not locate server???

PostPosted: Sun Jul 05, 2015 3:38 am
by teepu
is it that be my adblocking is wonkying it up somehow, though I see no connections between the client and abp... :?

Re: could not locate server???

PostPosted: Sun Jul 05, 2015 3:39 am
by teepu
double checked --- the jave network settings are set to use direct connections...

Re: could not locate server???

PostPosted: Sun Jul 05, 2015 2:36 pm
by teepu
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

Re: could not locate server???

PostPosted: Sun Jul 05, 2015 3:36 pm
by loftar
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.