Well, I got it to work, and I didn't. My computer broke so I had to switch to my older one, which I'm using now, without any trouble it works fine on this one. So I really didn't get it to work.
I did that netstat -a command, and the text you showed never came up, looking over it carefully I noticed that it also never displayed the number 4201...
Amended on Tue 23 Apr 2002 09:49 PM (UTC) by Nick Gammon
Message
I'm not sure what you want me to do about it, as I tried the exact file I suggested on the same operating system and it worked.
There are two things that could be wrong here:
1. The server didn't start up, or stay started up.
2. You are not connecting correctly with your client.
Based on your earlier questions "what is a client" and "what is a command window" I would guess you are not all that familiar with doing this, and thus you may be making some subtle mistake that isn't apparent in the posts here.
For example:
pressing Ctrl+C in the "server" window (or closing it in some way) so that the server stops running).
mis-typing the address for "localhost" or "4201" - there are "L"s, ones, zeros, and "oh"s in there. You have to get them all right.
What I suggest is getting around a friend who is familiar with computers and networking, who can check where the problem is.
For example, you could try opening a command window, and typing "netstat -a", to see if the server is up, and listening for connections. When I did that I saw this ...
C:\WINDOWS\Desktop>netstat -a
Active Connections
Proto Local Address Foreign Address State
TCP games:4201 GAMES:0 LISTENING
TCP games:1025 GAMES:0 LISTENING
TCP games:1025 BACALL:nbsession ESTABLISHED
TCP games:137 GAMES:0 LISTENING
TCP games:138 GAMES:0 LISTENING
TCP games:nbsession GAMES:0 LISTENING
UDP games:nbname *:*
UDP games:nbdatagram *:*
My PC is called "games". Note the entry for port 4201 that is "listening" - ie. waiting for a connection.
No idea. It worked when I did it. "Could not open a connection" suggests the server is not up. When you run the server you should see a message like "redirecting output to log/game.log". Does that just stay there? I don't suppose you ctrl+c that window or anything?
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.