Raised This Month: $51 Target: $400
 12% 

CSGO Update broke SM/SDK Hooks


Post New Thread Reply   
 
Thread Tools Display Modes
Sajmooooon
Senior Member
Join Date: Nov 2018
Location: Slovakia
Old 02-03-2023 , 14:23   Re: CSGO Update broke SM/SDK Hooks
Reply With Quote #41

https://www.sourcemod.net/smdrop/1.1...8-linux.tar.gz

this link should work
Sajmooooon is offline
mirel1337
Junior Member
Join Date: Feb 2023
Old 02-03-2023 , 16:28   Re: CSGO Update broke SM/SDK Hooks
Reply With Quote #42

Hey, I still have this problem, maybe someone can help me?
Logs:

L 02/03/2023 - 23:28:14: [SDKTOOLS] Sigscan for FireOutput failed
L 02/03/2023 - 23:28:14: [SDKTOOLS] Sigscan for WriteBaselines failed
L 02/03/2023 - 23:28:14: [SDKTOOLS] Failed to find WriteBaselines signature -- stringtable error workaround disabled.
mirel1337 is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 02-03-2023 , 16:37   Re: CSGO Update broke SM/SDK Hooks
Reply With Quote #43

Windows, Linux ?


update gamedata folder (gamedata txt files)
Bacardi is offline
mirel1337
Junior Member
Join Date: Feb 2023
Old 02-03-2023 , 16:41   Re: CSGO Update broke SM/SDK Hooks
Reply With Quote #44

Quote:
Originally Posted by Bacardi View Post
Windows, Linux ?


update gamedata folder (gamedata txt files)
Linux. I tried to update them with latest stable version, for Linux and I tried Windows as well, and I also tried the dev version, both Linux and Windows. Sadly no result.
mirel1337 is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 02-03-2023 , 16:47   Re: CSGO Update broke SM/SDK Hooks
Reply With Quote #45

...if you can on Linux, use operation system commands.
Go into addon/sourcemod/gamedata/ folder and use command
ls -l

Maybe permission problem. Look does every group have "r" option (read).

*edit
I don't know much linux
Code:
pop@pop-os:~$ cd server/csgo/csgo/addons/sourcemod/gamedata/
pop@pop-os:~/server/csgo/csgo/addons/sourcemod/gamedata$ ls -l
total 36
drwxrwxrwx 2 pop pop 4096 Feb  3 22:06 core.games
-rwxr--r-- 1 pop pop 2791 Feb  3 22:02 csgo_endmatch_votenextmap.games.txt
-rwxr--r-- 1 pop pop  561 Feb 23  2021 csgo_sv_password.games.txt
-rwxr--r-- 1 pop pop 2174 Apr 12  2022 funcommands.games.txt
drwxrwxrwx 2 pop pop 4096 Feb  3 22:06 sdkhooks.games
drwxrwxrwx 2 pop pop 4096 Feb  3 22:06 sdktools.games
drwxrwxrwx 2 pop pop 4096 Feb  3 22:06 sm-cstrike.games
-rwxr--r-- 1 pop pop 4952 Jan  5 16:05 sm-tf2.games.txt
__________________
Do not Private Message @me

Last edited by Bacardi; 02-03-2023 at 16:49.
Bacardi is offline
mirel1337
Junior Member
Join Date: Feb 2023
Old 02-03-2023 , 16:52   Re: CSGO Update broke SM/SDK Hooks
Reply With Quote #46

Quote:
Originally Posted by Bacardi View Post
...if you can on Linux, use operation system commands.
Go into addon/sourcemod/gamedata/ folder and use command
ls -l

Maybe permission problem. Look does every group have "r" option (read).

*edit
I don't know much linux
Code:
pop@pop-os:~$ cd server/csgo/csgo/addons/sourcemod/gamedata/
pop@pop-os:~/server/csgo/csgo/addons/sourcemod/gamedata$ ls -l
total 36
drwxrwxrwx 2 pop pop 4096 Feb  3 22:06 core.games
-rwxr--r-- 1 pop pop 2791 Feb  3 22:02 csgo_endmatch_votenextmap.games.txt
-rwxr--r-- 1 pop pop  561 Feb 23  2021 csgo_sv_password.games.txt
-rwxr--r-- 1 pop pop 2174 Apr 12  2022 funcommands.games.txt
drwxrwxrwx 2 pop pop 4096 Feb  3 22:06 sdkhooks.games
drwxrwxrwx 2 pop pop 4096 Feb  3 22:06 sdktools.games
drwxrwxrwx 2 pop pop 4096 Feb  3 22:06 sm-cstrike.games
-rwxr--r-- 1 pop pop 4952 Jan  5 16:05 sm-tf2.games.txt
Sadly I don't have access. I just have a gamepanel where I can manage my server (restart etc) and I can use a FTP client for specific purposes, but I tried changing perms to 644 from FileZilla. It worked, I got no errors but it still doesn't work...
mirel1337 is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 02-03-2023 , 17:01   Re: CSGO Update broke SM/SDK Hooks
Reply With Quote #47

I remember FileZilla given a lot problem when you transfer text file on your OS Windows to Linux server.

Here is one page of it. https://www.inmotionhosting.com/supp...-ftp-transfer/

So, go FileZilla settings and look transfer mode. Change Auto to ASCII, and move only TXT files.

After that remember change back to Auto mode.

Does this help ?

Mention your mod versions next time.

meta version
meta list
sm version
sm exts list
sm plugins list
__________________
Do not Private Message @me

Last edited by Bacardi; 02-03-2023 at 17:04.
Bacardi is offline
mirel1337
Junior Member
Join Date: Feb 2023
Old 02-03-2023 , 17:23   Re: CSGO Update broke SM/SDK Hooks
Reply With Quote #48

Quote:
Originally Posted by Bacardi View Post
I remember FileZilla given a lot problem when you transfer text file on your OS Windows to Linux server.

Here is one page of it. https://www.inmotionhosting.com/supp...-ftp-transfer/

So, go FileZilla settings and look transfer mode. Change Auto to ASCII, and move only TXT files.

After that remember change back to Auto mode.

Does this help ?

Mention your mod versions next time.

meta version
meta list
sm version
sm exts list
sm plugins list
I swapped FileZilla for WinSCP, did everything again, but nothing changed. I can't type any commands, as the server just reboots and won't take any commands.
mirel1337 is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 02-03-2023 , 17:42   Re: CSGO Update broke SM/SDK Hooks
Reply With Quote #49

...you don't had to switch program.

Anyway, go ...addons/ folder and delete metamod.vdf file

This will stop loading MM:S and SM on next boot.


Try again upgrade files.
Make sure you have after this metamod.vdf file in addons folder and restart server.


*edit
By the way people, if you can not get even MetaMod source running after csgo update.
https://wiki.alliedmods.net/Installing_metamod:source

DELETE FILE:
Code:
"/path/to/server_install/bin/libgcc_s.so.1
It is in bin folder, up from csgo folder.
__________________
Do not Private Message @me

Last edited by Bacardi; 02-03-2023 at 17:52.
Bacardi is offline
mirel1337
Junior Member
Join Date: Feb 2023
Old 02-04-2023 , 05:24   Re: CSGO Update broke SM/SDK Hooks
Reply With Quote #50

Quote:
Originally Posted by Bacardi View Post
...you don't had to switch program.

Anyway, go ...addons/ folder and delete metamod.vdf file

This will stop loading MM:S and SM on next boot.


Try again upgrade files.
Make sure you have after this metamod.vdf file in addons folder and restart server.


*edit
By the way people, if you can not get even MetaMod source running after csgo update.
https://wiki.alliedmods.net/Installing_metamod:source

DELETE FILE:
Code:
"/path/to/server_install/bin/libgcc_s.so.1
It is in bin folder, up from csgo folder.
I fixed the issue. The problem was SteamWorks; quite weird because it worked after every single update Valve pushed. Thank you so much for your help!
mirel1337 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:54.


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