Page 1 of 1

Cvar(list) crash

Posted: 26 Aug 2016, 08:13
by YY-James
When you try to search for certain cvars using \cvarlist in the console, regardless if it's clientside rcon or the server console, the server crashes instantly. I am using the latest version of JK2MV, and it still crashes. There are rare instances that the entire server crashes, and forced to be rebooted. Some searches work without a problem, such as /cvarlist *pass, if I want to look at my passwords; it shows my map rotation scripts and all of the passwords, but if I did /cvarlist *hcpass instant crash. I did this with both x64 and x86 versions of 1.2.1. And it happens with a lot of other /cvarlist searches. Even if you know the cvar, let's say g_speed, even that may crash the server when it gives the info to you.
serverside.PNG
serverside.PNG (27.08 KiB) Viewed 20942 times
shot0010.jpg
shot0010.jpg (375.26 KiB) Viewed 20942 times
I'm guessing that there's something overloading the server console, because the other server had a hitch warning. :|
serverside2.PNG
serverside2.PNG (17.73 KiB) Viewed 20942 times

Re: Cvar(list) crash

Posted: 01 Oct 2016, 23:40
by fau
This should fix it: https://github.com/mvdevs/jk2mv/commit/ ... 509b9eff4c
Thanks for reporting.