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 12-01-2017 , 11:40   Re: Server crashing since updates?
Reply With Quote #151

Forgive me, i do not know how to edit php files. Are they the .sp files?
I have enabled GOTV, but that has added quite a bit of lag to the server as well as not being able to skip the kill cam replay. If there is someone who could help me or direct me in the right direction to fix the pluggins is use so i would not have to enable GOTV that would be greatly appreciated. - Thank you
ssphreak is offline
Spyrek
Senior Member
Join Date: Jun 2009
Old 12-01-2017 , 18:16   Re: Server crashing since updates?
Reply With Quote #152

There was an update. They re-enabled sse4 for string tables.
Spyrek is offline
dyxL
Senior Member
Join Date: Jul 2010
Old 12-01-2017 , 18:18   Re: Server crashing since updates?
Reply With Quote #153

Quote:
Originally Posted by Spyrek View Post
There was an update. They re-enabled sse4 for string tables.
yes it is about this problem ?
dyxL is offline
Fastmancz
Senior Member
Join Date: Jul 2013
Location: Czech Republic
Old 12-01-2017 , 18:25   Re: Server crashing since updates?
Reply With Quote #154

Quote:
Originally Posted by Spyrek View Post
There was an update. They re-enabled sse4 for string tables.
Problem still not resolved ...
__________________


Main owner of the CMGPORTAL.CZ.
---------------------------------------
My plugins:
[CS:GO] Panorama - Timeleft
[CS:GO] JailBreak - Be quiet, please!
Fastmancz is offline
JAA
Member
Join Date: Sep 2011
Old 12-01-2017 , 18:37   Re: Server crashing since updates?
Reply With Quote #155

Quote:
Originally Posted by Fastmancz View Post
Problem still not resolved ...
try -nosse4
JAA is offline
schwarz
Senior Member
Join Date: Nov 2011
Location: under your bed
Old 12-02-2017 , 02:19   Re: Server crashing since updates?
Reply With Quote #156

i tried with -nosee4 without enable gotv and it crashed .

need with gotv for fix ...
__________________
schwarz is offline
Javierko
AlliedModders Donor
Join Date: Sep 2017
Location: Czech republic
Old 12-02-2017 , 07:31   Re: Server crashing since updates?
Reply With Quote #157

Whut?

When i restart server, here is GOTV, after players join into server and left server, nobody are on server, here is 0/10 and ingame nobody cant see current map...

Somebody knows how to fix this?

--- Edit ---
I have added this cvars

PHP Code:
tv_advertise_watchable 1                        // Allow inside GOTV
tv_allow_camera_man 0                           // Auto director allows spectators to become camera man
tv_allow_static_shots 1                         // Auto director uses fixed level cameras for shots
tv_autorecord 0                                 // Automatically records all games as GOTV demos if set to 1
tv_chatgroupsize 0                              // Set the default chat group size
tv_chattimelimit 15                             // Limits spectators to chat only every n seconds
tv_debug 1                                      // GOTV debug info.
tv_delay 120                                    // GOTV delay, 120 seconds or more required for CEVO
tv_delaymapchange 1                             // Delays map change until broadcast is complete
tv_deltacache 2                                 // Enable delta entity bit stream cache
tv_dispatchmode 1                               // Dispatch clients to relay proxies: 0=never, 1=if appropriate, 2=always
tv_enable 1                                     // Activates GOTV on server.
tv_maxclients 28                                // Maximum client number on GOTV server.
tv_maxrate 20000                                // Max GOTV spectator bandwidth rate allowed, 0 == unlimited
tv_name "GOTV"                            // GOTV host name, can be altered for personal servers
tv_nochat 1                                     // Don't receive chat messages from other GOTV spectators
tv_overridemaster 0                             // Overrides the GOTV master root address.
tv_password                                        // GOTV password for relay proxies
tv_relayvoice 0                                 // Relay voice data: 0=off, 1=on
tv_snapshotrate 30                              // Snapshots broadcasted per second
tv_timeout 120                                  // GOTV connection timeout in seconds.
tv_title "GOTV"                      // Set title for GOTV spectator UI, can be altered for personal servers 
e.Javierko - fixed..

Last edited by Javierko; 12-02-2017 at 10:41. Reason: fixed
Javierko is offline
Hallucinogenic Troll
Senior Member
Join Date: Apr 2015
Old 12-03-2017 , 10:05   Re: Server crashing since updates?
Reply With Quote #158

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

Add any string table requirements on mapstart eg (precachemodel,AddFileToDownloadsTable,precac hesound...)


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");

// note:Not only OnConfigsExecuted
after onmapstar ..add any stringtables.. when player join = crash

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



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");

Well, I tested in my 7 servers (by changing in all plugins that precache) and it's working perfectly!
__________________
Hallucinogenic Troll is offline
ssphreak
Senior Member
Join Date: Aug 2009
Old 12-03-2017 , 13:04   Re: Server crashing since updates?
Reply With Quote #159

How do i find the pluggin i use php file?
ssphreak is offline
Papero
Veteran Member
Join Date: Aug 2016
Location: Italy
Old 12-04-2017 , 13:05   Re: Server crashing since updates?
Reply With Quote #160

After some test(remove one by one plugins) seems that (on my server) weapon was making the server crash.
__________________
My Plugins
SPCode


Steam: hexer504
Telegram: Hexah
Discord: Hexah#6903

If you like my work you can donate here!

Last edited by Papero; 12-04-2017 at 13:06.
Papero 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 15:09.


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