This commit is contained in:
恍兮惚兮 2024-07-25 16:18:30 +08:00
parent b44997e7a3
commit 6535f3afc2
2 changed files with 27 additions and 0 deletions

26
docs/zh/cantstart.md Normal file
View File

@ -0,0 +1,26 @@
## 无法启动软件?
**1. Error/ModuleNotFoundError**
<details>
<summary>5.15.10已经修复这个问题。</summary>
如果你从旧版本直接覆盖更新到新版本或者自动更新到新版本旧的无效文件不会被删除而且由于python的文件加载顺序旧的文件被优先加载导致无法加载新的文件从而引发这个问题。
<img src="https://image.lunatranslator.xyz/zh/cantstart/1.png">
</details>
**2. 找不到重要组件**
<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>

View File

@ -5,6 +5,7 @@
- [支持作者](/zh/support.md)
**常见问题**
- [无法启动软件](zh/cantstart.md)
- [各种文本处理方法的作用和用法](zh/textprocess.md)
- [如何使用大模型离线翻译](/zh/offlinellm.md)
- [如何使用内嵌翻译](/zh/embedtranslate.md)