> 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.md).

# Esecuzione gioco non riuscita

- [L'avvio del gioco necessita del launcher(Launcher necessario)](https://launcher-docs.netmarble.com/faq-it/game-launch/1.md): Posso avviare un gioco senza il Netmarble Launcher?
- [Le jeu ne se lance pas après la mise à jour](https://launcher-docs.netmarble.com/faq-it/game-launch/2.md): Un errore dice che il gioco non è stato installato adeguatamente. Cosa posso fare?
- [Avviso di memoria insufficiente](https://launcher-docs.netmarble.com/faq-it/game-launch/3.md): Ho installato il gioco ma non si avvia. Cosa posso fare?
- [Il gioco non viene avviato dopo l'aggiornamento](https://launcher-docs.netmarble.com/faq-it/game-launch/4.md): Ho aggiornato il gioco ma non si avvia.
- [Il gioco non si chiude](https://launcher-docs.netmarble.com/faq-it/game-launch/5.md): Ho chiuso il gioco e ho provato a riavviarlo, ma il pulsante nel launcher dice "In esecuzione" e il gioco non parte.
- [Errore durante il gioco](https://launcher-docs.netmarble.com/faq-it/game-launch/6.md): È apparso un messaggio di errore durante il gioco. Cosa posso fare?
- [Altri problemi all'avvio](https://launcher-docs.netmarble.com/faq-it/game-launch/8.md): Il gioco continua a non avviarsi.
- [Avviso limitazione servizio di gioco](https://launcher-docs.netmarble.com/faq-it/game-launch/9.md): Sto provando ad avviare un gioco, ma ricevo l'avviso di "limitazione del servizio di gioco".
- [Se la finestra di gioco è instabile o si chiude continuamente \[EPIC Netmarble Launcher, GPG Netmarbl](https://launcher-docs.netmarble.com/faq-it/game-launch/10.md): Durante l'esecuzione del gioco, la finestra di gioco è instabile o si chiude continuamente. (Questa guida è limitata a EPIC Netmarble Launcher e GPG Netmarble Launcher.)


---

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