PDA

View Full Version : CoD4 Windows Server - will not go online


Firewarrior
12-23-2007, 05:30 AM
Hi there i am having a problem with my server.
when i click on the icon to startup my server it loads up the console with the follow in

CPU vendor is "GenuineIntel"
CPU name is "Intel(R) Core(TM)2 CPU 6600 @ 2.40GHz"
2 logical CPUs reported
2 physical CPUs detected
Measured CPU speed is 2.39 GHz
Total CPU performance is estimated as 9.33 GHz
System memory is 1024 MB (capped at 1 GB)
Video card is ""
Streaming SIMD Extensions (SSE) supported

Winsock Initialized
Opening IP socket: localhost:28960
Hostname: rack
IP: 193.33.186.112
dedicated is read only.
sv_punkbuster is write protected.
end $init 440 ms
--- Common Initialization Complete ---
dedicated is read only.
sv_punkbuster is write protected.
execing mp-server.cfg from disk
dedicated is read only.
Build 545 Thu Oct 04 00:43:04 2007
logfile opened on Sun Dec 23 10:07:10 2007

sv_maxclients will be changed upon restarting.
sv_cheats is read only.
sv_punkbuster is write protected.
Working directory: C:\GameServers\COD4
PunkBuster Server: pb_sv_SsNext = 498189 (0 to 999999)
PunkBuster Server: pb_sv_LogNext = 11 (1 to 999999)
PunkBuster Server: PB Log File C:\GameServers\COD4\pb\svlogs\00000011.log Opened for COD4 (w)
PunkBuster Server: 0 Power Players loaded from C:\GameServers\COD4\pb\pbpower.dat
PunkBuster Server: 0 PB Rcon Filters loaded from C:\GameServers\COD4\pb\pbrcon.dat
PunkBuster Server: 0 Map lines loaded from C:\GameServers\COD4\pb\pbsvmaps.cfg
PunkBuster Server: Attempting to resolve master6.evenbalance.com
PunkBuster Server: Resolved to [69.59.138.4]
PunkBuster Server: PunkBuster Server (v1.626 | A1394 C2.032) Enabled
Huffman Took 2 Milliseconds
Hitch warning: 668 msec frame time
PunkBuster Server: Game Version [CoD4 MP 1.4 build 545 Thu Oct 04 00:43:04 2007 win-x86]
Hitch warning: 24356 msec frame time

then when i type status in console it say
Server is not running.

do anyone have any idea why??

this is the command line i am using
C:\GameServers\COD4\iw3mp.exe +set dedicated 2 +set sv_punkbuster 1 +exec mp-server.cfg +set net_port 28960

maimedwabbit
12-23-2007, 05:31 AM
on a windows box i would just use a remote desktop application. This way if its throwing errors u can see and fix the problem. Or try running it in the background .

Firewarrior
12-23-2007, 05:52 AM
on a windows box i would just use a remote desktop application. This way if its throwing errors u can see and fix the problem. Or try running it in the background .

yeah thats how i do it. i use the windows remote admin to login to the windows 2003 server box then i lauch the server and that is whats happing above

theMechanic
12-23-2007, 11:48 AM
Try this:
C:\GameServers\COD4\iw3mp.exe +set dedicated 2 +set net_ip xxx.xxx.xxx +set net_port 28960 +exec mp-server.cfg +set sv_punkbuster "1" +map_rotate

Also make sure that your server cfg is named mp-server.cfg, or edit the line to what it is named, and make sure it is in the "main" folder.
DO NOT have the command map_rotate in your server cfg.
Change the x's in net_ip to your server ip.

mine looks like this:
+set dedicated 2 +set net_ip 69.90.119.166 +set net_port 28960 +set sv_maxclients 16 +set sv_punkbuster "1" +exec server.cfg +map_rotate

Firewarrior
12-24-2007, 05:15 AM
thank you for your help it is now working :D