> For the complete documentation index, see [llms.txt](https://docs.akebi.wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.akebi.wiki/vsya-informaciya/chastye-oshibki-i-kak-ikh-ispravit/igra-zapuskaetsya-s-chitom-i-srazu-vyletaet.md).

# Игра запускается с читом и сразу вылетает

* Если у вас Windows 11 Insider билд , переустанавливайте Windows (чит не работает да нанной версии windows)
* Проверьте ваш <mark style="color:red;">**cfg.json**</mark> ( в папке с читом найдите свой кфг файл, он имеет рандомное имя и формат и отличается большим весом, только не запускаете exe) на наличие битых строк (он может быть пустой, или кодировка спала, проверяйте на сайтах json validate).
* Если у вас запущены в процессах античиты сторонних игр (vanguard, faceit или клиент RiotGames) то вам нужно отключить их в процессах и <mark style="color:red;">**убрать из автозагрузок в диспетчере задач**</mark>.
* Если у вас запущены антивирусы (даже если вы были уверены, что они выключены), то проверьте ещё раз, посмотрите чтобы галочки на проверку или защиту были выключены.
* Скачайте новую версию лоадера по ссылке которую вам выдали или вы знаете (если вам выдали на ссылку на <mark style="color:red;">**mega диск**</mark> то это <mark style="color:red;">**не прямая ссылка**</mark>).
* Проверьте путь до папке <mark style="color:red;">**Genshin**</mark> и <mark style="color:red;">**Akebi**</mark>, если они содержат <mark style="color:red;">**битые символы, emoji, невидимые символы и всё что может как-то странно смотреться**</mark>, уберите их или переместите папку в нормальное место.
* Проверьте версию игры запускаемую с софтом и без него, если они отличаются значит у вас в софте указан путь к старой версии игры (изменять/удалять путь для софта в cfg.ini )


---

# 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.akebi.wiki/vsya-informaciya/chastye-oshibki-i-kak-ikh-ispravit/igra-zapuskaetsya-s-chitom-i-srazu-vyletaet.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.
