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

[HELP] Arch Linux (steam) package conflict with HLDS #1043

Closed
SmileYzn opened this issue Aug 9, 2024 · 2 comments
Closed

[HELP] Arch Linux (steam) package conflict with HLDS #1043

SmileYzn opened this issue Aug 9, 2024 · 2 comments

Comments

@SmileYzn
Copy link

SmileYzn commented Aug 9, 2024

Hi folks, HLDS or ReHLDS is not starting when you install steam package on arch Linux.

Is not a bug with HLDS itself, but is not being compatible with installed steam in arch Linux

image

More specific with this folder (The Steam folder)

image

But if i rename or remove that /home/eu/.local/share/Steam folder, HLDS runs fine.

image

Ps.
The Arch Linux package recommended is and installed steam (Not steam-runtime).

There is any chance to discover why HLDS insists to import something from /home/eu/.local/share/Steam?

I'm trying to run HLDS and Steam at same time basically,

@Nord1cWarr1or
Copy link
Contributor

Try this

@SmileYzn
Copy link
Author

SmileYzn commented Aug 9, 2024

Thanks for help!

I found the real problem:

HLDS really looks for home folder of current user and try to load something from there

https://github.com/dreamstalker/rehlds/blob/7073363c885c8f0c6e9967c09f41fcd733306ab1/rehlds/filesystem/FileSystem_Stdio/src/pathmatch.cpp#L503

Just change HOME environment variable when launch HLDS works and fix that problem.

#!/bin/bash
clear
export HOME=
./hlds_run -steam_dir . -game cstrike -steam -master -secure -pingboost 3 -bots +port 27020 +ip 192.168.100.100 +maxplayers 32 +map de_inferno +sys_ticrate 1000

@SmileYzn SmileYzn closed this as completed Aug 9, 2024
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

2 participants