Loop Hero

Loop Hero

View Stats:
 This topic has been pinned, so it's probably important
theRandom  [developer] Apr 22, 2022 @ 7:28am
Linux various support.
For now game officially supports only Ubuntu 18-20.

Whoever has difficulty running the game on different versions of Linux needs your help!

If your system asked for any libraries and you found a solution - let us know here. Someone might find this useful!

Thanks in advance.

P.S.
For Ubuntu need to install next libs:
• libcurl4
• libopenal1
• libldap24
Last edited by theRandom; May 10, 2022 @ 10:33am
< >
Showing 1-15 of 62 comments
Praetor Apr 24, 2022 @ 1:10am 
2
Trying to launch it right now on a fresh Ubuntu 22.04.
So far I had to download and install libssl1.1_1.1.1f-1ubuntu2.12_amd64.deb package to get libssl.so.1.1 and libcrypto.so.1.1

libldap_r-2.4.so.2 and liblber-2.4.so.2 both found in libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb

libgssapi.so.3 found in libgssapi3-heimdal_7.7.0+dfsg-2ubuntu2_amd64.deb

libheimntlm.so.0 found in libheimntlm0-heimdal_7.7.0+dfsg-2ubuntu2_amd64.deb

libkrb5.so.26 found in libkrb5-26-heimdal_7.7.0+dfsg-2ubuntu2_amd64.deb

libasn1.so.8 found in libasn1-8-heimdal_7.7.0+dfsg-2ubuntu2_amd64.deb

libhcrypto.so.4 found in libhcrypto4-heimdal_7.7.0+dfsg-2ubuntu2_amd64.deb
libroken.so.18 found in libroken18-heimdal_7.7.0+dfsg-2_amd64.deb
libwind.so.0 found in libwind0-heimdal_7.7.0+dfsg-2_amd64.deb
libheimbase.so.1 found in libheimbase1-heimdal_7.7.0+dfsg-2ubuntu2_amd64.deb
libhx509.so.5 found in libhx509-5-heimdal_7.7.0+dfsg-2ubuntu2_amd64.deb

Looks like that's it, game launches now and seems working perfectly.

I created archive with libraries mentioned above: https://disk.yandex.ru/d/q68FzW9RFafE7w
Last edited by Praetor; Apr 24, 2022 @ 2:06am
Squiddy Apr 26, 2022 @ 4:08am 
Game Maker's own docs list them: https://help.yoyogames.com/hc/en-us/articles/360024186531 at the bottom. If any are missing, Game Maker need to know, and really, Game Maker need to stop putting this on devs, no other game engine does.
ZereoX Apr 29, 2022 @ 8:07am 
Same thing as above. Ubuntu 22.04 has dropped libssl1.1 in favor of libssl3. You must grab the .deb for 21.10 and manually install it: https://packages.ubuntu.com/impish/libssl1.1 (Official Ubuntu Repo)

Error:
"./Loop_Hero: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory"
Praetor May 1, 2022 @ 11:17am 
Originally posted by ZereoX:
Same thing as above. Ubuntu 22.04 has dropped libssl1.1 in favor of libssl3. You must grab the .deb for 21.10 and manually install it: https://packages.ubuntu.com/impish/libssl1.1 (Official Ubuntu Repo)

Error:
"./Loop_Hero: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory"

Well, in my post above I mentioned full list of libraries required to launch Loop Hero right now in 22.04. So, you can either use my archive that has all the libs included, or just manually download and install mentioned packets from Ubuntu repos.
wildw1ng May 6, 2022 @ 1:57am 
hi, i'm getting an error on game launch

$ ./run.sh
./Loop_Hero: error while loading shared libraries: librtmp.so.1: cannot open shared object file: No such file or directory

Arch Linux 5.17.5-arch1-1
There is no librtmp i my reposoroty nor AUR.

$ ./Loop_Hero seems to working fine but the setting are not saved

Edit: i installed two packages.
sudo pacman -Syu rtmpdump
yay -Syu libldap24

Game starts fine now but i am still getting errors in terminal:
error trying to load file_ini.gml - file_ini.gml: cannot open shared object file: No such file or directory
error trying to load file_ini.so - file_ini.so: cannot open shared object file: No such file or directory
error trying to load libfile_ini.so - libfile_ini.so: cannot open shared object file: No such file or directory
error trying to load file_ini_linux.so - file_ini_linux.so: cannot open shared object file: No such file or directory
error trying to load libfile_ini_linux.so - libfile_ini_linux.so: cannot open shared object file: No such file or directory
error trying to load file_ini_arm.so - file_ini_arm.so: cannot open shared object file: No such file or directory
error trying to load libfile_ini_arm.so - libfile_ini_arm.so: cannot open shared object file: No such file or directory
error trying to load libfile_ini_linux_arm.so - libfile_ini_linux_arm.so: cannot open shared object file: No such file or directory
error trying to load file_ini_armeabi-v7a.so - file_ini_armeabi-v7a.so: cannot open shared object file: No such file or directory
error trying to load libfile_ini_armeabi-v7a.so - libfile_ini_armeabi-v7a.so: cannot open shared object file: No such file or directory
error trying to load libfile_ini_linux_armeabi-v7a.so - libfile_ini_linux_armeabi-v7a.so: cannot open shared object file: No such file or directory
error trying to load file_ini_arm64.so - file_ini_arm64.so: cannot open shared object file: No such file or directory
error trying to load libfile_ini_arm64.so - libfile_ini_arm64.so: cannot open shared object file: No such file or directory
error trying to load libfile_ini_linux_arm64.so - libfile_ini_linux_arm64.so: cannot open shared object file: No such file or directory
error trying to load file_ini_arm64-v8a.so - file_ini_arm64-v8a.so: cannot open shared object file: No such file or directory
error trying to load libfile_ini_arm64-v8a.so - libfile_ini_arm64-v8a.so: cannot open shared object file: No such file or directory
error trying to load libfile_ini_linux_arm64-v8a.so - libfile_ini_linux_arm64-v8a.so: cannot open shared object file: No such file or directory
error trying to load qs.gml - qs.gml: cannot open shared object file: No such file or directory
error trying to load qs.so - qs.so: cannot open shared object file: No such file or directory
error trying to load libqs.so - libqs.so: cannot open shared object file: No such file or directory
error trying to load qs_linux.so - qs_linux.so: cannot open shared object file: No such file or directory
error trying to load libqs_linux.so - libqs_linux.so: cannot open shared object file: No such file or directory
error trying to load qs_arm.so - qs_arm.so: cannot open shared object file: No such file or directory
error trying to load libqs_arm.so - libqs_arm.so: cannot open shared object file: No such file or directory
error trying to load libqs_linux_arm.so - libqs_linux_arm.so: cannot open shared object file: No such file or directory
error trying to load qs_armeabi-v7a.so - qs_armeabi-v7a.so: cannot open shared object file: No such file or directory
error trying to load libqs_armeabi-v7a.so - libqs_armeabi-v7a.so: cannot open shared object file: No such file or directory
error trying to load libqs_linux_armeabi-v7a.so - libqs_linux_armeabi-v7a.so: cannot open shared object file: No such file or directory
error trying to load qs_arm64.so - qs_arm64.so: cannot open shared object file: No such file or directory
error trying to load libqs_arm64.so - libqs_arm64.so: cannot open shared object file: No such file or directory
error trying to load libqs_linux_arm64.so - libqs_linux_arm64.so: cannot open shared object file: No such file or directory
error trying to load qs_arm64-v8a.so - qs_arm64-v8a.so: cannot open shared object file: No such file or directory
error trying to load libqs_arm64-v8a.so - libqs_arm64-v8a.so: cannot open shared object file: No such file or directory
error trying to load libqs_linux_arm64-v8a.so - libqs_linux_arm64-v8a.so: cannot open shared object file: No such file or directory
Last edited by wildw1ng; May 6, 2022 @ 4:04am
gandalfe May 6, 2022 @ 10:58pm 
Linux Mint 19.

Game launches find, but since the last update, it's only wanting to work with a controller. Not working with mouse at all, if I try, it will only occasionally select only the top menu item, but shows to hit A or B at the bottom left. Renders the game unplayable.
Myd May 7, 2022 @ 7:44am 
I have this issue on Fedora 35 :

./Loop_Hero: error while loading shared libraries: libopenal.so.1: cannot open shared object file: No such file or directory

Everything works fine if I use Proton 7 for compatibility though.
bulletjak May 8, 2022 @ 12:37am 
(Artix Linux) ./run.sh gives missing libldap_r-2.4.so.2

Installing libldap24 from the AUR solves the issue.
Last edited by bulletjak; May 8, 2022 @ 12:40am
theRandom  [developer] May 10, 2022 @ 12:37pm 
Originally posted by gandalfe:
Linux Mint 19.

Game launches find, but since the last update, it's only wanting to work with a controller. Not working with mouse at all, if I try, it will only occasionally select only the top menu item, but shows to hit A or B at the bottom left. Renders the game unplayable.
Is option to disable gamepad in v1.154 helps?
gb May 14, 2022 @ 12:30pm 
Works well on debian unstable.
Fatman May 16, 2022 @ 2:09pm 
Works fine on Void Linux.
Lulu Jun 25, 2022 @ 8:31am 
It's strange that the pegged versions of libopenal and libcurl come bundled with the game but libldap_r/liblber doesn't. I had to manually build OpenLDAP v2.4 from source to shove the library files into `assets/linuxlibs' and then it worked.
ribald_om Aug 16, 2022 @ 6:50pm 
Originally posted by Praetor:
Looks like that's it, game launches now and seems working perfectly.

I created archive with libraries mentioned above: https://disk.yandex.ru/d/q68FzW9RFafE7w

This worked for me, thank you. On Xubuntu 22.04
ge0rge Aug 30, 2022 @ 4:55am 
so, is there any SUDO APT INSTALL ANYTHING OR OTHER THING which solves this problem easier way ? .... for now, the easiest solution to this is just FORCE COMPATIBILITY LAYER "PROTON" to run the game instead of NATIVE. Then it works fine and its just one small checkbox.
Last edited by ge0rge; Aug 30, 2022 @ 4:58am
TheK0tYaRa Aug 30, 2022 @ 4:37pm 
Originally posted by theRandom:
Originally posted by gandalfe:
Linux Mint 19.

Game launches find, but since the last update, it's only wanting to work with a controller. Not working with mouse at all, if I try, it will only occasionally select only the top menu item, but shows to hit A or B at the bottom left. Renders the game unplayable.
Is option to disable gamepad in v1.154 helps?
same issue but it rapidly switches to controller mode every time i use the mouse. Running Gentoo linux so there is no specific version. Ask for command output and i will provide.
< >
Showing 1-15 of 62 comments
Per page: 1530 50