Translations:Help:StudioX/6/en: Difference between revisions
Importing a new version from external source |
Importing a new version from external source |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=When trying to install StudioX I get an error message that " | ==When trying to install StudioX I get an error message that "vc_redist...exe" is missing. What's that?== | ||
On Windows systems StudioX | On Windows systems StudioX needs the Microsoft Visual C++ runtime environment (Version 2019) in order to be executed. When your system is not up to date, it may happen that this environment is not installed on your computer, or only a different version is installed. Please install the Visual C++ environment, you can find the necessary setup file in the StudioX Folder on your harddrive (usually C:\Program Files\BEASTX\StudioX or C:\Program Files(x86)\BEASTX\StudioX):<br /> | ||
<br /> | <br /> | ||
[https:// | [[File:Vcredist_x64.PNG|border|none|x200px]]<br /> | ||
<br /> | |||
Or you can download the latest Microsoft Visual C++ runtime environment directly from Microsoft directly:<br /> | |||
<br /> | |||
[https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170 Microsoft Visual C++ Redistributable latest supported downloads]<br /> | |||
<br /> | |||
When using a 32bit Windows System you need to install the vc_redist.x86.exe. | |||
When using a 64bit system please install both versions vc_redist.x86.exe and vc_redist.x64.exe!<br /> | |||
<br /> | <br /> | ||
<br /> | <br /> |
Latest revision as of 07:52, 20 April 2022
When trying to install StudioX I get an error message that "vc_redist...exe" is missing. What's that?
On Windows systems StudioX needs the Microsoft Visual C++ runtime environment (Version 2019) in order to be executed. When your system is not up to date, it may happen that this environment is not installed on your computer, or only a different version is installed. Please install the Visual C++ environment, you can find the necessary setup file in the StudioX Folder on your harddrive (usually C:\Program Files\BEASTX\StudioX or C:\Program Files(x86)\BEASTX\StudioX):
Or you can download the latest Microsoft Visual C++ runtime environment directly from Microsoft directly:
Microsoft Visual C++ Redistributable latest supported downloads
When using a 32bit Windows System you need to install the vc_redist.x86.exe.
When using a 64bit system please install both versions vc_redist.x86.exe and vc_redist.x64.exe!