View Single Post
  #8  
Old 11-22-2012, 02:18 PM
sYk0 sYk0 is offline
Approved Member
 
Join Date: Nov 2012
Posts: 19
Default

Quote:
Originally Posted by theleif View Post
Sorry for the late reply
No worries mate

Quote:
Originally Posted by theleif View Post
I have both files in the COD directory, in the same folder as launcher.exe.
Sounds perfect.

Quote:
Originally Posted by theleif View Post
There is a installation error where COD tries to install VC redist every time I launch the game. That has happened to me in other games, but it has never prevented me from launching a game. Anyway, I've used the workaround in the other thread to stop it from installing every time I launch it.
The thing that worries me is that the game is insisting you install the c++ 2010 runtimes (this is something that shouldn't be ignored).
After some digging (and a fresh install of Windows 8 x64 in a virtual machine) around I have found out that Windows 8 does in fact require the VC++ 2010 redistributable package to be installed (I assumed that Windows 8 had these by default).

Without the VC++ 2010 runtimes the game silently terminates!

Could you please check your "%windir%\SysWOW64" directory for the existence and version of the following files (these are just a handful of the files I noticed the game requires):
  1. msvcr100.dll : 10.00.40219.1
  2. msvcp100.dll : 10.00.40219.1
  3. msvcr110_clr0400.dll : 11.0.50709.17929
  4. d3d9.dll : 6.2.9200.16384
  5. d3dx9_43.dll : 9.29.952.3111
  6. d3dx10_43.dll : 9.29.952.3111

Legend:
  • Red = Visual C++ 2010 binary.
  • Black = Standard Windows 8 binary.
  • Blue = DirectX binary.

If you are missing (have an older version) some of the red files, please download (and install) the latest VC++ 2010 SP1 (x86) redistributable package from http://www.microsoft.com/en-us/downl...s.aspx?id=8328.

If you are missing some of the blue files, please install the DirectX runtimes from the "...\redist\DirectX\" directory.

Regards,
sYk0.
Reply With Quote