> 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/pri-zapuske-chita-nichego-ne-proiskhodit-net-nikakikh-oshibok-i-dazhe-ne-sozdayutsya-faily.md).

# При запуске чита ничего не происходит, нет никаких ошибок и даже не создаются файлы

{% hint style="warning" %}
**ВНИМАНИЕ ДЕЙСТВИЯ &#x20;**<mark style="color:red;">**`ИЗ ПУНКТА 3`**</mark>**&#x20;МОГУТ ПРИВЕСТИ К БЛОКИРОВКИ АККАУНТА, ТАК КАК ВЫ ПО СУТИ ОТКЛЮЧАЕТЕ АНТИЧИТ И ПРОВЕРКИ АНТИЧИТА!!!**
{% endhint %}

1. Проверьте целостность файлов через лаунчер или зайдя в игру без чита и проверить уже там.
2. Проверьте чтобы античит игры находился в папке с игрой (те кто знаю что это, те знаю что они сделали и для какой цели, верните его обратно в папку и больше не удаляйте или не переименовывайте)
3. Добавьте данные строки в файл где у вас прописан путь до GenshinImpact.exe (у каждого пользователя он имеет своё название и свой формат, так что найти вам его придётся самим. Вы должны открыть с помощью <mark style="color:red;">**`программы для чтения текста`**</mark> каждый файл и найти его)\
   \
   Пример как он будет выглядеть до ваших изменений:

   ```
   [GenshinImpact]
   Path = C:\Program Files\Genshin Impact\Genshin Impact game\GenshinImpact.exe
   ```

   \
   теперь сделайте так как показано ниже<br>

   ```
   [GenshinImpact]
   Path = C:\Program Files\Genshin Impact\Genshin Impact game\GenshinImpact.exe

   [Inject]
   DisableDriverCheck = true
   ```

   \
   или так<br>

   ```
   GenshinImpact]
   Path = C:\Program Files\Genshin Impact\Genshin Impact game\GenshinImpact.exe

   [Inject]
   DisableProtectionCheck = true
   ```

   \
   или вы можете попытаться вставить сразу две строки<br>

   ```
   [GenshinImpact]
   Path = C:\Program Files\Genshin Impact\Genshin Impact game\GenshinImpact.exe

   [Inject]
   DisableDriverCheck = true
   DisableProtectionCheck = true
   ```


---

# 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/pri-zapuske-chita-nichego-ne-proiskhodit-net-nikakikh-oshibok-i-dazhe-ne-sozdayutsya-faily.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.
