It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Open console and type:

./GOG\ Games/Hyper\ Light\ Drifter/start.sh

If the output reads:

Running Hyper Light Drifter
./HyperLightDrifter.x86: error while loading shared libraries: libGLU.so.1: cannot open shared object file: No such file or directory

This error occurs because the game is searching for a 32-bit library that isn't automatically downloaded as part of the libGLU package. To download it (on ubuntu) type:

sudo apt-get install libglu1-mesa:i386

:i386 will install the 32-bit library, and the game should run.
Post edited March 19, 2023 by KablamoBoom
No posts in this topic were marked as the solution yet. If you can help, add your reply
avatar
KablamoBoom: sudo apt-get install libglu1-mesa:i386

:i386 will install the 32-bit library, and the game should run.
But I get this:-

libglu1-mesa:i386 is already the newest version (9.0.2-1).

Perhaps it expects a specific version?