Open theotheroracle opened 1 month ago
Huh this is going to be tricky to figure out. I explicitly avoided hard-coding the libGL dependency in mangohud because games should already have libGL or vulkan loaded to render the game... I don't think it's a good idea to force the wrapped game to use a version that could be incompatible.
But from what I'm seeing with minetest, it looks like it uses libGL
indirectly through IrrlichtMt, and won't have it loaded at the time mangohud hooks into the game.
It seems like mangohud does work if I hardcode libGL, but the font rasterization seems a bit off, and I want to make sure that adding it won't break other games:
Describe the bug
when trying to launch minetest with mangohud, i get a library error
Steps To Reproduce
Steps to reproduce the behavior:
mangohud minetest
Expected behavior
the app to launch
Additional context
relevant mangohud issue : https://github.com/flightlessmango/MangoHud/issues/1457
Notify maintainers
@zeratax @kira-bruneau @SuperSandro2000
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Add a :+1: reaction to issues you find important.