ConfoglTeam / LGOFNOC

League and Gaming Organization Framework for Normalized, Open Configuration. A Sourcemod configuration management system.
GNU General Public License v3.0
13 stars 7 forks source link

client crash when !resetmatch and then !forcematch #3

Closed epilimic closed 11 years ago

epilimic commented 11 years ago

Server is on linux, running MM 1.10.0-hg849 and SM 1.6.0-hg4140 along with all of the latest plugins and files from promod 4.0. There is nothing in my error log.

This happens consistently when you have promod loaded then resetmatch and forcematch promod again:

Lgofnoc Matchmode unloaded. Map will restart in 5 seconds. !!! [Lgofnoc] Tracked Server CVar "z_common_limit" changed from "10" to "30" !!! !!! [Lgofnoc] Tracked Server CVar "vs_tiebreak_bonus" changed from "0" to "25" !!! Server cvar 'l4d_ready_cfg_name' changed to Server cvar 'l4d_ready_enabled' changed to 0 Starting Matchmode with config promod Jock 's lerp set to 0.1 Config promod loaded! Map will restart in 5 seconds. Server cvar 'l4d_ready_cfg_name' changed to Pro Mod 4.0 Bet Server cvar 'sv_alltalk' changed to 0 Server cvar 'l4d_ready_enabled' changed to 1 Received wrong spawn count 7 when at 6 Commencing connection retry to public(a.buttsecs.org) failed processing Dumping messages for channel CLIENT(23.19.134.15:27015) 0x095892A0 Header bits 96, flags == 33 1 messages 0 ----------------------- net_SignonState: type( 7 ) group ( 13 ) size ( 68 bytes ), startbit 6 end bit 246 net_SignonState: state 7, count 7 RAW(net_SignonState) start net_SignonState >> �d�T....��X. .,......... ac649b54 01000000 a0925809 20002c0b 07000000 07000000
net_SignonState >> ........................ 00000000 00000000 00000000 00000000 00000000 00000000
net_SignonState >> ��. ...........��. 60a3c404 20000000 00000000 0d000000 60a3c404
RAW(net_SignonState) end Raw PKT >> (3..�...!P,.�..��....... 28330000 f62e0000 21502c01 cf0700c7 c1010000 00000000
PKT >> ....@...�.L[�.Z�.�]X.@. 00000000 40030000 c0984c5b cc175ada 19da5d58 1e4080
Bad server address public("a.buttsecs.org") BinkOpen( c:\steam\steamapps\common\left 4 dead 2\left4dead2\media\l4d2_background05.bik )

After a server stop/start I went and did it again:

Lgofnoc Matchmode unloaded. Map will restart in 5 seconds. !!! [Lgofnoc] Tracked Server CVar "z_common_limit" changed from "10" to "30" !!! !!! [Lgofnoc] Tracked Server CVar "vs_tiebreak_bonus" changed from "0" to "25" !!! Server cvar 'l4d_ready_cfg_name' changed to Server cvar 'l4d_ready_enabled' changed to 0 Starting Matchmode with config promod Jock 's lerp set to 0.1 Config promod loaded! Map will restart in 5 seconds. Server cvar 'l4d_ready_cfg_name' changed to Pro Mod 4.0 Bet Server cvar 'sv_alltalk' changed to 0 Server cvar 'l4d_ready_enabled' changed to 1 Received wrong spawn count 3 when at 2 Commencing connection retry to public(a.buttsecs.org) failed processing Dumping messages for channel CLIENT(23.19.134.15:27015) 0x095892A0 Header bits 96, flags == 33 1 messages 0 ----------------------- net_SignonState: type( 7 ) group ( 13 ) size ( 68 bytes ), startbit 6 end bit 246 net_SignonState: state 7, count 3 RAW(net_SignonState) start net_SignonState >> �d�T....��X. .,......... ac649b54 01000000 a0925809 20002c0b 07000000 03000000
net_SignonState >> ........................ 00000000 00000000 00000000 00000000 00000000 00000000
net_SignonState >> �RM. ...........�RM. c0524d06 20000000 00000000 0d000000 c0524d06
RAW(net_SignonState) end Raw PKT >> F...{...!�F.�..��....... 46050000 7b030000 21f24601 cc0700c7 c1000000 00000000
PKT >> ....@...�.L[�.Z�.�]X.@. 00000000 40030000 c0984c5b cc175ada 19da5d58 1e4080
Bad server address public("a.buttsecs.org") BinkOpen( c:\steam\steamapps\common\left 4 dead 2\left4dead2\media\l4d2_background05.bik )

Stabbath commented 11 years ago

After some testing, epi and I have ascertained that the issue was with a user misuse of the lgofnoc commands. People are used to doing !resetmatch followed by a quick !forcematch in confogl, whereas now a !forcematch is enough, and doing the !resetmatch leads to this error.