-
Notifications
You must be signed in to change notification settings - Fork 37
CSGO Traceback? help #429
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Update to v710 and you should be good. |
Now I get some other messages, after your update v710? corelib/refcount 310] es_getargc: The var '_rc_ac' could not be found [corelib/damage/command 59] es_getargc: The var '_core_dmg_args' could not be found |
To fix a memory leak, custom |
Thanks, I want to try it. |
But if I have to make the earlier version of source python work. can you make a fix for it? |
No reason to use an older version. Though, I think I have an elegant solution. Please use |
Cool! Looks like it works as it should, Without any error messages, |
source python error or wcs error?
[SP] Caught an Exception:
Traceback (most recent call last):
File "../addons/source-python/packages/source-python/commands/typed.py", line 594, in on_command
result = cls.on_clean_command(info, command_node, args)
File "../addons/source-python/packages/source-python/commands/typed.py", line 612, in on_clean_command
return command_node.callback(command_info, *cleaned_args)
File "../addons/source-python/plugins/wcs/core/helpers/esc/commands.py", line 1927, in wcs_spawn_command
player.spawn(force)
File "../addons/source-python/packages/source-python/players/engines/csgo/init.py", line 166, in spawn
self._spawn()
ValueError: Number of passed arguments is not equal to the required number.
The text was updated successfully, but these errors were encountered: