-
Notifications
You must be signed in to change notification settings - Fork 36
Closed
Labels
Description
Hello,
I'm sometimes getting this error while iterating through EntityIter(). (Mostly after map change)
[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\test\libs\misc\triggers.py", line 58, in round_start
hook_triggers()
File "..\addons\source-python\plugins\test\libs\misc\triggers.py", line 81, in hook_triggers
for trigger_multiple in EntityIter('trigger_multiple'):
File "..\addons\source-python\packages\source-python\filters\iterator.py", line 56, in __iter__
if self._is_valid(item):
File "..\addons\source-python\packages\source-python\filters\entities.py", line 65, in _is_valid
elif self.exact_match and check_name == entity.classname:
RuntimeError: Access violation - no RTTI data!