Raised This Month: $ Target: $400
 0% 

Server crashing since updates?


Post New Thread Reply   
 
Thread Tools Display Modes
TheRealToxic
Senior Member
Join Date: Jul 2015
Old 11-30-2017 , 11:42   Re: Server crashing since updates?
Reply With Quote #121

GOTV fixed my server, but i have plenty maps with no spawn killer and the BOT GOTV never dies, (he get switched to a team)

need either:
-plugin that slays the bot everyround
-something that remove the bot to spectator
-something that removes the bot completely? but still have gotv on?
another fix for this problem so you dont need gotv?
-something that doesnt let him spawn


$$$ i would even pay for a working fix $$$

Last edited by TheRealToxic; 11-30-2017 at 12:24.
TheRealToxic is offline
sHoC
Senior Member
Join Date: Nov 2015
Location: Italy
Old 11-30-2017 , 11:54   Re: Server crashing since updates?
Reply With Quote #122

For me GOTV fixed the crash, this are my GOTV cvars, maybe this will help you guys.
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 "OLDCS.1TAP.RO"                            // 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 "www.1tap.ro - OLDCS"                      // Set title for GOTV spectator UI, can be altered for personal servers 
__________________

Last edited by sHoC; 11-30-2017 at 11:54.
sHoC is offline
Zen20000
Junior Member
Join Date: Jan 2017
Old 11-30-2017 , 12:07   Re: Server crashing since updates?
Reply With Quote #123

Quote:
Originally Posted by sHoC View Post
For me GOTV fixed the crash, this are my GOTV cvars, maybe this will help you guys.
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 "OLDCS.1TAP.RO"                            // 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 "www.1tap.ro - OLDCS"                      // Set title for GOTV spectator UI, can be altered for personal servers 
I will try this. Do you have any problem with sv/var/ping?
Because me and my friends server is lagging.

Last edited by Zen20000; 11-30-2017 at 12:07.
Zen20000 is offline
FzR
Senior Member
Join Date: May 2017
Old 11-30-2017 , 12:16   Re: Server crashing since updates?
Reply With Quote #124

Ping is caused by latest update...
FzR is offline
Zen20000
Junior Member
Join Date: Jan 2017
Old 11-30-2017 , 12:20   Re: Server crashing since updates?
Reply With Quote #125

Okay but any idea to fix it?
Zen20000 is offline
FzR
Senior Member
Join Date: May 2017
Old 11-30-2017 , 14:10   Re: Server crashing since updates?
Reply With Quote #126

On casual mode a method to enabled the GOTV to not crash >?

Last edited by FzR; 11-30-2017 at 14:11.
FzR is offline
geoxd1
Junior Member
Join Date: Aug 2017
Location: Poland
Old 11-30-2017 , 14:24   Re: Server crashing since updates?
Reply With Quote #127

fixed for me to. But how i can change dir where gotv demos save. i dont want save them in csgo folder i want custom folder.
geoxd1 is offline
xFlane
AlliedModders Donor
Join Date: Nov 2017
Location: Israel
Old 11-30-2017 , 14:33   Re: Server crashing since updates?
Reply With Quote #128

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

seems to solve the problem.

Last edited by xFlane; 11-30-2017 at 14:33.
xFlane is offline
rustaveli
Member
Join Date: Mar 2011
Old 11-30-2017 , 14:56   Re: Server crashing since updates?
Reply With Quote #129

I can not understand, found a solution to the problem, thanks to the case, and in VALVE, no one wants to write that if there are no user servers, then their MM is not needed for dick?
rustaveli is offline
PinHeaDi
Senior Member
Join Date: Jul 2013
Location: Bulgaria
Old 11-30-2017 , 15:04   Re: Server crashing since updates?
Reply With Quote #130

Host_Error: Index error writing string table baseline downloadables
Host_Error: Index error writing string table baseline downloadables
Segmentation fault

Im pretty sure my plugins are well organized.. It began recently.
__________________
PinHeaDi 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 08:09.


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