We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
More specific with this folder (The Steam folder)
But if i rename or remove that /home/eu/.local/share/Steam folder, HLDS runs fine.
/home/eu/.local/share/Steam
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,
The text was updated successfully, but these errors were encountered:
Try this
Sorry, something went wrong.
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
No branches or pull requests
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
More specific with this folder (The Steam folder)
But if i rename or remove that
/home/eu/.local/share/Steam
folder, HLDS runs fine.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,
The text was updated successfully, but these errors were encountered: