-
Notifications
You must be signed in to change notification settings - Fork 26
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
Unable to load hl.so on linux server (8684) #176
Comments
Has the same problem, even on 8308 version. Does anyone have a solution? |
I do recommend you this metamod : https://www.amxmodx.org/release/metamod-1.21.1-am.zip
|
Please, follow this installation guide to install 32-bit libraries. BHL requires Ubuntu 18.04 or newer for release builds and Ubuntu 20.04 or newer for development builds from GitHub Actions. This is the launch script that I use during development: #!/bin/bash
export LD_LIBRARY_PATH=.
./hlds_linux -game -valve +log on +localinfo mm_gamedll dlls/hl.so +sv_lan 1 +maxplayers 32 +map crossfire $@
|
@tmp64 thanks, everything works now. @J6ey you also need to remove |
Here's my hlds_run version:
When I use the hl.so from BugfixedHL-1.9.1-server I just get this error message:
There's nothing wrong my liblist.gam setup; I'm able to run the stock hl.so just fine.
But here is how it looks:
Is this a known issue with linux server? Any help would be appreciated.
The text was updated successfully, but these errors were encountered: