Raised This Month: $12 Target: $400
 3% 

CSGO Update [07/01/2020] (Errors/Crash)


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
m22b
Senior Member
Join Date: Jul 2013
Old 01-06-2020 , 22:49   CSGO Update [07/01/2020] (Errors/Crash)
Reply With Quote #1

sm version 6459 :

Error :
Code:
L 01/06/2020 - 21:35:47: SourceMod error session started
L 01/06/2020 - 21:35:47: Info (map "de_dust2") (file "/server/csgo/addons/sourcemod/logs/errors_20200106.log")
L 01/06/2020 - 21:35:47: [SDKTOOLS] Invalid detour address passed - Disabling detour to prevent crashes
L 01/06/2020 - 21:35:47: [SDKTOOLS] Failed to find WriteBaselines signature -- stringtable error workaround disabled.
L 01/06/2020 - 21:41:51: Error log file session closed.
Only me have this problem?

Last edited by m22b; 01-06-2020 at 22:50.
m22b is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 01-06-2020 , 22:53   Re: CSGO Update [07/01/2020] (Errors/Crash)
Reply With Quote #2

The hotfix of enable sourcetv dont work more like it was before -> https://forums.alliedmods.net/showthread.php?t=303249

So you need to fix all the plugins that precache or make downloadable files in a event that is not "OnMapStart"
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.

Franc1sco is offline
Send a message via MSN to Franc1sco
m22b
Senior Member
Join Date: Jul 2013
Old 01-06-2020 , 22:57   Re: CSGO Update [07/01/2020] (Errors/Crash)
Reply With Quote #3

Quote:
Originally Posted by Franc1sco View Post
The hotfix of enable sourcetv dont work more like it was before -> https://forums.alliedmods.net/showthread.php?t=303249

So you need to fix all the plugins that precache or make downloadable files in a event that is not "OnMapStart"
What about "Dev Builds?"
m22b is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 01-06-2020 , 22:59   Re: CSGO Update [07/01/2020] (Errors/Crash)
Reply With Quote #4

Quote:
Originally Posted by m22b View Post
What about "Dev Builds?"
No idea, I always use the stable builds, but probably it occur the same.

It took me some minutes to fix one of my servers with multiple plugins, so good luck and patience
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.


Last edited by Franc1sco; 01-06-2020 at 23:00.
Franc1sco is offline
Send a message via MSN to Franc1sco
m22b
Senior Member
Join Date: Jul 2013
Old 01-06-2020 , 23:14   Re: CSGO Update [07/01/2020] (Errors/Crash)
Reply With Quote #5

Quote:
Originally Posted by Franc1sco View Post
No idea, I always use the stable builds, but probably it occur the same.

It took me some minutes to fix one of my servers with multiple plugins, so good luck and patience
Thx for help.
I delete some plugins who use "customs files like sounds & etc" and server stop crashing.
m22b is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 01-06-2020 , 23:31   Re: CSGO Update [07/01/2020] (Errors/Crash)
Reply With Quote #6

Anyway sourcemod gamedata need a update for enable again the feature "stringtable error workaround" aka "use precache function whenever you want without crash".

So this offset need a update: https://github.com/alliedmodders/sou....csgo.txt#L357

Probably sourcemod devs will fix it soon so you could continue using these plugins without fixing.
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.


Last edited by Franc1sco; 01-06-2020 at 23:32.
Franc1sco is offline
Send a message via MSN to Franc1sco
ErackZendor
Junior Member
Join Date: Dec 2019
Old 01-07-2020 , 11:55   Re: CSGO Update [07/01/2020] (Errors/Crash)
Reply With Quote #7

Any news about the crash?
Cause I got it too.
L 01/07/2020 - 14:25:21: [SDKTOOLS] Invalid detour address passed - Disabling detour to prevent crashes
L 01/07/2020 - 14:25:21: [SDKTOOLS] Failed to find WriteBaselines signature -- stringtable error workaround disabled.
ErackZendor is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 01-07-2020 , 13:26   Re: CSGO Update [07/01/2020] (Errors/Crash)
Reply With Quote #8

Quote:
Originally Posted by ErackZendor View Post
Any news about the crash?
Cause I got it too.
L 01/07/2020 - 14:25:21: [SDKTOOLS] Invalid detour address passed - Disabling detour to prevent crashes
L 01/07/2020 - 14:25:21: [SDKTOOLS] Failed to find WriteBaselines signature -- stringtable error workaround disabled.
https://github.com/alliedmodders/sourcemod/pull/1153
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.

Franc1sco is offline
Send a message via MSN to Franc1sco
ayrton09_arg
Senior Member
Join Date: Nov 2017
Old 01-07-2020 , 16:37   Re: CSGO Update [07/01/2020] (Errors/Crash)
Reply With Quote #9

Quote:
Originally Posted by Franc1sco View Post
The hotfix of enable sourcetv dont work more like it was before -> https://forums.alliedmods.net/showthread.php?t=303249

So you need to fix all the plugins that precache or make downloadable files in a event that is not "OnMapStart"
is still viable having gotv for plugins like weapon skins?

Last edited by ayrton09_arg; 01-07-2020 at 16:37.
ayrton09_arg is offline
Indarello
Senior Member
Join Date: Nov 2015
Location: Russia
Old 01-11-2020 , 15:29   Re: CSGO Update [07/01/2020] (Errors/Crash)
Reply With Quote #10

Quote:
Originally Posted by ayrton09_arg View Post
is still viable having gotv for plugins like weapon skins?
It was never required for weapons skins since you can use disable hibernation on empty cvar
Indarello is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:53.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode