• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

I can not install C++

Aban

New Member
Joined
Mar 1, 2013
Messages
10
Reaction score
1
Hi
I have problem with OT, I would to play in custom client but I have error 0xc00007b. Everyone says you need to update your DLLs, but I can't install C++2015... When i try i have error 0xc8000222. I have already installed other version like 2008/10/12/13 but C++2015 don't work. Please help.3464234643
 
Hi
I have problem with OT, I would to play in custom client but I have error 0xc00007b. Everyone says you need to update your DLLs, but I can't install C++2015... When i try i have error 0xc8000222. I have already installed other version like 2008/10/12/13 but C++2015 don't work. Please help.View attachment 34642View attachment 34643


Click Start, type cmd in the search bar, right-click cmd.exe

Select run as administrator.

Stop the Windows Update service by typing the following command:
net stop wuauserv

Rename the "softwaredistribution" file by typing the following command:
ren %windir%\SoftwareDistribution SoftwareDistribution.Old

Restart Windows Update service by typing:
net start wuauserv

Try to install it again now
 
Back
Top