> For the complete documentation index, see [llms.txt](https://docs.sbrw.davidcarbon.download/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sbrw.davidcarbon.download/launcher/info/launcher.md).

# 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
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, and the optional `goal` query parameter:

```
GET https://docs.sbrw.davidcarbon.download/launcher/info/launcher.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
