crashing minetest when run with mangohud
Opened this issue · 3 comments
theotheroracle commented
Do not report issue for old MangoHud versions
Describe the bug
A clear and concise description of what the bug is.
List relevant hardware/software information
- Linux Distribution : NixOS
- MangoHud version : 0.7.1
- GPU : AMD Ryzen 7 PRO 5850U with Radeon Graphics
To Reproduce
Steps to reproduce the behavior:
- run
mangohud minetest
( Minetest 5.9.1-NixOS (Linux) )
Expected behavior
it runs
Additional context
2024-10-10 12:54:11: [Main]: Automatically selecting world at [/home/hive/.minetest/worlds/world1]
[2024-10-10 12:54:11.277] [error] [loader_glx.cpp:28] Failed to open 64bit libGL.so.1: libGL.so.1: cannot open shared object file: No such file or directory
[2024-10-10 12:54:11.344] [error] [loader_glx.cpp:28] Failed to open 64bit libGL.so.1: libGL.so.1: cannot open shared object file: No such file or directory
[2024-10-10 12:54:11.346] [error] [loader_glx.cpp:28] Failed to open 64bit libGL.so.1: libGL.so.1: cannot open shared object file: No such file or directory
[2024-10-10 12:54:11.346] [error] [inject_glx.cpp:49] Failed to get function 'glXCreateContextAttribsARB'
[2024-10-10 12:54:11.349] [error] [loader_glx.cpp:28] Failed to open 64bit libGL.so.1: libGL.so.1: cannot open shared object file: No such file or directory
fish: Job 1, 'mangohud minetest' terminated by signal SIGSEGV (Address boundary error)
flightlessmango commented
libGL.so.1
is required for mangohud to draw opengl overlay
theotheroracle commented
mangohud is working on my system though, i tested it with glxgears
flightlessmango commented
The problem still appears to be that this library is missing on your system or environment