Page 1 of 1

[CSGO] Error in Sp after last Csgo update

Posted: Sat Mar 25, 2017 9:54 am
by existenz
Hey !

I have this error which spamming in console.

Date : 2017-03-25 09:53:20.789184
OS : Linux-3.16.0-4-amd64-x86_64-with-debian-8.7
Game : csgo
SP version : 559
Server plugins:
00: Source.Python, (C) 2012-2016, Source.Python Team.
SP plugins:
00: showdamage
01: warcraft
02: admin


Syntax: Select all

[SP] Caught an Exception:
Traceback (most recent call last):
File "../addons/source-python/packages/source-python/entities/hooks.py", line 227, in on_entity_created
_waiting_entity_hooks.initialize(base_entity.index)
File "../addons/source-python/packages/source-python/entities/hooks.py", line 212, in initialize
if hook.initialize(entity):
File "../addons/source-python/packages/source-python/entities/hooks.py", line 162, in initialize
self.hooked_function = getattr(entity, self.function)
File "../addons/source-python/packages/source-python/entities/_base.py", line 110, in __getattr__
if hasattr(server_class, attr):
File "../addons/source-python/packages/source-python/memory/manager.py", line 614, in __get__
func = binary[identifier].make_function(

ValueError: Could not find signature: 5589e557565381ec9c0100008b5d08c744240400000000


And also :

When i try to unrestrict all weapons

Syntax: Select all

[SP] Caught an Exception:
Traceback (most recent call last):
File "../addons/source-python/packages/source-python/events/listener.py", line 92, in fire_game_event
callback(game_event)
File "../addons/source-python/plugins/warcraft/players.py", line 94, in _remove_restrict_on_spawn_message
player.unrestrict_weapons(*all_weapons)
File "../addons/source-python/packages/source-python/players/_base.py", line 878, in unrestrict_weapons
from weapons.restrictions import weapon_restriction_handler
File "../addons/source-python/packages/source-python/weapons/restrictions.py", line 391, in <module>
@EntityPreHook(EntityCondition.is_player, 'buy_internal')
File "../addons/source-python/packages/source-python/entities/hooks.py", line 129, in __call__
if self.initialize(entity):
File "../addons/source-python/packages/source-python/entities/hooks.py", line 162, in initialize
self.hooked_function = getattr(entity, self.function)
File "../addons/source-python/packages/source-python/entities/_base.py", line 110, in __getattr__
if hasattr(server_class, attr):
File "../addons/source-python/packages/source-python/memory/manager.py", line 614, in __get__
func = binary[identifier].make_function(

ValueError: Could not find signature: 5589e557565381ec9c0100008b5d08c744240400000000


Sincerly Existenz.

Re: [CSGO] Error in Sp after last Csgo update

Posted: Sat Mar 25, 2017 10:24 am
by Ayuto
Thanks for reporting! Should be fixed with the next version:
https://github.com/Source-Python-Dev-Te ... d231b63941

Re: [CSGO] Error in Sp after last Csgo update

Posted: Sat Mar 25, 2017 10:27 am
by existenz
No problem :)
But thanks to you for fixing it quickly :o