Skip to content

Commit

Permalink
Update: エンジン起動エラー時の文言を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukumijima committed Dec 27, 2024
1 parent ebd3900 commit a73223d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/EngineStartupOverlay.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
<!-- TODO: allEngineStateが "ERROR" のときエラーになったエンジンを探してトーストで案内 -->
<div v-if="allEngineState === 'FAILED_STARTING'" class="waiting-engine">
<div>
音声合成エンジンの起動に失敗しました。音声合成エンジンの再起動をお試しください。
音声合成エンジンの起動に失敗しました。音声合成エンジンの再起動をお試しください。<br>
AivisSpeech を起動するには、PC に 1.5GB 以上の空きメモリ (RAM) が必要です。<br>
また、ウイルス対策ソフトが音声合成エンジン (run.exe) を不正なプログラムと誤って判断し、隔離している可能性もあります。<br>
ウイルス対策ソフトの設定から、run.exe を許可リストに追加してください。<br>
<QBtn class="q-mt-sm" outline @click="openQa">Q&A を見る</QBtn>
</div>
</div>
<div
Expand Down

0 comments on commit a73223d

Please sign in to comment.