# Game Launcher

### **Error 126**

*Download and Install the VC++ Redistributable*

:floppy\_disk: [Download](https://aka.ms/vs/16/release/VC_redist.x86.exe)

### **.NET Framework**

{% hint style="danger" %}
**You need to have .NET Framework to be installed, to open the game launcher**
{% endhint %}

*Windows Vista SP2 or Later*

:floppy\_disk: [.NET Framework 4.6](https://dotnet.microsoft.com/download/dotnet-framework/thank-you/net46-web-installer)

*Windows 7 SP1 or Later*

:floppy\_disk: [.NET Framework 4.7.2](https://dotnet.microsoft.com/download/dotnet-framework/thank-you/net472-web-installer)

:floppy\_disk: [.NET Framework 4.8](https://dotnet.microsoft.com/download/dotnet-framework/thank-you/net48-web-installer)

### System Drive Not NTFS

Game Launcher and Game Files are required to be installed on a system drive that is formatted on NTFS.

*If your hard-drive is NTFS than unfortunately the only solution would be to reinstall Windows.*

### Access Violation

{% content-ref url="/pages/-M5T3GPLj1S2fdvxGTm6" %}
[Access Violation](/launcher/info/launcher/access-violation.md)
{% endcontent-ref %}

{% hint style="info" %}
Error Code Not Listed?

Ask for help on the [SBRW Official Discord Server](https://discord.gg/RneBfcj)!
{% endhint %}


---

# Agent Instructions: 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.sbrw.davidcarbon.download/launcher/info/launcher.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.
