sp dump weapon_scripts Throws a Signature Error

All other Source.Python topics and issues.
XaphoonF
Junior Member
Posts: 2
Joined: Tue Jul 16, 2019 5:25 am

sp dump weapon_scripts Throws a Signature Error

Postby XaphoonF » Tue Jul 16, 2019 5:31 am

Code: Select all

sp dump weapon_scripts weapon_scripts

[SP] Caught an Exception:
Traceback (most recent call last):
  File "..\addons\source-python\packages\source-python\commands\typed.py", line 589, in on_command
    result = cls.on_clean_command(info, command_node, args)
  File "..\addons\source-python\packages\source-python\commands\typed.py", line 607, in on_clean_command
    return command_node.callback(command_info, *cleaned_args)
  File "..\addons\source-python\packages\source-python\core\command\dump.py", line 48, in _sp_dump_weapon_scripts
    dumps.dump_weapon_scripts(file_name)
  File "..\addons\source-python\packages\source-python\core\dumps.py", line 375, in dump_weapon_scripts
    from weapons.scripts import weapon_scripts
  File "..\addons\source-python\packages\source-python\weapons\scripts.py", line 46, in <module>
    SP_DATA_PATH / 'weapons' / 'scripts' / 'global_pointers.ini'))
  File "..\addons\source-python\packages\source-python\memory\manager.py", line 757, in create_global_pointers_from_file
    self.global_pointer(cls, *data)
  File "..\addons\source-python\packages\source-python\memory\manager.py", line 726, in global_pointer
    ptr = binary.find_pointer(identifier, offset, level)

ValueError: Could not find signature: b92a2a2a2ae816012a2a8b

Code: Select all

IMPORTANT: Please copy the full output.
--------------------------------------------------------
Checksum      : ca585b4884f56d50805b8e2949e9d999
Date          : 2019-07-16 05:46:09.899208
OS            : Windows-10-10.0.17763
Game          : csgo
SP version    : 691
Github commit : 4d827210579479b15ac622e04ebd6cbde6143594
Server plugins:
   00: Source.Python, (C) 2012-2019, Source.Python Team.
SP plugins:
--------------------------------------------------------


I'm not the smartest cookie in the tin but I'm thinking this shouldn't be happening. Trying to import weapon_scripts (or WeaponInfo) with a plugin also gives a signature error.
User avatar
Ayuto
Project Leader
Posts: 2193
Joined: Sat Jul 07, 2012 8:17 am
Location: Germany

Re: sp dump weapon_scripts Throws a Signature Error

Postby Ayuto » Sun Jul 21, 2019 8:41 am

Yes, this shouldn't happen. Unfortunately, the signatures used in the background change extremely often in CS:GO. Thus, we stopped keeping them up-to-date for CS:GO.
XaphoonF
Junior Member
Posts: 2
Joined: Tue Jul 16, 2019 5:25 am

Re: sp dump weapon_scripts Throws a Signature Error

Postby XaphoonF » Sun Jul 21, 2019 10:48 am

Ah, I see. I didn't realize you had stopped updating them. I appreciate the response.

Return to “General Discussion”

Who is online

Users browsing this forum: No registered users and 22 guests