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

[CSGO] End of Match - Stuck!


Post New Thread Reply   
 
Thread Tools Display Modes
Author
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Plugin ID:
7038
Plugin Version:
1.0
Plugin Category:
General Purpose
Plugin Game:
Counter-Strike: GO
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    If your server get stuck at end of match, not loading next map, this plugin at least load same map again.
    Old 04-12-2020 , 14:58   [CSGO] End of Match - Stuck!
    Reply With Quote #1

    (CS:GO) End of Match - Stuck!
    Code:
    	Sometimes next map not start load and you are literally stuck, at end of match.
    	- Could happens when you try load workshop map but some reason you have no -authkey set on server or some error with that. (I have tested plugin this way only).
    
    	This plugin help you load same map again.
    
    	No commands, no cvars. Just add plugin in server.
    - This plugin only work on rare situation, when you are just freeze at end of map, server couldn't start load next map.
    Only options are use server command changelevel or reboot server.
    - I only manage to get this error with workshop map, without -authkey set on server.
    - Plugin print chat message when this error happen, but it give to server 7 seconds to start load next map.
    - If next map not start, plugin load same map again.
    - You get error log in sourcemod logs when plugin take action and mention which next map did not start.




    GitHub
    https://github.com/ambaca/Bacardi-Du...0Match%20Stuck
    Bacardi is offline
    Effeff
    AlliedModders Donor
    Join Date: Jan 2019
    Location: discord: ff#0533
    Old 04-12-2020 , 15:23   Re: [CSGO] End of Match - Stuck!
    Reply With Quote #2

    I had this same problem so I stopped using workshop maps. I have authkey on startup.

    The way I "fixed" it was by giving admins a command that does "host_workshop_collection <collection id which is a collection of all maps on server>" and telling them to use it if they see server stuck.

    This solution is better. I hope we can find more info on why this happens.
    Effeff is offline
    Bacardi
    Veteran Member
    Join Date: Jan 2010
    Location: mom's basement
    Old 04-12-2020 , 15:37   Re: [CSGO] End of Match - Stuck!
    Reply With Quote #3

    Ok, nice to know it happen with "host_workshop_" commands. Have to test those some day.
    __________________
    Do not Private Message @me
    Bacardi is offline
    Syoudous
    Junior Member
    Join Date: Feb 2013
    Old 04-12-2020 , 18:11   Re: [CSGO] End of Match - Stuck!
    Reply With Quote #4

    Is this somehow related to CS:GO's warmup feature never ending as well? This bug appears to have been introduced recently the past month or almost two now that I'm mentioning. Is this similar in time frame when problems were introduced for this in particular?

    Last edited by Syoudous; 04-12-2020 at 18:12.
    Syoudous is offline
    Bacardi
    Veteran Member
    Join Date: Jan 2010
    Location: mom's basement
    Old 04-12-2020 , 18:48   Re: [CSGO] End of Match - Stuck!
    Reply With Quote #5

    I don't think it have something to do warmups. Only map list cycle.

    What you descripte, sound like warmup settings are set that way.
    Warmup have pause feature and player limit, when warmup start countdown.
    I'm not sure, competitive gamemode could have this feature. Waiting all players are connected.
    __________________
    Do not Private Message @me

    Last edited by Bacardi; 04-12-2020 at 18:49.
    Bacardi is offline
    Hot Dog
    Junior Member
    Join Date: Oct 2019
    Old 08-21-2020 , 12:03   Re: [CSGO] End of Match - Stuck!
    Reply With Quote #6

    Hi Bacardi, a problem like this happens to me occasionally, but not only is it before changing the map, it also happens when a round ends. I use gamemode Custom, Workshop maps host_workshop_collection and webapi_authkey.txt

    Could this plugin fix the problem in this situation?

    Last edited by Hot Dog; 08-21-2020 at 12:04.
    Hot Dog is offline
    Bacardi
    Veteran Member
    Join Date: Jan 2010
    Location: mom's basement
    Old 08-22-2020 , 04:22   Re: [CSGO] End of Match - Stuck!
    Reply With Quote #7

    I guess, sounds like you are using mod by SM plugin and it not work properly.

    In counter-strike: source and counter-strike: Global Offensive there is cvar:
    Code:
    "mp_ignore_round_win_conditions" = "0"
     game replicated
     - Ignore conditions which would end the current round
    When this is enabled, round never ends.
    You need make sure you have some kind respawn system to spawn players
    and gamemode or plugin mod to end rounds/map.
    It all depends your settings at this on.


    This [CSGO] End of Match - Stuck! plugin not help.
    Only works end of map when match end.
    Bacardi is offline
    Hot Dog
    Junior Member
    Join Date: Oct 2019
    Old 08-22-2020 , 11:18   Re: [CSGO] End of Match - Stuck!
    Reply With Quote #8

    Quote:
    Originally Posted by Bacardi View Post
    I guess, sounds like you are using mod by SM plugin and it not work properly.

    In counter-strike: source and counter-strike: Global Offensive there is cvar:
    Code:
    "mp_ignore_round_win_conditions" = "0"
     game replicated
     - Ignore conditions which would end the current round
    When this is enabled, round never ends.
    You need make sure you have some kind respawn system to spawn players
    and gamemode or plugin mod to end rounds/map.
    It all depends your settings at this on.


    This [CSGO] End of Match - Stuck! plugin not help.
    Only works end of map when match end.
    It is not because of the command, the problem is as you have described above and it happens about 0 to 5 times a month, it allows writing in the chat but nothing else works from the game, restarting the server solves it.

    Thanks for your recommendations
    Hot Dog is offline
    foxsay
    AlliedModders Donor
    Join Date: Sep 2013
    Old 03-11-2021 , 17:38   Re: [CSGO] End of Match - Stuck!
    Reply With Quote #9

    I have faced a similar issue. And I don't even host Workshop maps. It's def not a map chooser (default), map chooser extended, or UMC because I have noticed an issue with all of those map choosers.

    Is this a relevant fix for my case?

    Last edited by foxsay; 03-11-2021 at 17:54.
    foxsay is offline
    Bacardi
    Veteran Member
    Join Date: Jan 2010
    Location: mom's basement
    Old 03-12-2021 , 09:42   Re: [CSGO] End of Match - Stuck!
    Reply With Quote #10

    Quote:
    Originally Posted by foxsay View Post
    I have faced a similar issue. And I don't even host Workshop maps. It's def not a map chooser (default), map chooser extended, or UMC because I have noticed an issue with all of those map choosers.

    Is this a relevant fix for my case?
    I don't know will it fix your.

    What I know this happen at least with workshop maps, either people have copy/paste map from Steam workshop site or are using workshop but not have Steam API code.

    This plugin look event "nextlevel_changed",
    if map change not happen in 7 seconds, server have fail to load next map.
    This plugin will then change level.
    __________________
    Do not Private Message @me
    Bacardi 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 20:55.


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