source-engine icon indicating copy to clipboard operation
source-engine copied to clipboard

hl2_launcher not starting on RPi5

Open iamthenoname opened this issue 1 year ago • 2 comments

The commands I used to build:

python3 ./waf configure -T release --prefix=hl2 --build-games=hl2 --disable-warns
python3 ./waf build -p -v
python3 ./waf install

Running ./hl2_launcher crashes with the following output:

libtogl.so: cannot open shared object file: No such file or directory
Failed to load the launcher
bin/launcher.so: cannot open shared object file: No such file or directory
Failed to load the launcher

iamthenoname avatar Dec 01 '24 07:12 iamthenoname

did you copy the game files?

00unkn0wn00 avatar Dec 02 '24 16:12 00unkn0wn00

The commands I used to build:

python3 ./waf configure -T release --prefix=hl2 --build-games=hl2 --disable-warns
python3 ./waf build -p -v
python3 ./waf install

Running ./hl2_launcher crashes with the following output:

libtogl.so: cannot open shared object file: No such file or directory
Failed to load the launcher
bin/launcher.so: cannot open shared object file: No such file or directory
Failed to load the launcher

You need provide full path in prefix like --prefix=/home/user/source, then copy hl2 files to this path, if this doesnt work try launch with LD_LIBRARY_PATH

ItzVladik avatar Dec 05 '24 05:12 ItzVladik