I installed Goverlay from the Zorin application store, but when I try to open the program nothing happens, the program simply does not open.
What should I do?
I installed Goverlay from the Zorin application store, but when I try to open the program nothing happens, the program simply does not open.
What should I do?
Run it from the terminal and post output.
From their github page:
GOverlay is an open source project aimed to create a Graphical UI to manage Vulkan/OpenGL overlays. It is still in early development, so it lacks a lot of features.
Just so you won't get dissapointed.
It is very likely that this is the error, "can't get libdl.so"
Check like this, open the terminal and type: Goverlay
If it is the error I indicated, you can solve it like this
git clone --recurse-submodules https://github.com/flightlessmango/MangoHud.git
cd MangoHud
./build.sh build
./build.sh install
I hope it helps
Thanks