AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Source Servers (SRCDS) (https://forums.alliedmods.net/forumdisplay.php?f=130)
-   -   CS:GO Server just won't load Sourcemod/MetaMod (https://forums.alliedmods.net/showthread.php?t=326714)

LSD 08-13-2020 14:24

CS:GO Server just won't load Sourcemod/MetaMod
 
1 Attachment(s)
So hello guys,

I get that this is probably the most asked question on any internet forum ever, but I'm getting pretty mad now. I've been trying to get my CS:GO Server up and running with SourceMod and MetaMod for at least three hours straight.

I've already tried:

-using dev builds of both
-using the most up to date stable build
-using older builds
-completely reinstalling the dedicated CS:GO server three times before each try
-editing the metamod.vdf file to have the complete path including the file format ending in the path
-editing the gameinfo.txt

I also tried at least three different tutorials, which basically told me to do exactly that what I already did before without any success.

Server is running Ubuntu 18.04 LTS Headless, I installed everything via SteamCMD everytime, and I asked two friends who said they only ever needed to paste the files in the correct folders and it worked for them.

I'm also getting the "Failed to load plugin "../csgo/addons/metamod/bin/server"" error. I've ran sudo chmod -R 777 on the entire directory where everything is installed into, so it shouldnt be a permission problem.

It just can't launch the damn plugin, but I can't install Practice Mod and Get5 without it.

I tried using LinuxGSM for setup, but apparently SteamCMD isnt available on repositories anymore, even though I added the repositories shown on the Steam Developer Page that corrospondes to SteamCMD, so that wasn't an option aswell.

If there is any more information needed, I'm gonna provide it as best as I can.

I also included the entire log that the SRCDS Console spat at me from the point of me launching the game. Also tried to launch it in insecure because of the last update which blocks pretty much everything out of accessing


Thanks in advance for any help if anyone knows what I did wrong.

Bacardi 08-14-2020 02:24

Re: CS:GO Server just won't load Sourcemod/MetaMod
 
I'm not using Linux and this is my wild guess.

Did newest Ubuntu work only in 64bit environment ?
https://www.quora.com/Does-Ubuntu-18-04-support-32-bit

Quote:

Originally Posted by Albert Mikolasov
If you are asking about 32bit software on a 64bit Ubuntu, yes its possible. You have to install these packages: libc6:i386, libncurses5:i386, and libstdc++6:i386



...more something
[CSGO] Cannot start servers after today's update

LSD 08-14-2020 11:01

Re: CS:GO Server just won't load Sourcemod/MetaMod
 
Thanks for that, I’m gonna try it. The newest dev branch from Metamod comes included with a metamod_x64.vdf though so shouldn’t it work then? And the server itself is only 32 bit aswell isn’t it? The CS Part of the Server works fine, you can play there and everything, all fine, just not the mods that are important.

Im still GOnna try it, maybe it will do something. I’m gonna reply back to you as soon as I did it.

Thanks

Bacardi 08-14-2020 12:31

Re: CS:GO Server just won't load Sourcemod/MetaMod
 
srcds.exe is 32bit forever

LSD 08-15-2020 10:21

Re: CS:GO Server just won't load Sourcemod/MetaMod
 
So I tried the libraries that you recommended me. It didn't seem to make a difference. Still the same error.

Bacardi 08-15-2020 12:15

Re: CS:GO Server just won't load Sourcemod/MetaMod
 
ok, lets be sure, you have downloaded MM:S and SM Linux versions, not windows ?

Can you see file ../csgo/addons/metamod/bin/server.so ?

*edit
here is video but about windows version, you just need extract zip files and drag files in server, in right place.
https://www.youtube.com/watch?v=jqnn...bCl09GblHV0pX0

Simple installation

*edit
What are you server launch parameters ?

LSD 08-15-2020 12:18

Re: CS:GO Server just won't load Sourcemod/MetaMod
 
Yea I'm 100% sure. I switched the server to Debian now and it works just fine first try and all. Whatever the hell that was, I'm just gonna resort to using Debian for Gameservers. Many thanks still ^^

Bacardi 08-15-2020 12:22

Re: CS:GO Server just won't load Sourcemod/MetaMod
 
good. I still assume, it need some files... can't remember

nipple 09-09-2022 16:43

Re: CS:GO Server just won't load Sourcemod/MetaMod
 
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

MsNs7 09-27-2022 05:40

Re: CS:GO Server just won't load Sourcemod/MetaMod
 
@nipple
It worked like a charm. HUGE thanks man!!


All times are GMT -4. The time now is 14:55.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.