> For the complete documentation index, see [llms.txt](https://docs.ssz.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ssz.gg/troubleshooting/common-fixes/install-runtimes.md).

# Install Runtimes

*Visual C++ Runtimes are system files that many loaders and games depend on. If they are missing or outdated, products may fail to inject, crash on launch, or not open at all.*

{% hint style="info" %}
**Install these if you see errors like:**

* `VCRUNTIME140.dll was not found`
* `MSVCP140.dll is missing`
* `The application has failed to start because its side-by-side configuration is incorrect`
* Loader closes instantly or never opens
  {% endhint %}

<a href="https://mega.nz/folder/WlQD0YyZ#raWJkl7EoGkmcpeHbIBLmw" class="button primary" data-icon="desktop-arrow-down">Download Visual C++ All-in-One Package</a>

Here's a YouTube guide on how to install the runtimes:

{% embed url="<https://youtu.be/898gu-8dKuk>" %}

{% stepper %}
{% step %}

### Download the Package

1. Click the download button above to open the MEGA folder.
2. Click **“Download”** and wait for the download to complete.
   {% endstep %}

{% step %}

### Extract the Files

1. Open your **Downloads** folder.
2. Locate the downloaded `.zip` file (e.g., *Visual-C-Runtimes-All-in-One*).
3. Right-click the file → click **“Extract All”** → then press **“Extract.”** (use [WinRAR](https://www.win-rar.com/download.html?\&L=0) if needed)
   {% endstep %}

{% step %}

### Run the Installer

1. Open the extracted folder.
2. Find the file named **`install_all.bat`**
3. Right-click it → select **“Run as administrator”**

➡️ This will automatically install all required Visual C++ runtimes in one go.
{% endstep %}

{% step %}

### Wait for Installation to Complete

* A command prompt window will appear.
* The installer will:
  * Install all versions (2005 → 2022)
  * Install both **x86 (32-bit)** and **x64 (64-bit)** versions
* This may take a few minutes — do not close the window until it finishes.
  {% endstep %}

{% step %}

### Restart Your PC

* Once finished, restart your system so all changes take effect.
  {% endstep %}
  {% endstepper %}

{% hint style="info" %}
**Still getting DLL errors after a restart?** Make sure you have also followed the [Install DirectX](/troubleshooting/common-fixes/install-directx.md) guide. If the problem persists, create a ticket in our [Discord](https://ssz.gg/discord) and our support team will assist you.
{% endhint %}
