View previous topic :: View next topic |
Author |
Message |
Inflikted
|
Posted: Wed Jun 11, 2008 11:54 pm Post subject: COD4 launch issues |
|
|
Got two issues happening, #1 the gamecreate console is going nuts saying..
LOG: Wed Jun 11 08:49:09 2008: Could not open pid-file C:\Program Files\Common Files\System\GameCreate\GameCreate-2675\callofduty4\port28960.pid
second error i get is from console..
Error during initialization:
Couldn't load fileSysCheck.cfg. Make sure Call of Duty is run from the correct folder.
i tried to google this error. many people seem to get it, however no one seems to no how to fix it really? or maybe I can't find whats wrong. Oddly enough I dont even no abot a filesyscheck.cfg I look on my own gamefiles and couldnt find it. so not sure whats it talking about. |
|
Back to top |
|
 |
adbot
|
Posted: Thu Mar 31, 2011 3:57 am |
|
|
|
|
|
gp
|
Posted: Fri Jun 13, 2008 8:15 pm Post subject: |
|
|
the pid thing is normal, just ignore it |
|
Back to top |
|
 |
Inflikted
|
Posted: Mon Jun 16, 2008 2:27 pm Post subject: |
|
|
nevermind i figured it out
your guys execution line is wrong.. when setting +set net_port which causes the error.. plus causes the server not to function online. i fixed it. |
|
Back to top |
|
 |
gp
|
Posted: Mon Jun 16, 2008 6:08 pm Post subject: |
|
|
What's the line you're using now? |
|
Back to top |
|
 |
Kybber
|
Posted: Mon Jun 16, 2008 8:46 pm Post subject: |
|
|
We use the default startup line, and it works perfectly:
Code: | %server:port% +set dedicated 2 +set net_port %server:port% +exec port%server:port%.cfg +map %startmap% <gc:if>%mod%!=main<gc:then>+set fs_game "%mod%"</gc:if> +set fs_homepath "configs/%server:port%" |
|
|
Back to top |
|
 |
|