> For the complete documentation index, see [llms.txt](https://launcher-docs.netmarble.com/faq-it/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-it/game-launch/8.md).

# Altri problemi all'avvio

#### \[Soluzione]

1. Aggiorna all'ultima versione di Windows
   * Alcuni giochi e driver AMD Radeon utilizzano Microsoft .NET Framework, che richiede gli ultimi aggiornamenti di Windows.
   * Visita l'assistenza di Microsoft Windows per assicurarti di aver installato la versione più recente di Windows, altrimenti procedi con l'aggiornamento della versione di Windows. ([Link](https://support.microsoft.com/windows))
2. Aggiorna i driver alle versioni più recenti
   * Assicurati che le diverse componenti del tuo computer (per es. scheda grafica, scheda audio, ecc.) utilizzino i driver più recenti.
3. Chiudi tutti i programmi tranne Netmarble Launcher
   * Il gioco potrebbe non funzionare normalmente a causa dell'esecuzione in contemporanea di più programmi o dell'impatto di alcuni programmi. Se riscontri problemi, fai riferimento alle voci seguenti per chiudere gli altri programmi e provare a eseguire nuovamente il gioco.
     1. Programmi antivirus
     2. Programmi VPN (Virtual Private Network)
     3. Programmi antispyware
     4. Firewall e applicazioni di sicurezza
     5. Client Peer-to-Peer e programmi di condivisione dei file
     6. Applicazioni FTP e Web Server
     7. Programmi che filtrano/bloccano gli IP
     8. Programmi di accelerazione e di gestione dei download
4. Controlla le specifiche di gioco
   * Se le specifiche minime vengono soddisfatte a malapena o affatto, potresti avere dei problemi di prestazioni ed esecuzione durante il gioco.
   * Controlla le specifiche del tuo PC con i requisiti della versione PC elencati sul sito ufficiale del gioco.


---

# 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-it/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.
