# Troubleshooting

{% hint style="info" %}
Also check the Windows Troubleshooting page in **p4g-cep-docs.wacz**.
{% endhint %}

<details>

<summary>Error when launching P4G: "Sorry, something went wrong."</summary>

You have reached the temporary activation limit of the **Denuvo DRM** that ships with P4G.

* Denuvo limits the number of machines you can install P4G on within a certain time period. Changing a Proton version or modifying the prefix can cause Denuvo to think you're activating the game on a new machine.
* **There is no fix or workaround for this**—you will have to wait a short time (usually 24–48 hours) for your activation limit to reset.

</details>

## Fixing Most Issues with Reloaded II

### Reinstall Prerequisites

If you're having any trouble with Reloaded II, try [**reinstalling the prerequisites**](/install/protontricks.md#install-prerequisite-runtimes) to the P4G wineprefix.

### Reset Wineprefix

If Reloaded II still isn't behaving after reinstalling the prerequisites, you'll need to delete, recreate, and reconfigure the P4G wineprefix.

#### Delete P4G Wineprefix

* Launch **Protontricks** and open the **Persona 4 Golden** Winetricks menu.

<figure><img src="/files/sloEvRx4lbaStFXmYnIm" alt=""><figcaption><p>Thanks to <strong>rudiger</strong> for this image.</p></figcaption></figure>

* From the **Winetricks** menu, click **Delete ALL DATA AND APPLICATIONS INSIDE THIS PROTON PREFIX**, then click **OK**.

{% hint style="info" %}
Don't worry, this will not delete P4G itself or any of your mods!
{% endhint %}

<figure><img src="/files/o8JNmJ8Evi6PKXXnvybu" alt=""><figcaption></figcaption></figure>

* Select **Yes** to confirm that you want to delete the P4G wineprefix.

<figure><img src="/files/COc822DmUv8CwbgZjJsd" alt=""><figcaption></figcaption></figure>

#### Recreate P4G Wineprefix

* Run **Persona 4 Golden** (vanilla, no mods) on Steam to create a brand-new P4G wineprefix.
* Once you reach the title screen, quit P4G.

#### Reconfigure P4G Wineprefix

* Set up the P4G wineprefix again as described on the [**Protontricks**](/install/protontricks.md#show-dot-files) page.
  * You will need to **enable dot files** and **install the prerequisites** again.
  * If they were configured correctly, you do not need to configure Flatseal or Reloaded II again.


---

# 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://p4g-deck.cep.one/appendix/troubleshooting.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.
