> 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>

{% 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.”**
   {% 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 %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ssz.gg/troubleshooting/common-fixes/install-runtimes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
