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

# Game Crashing

## 🎮 Disable AMD Anti-Lag

* Press **ALT + R** to open the Radeon software.
* In the menu, select **AMD Radeon Software**.
* Tap **Settings** (top right corner).
* Go to **Graphics**.
* Uncheck the box next to **Radeon Anti-Lag** in the first column.

## 🚫 Disable Overlays

### Discord

* Start Discord.
* Click the **Settings** button (bottom left).
* Search for **Game-Overlay** and disable it.

### GeForce Experience

* Run GeForce Experience.
* Click the **cogwheel icon** (top right).
* Toggle **off** the **In-game overlay**.

### Radeon Overlay

* Press **ALT + R** to open Radeon software.
* Select **AMD Radeon Software**.
* Tap **Settings** (top right).
* Go to **Preferences** → **General**.
* Click **In-Game Overlay** button to disable it.

## ⚠️ Application Stopped Working / Crashing Fixes

* Disable **Nvidia Reflex**.
* Disable **Nvidia On-Demand Texture Streaming**.
* Update **Graphics Drivers** (Nvidia or AMD) and restart PC.
* Press **Windows Key + R**, type `%appdata%`, open **Battle.net** folder, and delete all inside.
* For Steam: Type `%temp%` in search, delete all files, and empty Recycle Bin.

## 🔧 Other Fixes for Crashing In-Game

* Ensure the loader is **not running from OneDrive**.
* Make sure the loader is **extracted from the zip file**.
* Disable **Secure Boot** in BIOS.
* Reset your in-game **graphics settings**.
* Set graphics to the **lowest**.
* Switch to **Fullscreen Borderless** or **Windowed Mode**.
* Uninstall and reinstall all **Visual C++ Redistributables**.
* Use **Scan & Repair** functions in the game launcher.
* Disable all **upscaling options** in-game (except Fidelity CAS).


---

# 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://gandyhacks.gitbook.io/gandyhacks-docs/game-crashing.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.
