... The only thing added to the run command was LD_PRELOAD="" for a total command of:
`LD_PRELOAD="" gamemoderun mangohud ...
comment by AlkaizerLord · 2025-01-19 · view · github
... it with the `LD_PRELOAD` method?
> ```
> LD_PRELOAD="" %COMMAND%
> ```
>
> If you need mangohud:
> ```
> LD_PRELOAD="" VK_LOADER_LAYERS_ENABLE=VK_LAYER_MANGOHUD_overlay_x86_64 %COMMAND%
> ```
>
> If you also ...
... Were you able to fix it with the `LD_PRELOAD` method?
```
LD_PRELOAD="" %COMMAND%
```
If you need mangohud:
```
LD_PRELOAD="" VK_LOADER_LAYERS_ENABLE ...
... conf __GL_SHADER_DISK_CACHE_SKIP_CLEANUP=1 __GL_SHADER_DISK_CACHE_SIZE=10737418240 LD_PRELOAD="" DXVK_FRAME_RATE=70 mangohud gamemoderun %command%`
Via MangoHUD I saw the game going ...