diff --git a/docs/en/cantstart.md b/docs/en/cantstart.md index 01904a78..34abd8dc 100644 --- a/docs/en/cantstart.md +++ b/docs/en/cantstart.md @@ -1,33 +1,21 @@ ## Can't Start the Software? -#### **1. Error/ModuleNotFoundError** +1. #### Missing Important Components -If you update directly from an old version to a new one, or if you update automatically to a new version, the old invalid files will not be deleted. Due to the file loading order of Python, the old files are loaded preferentially, which prevents the new files from being loaded, causing this issue. + -The solution is to keep the userconfig folder, delete the other files, and then re-download and unzip. + Solution: Close antivirus software. If it cannot be closed (such as Windows Defender), add it to the trust list and then re-download. -
- Some built-in solutions that no longer cause errors - - -
+ Note: To achieve HOOK extraction of game text, it is necessary to inject Dll into the game. Files such as shareddllproxy32.exe/LunaHost32.dll implement this, and therefore are particularly likely to be considered as viruses. The software is currently automatically built by [Github Actions](https://github.com/HIllya51/LunaTranslator/actions). Unless the Github server is infected, it is impossible to contain viruses, so it can be safely added to the trust list. -#### **2. Error/PermissionError** +
+ For Windows Defender, the method is: “Virus & threat protection” -> “Exclusions” -> “Add or remove exclusions” -> “Add an exclusion” -> “Folder”, add Luna's folder to it + + +
-If the software is placed in special folders such as `Program Files`, it may not have read and write permissions. Please run with administrator privileges. +1. #### Error/PermissionError - + If the software is placed in special folders such as `Program Files`, it may not have read and write permissions. Please run with administrator privileges. -#### **3. Missing Important Components** - - - -Solution: Close antivirus software. If it cannot be closed (such as Windows Defender), add it to the trust list and then re-download. - -Note: To achieve HOOK extraction of game text, it is necessary to inject Dll into the game. Files such as shareddllproxy32.exe/LunaHost32.dll implement this, and therefore are particularly likely to be considered as viruses. The software is currently automatically built by [Github Actions](https://github.com/HIllya51/LunaTranslator/actions). Unless the Github server is infected, it is impossible to contain viruses, so it can be safely added to the trust list. - -
- For Windows Defender, the method is: “Virus & threat protection” -> “Exclusions” -> “Add or remove exclusions” -> “Add an exclusion” -> “Folder”, add Luna's folder to it - - -
\ No newline at end of file + diff --git a/docs/ru/cantstart.md b/docs/ru/cantstart.md index cd0ca715..c4f6944c 100644 --- a/docs/ru/cantstart.md +++ b/docs/ru/cantstart.md @@ -1,33 +1,21 @@ ## Невозможно запустить программу? -#### **1. Error/ModuleNotFoundError** +1. #### Не удается найти важные компоненты -Если вы обновились с предыдущей версии на новую версию напрямую или через автоматическое обновление, старые недействительные файлы не будут удалены, и из-за порядка загрузки файлов в Python старые файлы будут загружены первыми, что приведет к невозможности загрузки новых файлов и вызовет эту проблему. + -Решение: Сохраните папку userconfig, удалите другие файлы, затем повторно загрузите и распакуйте. + Решение: Закройте антивирусную программу, если ее невозможно закрыть (например, Windows Defender), добавьте в список доверенных, затем повторно загрузите. -
- Частично уже решено, больше не будет ошибок - - -
+ Примечание: Для реализации HOOK для извлечения текста из игры необходимо внедрить Dll в игру, shareddllproxy32.exe/LunaHost32.dll и несколько других файлов реализуют это, поэтому они особенно легко распознаются как вирусы. Программа в настоящее время автоматически собирается с помощью [Github Actions](https://github.com/HIllya51/LunaTranslator/actions), поэтому если сервер Github не заражен, она не может содержать вирусы, и вы можете спокойно добавить их в список доверенных. -#### **2. Error/PermissionError** +
+ Для Windows Defender метод: "Защита от вирусов и угроз" -> "Исключения" -> "Добавить или удалить исключения" -> "Добавить исключение" -> "Папка", добавьте папку Luna + + +
-Если программа помещена в специальные папки, такие как `Program Files`, у нее может не быть прав на чтение и запись. Пожалуйста, запустите с правами администратора. +1. #### Error/PermissionError - + Если программа помещена в специальные папки, такие как `Program Files`, у нее может не быть прав на чтение и запись. Пожалуйста, запустите с правами администратора. -#### **3. Не удается найти важные компоненты** - - - -Решение: Закройте антивирусную программу, если ее невозможно закрыть (например, Windows Defender), добавьте в список доверенных, затем повторно загрузите. - -Примечание: Для реализации HOOK для извлечения текста из игры необходимо внедрить Dll в игру, shareddllproxy32.exe/LunaHost32.dll и несколько других файлов реализуют это, поэтому они особенно легко распознаются как вирусы. Программа в настоящее время автоматически собирается с помощью [Github Actions](https://github.com/HIllya51/LunaTranslator/actions), поэтому если сервер Github не заражен, она не может содержать вирусы, и вы можете спокойно добавить их в список доверенных. - -
- Для Windows Defender метод: "Защита от вирусов и угроз" -> "Исключения" -> "Добавить или удалить исключения" -> "Добавить исключение" -> "Папка", добавьте папку Luna - - -
\ No newline at end of file + diff --git a/docs/zh/cantstart.md b/docs/zh/cantstart.md index 00d1aeb2..10ae3f6c 100644 --- a/docs/zh/cantstart.md +++ b/docs/zh/cantstart.md @@ -1,35 +1,21 @@ ## 无法启动软件? -#### **1. Error/ModuleNotFoundError** +1. #### 找不到重要组件 -如果你从旧版本直接覆盖更新到新版本,或者自动更新到新版本,旧的无效文件不会被删除,而且由于python的文件加载顺序,旧的文件被优先加载,导致无法加载新的文件,从而引发这个问题。 + -解决方法是:保留userconfig文件夹,删除其他文件后,重新下载解压。 + 解决方法:关闭杀毒软件,无法关闭(如windows defender)则添加信任,然后重下。 -
- 部分已内置解决的情况,不再会报错 - - -
+ 注:为了实现HOOK提取游戏文本,需要将Dll注入到游戏,shareddllproxy32.exe/LunaHost32.dll等几个文件中实现了这些内容,因此特别容易被认为是病毒。软件目前由[Github Actions](https://github.com/HIllya51/LunaTranslator/actions)自动构建,除非Github服务器中毒了,否则不可能包含病毒,因此可以放心的添加信任。 -#### **2. Error/PermissionError** +
+ 对于windows defender,方法为:“病毒和威胁防护”->“排除项”->“添加或删除排除项”->“添加排除项”->“文件夹”,把Luna的文件夹添加进去 + + +
-如果软件被放到`Program Files`等特殊文件夹,可能会没有读写权限。请使用管理员权限运行。 +1. #### Error/PermissionError - + 如果软件被放到`Program Files`等特殊文件夹,可能会没有读写权限。请使用管理员权限运行。 -#### **3. 找不到重要组件** - - - -解决方法:关闭杀毒软件,无法关闭(如windows defender)则添加信任,然后重下。 - -注:为了实现HOOK提取游戏文本,需要将Dll注入到游戏,shareddllproxy32.exe/LunaHost32.dll等几个文件中实现了这些内容,因此特别容易被认为是病毒。软件目前由[Github Actions](https://github.com/HIllya51/LunaTranslator/actions)自动构建,除非Github服务器中毒了,否则不可能包含病毒,因此可以放心的添加信任。 - - - -
- 对于windows defender,方法为:“病毒和威胁防护”->“排除项”->“添加或删除排除项”->“添加排除项”->“文件夹”,把Luna的文件夹添加进去 - - -
\ No newline at end of file +