LunaTranslator/docs/zh/cantstart.md

32 lines
1.6 KiB
Markdown
Raw Normal View History

2024-07-25 16:18:30 +08:00
## 无法启动软件?
2024-07-27 19:01:49 +08:00
#### **1. Error/ModuleNotFoundError**
2024-07-25 16:18:30 +08:00
<details>
<summary>5.15.10已经修复这个问题。</summary>
如果你从旧版本直接覆盖更新到新版本或者自动更新到新版本旧的无效文件不会被删除而且由于python的文件加载顺序旧的文件被优先加载导致无法加载新的文件从而引发这个问题。
<img src="https://image.lunatranslator.xyz/zh/cantstart/1.png">
</details>
2024-07-27 19:01:49 +08:00
#### **2. Error/PermissionError**
如果软件被放到`Program Files`等特殊文件夹,可能会没有读写权限。请使用管理员权限运行。
<img src="https://image.lunatranslator.xyz/zh/cantstart/6.png" width=400>
#### **3. 找不到重要组件**
2024-07-25 16:18:30 +08:00
<img src="https://image.lunatranslator.xyz/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.xyz/zh/cantstart/4.png">
<img src="https://image.lunatranslator.xyz/zh/cantstart/3.png">
</details>