mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 00:24:13 +08:00
22 lines
1.2 KiB
Markdown
22 lines
1.2 KiB
Markdown
## 无法启动软件?
|
||
|
||
1. #### 找不到重要组件
|
||
|
||
<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>
|
||
|
||
1. #### Error/PermissionError
|
||
|
||
如果软件被放到`Program Files`等特殊文件夹,可能会没有读写权限。请使用管理员权限运行。
|
||
|
||
<img src="https://image.lunatranslator.org/zh/cantstart/6.png" width=400>
|