> For the complete documentation index, see [llms.txt](https://docs.softaim.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.softaim.gg/draft/fortnite/memez/common-errors.md).

# Common Errors

### Fix common issues

{% hint style="info" %}
Most launch issues come from Windows security settings or missing dependencies.
{% endhint %}

<details>

<summary>Loader or menu does not open</summary>

Check these first:

* Windows Defender is fully off
* No third-party antivirus is installed
* Conflicting anti-cheat is removed
* Reputation-based protection is off
* The game uses **Borderless** or **Windowed**
* **Secure Boot** is disabled
* Virtualization is enabled
* **Hyper-V** is enabled

Fix anything missing, then restart your PC and try again.

</details>

<details>

<summary>Install required files</summary>

Update both dependencies before testing again.

<a href="https://aka.ms/vs/17/release/vc_redist.x64.exe" class="button secondary" data-icon="download">Download Visual C++ Redistributable</a> <a href="https://www.microsoft.com/en-us/download/details.aspx?id=35" class="button secondary" data-icon="download">Download DirectX</a>

Install both packages.

Restart your PC after setup.

</details>

<details>

<summary>Synchronize time in Windows error</summary>

If you see a time sync error:

1. Press `Windows` + `I`.
2. Open **Time & language**.
3. Open the clock sync section.
4. Press **Sync now**.

Run the loader again after that.

</details>

<details>

<summary>Loader cannot connect to the servers</summary>

This can happen because of your network route.

Run the loader with a VPN enabled.

If the loader finishes, you can disable the VPN later.

</details>

<details>

<summary>Conflicting anti-cheat is still installed</summary>

These tools can interfere with Memez:

* **FACEIT**
* **Riot Vanguard**
* **GameGuard**
* **ACE (AntiCheatExpert)**

Remove them from **Settings** → **Apps** → **Installed apps**.

Restart your PC before testing again.

</details>


---

# 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.softaim.gg/draft/fortnite/memez/common-errors.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.
