Steam 설치
로그인
|
언어
简体中文(중국어 간체)
繁體中文(중국어 번체)
日本語(일본어)
ไทย(태국어)
Български(불가리아어)
Čeština(체코어)
Dansk(덴마크어)
Deutsch(독일어)
English(영어)
Español - España(스페인어 - 스페인)
Español - Latinoamérica(스페인어 - 중남미)
Ελληνικά(그리스어)
Français(프랑스어)
Italiano(이탈리아어)
Bahasa Indonesia(인도네시아어)
Magyar(헝가리어)
Nederlands(네덜란드어)
Norsk(노르웨이어)
Polski(폴란드어)
Português(포르투갈어 - 포르투갈)
Português - Brasil(포르투갈어 - 브라질)
Română(루마니아어)
Русский(러시아어)
Suomi(핀란드어)
Svenska(스웨덴어)
Türkçe(튀르키예어)
Tiếng Việt(베트남어)
Українська(우크라이나어)
번역 관련 문제 보고
What error message did you get when you tried to "repair those visual packets"?
VS C++ Runtimes
Squad just gave VS C++ 2013 and 2015 errors. UE4 would not run..etc etc
1:
VS C++ 2013
You can download VS C++ runtime 2013 from the microsoft site google "VS C++ 2013 download"
Download the 32 and 64 bit versions.
If already installed uninstall them and reinstall the updated ones you just downloaded.
VS C++ 2015
VS C++ 2015 is located in your steam/steapapp/common/squad/redist directory
Firstly uninstall VS C++ 2015 from programs and features, then reinstall from the squad directory
Still Not working try this
Then I found developer mode.
1. on the task bar search "Windows Updates" and open.
2. On the left side of the panel click "developer"
3. Click Developer mode radio button, and continue through the warnings that you have control of your system and the software you put on to it.
4. Re-boot system
2:
First uninstall the Visual C++ 2015 program. Head to where Squad is installed and you can uninstall it from the redistro folder. I followed this guide for everything else:
"You can find the Windows8.1-KB2999226-x64.msu at below.
C:\ProgramData\Package Cache\469A82B09E217DDCF849181A586DF1C97C0C5C85\packages\Patch\amd64\Windows8.1-KB2999226-x64.msu
copy this file to a folder you like, and
> wusa.exe Windows8.1-KB2999226-x64.msu /extract:XXXX
> DISM.exe /Online /Add-Package /PackagePath:XXXX\Windows8.1-KB2999226-x64.cab
> vc_redist.x64.exe /repair"
Now what you need to do is hit the windows key, type %programdata%. This will open the program data folder, and then follow the steps above to find the file. Now my file wasn't in that folder, it was in a different one so search your folders until you find it. Then once you find it, copy it, go to your squad install folder, and paste it in the visual c++ folder. Next, hit run and type cmd and right click it and go to file location. Copy your CMD file and paste it where you pasted the other file in the visual c++ folder where squad is installed. Now right click the CMD and run it as administrator. Now copy each line above next to the ">" one at a time and paste it in the command prompt, hit enter and let it run. Do that for every file. Once you paste the final line, the visual c++ window will pop up and you can now install it or repair it (thanks noquo89)
3: Windows 10:
uninstall the redist.x64 and x86 from Steam\steamapps\common\Squad\_CommonRedist\vcredist
And install Microsoft Visual C++ 2013 from here -> https://www.microsoft.com/en-us/download/details.aspx?id=40784
Make sure windows updates are all up to date as well.
4:This error message may occur on 64 bit operating systems when the Microsoft Visual C++ Redistributable Package is not properly configured.
1. Replace these files. mfc100.dll, mfc100u.dll, msvcr100.dll, msvcp100.dll and msvcr100_clr0400.dll
They can be found at http://www.bitdefend...e/file/dlls.zip
Please save these files to any location on your PC;
2. Please reboot your computer in Safe Mode
[How to restart in SAFE MODE]
- Restart the computer;
- Press the "F8" key (several times before Microsoft Windows begins to load; you need to press "F8" until you will be displayed a text menu;
- Select "SAFE MODE";
Note: for Windows 8, you can hold the Shift key while going to Power Off and clicking on Restart option
3. Access C:\Windows\System32;
4. Locate the 5 files you have downloaded and extracted;
5. Next, copy all those files to C:\Windows\System32 replacing the current ones;
6. Reboot in normal mode
Alternatively, uninstall both 2013 and 2015 C++ Redistributables, reboot and try and reinstall them. (Credit to SuicidalChair)
4: Upgrade to Windows 10 worked for some people
https://download.microsoft.com/download/C/5/D/C5D68AA1-F62E-422A-9084-4AD85CEB8D4D/WindowsUCRT.zip
Nice to see someone read my posts about developer mode.. :D