> For the complete documentation index, see [llms.txt](https://documentation.kzshop.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.kzshop.net/fivem/susano/bugs-and-fixes.md).

# Bugs & Fixes

### Driver didn't load properly / Bluescreening (BSOD) upon load <a href="#driver-didnt-load-properly-bluescreening-bsod-upon-load" id="driver-didnt-load-properly-bluescreening-bsod-upon-load"></a>

Disable any anti-virus and anti-cheat running and restart your pc will most likely fix it. Make sure to use a supported windows version (listed under in the FAQ section.). If these fixes are not working for you, contact the support through the customer discord.

#### Anticheat to uninstall: <a href="#anticheat-to-uninstall" id="anticheat-to-uninstall"></a>

Vanguard

Faceit

ESEA

#### Anti virus to uninstall: <a href="#anti-virus-to-uninstall" id="anti-virus-to-uninstall"></a>

Kaspersky

Malwarebytes (only if disabling doesnt fix)

Other anticheat/antivirus just need to be disabled

### An error occured while initializing the requested game. <a href="#an-error-occured-while-initializing-the-requested-game" id="an-error-occured-while-initializing-the-requested-game"></a>

Disable any VPN along with your firewall.

### I am crashing <a href="#i-am-crashing" id="i-am-crashing"></a>

Make sure to follow every requirements to run susano. If that doesn't work please contact the support through the customer discord


---

# 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://documentation.kzshop.net/fivem/susano/bugs-and-fixes.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.
