LunaTranslator/docs/ja/cantstart.md

22 lines
1.6 KiB
Markdown
Raw Normal View History

## ソフトウェアが起動しない?
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. #### エラー/PermissionError
ソフトウェアが`Program Files`などの特殊なフォルダーに配置されている場合、読み取りおよび書き込み権限がない可能性があります。管理者権限で実行してください。
<img src="https://image.lunatranslator.org/zh/cantstart/6.png" width=400>