Bug report from server admin


(estbst) #1

I built a public server and there seems to some
bugs exist.

1.ERROR:Cvar_Update : src --many numbers-- length 256
exceeds MAX_CVAR_VALUE_STRING error happen and
my server will not work. A watchdog system can’t
revive this situation.
—This seems to be easy to resolve. There should
be some #define directive in game source then change
that from 256 to 1024.

2.A campaign script is limitted to 10 maps. If 11
maps campaign is set the server crush. I want to
build more than 10 maps campaign server.
—This also seems to be easy. There might be some
array to house map names like cmpgn_maps[10] so this
should be changed to 32 or more.

I think #1 error is really critical. So please fix
this bugs.

Thanks.


(ND80) #2

Are you running shrub on your server?

If so there is a problem with 10 map campaign servers exceeding some xp limit that causes the max cvar error to crash the server. Shrub has added a fix to the most recent version that I am testing and this seems to have corrected the problem. Keep an eye on his site for the next publicly released version that addresses this issue.


(estbst) #3

Great, I’m reading the Shrub’s document now.
But there is no comment about my error.
Anyway I try it because thare is no other way.

Thank you.


(ND80) #4

I know that there is nothing in his docs about this error, but I also know that he has fixed this is the beta version we are testing, so wait a couple days and the next version will be out to the public. In the meantime, you might want to run a 6 map campaign instead.