Nolo001-Aha / SourceMod-ReBanner

Rebans alt accounts of banned players through fingerprinting via SteamID, IP addresses and clientside cookies
GNU General Public License v3.0
29 stars 5 forks source link

Error gamedata file #6

Closed MickaNoob closed 1 year ago

MickaNoob commented 1 year ago

Hi,

I have this error with the latest version of gamedata file.

L 04/22/2023 - 11:18:17: [SM] Exception reported: Failed to load CBaseClient::SendServerInfo signature from gamedata! L 04/22/2023 - 11:18:17: [SM] Blaming: rebanner.smx L 04/22/2023 - 11:18:17: [SM] Call stack trace: L 04/22/2023 - 11:18:17: [SM] [0] SetFailState L 04/22/2023 - 11:18:17: [SM] [1] Line 204, Z:\0_SOURCEMOD COMPILER\rebanner.sp::OnPluginStart L 04/22/2023 - 11:18:17: [SM] Unable to load plugin "rebanner.smx": Error detected in plugin startup (see error logs)

I have used your latest version Rebanner 1.3 and the last version in repo but not working

Nolo001-Aha commented 1 year ago

Hi.

What's the game and what's the OS?

MickaNoob commented 1 year ago

CSGO and linux server

Nolo001-Aha commented 1 year ago

Please try the following Linux CSGO signature for CBaseClient::SendServerInfo: \x55\x89\xE5\x57\x56\x53\x81\xEC\x2C\x09\x00\x00\x8B\x2A\x2A\x89

(Just replace the old value between two quotemarks in rebanner.games.txt in the csgo section and reload the plugin)

MickaNoob commented 1 year ago

Okay i going to try this

MickaNoob commented 1 year ago

Working

Nolo001-Aha commented 1 year ago

Thank you. Will push to master asap.