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

# Common bugs & fixes

## Driver didn't load properly / Bluescreening (BSOD) upon load

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.&#x20;

## d3dx11\_43.dll/d3dcompiler\_43.dll

* Download and install latest version of [DirectX](https://download.microsoft.com/download/1/7/1/1718CCC4-6315-4D8E-9543-8E28A4E18C4C/dxwebsetup.exe) (click)

## Infinite loading

* Disable all antivirus software (uninstall if necessary).
* Uninstall any anticheat programs. (EAC, Vanguard, FACEIT etc.)
* Restart your computer

## System enviroment is not securly set up

* Move the loader to different folder

## An error occured while spoofing

1. **Update NVIDIA Drivers**: Ensure your NVIDIA drivers are up-to-date for optimal performance.
2. **Sync Date & Time**: Adjust your device's date and time settings to the current standard.
3. **Contact Support**: Open a ticket on the customer Discord to reach the staff.

### Anticheat to uninstall:&#x20;

Vanguard&#x20;

Faceit&#x20;

ESEA&#x20;

### Anti virus to uninstall:&#x20;

Kaspersky&#x20;

Malwarebytes (only if disabling doesnt fix)&#x20;

Other anticheat/antivirus just need to be disabled&#x20;

## An error occured while initializing the requested game.

Disable any VPN along with your firewall.&#x20;

## I am crashing

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

## Error message when launching FiveM or joining a server

1. **Restart Your Computer**\
   Before proceeding with any other troubleshooting, restart your computer. Many issues can be solved by a simple reboot.
2. **Uninstall Conflicting Software**<br>

   * **Vanguard (Riot Games Anti-Ch34t)**: If installed, remove it from your system.
   * **FACEIT Anti-Ch34t**: If installed, uninstall it.
   * **Kaspersky**: Uninstall if it's running.
   * **MalwareBytes**: Disable this temporarily to see if it resolves the issue.
   * **Windows Defender**: Disable by following this link: [Disable Windows Defender](https://www.sordum.org/downloads/?st-defender-control) (Password: sordum).
   * **Other Anti-Virus Software**: Temporarily disable or uninstall any additional antivirus software to avoid conflicts.

   ,
3. **Disable Core Isolation**\
   Navigate to **Windows Security** > **Device Security** > **Core Isolation** and turn it off. For more details, see the screenshot [here](https://susano.re/cdn/coreisolation.png).
4. **Reinstall FiveM**<br>
   * Make sure you reinstall FiveM in the correct folder:
     * **Installation Path**: `%localappdata%`
   * After reinstalling, restart your computer to finalize the changes.

Then video explanation: <https://www.youtube.com/watch?v=MItzon3bulI>


---

# 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.lmarket.fr/fivem/susano/common-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.
