alliedmodders / cssdm

Counter-Strike:Source Deathmatch
Other
23 stars 11 forks source link

plugin not work after update11-20-19 #12

Closed juicycookies closed 4 years ago

juicycookies commented 4 years ago

the plugin not work after the latest update, server runs with sourcemod 1.10, metamod 1.10.7, and os linux, please help fix and update cssdm plugin. https://forums.alliedmods.net/showthread.php?t=316592

kilroy98 commented 4 years ago

@Drifter321 need your help

maribeiro commented 4 years ago

Yup, @Drifter321 it's not working...

JustZerooo commented 4 years ago

@Drifter321 YYou need get paid or why not anymore update here?

Headline commented 4 years ago

What other information has been given other than “it’s not working”

Load it manually by doing sm exts load and paste the output please

JustZerooo commented 4 years ago

Dafuq?

Headline commented 4 years ago

It could need gamedata, a rebuild, some other more invasive changes, and I may be able to fix it if I knew what it needed. I’m currently on holiday and have no idea what the issue is so the more information the better

JustZerooo commented 4 years ago
L 12/24/2019 - 20:28:50: SourceMod error session started
L 12/24/2019 - 20:28:50: Info (map "de_mirage") (file "/home/csgoserver/serverfiles/csgo/addons/sourcemod/logs/errors_20191224.log")
L 12/24/2019 - 20:28:50: [SM] Unable to load extension "cssdm.ext": Could not find signature "CSWeaponDrop"
L 12/24/2019 - 20:28:50: [SM] Unable to load plugin "cssdm/dm_equipment.smx": Required extension "CS:S DM" file("cssdm.ext") not running
L 12/24/2019 - 20:28:50: [SM] Unable to load plugin "cssdm/dm_basics.smx": Required extension "CS:S DM" file("cssdm.ext") not running
L 12/24/2019 - 20:28:50: [SM] Unable to load plugin "cssdm/dm_spawn_protection.smx": Required extension "CS:S DM" file("cssdm.ext") not running
L 12/24/2019 - 20:28:50: [SM] Unable to load plugin "cssdm/dm_preset_spawns.smx": Required extension "CS:S DM" file("cssdm.ext") not running
L 12/24/2019 - 20:28:50: [SM] Unable to load plugin "cssdm/dm_bot_quotas.smx": Required extension "CS:S DM" file("cssdm.ext") not running
L 12/24/2019 - 20:28:50: [SM] Unable to load plugin "upgrades/smrpg_upgrade_speed.smx": Required extension "dhooks" file("dhooks.ext") not running

I changed the signature after searching :

"linux"            "\x55\x89\xE5\x57\x56\x53\x81\xEC\x00\x00\x00\x00\x8B\x45\x08\x0F\xB6\x5D\x14"

After cheking into IDA

#

asherkin commented 4 years ago

You have the wrong binary open in IDA - CS:GO's Linux server bins do not have symbols.

JustZerooo commented 4 years ago

Yep. I changed ti the correct one but signatur not working because need some more changes.

Headline commented 4 years ago

I’m assuming the parameters to the target function has changed

K1ller0561 commented 4 years ago

Same problem here, server is crashing, when cssdm was loaded. If cssdm disabled, server not crashing anymore and work fine. We need a update for cssdm. Thanks!

Btw: Merry christmas and happy new year!

JustZerooo commented 4 years ago

https://forums.alliedmods.net/showthread.php?t=190785&page=22

Updated!

K1ller0561 commented 4 years ago

Will there be a new snapshot for cssdm? Because no new one is available yet.

Headline commented 4 years ago

Yes, buildbot needs some tweaks for sourcemod 1.10 compilation but I’ll take a look tomorrow and then finish patch #13 if it’s not done by then so we can get this out

Headline commented 4 years ago

Should be fixed, please refer to the following builds and let me know if all is well

  | cssdm-2.1.6-git268-linux.tar.gz | 29-Dec-2019 14:03 | 367K
  | cssdm-2.1.6-git268-windows.zip | 29-Dec-2019 14:03 | 348K
  | cssdm-2.1.6-git268-mac.zip | 29-Dec-2019 14:02 | 229K
K1ller0561 commented 4 years ago

Thanks. Work perfect! Problem was solved. Thx for the quick fix.