View Single Post
nipple
New Member
Join Date: Sep 2022
Old 09-09-2022 , 16:43   Re: CS:GO Server just won't load Sourcemod/MetaMod
Reply With Quote #9

I think there's some issue or conflict with the C library bundled with csgo.

I've found renaming libgcc_s.so.1 makes me able to load meta/sm.

If you're having this problem in the year of our lord, 2022, try this:

Code:
mv serverfiles/bin/libgcc_s.so.1 serverfiles/bin/libgcc_s.so.1.RENAMED
nipple is offline