GameServerManagers / LinuxGSM

The command-line tool for quick, simple deployment and management of Linux dedicated game servers.
https://linuxgsm.com
MIT License
4.25k stars 813 forks source link

[BUG] Sourcemod / Metamod Not Working #3958

Closed Vanheden closed 1 year ago

Vanheden commented 2 years ago

User Story

Sourcemod and Metamod is not working on a fresh installed CSGO server.

Basic info

Further Information

It took a few days to figure it out with the help of AlliedModders Discord & Wiki site.

Removing libgcc_s.so.1 from /home/USERNAME/serverfiles/bin/ does the trick and let's you run SourceMod/Metamod.

Wiki about the issue. https://wiki.alliedmods.net/User:Nosoop/Guide/Game_Server_Configuration#Linux_extension_failing_to_load_on_outdated_GLIBCXX_.2A_version

To Reproduce

Steps to reproduce the behaviour:

  1. Install a fresh CS:GO Server.
  2. Use LinuxGSM mod installer or upload your own SourceMod/Metamod.
  3. Start the server and type meta list in the server console.
  4. The message you will see is something like Unkown Command.
  5. Error:

Detected engine 11 but could not load: /home/csgo/serverfiles/bin/libgcc_s.so.1: version GCC_7.0.0 not found (required by /lib/i386-linux-gnu/libstdc++.so.6)

Expected behaviour

It should work at the moment the mods are installed.

github-actions[bot] commented 11 months ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.