flightlessmango / MangoHud

A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more. Discord: https://discordapp.com/invite/Gj5YmBb
MIT License
6.28k stars 272 forks source link

Crash on The Talos Principle (native Vulkan) when tweaking some settings #1259

Open MegWATTT opened 5 months ago

MegWATTT commented 5 months ago

Describe the bug When tweaking either MSAA, Vsync, Fullscreen/Windowed toggle or Fullscreen resolution (everything that lead to a swapchain recreation), The Talos Principle (native) crashes if MangoHud is loaded (with MANGOHUD=1). It also happen if the hud is hidden with F12.

List relevant hardware/software information

To Reproduce 1) Launching the game with MANGOHUD=1 2) Inside the game, Change either MSAA, VSync, Fullscreen resolution or mode, then applying those. Toggling the global quality setting from or to High/Ultra may also lead to a crash as MSAA quality is also modified with those.

Expected behavior Not a crash of the game when changing those settings

Additional context

Leopard1907 commented 5 months ago

I also reproduce the issue on Kde Wayland, RADV.

Do note game needs mesa main to run, due to some WSI issue fixed with this are not being in a stable release yet.

https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27037