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.54k stars 291 forks source link

meson amdgpu test fails #1448

Closed aur-r closed 1 month ago

aur-r commented 1 month ago

While building the "mangohud" rpm package, I'm running as a build check the included meson tests, and one of those tests, namely the amdgpu test, fails. This started to happen with commit d224507. The "amdgpu" meson test fails no matter if it is a 32- or 64-bit build. Now, with commit d224507, 32-bit apps fail to run with "mangohud" enabled, including apps like "vkcube" and "gears," while the 64-bit apps fail sometimes. Those failing apps usually start then shortly after crash with segfaults.

Meson testlog: meson_testlog.txt My system info: SytemInfo.txt

aur-r commented 1 month ago

Sorry, this seems to be a duplicate of issue #1445.