Merge pull request #48 from DioEgizio/main

This commit is contained in:
Sefa Eyeoglu 2022-12-14 10:28:34 +01:00 committed by GitHub
commit 3b7e3d97cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
tags/vcredist.md Normal file
View file

@ -0,0 +1,16 @@
---
aliases: ['msvc']
embed:
title: vcredist is required for Prism to run Windows
color: pink
---
Like most apps on Windows, you have to install vcredist for Prism to run.
You need:
- [vcredist 2022 x64](https://aka.ms/vs/17/release/vc_redist.x64.exe) if you're using PrismLauncher-Windows-MSVC (the reccomended version for Windows 10 64 bit/Windows 11)
- [vcredist 2022 x86](https://aka.ms/vs/17/release/vc_redist.x86.exe) if you're using PrismLauncher-Windows-MSVC-Legacy (the reccomended version for Windows 7/8.1 and Windows 10 32 bit)
- [vcredist 2022 arm64](https://aka.ms/vs/17/release/vc_redist.arm64.exe) if you're using PrismLauncher-Windows-MSVC-arm64 (the reccomended version for Windows 10/11 on ARM)
See the [wiki page](https://prismlauncher.org/wiki/overview/frequent-issues/#%22msvcp140_2.dll-was-not-found%22) in the website for more information