Server start up

Newbie Spellweaver
Joined
Apr 25, 2009
Messages
6
Reaction score
0
Whenever i start up the server it just says
Code:
Starting server on port: 43594
but it never starts, there is no error.

I am attempting to use the RageSource 508.
 
You must be very new to rsps development..
You need a client to play the game, that is just the run.bat file.
It is telling you the server is currently running on 43594 (the default port)
Depending on what server stage you are using you will need a client to mirror that also.

- Charcol.
 
Ok that helped 0% thanks for responding though. I have my own client im using and it worked perfectly with another source but apparently the creator was on crack or something so im looking for another, every source i use does the server is starting crap. And when i attempt to connect it says this
Code:
Unexpected Server Response

then in the client file it says

Code:
response:143
response:241
response:229
response:86
response:54
response:51
response:39
response:151
response:253
response:179
response:50
response:207
response:88
response:236


and the swevrer batch says this

Code:
Starting server on port: 43594
Connection recieved from: 127.0.0.1
Connection recieved from: 127.0.0.1
Connection recieved from: 127.0.0.1
Connection recieved from: 127.0.0.1
Connection recieved from: 127.0.0.1
Connection recieved from: 127.0.0.1
Connection recieved from: 127.0.0.1
Connection recieved from: 127.0.0.1
Connection recieved from: 127.0.0.1
Connection recieved from: 127.0.0.1
Connection recieved from: 127.0.0.1
Connection recieved from: 127.0.0.1
Connection recieved from: 127.0.0.1
Connection recieved from: 127.0.0.1
Connection recieved from: 127.0.0.1
Connection recieved from: 127.0.0.1
Connection recieved from: 127.0.0.1
Connection recieved from: 127.0.0.1
Connection recieved from: 127.0.0.1
 
Back