Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hello I was wondering if I am doing something wrong, I downloaded the latest linux version and try to run it on the terminal but I get this error. And I've checked and see that libportaudio.so is in the lib folder so it isn't missing.

Hi there, sorry i keep forgetting to put this in the install instructions but hopefully it won't be necessary soon;

You need to do the following in the rahituber directory:

LD_LIBRARY_PATH=$(PWD)/lib && ./RahiTuber 

Might be useful to make a bash script for startup. I will add one to the current release package

Thanks for the reply, and I did do this instead, where I installed the Windows version and ran the RahiTuber_64.exe with wine and it works right off the bat, the only issue right now is that every time I open the program the program forgets the location for the art assets. But I'll try what yah sent real quick.

Okay so I get this now ./run.sh: line 2: PWD: command not found

Okay so I've search it up and PWD needs to be lowercase I believe but it still does this error after running it {./RahiTuber: error while loading shared libraries: libportaudio.so: cannot open shared object file: No such file or directory}

Ok. There will be a fix for this problem in the next Linux release, sorry about that!

(+1)

I was testing Nobara/Fedora 42 in a virtual machine recently and I only managed to run RahiTuber after installing these libraries:

  • portaudio
  • portaudio-dev
  • SFML
  • SFML-dev
(+1)

Thanks - yeah, in the next release, those should be built into the executable