Open crashzk opened 3 days ago
Log I found in the console:
CHANGELEVEL: ConVar 'nextlevel' is set, next map will be 'de_dust2'
CHANGE LEVEL: de_dust2
Changelevel de_dust2 (null)
CHostStateMgr::QueueNewRequest( Changelevel (de_dust2), 5 )
SV: CNetworkServerService::StartChangeLevel( (no landmark) )
Client 0 'Henfi' signon state SIGNONSTATE_FULL -> SIGNONSTATE_CHANGELEVEL
[39;49m[37m23:57:40[39;49m[39;49m[30m [[39;49m[39;49m[37mINFO[39;49m[39;49m[30m] (plugin:[39;49m[39;49m[37mGG1_MapChooser[39;49m[39;49m[30m) [39;49m[39;49m[37mT Wins 17, CTWins 14[39;49m
[Clutch Announce 1.1.0] OnRoundEnd event fired!
[39;49m[37m23:57:40[39;49m[39;49m[30m [[39;49m[39;49m[37mINFO[39;49m[39;49m[30m] (plugin:[39;49m[39;49m[37mGG1_MapChooser[39;49m[39;49m[30m) [39;49m[39;49m[37mResetData from On last client disconnect[39;49m
Client 1 'k...' signon state SIGNONSTATE_FULL -> SIGNONSTATE_CHANGELEVEL
HostStateRequest::Start(HSR_GAME): loop(levelload) id(5) addons() desc(Changelevel (de_dust2))
SwitchToLoop levelload requested: id [5] addons []
SV: IGameSystem::LoopDeactivateAllSystems {
HO: IGameSystem::LoopDeactivateAllSystems {
HO: } IGameSystem::LoopDeactivateAllSystems done
SV: } IGameSystem::LoopDeactivateAllSystems done
SourceTV[0] shutting down (non-relay) due to server disconnecting game.
CHLTVServer::Shutdown
I've been unable to reproduce this issue, which plugin utilizes the given !map
command?
Disable csstv
I've been unable to reproduce this issue, which plugin utilizes the given
!map
command?
@KillStr3aK plugins I tested and had this problem: - SimpleAdmin: https://github.com/daffyyyy/CS2-SimpleAdmin - CSS Panel Plugin: https://github.com/CSSPanel/Plugin
And testing with changelevel
itself in the server console, there were times when the server crashed and restarted.
Disable csstv
I saw some information about this too, but in my case I need CSTV, I provide game demos for players.
I also saw some recommendations to disable tv_delay 0
. I will also test and see if it solves the problem, but I would also like to leave a delay configured since I also allow the connection to CSTV.
Its cstv issue not CSS or bots if used. Just use plugin like k4 demo ...
Its cstv issue not CSS or bots if used. Just use plugin like k4 demo...
I understand, but I'm already using the K4 Demo plugin, and the bug still occurs.
The CSTV config I use is just this.
//CSTV
tv_enable "1" // Enable CSTV
tv_autorecord "0" // Automatically record demo
K4 Demos plugin does everything else, recording, etc.
Can u write dm on discord? I'm back in ~2 hours, known issue for me
We have a bug when changing the map using the
!map
command or even with map voting plugins. Server simply crashes and restarts the server, it does not change to the map that won in the vote or even the map that we chose manually. It doesn't happen all the time, it's kind of random apparently.We already had an issue regarding this: https://github.com/roflmuffin/CounterStrikeSharp/issues/591