[Linux] Hyper Light Drifter GOG

User avatar
vastyr
T-Meg
Posts: 10857
Joined: 28 Oct 2016, 15:10
Location: on top of a tree.
Has thanked: 4195 times
Been thanked: 47829 times

[Linux] Hyper Light Drifter GOG

Post by vastyr »

► bypass gdrive download quota
► The Ninja-King
User avatar
vastyr
T-Meg
Posts: 10857
Joined: 28 Oct 2016, 15:10
Location: on top of a tree.
Has thanked: 4195 times
Been thanked: 47829 times

[Linux] Hyper Light Drifter GOG

Post by vastyr »

Update!

- added v2.8.0.9.
► bypass gdrive download quota
► The Ninja-King
User avatar
JohnnyMic
Global Moderator
Global Moderator
Posts: 7494
Joined: 10 May 2019, 18:00
Location: Behind U!
Gender: Male
Has thanked: 3212 times
Been thanked: 22023 times

[Linux] Hyper Light Drifter GOG

Post by JohnnyMic »

reup!
  • added new link to mainpost..
User avatar
celestialpuma
Mini-Hunter
Posts: 8
Joined: 01 Aug 2020, 23:42

[Linux] Hyper Light Drifter GOG

Post by celestialpuma »

Getting this error when trying to open the game. Any work arounds?

./run.sh: line 2: ./HyperLightDrifter.x86: No such file or directory

There is a file "HyperLightDrifter.x86", unsure why I am getting this error

Thanks
User avatar
mozo
Hydrobot
Posts: 216
Joined: 16 Mar 2019, 00:06
Has thanked: 3594 times
Been thanked: 60 times

[Linux] Hyper Light Drifter GOG

Post by mozo »

Running fine here. Delete the game, redownload it and install it again.
User avatar
celestialpuma
Mini-Hunter
Posts: 8
Joined: 01 Aug 2020, 23:42

[Linux] Hyper Light Drifter GOG

Post by celestialpuma »

Did that, same error =/
User avatar
mozo
Hydrobot
Posts: 216
Joined: 16 Mar 2019, 00:06
Has thanked: 3594 times
Been thanked: 60 times

[Linux] Hyper Light Drifter GOG

Post by mozo »

Make HyperLightDrifter.x86 executable.
User avatar
celestialpuma
Mini-Hunter
Posts: 8
Joined: 01 Aug 2020, 23:42

[Linux] Hyper Light Drifter GOG

Post by celestialpuma »

Ran chmod +x on it, but I still get the same error. I also cannot run HyperLightDrifter.x86
User avatar
mozo
Hydrobot
Posts: 216
Joined: 16 Mar 2019, 00:06
Has thanked: 3594 times
Been thanked: 60 times

[Linux] Hyper Light Drifter GOG

Post by mozo »

You can't run it if you start it directly?
User avatar
celestialpuma
Mini-Hunter
Posts: 8
Joined: 01 Aug 2020, 23:42

[Linux] Hyper Light Drifter GOG

Post by celestialpuma »

No, nothing happens if I run it. Just reproduced the same issue on another computer (also running Ubuntu 18.04)
User avatar
mozo
Hydrobot
Posts: 216
Joined: 16 Mar 2019, 00:06
Has thanked: 3594 times
Been thanked: 60 times

[Linux] Hyper Light Drifter GOG

Post by mozo »

If you start the file directly from terminal, it will say something. There's no "nothing happens", there should be some output.
And Ubuntu is everything but gaming distro.
User avatar
celestialpuma
Mini-Hunter
Posts: 8
Joined: 01 Aug 2020, 23:42

[Linux] Hyper Light Drifter GOG

Post by celestialpuma »

Right clicking > "Run" on the file does nothing. That is what I meant above.

This is the output when I run the file from terminal:
bash: ./HyperLightDrifter.x86: No such file or directory

Unsure why that happens
User avatar
ZdC
Moto-Terminator
Posts: 160
Joined: 28 Feb 2019, 15:17
Has thanked: 643 times
Been thanked: 159 times

[Linux] Hyper Light Drifter GOG

Post by ZdC »

celestialpuma wrote: 11 Aug 2020, 00:30 This is the output when I run the file from terminal:
bash: ./HyperLightDrifter.x86: No such file or directory

Unsure why that happens
You need to install 32-bit multilib, your current system is 64bit-only, and HyperLightDrifter.x86 is 32-bit
User avatar
mozo
Hydrobot
Posts: 216
Joined: 16 Mar 2019, 00:06
Has thanked: 3594 times
Been thanked: 60 times

[Linux] Hyper Light Drifter GOG

Post by mozo »

celestialpuma wrote: 11 Aug 2020, 00:30 Right clicking > "Run" on the file does nothing. That is what I meant above.

This is the output when I run the file from terminal:
bash: ./HyperLightDrifter.x86: No such file or directory

Unsure why that happens
You don't know how to work with terminal, right?

Open terminal in the file directory and issue:

Code: Select all

./HyperLightDrifter.x86
or

Code: Select all

cd /path/to/file/
./HyperLightDrifter.x86
or

Code: Select all

bash /path/to/file/HyperLightDrifter.x86
User avatar
ZdC
Moto-Terminator
Posts: 160
Joined: 28 Feb 2019, 15:17
Has thanked: 643 times
Been thanked: 159 times

[Linux] Hyper Light Drifter GOG

Post by ZdC »

mozo wrote: 11 Aug 2020, 10:29 bash /path/to/file/HyperLightDrifter.x86
That won't work. And never do this.
User avatar
mozo
Hydrobot
Posts: 216
Joined: 16 Mar 2019, 00:06
Has thanked: 3594 times
Been thanked: 60 times

[Linux] Hyper Light Drifter GOG

Post by mozo »

This is working fine if the file is a script. If it's a binary it'll not work. Then it will be:

Code: Select all

exec /path/to/file/HyperLightDrifter.x86
User avatar
ZdC
Moto-Terminator
Posts: 160
Joined: 28 Feb 2019, 15:17
Has thanked: 643 times
Been thanked: 159 times

[Linux] Hyper Light Drifter GOG

Post by ZdC »

mozo wrote: 11 Aug 2020, 11:34 This is working fine if the file is a script. If it's a binary it'll not work. Then it will be:

Code: Select all

exec /path/to/file/HyperLightDrifter.x86
Just

Code: Select all

./HyperLightDrifter.x86
from game directory is enough. Please stop this. The guy above just don't have 32-bit libs
User avatar
mozo
Hydrobot
Posts: 216
Joined: 16 Mar 2019, 00:06
Has thanked: 3594 times
Been thanked: 60 times

[Linux] Hyper Light Drifter GOG

Post by mozo »

It's enough, yes and I first say that to him but he insist the file isn't there. That's why I told him to try the whole path. Please, read the thread. If he don't have 32-bit libs, the game wouldn't say the file isn't there. It shoud be an error for missing libraries.
User avatar
ZdC
Moto-Terminator
Posts: 160
Joined: 28 Feb 2019, 15:17
Has thanked: 643 times
Been thanked: 159 times

[Linux] Hyper Light Drifter GOG

Post by ZdC »

mozo wrote: 18 Aug 2020, 11:38 If he don't have 32-bit libs, the game wouldn't say the file isn't there. It shoud be an error for missing libraries.
This is incorrect. And yes, that's weird the error is like this, but it's just like this. Go install any 64bit-only distro with no multilib and see. And please stop spreading wrong ways to run games. And yes, Ubuntu 18.04 doesn't have multilib by default. It's very common issue.
User avatar
mozo
Hydrobot
Posts: 216
Joined: 16 Mar 2019, 00:06
Has thanked: 3594 times
Been thanked: 60 times

[Linux] Hyper Light Drifter GOG

Post by mozo »

Ah, wrong ways you say? Who are to define right and wrong? The game can be started in every way I gave him ;)
Post Reply
  • Similar Topics
    Replies
    Views
    Last post