Call of Duty 8: Common Server issues: Difference between revisions

From COD Modding & Mapping Wiki
Jump to navigation Jump to search
mNo edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{banner_google}}<br>
{{note|This article covers the main current Server issues encountered}}
{{note|This article covers the main current Server issues encountered}}
__TOC__


= Server not listed in Server Browser =
= Server not listed in Server Browser =
Line 7: Line 10:
<pre>No Steam Master Servers found. Server will LAN visible only.</pre>
<pre>No Steam Master Servers found. Server will LAN visible only.</pre>


* To fix this, get the latest version of steam.dll from the Steam root folder of a Client Steam installation. If your server does not have a Steam install, get it from a client.
* To fix this, get the latest version of '''steam.dll''' from the Steam root folder of a Client Steam installation. If your server does not have a Steam install, get it from a client.
* Copy this file steam.dll into the Modern Warfare 3 Server root folder and start server again, you should now see this:
* '''Copy this file steam.dll into the Modern Warfare 3 Server root folder''' and start server again, you should now see this:


<pre>Steam Master Servers found (2). Server will be Internet Server listed.</pre>
<pre>Steam Master Servers found (2). Server will be Internet Server listed.</pre>
Line 22: Line 25:
<pre>Invalid server configuration - insufficient cpu performance 5.8237 ghz for 18 clients. Minimum 6.0000 ghz required. </pre>
<pre>Invalid server configuration - insufficient cpu performance 5.8237 ghz for 18 clients. Minimum 6.0000 ghz required. </pre>


* In both cases the solution is simply to restart the server again. It will eventually startup, no official words on cause yet.
* In both cases '''the solution is simply to restart the server again'''. It will eventually startup, no official words on cause yet.
<br><br><font color="red">'''*** NOTE THAT SINCE PATCH 1.4.364 (Server) [11-22-2011] THE CPU CHECK IS ENFORCED. FOR 6 SLOTS AND MORE AT LEAST 9Ghz Combine CPU frequency MUST BE MET ***'''</font><br><br>
 
= Some Dvar on CFG arent working =
 
* Until patch on 11/11/11, the stock server.cfg was using "set" instead of "seta" to set the Dvars, this is now fixed by updating your Dedicated Server Files (see [[Call of Duty 8: Unranked Server Files|HERE]])
* Find a copy of latest stock server.cfg [[Call of Duty 8: Default Server Config|HERE]]
 
 





Latest revision as of 18:48, 22 November 2011


<addhtml><script type="text/javascript"> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script></addhtml>



This article covers the main current Server issues encountered

Server not listed in Server Browser

  • Typically you will get the following in your Console on Server start and the server will not be visible to players (unless in their Favorites):
No Steam Master Servers found. Server will LAN visible only.
  • To fix this, get the latest version of steam.dll from the Steam root folder of a Client Steam installation. If your server does not have a Steam install, get it from a client.
  • Copy this file steam.dll into the Modern Warfare 3 Server root folder and start server again, you should now see this:
Steam Master Servers found (2). Server will be Internet Server listed.

Bandwidth / CPU Limitation Error

  • Some users have reported that the following messages sometime come up and stop the server from starting:
Invalid server configuration - insufficient upstream bandwidth 0 kbps for 18 clients. Minimum 566 kbps required.

or

Invalid server configuration - insufficient cpu performance 5.8237 ghz for 18 clients. Minimum 6.0000 ghz required. 
  • In both cases the solution is simply to restart the server again. It will eventually startup, no official words on cause yet.



*** NOTE THAT SINCE PATCH 1.4.364 (Server) [11-22-2011] THE CPU CHECK IS ENFORCED. FOR 6 SLOTS AND MORE AT LEAST 9Ghz Combine CPU frequency MUST BE MET ***

Some Dvar on CFG arent working

  • Until patch on 11/11/11, the stock server.cfg was using "set" instead of "seta" to set the Dvars, this is now fixed by updating your Dedicated Server Files (see HERE)
  • Find a copy of latest stock server.cfg HERE



--Zeroy 12:44, 11 November 2011 (UTC)