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

Server crashing since updates?


Post New Thread Reply   
 
Thread Tools Display Modes
ssphreak
Senior Member
Join Date: Aug 2009
Old 11-30-2017 , 16:25   Re: Server crashing since updates?
Reply With Quote #131

Quote:
Originally Posted by e54385991 View Post
Enable GOTV is a method but it's not a must

after csgo 11/28/2017 update

If you want to disable GOTV, you must be sure




Separate tests

PHP Code:
#include <sdktools>
public void OnConfigsExecuted() // when player join = crash
{
        
PrecacheModel("models/player/custom_player/legacy/tm_anarchist_variantd.mdl"); //Confirm  map not precache
    
AddFileToDownloadsTable("YOUR CUSTOM FILE.txt");


/////////////////////////////////////////////////////



PHP Code:
#include <sdktools>
public void OnMapStart()// when join no crash
{
        
PrecacheModel("models/player/custom_player/legacy/tm_anarchist_variantd.mdl"); //Confirm  map not precache
    
AddFileToDownloadsTable("YOUR CUSTOM FILE.txt");


Hello, where do i put this code and do i have to edit it at all? - Thank you for your help.
ssphreak is offline
8guawong
AlliedModders Donor
Join Date: Dec 2013
Location: BlackMarke7
Old 11-30-2017 , 17:59   Re: Server crashing since updates?
Reply With Quote #132

Quote:
Originally Posted by ssphreak View Post
Hello, where do i put this code and do i have to edit it at all? - Thank you for your help.
you need to edit all plugins...........
__________________
8guawong is offline
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 11-30-2017 , 18:06   Re: Server crashing since updates?
Reply With Quote #133

Quote:
Originally Posted by ssphreak View Post
Hello, where do i put this code and do i have to edit it at all? - Thank you for your help.
Basically what he's saying is that precaching custom content OnConfigsExecuted is now too late and is what is causing crashes after the update - it's best to edit any plugins precaching content to do it OnMapStart.

This aligns with my findings as well, nice find!
__________________
sneaK is offline
butare
Senior Member
Join Date: Nov 2016
Old 11-30-2017 , 18:10   Re: Server crashing since updates?
Reply With Quote #134

Quote:
Originally Posted by sneaK View Post
Basically what he's saying is that precaching custom content OnConfigsExecuted is now too late and is what is causing crashes after the update - it's best to edit any plugins precaching content to do it OnMapStart.

This aligns with my findings as well, nice find!
Is it only for precache or for AddFileToDownloadsTable too? And why gotv fixes it?
butare is offline
PinHeaDi
Senior Member
Join Date: Jul 2013
Location: Bulgaria
Old 11-30-2017 , 18:37   Re: Server crashing since updates?
Reply With Quote #135

I don't have any plugins with OnConfigsExecuted, but it still crashes.
__________________

Last edited by PinHeaDi; 11-30-2017 at 18:37.
PinHeaDi is offline
e54385991
AlliedModders Donor
Join Date: Aug 2013
Old 12-01-2017 , 01:19   Re: Server crashing since updates?
Reply With Quote #136

Quote:
Originally Posted by PinHeaDi View Post
I don't have any plugins with OnConfigsExecuted, but it still crashes.
Not only OnConfigsExecuted
after onmapstar ..add any stringtables.. when player join = crash

Last edited by e54385991; 12-01-2017 at 01:20.
e54385991 is offline
Send a message via ICQ to e54385991
PinHeaDi
Senior Member
Join Date: Jul 2013
Location: Bulgaria
Old 12-01-2017 , 01:25   Re: Server crashing since updates?
Reply With Quote #137

Well.. I have shop with skins, vip with skins and default models deferent from those ingame... I'm screwed than Will try with that GOTV trick.
__________________
PinHeaDi is offline
FzR
Senior Member
Join Date: May 2017
Old 12-01-2017 , 05:32   Re: Server crashing since updates?
Reply With Quote #138

I have jailbreak server casual mode but in casual mode gotv how activate GOTV don`t work ... i have another server with competitive mode there work gotv .... any solution?
FzR is offline
headline
SourceMod Moderator
Join Date: Mar 2015
Old 12-01-2017 , 06:11   Re: Server crashing since updates?
Reply With Quote #139

Quote:
Originally Posted by butare View Post
Is it only for precache or for AddFileToDownloadsTable too? And why gotv fixes it?
Both should be done in OnMapStart

Quote:
Originally Posted by sneaK View Post
Basically what he's saying is that precaching custom content OnConfigsExecuted is now too late and is what is causing crashes after the update - it's best to edit any plugins precaching content to do it OnMapStart.

This aligns with my findings as well, nice find!
Not only is it now too late, it's always been too late.
headline is offline
bebe9b
Veteran Member
Join Date: May 2009
Location: Romania
Old 12-01-2017 , 06:58   Re: Server crashing since updates?
Reply With Quote #140

Hi,
The only extension that causes the cresh server after the update is topmenus.ext.so
dhooks.ext.so , SteamWorks.ext.so >> these extensions work after the update valve

__________________
respecta si vei fi respectat
bebe9b is offline
Reply



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 22:41.


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