> For the complete documentation index, see [llms.txt](https://dominance-cheats.gitbook.io/dominance-cheats-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dominance-cheats.gitbook.io/dominance-cheats-docs/dominance-fortnite-cheats/fortnite-internal/error-fix.md).

# Error Fix

## No Menu After Injection

If the menu does not appear after injection, please check the following:

* Make sure you press **F2** while being in the **game lobby**
  * You should hear a **beep sound**
  * The menu may appear **after 30–60 seconds** while staying in the lobby
* Make sure the following Windows protections are **disabled**:
  * **Windows SmartScreen**
  * **Defender Control**
  * **Core Isolation**
  * **UAC (User Account Control)**
  * **Windows Firewall**
* Ensure **Driver Blocklist** and Memory Integrity is disabled
* Make sure you **do not have any third-party antivirus** installed *(Windows Defender excluded if properly configured)*
* Make sure **FACEIT Anti-Cheat is not installed** on your system

## Instant Crash on Game Launch

{% stepper %}
{% step %}
Install the latest GPU drivers: [NVIDIA](https://www.nvidia.com/Download/index.aspx) · [AMD](https://www.amd.com/en/support)
{% endstep %}

{% step %}
Open `System → Display → Graphics` and disable:

* **Hardware-accelerated GPU scheduling**
* **Variable refresh rate**
* **Optimizations for windowed games**
  {% endstep %}

{% step %}
Run **CMD as Administrator** and paste this command:

```bash
reg add "HKLM\SOFTWARE\Microsoft\Windows\Dwm" /v OverlayTestMode /t REG_DWORD /d 5 /f
```

{% endstep %}

{% step %}
**Restart your PC**
{% endstep %}

{% step %}
Try injecting again
{% endstep %}
{% endstepper %}

## Instant BSOD on Injecting

{% stepper %}
{% step %}
Run **CMD as Administrator** and paste this command:

```bash
reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v FeatureSettingsOverrideMask /t REG_DWORD /d 3 /f
```

{% endstep %}

{% step %}
**Restart your PC**
{% endstep %}
{% endstepper %}


---

# 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://dominance-cheats.gitbook.io/dominance-cheats-docs/dominance-fortnite-cheats/fortnite-internal/error-fix.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.
