Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hl2_launcher not starting on RPi5 #403

Open
iamthenoname opened this issue Dec 1, 2024 · 2 comments
Open

hl2_launcher not starting on RPi5 #403

iamthenoname opened this issue Dec 1, 2024 · 2 comments

Comments

@iamthenoname
Copy link

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
@unkn0wncvm1
Copy link

did you copy the game files?

@ItzVladik
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants