-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
wrong ELF class: ELFCLASS64 #192
Comments
tf2 | magnitude of 'Cn' or increase the magnitude of 'An'. For example, and it seems server works but running vanilla with cp_badlands. |
You're running 32-bit version of the TF2 server. Loading 64-bit extensions will always fail. This message is expected, it's not an error, since the 32-bit version of the metamod is loaded successfully. |
but it's a premade image for the tf2-mge plugin, I haven't changed anything |
The 64-bit metamod build comes with the metamod extension, they bundle both 32-bit and 64-bit builds. Server loads the 32-bit version and complains about the 64-bit one, but it doesn't harm it in any way. |
But you're right, I can get rid of the incompatible binary just to silence the error. It may be confusing. |
Turns out I had some map configuration issues going on, that's why my server couldn't start properly Yeah and it's not the only one, there's a couple of errors showing in the console but everything works flawlessly! Thanks for an explanation :-) |
failed to dlopen /home/tf2/server/tf/addons/metamod/bin/linux64/server.so error=/home/tf2/server/tf/addons/metamod/bin/linux64/server.so: wrong ELF class: ELFCLASS64
Unable to load plugin "addons/metamod/bin/linux64/server"
using tf2-mge image
The text was updated successfully, but these errors were encountered: