> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rpg-leveling.zuxaw.com/llms.txt
> Use this file to discover all available pages before exploring further.

# HUD Crash Fix

> Troubleshooting - Fix HUD crashes in Hytale when using the RPG Leveling level progress bar.

# HUD Crash Fix

<Info>
  This page is part of **Troubleshooting**. If the level progress HUD causes crashes or conflicts with other mods, follow the steps below.
</Info>

Many mods experience issues with **HUD crashes** in Hytale. If you encounter crashes related to the HUD:

**99% of the time it's a conflict with other mods.** Try isolating mods one by one (disable all, then enable them back gradually) until you find which one causes the crash. A lot of players have issues with **party mods** or other mods that add HUD elements - those are common culprits.

## 1. Install MultipleHUD

Ensure you have [**MultipleHUD**](https://www.curseforge.com/hytale/mods/multiplehud) installed. This mod is essential for compatibility when using multiple HUD mods together.

## 2. If Crashes Persist

Disable the HUD in the configuration file by setting **`EnableHUD: false`** in `mods/Zuxaw_RPGLeveling/RPGLevelingConfig.json`.

```json theme={null}
{
  "EnableHUD": false
}
```

**Note:** HUD rendering performance has been improved, but it may not be 100% fixed. If you experience any issues, disabling the HUD is the recommended workaround.

See [Configuration](configuration) for the full config reference.
