Table of Contents

Client Troubleshooting

Please scan the table of contents (to the right) for your issue. Click on an issue in the table of contents to jump to it.

Installer

"NSIS error", "Non 7z archive", Or "7-Zip: CRC Error"

The most likely cause is that the installer program was corrupted. Download a new copy.

Still Having Issues with the Installer?

You can easily install GoldenEye: Source manually. For information on how to do that, see Manual Install.

Game

No Text In Menus

This issue is typically observed when running the game at very high resolutions, e.g. 4K. The highest tested resolution is 2560×1600; higher resolutions may give unexpected results. To change the display resolution when the game menus do not display properly, follow these steps:

  1. Go to your Steam library
  2. Right-click GoldenEye: Source (vX.X)
  3. Click Properties
  4. Under LAUNCH OPTIONS, enter the following, replacing 2560 and 1440 with your screen's width and height as required. Do not exceed 2560×1600.
    -w 2560 -h 1440
  5. Close the properties window
  6. Launch the game to see if the issue is resolved.
  7. You may at this point remove the resolution setting from your launch options, or it will ignore your in-game setting and reset the resolution at every launch.

Game Immediately Crashes to Desktop

Install the 32-bit (x86) version of the Visual Studio C++ 2012 redistributable.

Volume Is Reduced When Joining a Server

This is a Windows feature which reduces the volume of other applications when communication activity is detected. This is triggered because of a standard Source engine behavior which activates your microphone so it is ready when you press your push-to-talk key.

To stop your background audio volume from being reduced, see the following procedure:

  1. Press Windows + R
  2. In the Run box, type control mmsys.cpl sounds
  3. Click OK
  4. Click the Communications tab
  5. Click Do nothing
  6. Click OK.

Your background audio should no longer be reduced when joining a server.

"Failed to load library client"

This indicates that the .dll files for GoldenEye: Source are corrupt or missing.

"Failed to start game (missing executable)"

Validate your local files for Source SDK Base 2007.

  1. Open the Library tab of Steam
  2. In the search box, type “Source SDK Base 2007”
  3. Right-click Source SDK Base 2007
  4. Click Local Files
  5. Click Verify integrity of tool files…

Stuttering/Inconsistent Frame Rate On Certan CPUs

When using some newer CPUs, you might experience stuttering. To resolve this issue, bind the game to using one CPU core:

  1. Go to your Steam library
  2. Right-click GoldenEye: Source (vX.X)
  3. Click Properties
  4. Under LAUNCH OPTIONS, enter the following command:
    C:\Windows\System32\cmd.exe /S /C start /AFFINITY 4 "." %command%
  5. Close the properties window
  6. Launch the game to see if the issue is resolved.

Notes:

When All Else Fails