> For the complete documentation index, see [llms.txt](https://help.vitalmods.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.vitalmods.pro/lexis/gta-v/troubleshooting.md).

# Troubleshooting

{% hint style="danger" %}
Some issues only Lexis staff can solve. If your issue isn't located here, you should join the Lexis Discord and create a ticket. You can join their Discord here: <https://discord.com/invites/lexis/>

Alternatively, you can link your Discord account on the Lexis Dashboard, then you can access all the channels.
{% endhint %}

#### Lexis keeps unloading whilst playing <a href="#lexis-keeps-unloading-whilst-playing" id="lexis-keeps-unloading-whilst-playing"></a>

This is caused by your ISP limiting the responses from the Lexis auth. Try using [1.1.1.1](https://one.one.one.one/). If that doesn't work then try using a VPN.

#### Bootloader is damaged <a href="#bootloader-is-damaged" id="bootloader-is-damaged"></a>

Download [EasyUEFI](https://www.easyuefi.com/downloads/EasyUEFI_Trial.exe) and [rebuild the EFI System Partition](https://www.easyuefi.com/faq/en-US/Rebuild-EFI-System-Partition.html). If the trial is expired, use the [patcher](https://files.catbox.moe/4jdaj6.zip).In the patcher, press the button on the left, if there are any prompts, press 'Yes'.

#### Lexis keeps crashing <a href="#lexis-keeps-crashing" id="lexis-keeps-crashing"></a>

1. Disable your anti-virus software. Sometimes it can conflict and try to remove Lexis from your system causing a crash.
2. Delete any `%APPDATA%/LEX_x` files
3. Delete the `%USERPROFILE%/Lexis` folder
4. Verify game files.


---

# 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://help.vitalmods.pro/lexis/gta-v/troubleshooting.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.
