Sign in to follow this  
Guest ricky26

Problems with SOCKS proxy.

Recommended Posts

I'm using a SOCKS proxy. I can log in, but then it errors out after "Loading Terrain" with:

java.net.UnknownHostException: jenn001.game.wurmonline.com
at java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method)
at java.net.InetAddress$1.lookupAllHostAddr(Unknown Source)
at java.net.InetAddress.getAddressFromNameService(Unknown Source)
at java.net.InetAddress.getAllByName0(Unknown Source)
at java.net.InetAddress.getAllByName(Unknown Source)
at java.net.InetAddress.getAllByName(Unknown Source)
at java.net.InetAddress.getByName(Unknown Source)
at class.r.<init>(SourceFile:122)
at com.wurmonline.client.l.f(SourceFile:267)
at com.wurmonline.client.j.run(SourceFile:212)
at java.lang.Thread.run(Unknown Source)

I know for a fact that this name is resolved by the SOCKS proxy, I also know that there are no DNS settings set up on the computer.

I am gonna try putting this in the hosts file.

-- Ricky26

Share this post


Link to post
Share on other sites

Check the proxy settings in the java control panel (In the windows control panel)

Share this post


Link to post
Share on other sites

They are set correctly as I can download the client and login.

There are no DNS servers set on the client machine. (Though I shouldn't need any as the proxy is capable of dealing with it.)

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this