> For the complete documentation index, see [llms.txt](https://launcher-docs.netmarble.com/faq-jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://launcher-docs.netmarble.com/faq-jp/game-launch/8.md).

# その他の起動不可能トラブル

#### \[解決方法]

1. Windowsを最新バージョンにアップデート
   * 一部のゲームとAMD Radeonドライバーは、Windowsの最新アップデートが必要とするMicrosoft.NET Frameworkを使用しています。
   * MicrosoftサポートでWindowsのバージョンが最新であるか確認し、最新でない場合はWindowsをアップデートしてください。([Link](https://support.microsoft.com/windows))
2. PCのドライバーを最新バージョンにアップデート
   * PCのハードウェア(例：グラフィックボード、サウンドカードなど)が最新のドライバーにアップデートされているかご確認ください。
3. Netmarble Launcher以外のソフトウェアを終了
   * 複数のソフトウェアの同時起動、または特定のソフトウェアの影響により、ゲームが正常に起動しない場合があります。問題が発生した場合、以下の項目を参考にソフトウェアを終了してからゲームを再起動してください。&#x20;
     1. ウイルス対策ソフトウェア&#x20;
     2. 仮想プライベートネットワーク(VPN)ソフトウェア&#x20;
     3. スパイウェア対策ソフトウェア&#x20;
     4. ファイアウォールおよびセキュリティアプリケーション&#x20;
     5. P2P(ピアツーピア)クライアントとファイル共有ソフトウェア&#x20;
     6. FTPおよびWebサーバーアプリケーション&#x20;
     7. IPフィルタリング/ブロックプログラム&#x20;
     8. ダウンロードアクセラレーターとダウンロードマネージャープログラム
4. ゲームの必要スペックを確認する
   * PC版ゲームの必要スペックをギリギリ満たす、または満たさない場合、ゲームプレイ時のパフォーマンスや起動に問題が発生する可能性があります。
   * 各ゲームの公式サイトに記載されたPC版ゲームの推奨/必要スペックと、ご利用中のPCのシステム仕様を比較してご確認ください。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://launcher-docs.netmarble.com/faq-jp/game-launch/8.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
