-
Notifications
You must be signed in to change notification settings - Fork 11
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
Reunion fail to load #5
Comments
Thanks for reporting. 4 things to consider:
|
many thanks i go try and return with result |
I would also like to add that it's necessary to turn on the server with logging and debug mode activated. This will allow the Metamod to display the reasons why the plugin fails to load. Add in startup line: |
i fallow your steps and now server failed Half-life binary './hlds_linux' not executable, exiting
Wed 06 Nov 2024 05:39:11 PM UTC: Server Failed |
i go rebuild server and +log on -debug |
chmod +x hlds_linux hlds_run
./hlds_run -game cstrike +map de_dust2 +log on -debug |
log error reunion L 11/06/2024 - 18:09:27: [META] dll: Loaded plugin 'AMX Mod X': AMX Mod X v1.9.0.5294 Jun 3 2020, AMX Mod X Dev Team
[REUNION]: SteamIdHashSalt is not set or too short
L 11/06/2024 - 18:09:27: [REUNION]: SteamIdHashSalt is not set or too short
L 11/06/2024 - 18:09:27: [META] ERROR: dll: Failed attach plugin 'Reunion': Error from Meta_Attach(): 0
L 11/06/2024 - 18:09:27: [META] ERROR: dll: Failed to attach plugin 'Reunion'
L 11/06/2024 - 18:09:27: [META] ERROR: dll: Failed to load plugin 'reunion_mm_i386.so'
L 11/06/2024 - 18:09:27: [META] dll: Finished loading 1 plugins
L 11/06/2024 - 18:09:27: Log file closed |
Check this out please Thanks for this issue @jamesjamesbond1999, the description should be added mandatory setting of the Solution:Set |
Set |
Any random value (like generated password) with 32 length |
thanks, reunion still fail start new log [REUNION]: Failed to locate REHLDS API
L 11/06/2024 - 18:41:27: [REUNION]: Failed to locate REHLDS API
L 11/06/2024 - 18:41:27: [META] ERROR: dll: Failed attach plugin 'Reunion': Error from Meta_Attach(): 0
L 11/06/2024 - 18:41:27: [META] ERROR: dll: Failed to attach plugin 'Reunion'
L 11/06/2024 - 18:41:27: [META] ERROR: dll: Failed to load plugin 'reunion_mm_i386.so'
L 11/06/2024 - 18:41:27: [META] dll: Finished loading 1 plugins |
give answer from maybe need to install ReHLDS (as said requirement section) |
AMX Mod X comes with ABSOLUTELY NO WARRANTY; for details type `amxx gpl'. L 11/06/2024 - 18:41:27: [META] dll: Loaded plugin 'AMX Mod X': AMX Mod X v1.9.0.5294 Jun 3 2020, AMX Mod X Dev Team
[ 1] AMX Mod X RUN - amxmodx_mm_i386. v1.9.0.5 ini Start ANY |
You install the Metamod plugin ReUnion, it requires the ReHLDS version of the engine (its API). We need to know what version of HLDS (console command |
|
Apparently you are new to the HLDS community and it will be difficult for you to navigate through the necessary versions and modules. At the moment there is no full explanation of what to use and how to use it, but you need to:
|
i installed ReHLDS on top of it. chmod +x hlds_linux hlds_run run server and server crash |
It's not ReHLDS. |
root@ubuntu-teste:/home/cs# ./hlds_run -console -game cstrike +maxplayers 12 +map de_dust2 +log on -debug |
hello. describe please, how did you installed rehlds? |
i donwload last release from https://github.com/rehlds/rehlds/releases/tag/3.13.0.788 extract file, i copy all content folder linux32 for server |
ok, thank you. how did you installed hlds before? via steamcmd? did you installed latest version or installed with legacy banch? current version of rehlds and plugins not compatible with fresh 25'th update of hlds and needs old release version. |
i installed server cs 1.6 with steamcmd terminal ubuntu 20 latest version app_update 90 how install with legacy banch |
app_update 90 -beta steam_legacy validate |
thanks bro |
welcome but try to clean install instead of downgrading from "25th" to "legacy" to prevent unexpected errors. |
i go remove all and try =D |
any plugin or comand for server appear on internet list |
Reunion fail to load, ubuntu 20 x64
metamod-1.21.1-am
reunion_0_1_0_92d
a follow this steps and fail to load
Go to /addons/ and make new directory named reunion
- its a game directory; cstrike for Counter-Strike, valve for Half-Life, etc
Go to /addons/ and make new directory named reunion
- its a game directory; cstrike for Counter-Strike, valve for Half-Life, etc
Copy reunion_mm.dll or reunion_mm_i386.so to /addons/reunion/
Go to metamod installation directory (usually its /addons/metamod/) and edit plugins.ini:
add this line for windows
win32 addons\reunion\reunion_mm.dll
or this for linux
linux addons/reunion/reunion_mm_i386.so
at the beginning of the file
Copy reunion.cfg to server root or gamedir.
The text was updated successfully, but these errors were encountered: