Page 1 of 1

[CSGO] WCS Server crashes

Posted: Thu Jan 24, 2019 8:51 am
by Osker Lee
My WCS version:
Warcraft Source 0.78 for Counterstrike Source & Global Offensive
http://warcraft-source.com/board/index. ... ic=17185.0

[console]
L 01/16/2019 - 11:29:10: SourceMod error session started
L 01/16/2019 - 11:29:10: Info (map "de_dust2") (file "F:\Steam Games\steamapps\common\Counter-Strike Global Offensive\csgo\addons\sourcemod\logs\errors_20190116.log")
L 01/16/2019 - 11:29:10: [SDKTOOLS] Invalid detour address passed - Disabling detour to prevent crashes

Metamod 1.10 - build 968:
Sourcemod 1.9 - build 6274
WarcraftSource - 0.78

What is the problem?Help to solve please. :frown:

Re: [CSGO] WCS Server crashes

Posted: Thu Jan 24, 2019 8:52 am
by Osker Lee
How strange,Metamod + Sourcemod + WarcraftSource works well for CS Source Server.

Re: [CSGO] WCS Server crashes

Posted: Thu Jan 24, 2019 9:00 am
by L'In20Cible
Remove your ../addons/source-python.vdf file and add plugin_load addons/source-python to your autoexec.cfg. This will force Source.Python to load after SourceMod which is required if both are hooking the same signatures because while Source.Python is capable of looking for hooked signatures, SourceMod doesn't bother looking for these.

Re: [CSGO] WCS Server crashes

Posted: Thu Jan 24, 2019 9:44 am
by Osker Lee
Hi L'In20Cible:
I follow you indicate,the game server works,but the WarcraftSource mod does not work.

Re: [CSGO] WCS Server crashes

Posted: Thu Jan 24, 2019 11:00 am
by Osker Lee
Maybe add plugin_load addons/source-python to autoexec.cfg.

Re: [CSGO] WCS Server crashes

Posted: Thu Jan 24, 2019 5:23 pm
by L'In20Cible
Osker Lee wrote:Maybe add plugin_load addons/source-python to autoexec.cfg.

That's correct, thanks; I've edited my post above.