Problem to start a server
Reekah
Join Date: 2012-11-09 Member: 168593Members
<div class="IPBDescription">Trying to start a server on my own PC</div>Hello guys,
I followed <!--coloro:#FFA500--><span style="color:#FFA500"><!--/coloro-->oldassgamers's video tutorial<!--colorc--></span><!--/colorc-->, but when I start the '<!--coloro:#FFA500--><span style="color:#FFA500"><!--/coloro-->Server.exe<!--colorc--></span><!--/colorc-->' it stops (pic below).
Saw this Error on other videos too. But it still started for them.
Hope it's still possible. I didn't buy a rental server, it's just my own PC.
Thank you for you help.
i7-2600K @3.4GHz
16GB RAM
GTX 580
<img src="http://i.imgur.com/AFb3x.png" border="0" class="linked-image" /> <img src="http://i.imgur.com/aTaDS.png" border="0" class="linked-image" />
<img src="http://i.imgur.com/PfdLv.png" border="0" class="linked-image" />
I followed <!--coloro:#FFA500--><span style="color:#FFA500"><!--/coloro-->oldassgamers's video tutorial<!--colorc--></span><!--/colorc-->, but when I start the '<!--coloro:#FFA500--><span style="color:#FFA500"><!--/coloro-->Server.exe<!--colorc--></span><!--/colorc-->' it stops (pic below).
Saw this Error on other videos too. But it still started for them.
Hope it's still possible. I didn't buy a rental server, it's just my own PC.
Thank you for you help.
i7-2600K @3.4GHz
16GB RAM
GTX 580
<img src="http://i.imgur.com/AFb3x.png" border="0" class="linked-image" /> <img src="http://i.imgur.com/aTaDS.png" border="0" class="linked-image" />
<img src="http://i.imgur.com/PfdLv.png" border="0" class="linked-image" />
Comments
Press tab and bring up the console and issue the sv_changemap <level> command and it should work.
It's not on the server list.
<a href="http://i.imgur.com/eTPBr.jpg" target="_blank">http://i.imgur.com/eTPBr.jpg</a>
And I'm missing those login lines here from <!--coloro:#FFA500--><span style="color:#FFA500"><!--/coloro-->oldassgamers<!--colorc--></span><!--/colorc-->.
<a href="http://i.imgur.com/A2MEp.jpg" target="_blank">http://i.imgur.com/A2MEp.jpg</a>
Example: instead of calling server.exe call start.bat with contents like:
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->Server.exe -name "Test" -map ns2_refinery -limit 16 -webadmin -config_path D:\game_servers\Current_Servers\ns2\cfg<!--c2--></div><!--ec2-->
The server process will run within that so you can still use a keep alive script with this launch method.
That's what I did. Is that right?
<a href="http://i.imgur.com/CZh54.png" target="_blank">http://i.imgur.com/CZh54.png</a>
<!--coloro:#FFA500--><span style="color:#FFA500"><!--/coloro-->Still no "Test" server on the Server List.<!--colorc--></span><!--/colorc-->
What I tried next is to "START SERVER" from NS2 inside and it gave me a "client and server differ" so I disabled all mods and made it in at least.
<a href="http://i.imgur.com/l8fAw.jpg" target="_blank">http://i.imgur.com/l8fAw.jpg</a>
:edit: Ok, something IS actually starting, but not with the right name. It's the name from the ingame "START SERVER".
<a href="http://i.imgur.com/ogXJe.jpg" target="_blank">http://i.imgur.com/ogXJe.jpg</a>
cd D:\NS2Server1
C:\Windows\system32\cmd.exe /C start /high Server.exe -name "Team156.com | Seattle #1 | 4.6Ghz, Customs, NS2Stats" -config_path "D:\Config1" -map ns2_summit -limit 20 -ip 192.168.0.192 -port 27015 -modstorage "D:\Workshop"<!--c2--></div><!--ec2-->
Here's the batch file for one of my servers. You don't necessarily need to specify the ip and port explicitly (e.g. it will default to your standard IP and port 27015), but its nice to do and a necessity if your doing more than one server instance. Also, note that the parameters you pass to Server.exe need to be on the same line.
If the server isn't showing up on the server browser (or is only showing up with (LAN) attached to the name), then its likely that the necessary ports are not open. You'll need to foward the ports 27015-27016 (or the port and port+1 you specify in the batch file) for your router. Easiest way to do this is to follow the instructions <a href="http://portforward.com/english/routers/port_forwarding/" target="_blank">here</a>, where you choose your Router and then Steam (just change the steam ports to the 27015-27016).
The parameters are in one line now, and it works for the name, map, limit, but it's still <!--coloro:#FFA500--><span style="color:#FFA500"><!--/coloro-->(LAN)<!--colorc--></span><!--/colorc-->.
And freaking a lot of Errors.
<img src="http://i.imgur.com/W5edx.png" border="0" class="linked-image" />
I guess I need to work on the ports now.
<img src="http://i.imgur.com/m6iuR.jpg" border="0" class="linked-image" />
It's in german, sorry for that. <!--coloro:#008000--><span style="color:#008000"><!--/coloro-->Fritz!Box 7270<!--colorc--></span><!--/colorc-->.
Still needs something more /different.
Hey <!--coloro:#FFA500--><span style="color:#FFA500"><!--/coloro-->oldassgamers<!--colorc--></span><!--/colorc-->, I'm gonna add you in ~10h. Need to nap :) Thanks for the help.
I hope not <!--coloro:#FFA500--><span style="color:#FFA500"><!--/coloro-->Depot <!--colorc--></span><!--/colorc-->:) Keep faith.
Also, those errors and other text are normal and shouldn't impact your server in any way.
Also, those errors and other text are normal and shouldn't impact your server in any way.<!--QuoteEnd--></div><!--QuoteEEnd-->
Correct, you should see it multiple times if your trying to test from inside the network. Try to connect to it via your external ip to verify that outside connections work. As always you can type connect localhost to preform quick system checks on your server or to test configuration changes quickly from the same machine.
Thanks guys!
<!--coloro:#FFA500--><span style="color:#FFA500"><!--/coloro-->And it's really only working with the .bat.<!--colorc--></span><!--/colorc-->
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->C:\Windows\system32\cmd.exe /C start /high Server.exe -port 27015 -map ns2_docking -limit 12 -name "I love oldassgamers" -config_path "D:\Games\ns2rocks\server_1\config" -modstorage "D:\Games\ns2rocks\server_1\mods"<!--c2--></div><!--ec2-->
<img src="http://i.imgur.com/FsqZr.jpg" border="0" class="linked-image" />
<a href="http://imageshack.us/photo/my-images/687/45091757.png/" target="_blank"><img src="http://img687.imageshack.us/img687/1117/45091757.png" border="0" class="linked-image" /></a>
-port 27700 -map ns2_summit -limit 16 -name " Ns2 Spanish" -config_path "C:\ns2rocks\server_1\config" -modstorage "C:\ns2rocks\server_1\mods"
C:\windows\system32\cmd.exe \C start /ns2rocks\server_1 server.exe -port 27700 -map ns2_docking -limit 16 -name " Ns2 Spanish" -config_path "C:\ns2rocks\server_1\config" -modstorage "C:\ns2rocks\server_1\mods"