# Risoluzione dei problemi

#### Risoluzione dei problemi dei generatori: <a href="#recplayhelp" id="recplayhelp"></a>

{% hint style="danger" %}
Problema: il generatore va nei posti sbagliati o "si rompe".
{% endhint %}

{% hint style="warning" %}
Causa: probabilmente hai saltato un passaggio nelle istruzioni o nei requisiti, oppure hai avviato il generatore nella posizione di gioco sbagliata.
{% endhint %}

{% hint style="success" %}
Soluzione: segui esattamente le istruzioni del generatore. I generatori possono diventare pericolosi se vengono attivati nella posizione sbagliata senza i requisiti adeguati, soprattutto quando i giochi sono pieni di pulsanti di microtransazione. Se sei sicuro di stare facendo tutto correttamente, l'interfaccia utente del gioco o il timing potrebbero essere cambiati. Contatta il supporto.
{% endhint %}

{% hint style="danger" %}
Problema: i menu di gioco compaiono quando si usano i Controller Shortcuts, oppure la risposta in-game del <img src="/files/325b0ca1ecf8b8f1708d6de48d0990d4860c5320" alt="" data-size="line">Il pulsante VIEW sembra leggermente in ritardo.
{% endhint %}

{% hint style="warning" %}
Causa: il VIEW <img src="/files/325b0ca1ecf8b8f1708d6de48d0990d4860c5320" alt="" data-size="line">L'ACTIVATOR svolge la sua normale funzione di gioco solo quando viene RILASCIATO RAPIDAMENTE o TENUTO PREMUTO LEGGERMENTE A LUNGO.
{% endhint %}

{% hint style="success" %}
Soluzione: usa rapidamente i Controller Shortcuts, prima che possa comparire un menu di gioco.
{% endhint %}

{% hint style="danger" %}
Problema: i Controller Shortcuts NON funzionano oppure sono incoerenti.
{% endhint %}

{% hint style="warning" %}
Causa: i Controller Shortcuts vengono probabilmente premuti nell’ordine sbagliato.
{% endhint %}

{% hint style="success" %}
Soluzione: l’ordine in cui vengono premuti i Controller Shortcuts è importante. "Mentre TIENI PREMUTO <img src="/files/325b0ca1ecf8b8f1708d6de48d0990d4860c5320" alt="" data-size="line">ACTIVATOR..." significa che dovresti tenerlo premuto prima di premere l’altro pulsante. Questo può richiedere un intervallo di tempo minuscolo, ma l’Activator deve sempre essere tenuto premuto per primo.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://guide.strikepack.com/horizon-it/manuals/gamepack/generators/risoluzione-dei-problemi.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
