This commit is contained in:
恍兮惚兮 2024-11-10 19:51:53 +08:00
parent 4a27ccce49
commit b8ce0ed03f
3 changed files with 36 additions and 74 deletions

View File

@ -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.
<img src="https://image.lunatranslator.org/zh/cantstart/2.jpg">
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.
<details>
<summary>Some built-in solutions that no longer cause errors</summary>
<img src="https://image.lunatranslator.org/zh/cantstart/1.png">
<img src="https://image.lunatranslator.org/zh/cantstart/3.jpg">
</details>
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**
<details>
<summary>For Windows Defender, the method is: “Virus & threat protection” -> “Exclusions” -> “Add or remove exclusions” -> “Add an exclusion” -> “Folder”, add Luna's folder to it</summary>
<img src="https://image.lunatranslator.org/zh/cantstart/4.png">
<img src="https://image.lunatranslator.org/zh/cantstart/3.png">
</details>
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
<img src="https://image.lunatranslator.org/zh/cantstart/6.png" width=400>
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**
<img src="https://image.lunatranslator.org/zh/cantstart/2.jpg">
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.
<details>
<summary>For Windows Defender, the method is: “Virus & threat protection” -> “Exclusions” -> “Add or remove exclusions” -> “Add an exclusion” -> “Folder”, add Luna's folder to it</summary>
<img src="https://image.lunatranslator.org/zh/cantstart/4.png">
<img src="https://image.lunatranslator.org/zh/cantstart/3.png">
</details>
<img src="https://image.lunatranslator.org/zh/cantstart/6.png" width=400>

View File

@ -1,33 +1,21 @@
## Невозможно запустить программу?
#### **1. Error/ModuleNotFoundError**
1. #### Не удается найти важные компоненты
Если вы обновились с предыдущей версии на новую версию напрямую или через автоматическое обновление, старые недействительные файлы не будут удалены, и из-за порядка загрузки файлов в Python старые файлы будут загружены первыми, что приведет к невозможности загрузки новых файлов и вызовет эту проблему.
<img src="https://image.lunatranslator.org/zh/cantstart/2.jpg">
Решение: Сохраните папку userconfig, удалите другие файлы, затем повторно загрузите и распакуйте.
Решение: Закройте антивирусную программу, если ее невозможно закрыть (например, Windows Defender), добавьте в список доверенных, затем повторно загрузите.
<details>
<summary>Частично уже решено, больше не будет ошибок</summary>
<img src="https://image.lunatranslator.org/zh/cantstart/1.png">
<img src="https://image.lunatranslator.org/zh/cantstart/3.jpg">
</details>
Примечание: Для реализации HOOK для извлечения текста из игры необходимо внедрить Dll в игру, shareddllproxy32.exe/LunaHost32.dll и несколько других файлов реализуют это, поэтому они особенно легко распознаются как вирусы. Программа в настоящее время автоматически собирается с помощью [Github Actions](https://github.com/HIllya51/LunaTranslator/actions), поэтому если сервер Github не заражен, она не может содержать вирусы, и вы можете спокойно добавить их в список доверенных.
#### **2. Error/PermissionError**
<details>
<summary>Для Windows Defender метод: "Защита от вирусов и угроз" -> "Исключения" -> "Добавить или удалить исключения" -> "Добавить исключение" -> "Папка", добавьте папку Luna</summary>
<img src="https://image.lunatranslator.org/zh/cantstart/4.png">
<img src="https://image.lunatranslator.org/zh/cantstart/3.png">
</details>
Если программа помещена в специальные папки, такие как `Program Files`, у нее может не быть прав на чтение и запись. Пожалуйста, запустите с правами администратора.
1. #### Error/PermissionError
<img src="https://image.lunatranslator.org/zh/cantstart/6.png" width=400>
Если программа помещена в специальные папки, такие как `Program Files`, у нее может не быть прав на чтение и запись. Пожалуйста, запустите с правами администратора.
#### **3. Не удается найти важные компоненты**
<img src="https://image.lunatranslator.org/zh/cantstart/2.jpg">
Решение: Закройте антивирусную программу, если ее невозможно закрыть (например, Windows Defender), добавьте в список доверенных, затем повторно загрузите.
Примечание: Для реализации HOOK для извлечения текста из игры необходимо внедрить Dll в игру, shareddllproxy32.exe/LunaHost32.dll и несколько других файлов реализуют это, поэтому они особенно легко распознаются как вирусы. Программа в настоящее время автоматически собирается с помощью [Github Actions](https://github.com/HIllya51/LunaTranslator/actions), поэтому если сервер Github не заражен, она не может содержать вирусы, и вы можете спокойно добавить их в список доверенных.
<details>
<summary>Для Windows Defender метод: "Защита от вирусов и угроз" -> "Исключения" -> "Добавить или удалить исключения" -> "Добавить исключение" -> "Папка", добавьте папку Luna</summary>
<img src="https://image.lunatranslator.org/zh/cantstart/4.png">
<img src="https://image.lunatranslator.org/zh/cantstart/3.png">
</details>
<img src="https://image.lunatranslator.org/zh/cantstart/6.png" width=400>

View File

@ -1,35 +1,21 @@
## 无法启动软件?
#### **1. Error/ModuleNotFoundError**
1. #### 找不到重要组件
如果你从旧版本直接覆盖更新到新版本或者自动更新到新版本旧的无效文件不会被删除而且由于python的文件加载顺序旧的文件被优先加载导致无法加载新的文件从而引发这个问题。
<img src="https://image.lunatranslator.org/zh/cantstart/2.jpg">
解决方法是保留userconfig文件夹删除其他文件后重新下载解压
解决方法:关闭杀毒软件,无法关闭(如windows defender)则添加信任,然后重下
<details>
<summary>部分已内置解决的情况,不再会报错</summary>
<img src="https://image.lunatranslator.org/zh/cantstart/1.png">
<img src="https://image.lunatranslator.org/zh/cantstart/3.jpg">
</details>
为了实现HOOK提取游戏文本需要将Dll注入到游戏shareddllproxy32.exe/LunaHost32.dll等几个文件中实现了这些内容因此特别容易被认为是病毒。软件目前由[Github Actions](https://github.com/HIllya51/LunaTranslator/actions)自动构建除非Github服务器中毒了否则不可能包含病毒因此可以放心的添加信任。
#### **2. Error/PermissionError**
<details>
<summary>对于windows defender方法为“病毒和威胁防护”->“排除项”->“添加或删除排除项”->“添加排除项”->“文件夹”把Luna的文件夹添加进去</summary>
<img src="https://image.lunatranslator.org/zh/cantstart/4.png">
<img src="https://image.lunatranslator.org/zh/cantstart/3.png">
</details>
如果软件被放到`Program Files`等特殊文件夹,可能会没有读写权限。请使用管理员权限运行。
1. #### Error/PermissionError
<img src="https://image.lunatranslator.org/zh/cantstart/6.png" width=400>
如果软件被放到`Program Files`等特殊文件夹,可能会没有读写权限。请使用管理员权限运行。
#### **3. 找不到重要组件**
<img src="https://image.lunatranslator.org/zh/cantstart/2.jpg">
解决方法:关闭杀毒软件,无法关闭(如windows defender)则添加信任,然后重下。
为了实现HOOK提取游戏文本需要将Dll注入到游戏shareddllproxy32.exe/LunaHost32.dll等几个文件中实现了这些内容因此特别容易被认为是病毒。软件目前由[Github Actions](https://github.com/HIllya51/LunaTranslator/actions)自动构建除非Github服务器中毒了否则不可能包含病毒因此可以放心的添加信任。
<details>
<summary>对于windows defender方法为“病毒和威胁防护”->“排除项”->“添加或删除排除项”->“添加排除项”->“文件夹”把Luna的文件夹添加进去</summary>
<img src="https://image.lunatranslator.org/zh/cantstart/4.png">
<img src="https://image.lunatranslator.org/zh/cantstart/3.png">
</details>
<img src="https://image.lunatranslator.org/zh/cantstart/6.png" width=400>