Problem connecting to server. Errror 3003.(SOLVED)

Added by klarkit almost 7 years ago

I have been through the Wiki and changed all addresses to 127.0.0.1 as said for Windows 7.
I also changed the config file in the client.
I followed everything step by step and I still get this same error.
The server errors looking for port 51008 which I have open.
Not sure if I need to restart from scratch or not.
Any help is greatly appreciated.


Replies (7)

RE: Problem connecting to server. Errror 3003. - Added by klarkit almost 7 years ago

It is getting better but it is stuck at connecting.
Should I change all the 127.0.0.1 back to localhost?
I am running Windows 7 64bit if that makes a difference.
I may be switching back to Windows XP if that will make things a little easier.
Thanks for the help.

RE: Problem connecting to server. Errror 3003. - Added by molator almost 7 years ago

As i said in the previous post, nothing to change.
localhost is commented by default on 7 because of IPV6,
and the domain name resolution is not working properly for localhost.
So keep 127.0.0.1.

Please share us client.log, client.cfg (client side) and frontend_service.cfg, frontent_services.log (server side).

RE: Problem connecting to server. Errror 3003. - Added by Botanic almost 7 years ago

I was able to simply download the binary server/client on my windows 7 machine and it just worked, did you try it without any changes?

RE: Problem connecting to server. Errror 3003. - Added by klarkit almost 7 years ago

I tried on my windows xp machine and get the same results.
Not sure what I am missing but I am sure I will feel stupid when I find out.

client.cfg (330 Bytes)

client.log (1.8 MB)

frontend_service.cfg (1.3 kB)

frontend_service.log (1.9 MB)

RE: Problem connecting to server. Errror 3003. - Added by molator almost 7 years ago

Bingo :).

In frontend_service.cfg, replace:

FSListenHost = "http://127.0.0.1/";

with

FSListenHost = "127.0.0.1;

We're not talking about a website, but various socket connections.
HTTP protocol is only used by the logon frontend.

RE: Problem connecting to server. Errror 3003.(Solved) - Added by klarkit almost 7 years ago

That did it.
Thanks I knew it was something right in front of me.
I appreciate all the help.

(1-7/7)