# Game Security Violation Detected

<figure><img src="/files/OS68kWBaQc6YXAjUT8ZM" alt=""><figcaption></figcaption></figure>

If you see #0000000D error code, get rid of a process that interfere with EAC (its name in square brackets). For any other error codes, fixes are universal:

1. Check your task manager and get rid of any software that you think can interfere with EAC (RGB, tray minimizers, tweaks, etc).
2. If you use third-party antivirus - make sure to add EAC to exclusions.&#x20;
3. Run the [EAC Fix batch](https://github.com/livingflore/BattleBitEACFix/releases) (BattleBitEACFix.bat file).
4. Try running `BattlebitEAC.exe` or `EasyAntiCheat.exe` as admin located in installed files.

<figure><img src="/files/5WdJ33l07yFBBB80eGsi" alt="" width="374"><figcaption><p>Right click on the game, then go to manage and click on Browse local files</p></figcaption></figure>

<figure><img src="/files/dEgmiuhIfcWvF50Rcenc" alt="" width="287"><figcaption><p>Right click on executable and click "Run as administrator".</p></figcaption></figure>

5. Verify game files.

<figure><img src="/files/BF4cnIIauKIJrQvA6vRU" alt="" width="563"><figcaption><p>Right click on the game and press "Properties...", Select "Installed Files" tab and press "Verify integrity of game files".</p></figcaption></figure>

5. Enable [Data Execution Prevention](https://support.microsoft.com/en-us/topic/what-is-data-execution-prevention-dep-60dabc2b-90db-45fc-9b18-512419135817).
6. Verify driver signatures.

<figure><img src="/files/hpcqXUcJZqYjcP92BtNu" alt="" width="299"><figcaption><p>Press Win+R, type <code>sigverif</code> and press Enter.</p></figcaption></figure>

<figure><img src="/files/sRMBn2yoIFRHfdkcmIM2" alt="" width="347"><figcaption><p>Proceed with driver signature verification by pressing "Start".</p></figcaption></figure>

After it's finished, you'll be prompted either with the list of unsigned drivers or message that everything's fine. In first case, depending on what drivers are unsigned, you may need to [reinstall](https://support.nzxt.com/hc/en-us/articles/4403882406555-Reinstalling-Graphic-Drivers)/update your GPU drivers or [run sfc/dism](/other/running-sfc-dism.md).


---

# 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.joinbattlebit.com/eac/game-violation-detected.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.
