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

×
I just installed Loop Hero from the standard installed, and when I try to run it, it get the following error:

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

I'm running Arch, and can only find librtmp0 in the community repository. Any advice on how to fix this?
This question / problem has been solved by soulsourceimage
We had the same issue about the same time :D

As written in the thread I started, the game launches if launched using the game's binary instead of run.sh or start.sh.
You can probably also get it to run by commenting out the line
export LD_LIBRARY_PATH="./assets/linuxlibs/:$LD_LIBRARY_PATH:/usr/lib"
in run.sh.
Oh, wonderful! That solved my issue! Thank you!
Installing rtmpdump installed the missing library for me :)
avatar
soulsource: We had the same issue about the same time :D

As written in the thread I started, the game launches if launched using the game's binary instead of run.sh or start.sh.
You can probably also get it to run by commenting out the line
export LD_LIBRARY_PATH="./assets/linuxlibs/:$LD_LIBRARY_PATH:/usr/lib"
in run.sh.
This is still happening, and the solution still worked. Is there some way to report this or submit a fix? I don't want to beat the same paths others have beaten, but a one line fix really shouldn't still be pending a year later.