2024-07-25 16:18:30 +08:00
|
|
|
|
## 无法启动软件?
|
|
|
|
|
|
2024-11-10 19:51:53 +08:00
|
|
|
|
1. #### 找不到重要组件
|
2024-07-25 16:18:30 +08:00
|
|
|
|
|
2024-11-10 19:51:53 +08:00
|
|
|
|
<img src="https://image.lunatranslator.org/zh/cantstart/2.jpg">
|
2024-07-30 13:35:30 +08:00
|
|
|
|
|
2024-11-10 19:51:53 +08:00
|
|
|
|
解决方法:关闭杀毒软件,无法关闭(如windows defender)则添加信任,然后重下。
|
2024-07-25 16:18:30 +08:00
|
|
|
|
|
2024-11-10 19:51:53 +08:00
|
|
|
|
注:为了实现HOOK提取游戏文本,需要将Dll注入到游戏,shareddllproxy32.exe/LunaHost32.dll等几个文件中实现了这些内容,因此特别容易被认为是病毒。软件目前由[Github Actions](https://github.com/HIllya51/LunaTranslator/actions)自动构建,除非Github服务器中毒了,否则不可能包含病毒,因此可以放心的添加信任。
|
2024-07-25 16:18:30 +08:00
|
|
|
|
|
2024-11-10 19:51:53 +08:00
|
|
|
|
<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>
|
2024-07-27 19:01:49 +08:00
|
|
|
|
|
2024-11-10 19:51:53 +08:00
|
|
|
|
1. #### Error/PermissionError
|
2024-07-27 19:01:49 +08:00
|
|
|
|
|
2024-11-10 19:51:53 +08:00
|
|
|
|
如果软件被放到`Program Files`等特殊文件夹,可能会没有读写权限。请使用管理员权限运行。
|
2024-07-27 19:01:49 +08:00
|
|
|
|
|
2024-11-10 19:51:53 +08:00
|
|
|
|
<img src="https://image.lunatranslator.org/zh/cantstart/6.png" width=400>
|