# Injection failed. Injection check failed. Error: 0084. Cfg bypass on CN version

{% hint style="info" %}
Если у вас возникла данная ошибка значит у вас нет некоторых параметров в вашем cfg.ini
{% endhint %}

* Добавьте данные строки в файл где у вас прописан путь до 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: 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:

```
GET https://docs.akebi.wiki/vsya-informaciya/chastye-oshibki-i-kak-ikh-ispravit/injection-failed.-injection-check-failed.-error-0084.-cfg-bypass-on-cn-version.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
