Call of Duty 5: Beta Errors

From COD Modding & Mapping Wiki
Revision as of 00:38, 4 November 2008 by Zeroy (talk | contribs) (→‎PunkBuster Errors)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Return to COD:WW Beta Page

General

Directx Errors

 Make sure to read the README File
  • If you run a Windows Server 2003 and are getting the DX error get the DX9 files HERE
  • If yo encounter a DX error in Either Windows XP or Vista (32Bits) then get the Latest DirectX 9.0c update:


Latest: HERE
or
March 2008: (good success rate with those) HERE

  • Some report that placing this file (d3dx9_37.dll) in the game folder also solve some issues.

Possible errors include:







  • Upgrading to latest Graphics Drivers is also recommended:

ATI

NVIDIA

Sounds Errors

General

  • Update your audio drivers (Google "[make of audio card] [model # of audio card] Drivers").

Crash with Realtek Onboard Sound Cards

Users with Realtek(TM) onboard sound cards and Windows Vista will need to use Microsoft Audio Drivers 6.0, which can be found at MICROSOFT.

Crash with Sigmatel Onboard Sound Cards

There are issues with running the MPD and using Sigmatel onboard sound cards. If you are experiencing this issue, and you are running the MPD from the primary partition, then you will need to install all Windows Vista updates, and the latest Sigmatel drivers from DELL.

Vista 64bits Errors

  • If you run Vista Ultimate 64Bits and have a Realtek Sound card (onboard) you might get this error on startup:

Follow these steps:

  • Go to Control Panel
  • The click on "Hardware and Sound"
  • Click on "Sound"
  • Double click on "speakers"
  • Go to the Advanced tab
  • Set the default format to "24 Bit, 48000 Hz (Studio Quality)"



Thanks to Sprinter/{LFNY} The Cleaner {A}

Gameplay Errors

G_SPAWN Entities Error

  • What's causing it?
    • g_spawn error isnt related directly to the spawn system, its the number of entities in the map that are being spawned but not deleted (1024 is max for cod4) once it reaches the limit the server crashes.

The players spawning is only a small factor in this, any entities appearing in the map counts toward the limit (grenades, dogs, players...)

  • What to do to avoid this?
    • Dont run a server with more than 32 Slots
    • Try an use the following Server Config Dvars to delay Spawns:
// KOTH
set scr_koth_playerrespawndelay "0"
set scr_koth_waverespawndelay "0"
set koth_delayPlayer "0"
set koth_spawnDelay "30"
set koth_spawntime "0"
// CTF
set scr_ctf_playerrespawndelay "0"
set scr_ctf_waverespawndelay "15"
// DM
set scr_dm_playerrespawndelay "0"
set scr_dm_waverespawndelay "0"
// DOM
set scr_dom_playerrespawndelay "0"
set scr_dom_waverespawndelay "0"
// TDM
set scr_tdm_playerrespawndelay "0"
set scr_tdm_waverespawndelay "0"
// SD
set scr_sd_playerrespawndelay "0"
set scr_sd_waverespawndelay "0"
// SAB
set scr_sab_playerrespawndelay "7.5"
set scr_sab_waverespawndelay "0"
  • You can also try and reduce the number of dogs spawning; Default settings are:
// Dog Settings
set scr_dog_count "8"
set scr_dog_hardpoint_interval "180"
set scr_dog_health "100"
set scr_dog_max_at_once "4"
set scr_dog_time "60"

PunkBuster Errors

  • If you get an error from a Beta server and are kicked....

Its because there are updates to PB that the server is running. You must update too.

==> Go to Evenbalance and get setup.exe for Call of Duty World at War

PBSetup is the easiest method of manually updating PunkBuster for most users (players and admins).

  • If when you run pbsetup.exe, you get an MD5 error.....


Go back to Evenbalance and download the two HTML Client files there:


PB Client v2.080 for Win32

Filename: wc002080.htm

PB ClientA v1403 for Win32

Filename: wa001403.htm

The above files are only needed if your PunkBuster doesn't update by itself. Right click the appropriate links above and choose "save as" to your "pb\htm" folder - make sure the file you save is saved with the filename shown above.

Then run pbsetup.exe and the MD5 error is fixed and you will be all set.


--Zeroy. 20:33, 29 October 2008 (UTC)