PDA

View Full Version : Server dies when developer cvar set


Blitzkrieg
10-31-2003, 09:21 PM
we are getting a server lock up when the server gets this line......

clpacketip getstatus
unknown less packet command

Any clues as to what would be causing this...............

Also, on the clientside, you get this line, at least this is what i got when trying to rotate the maps to gametype bel map mp_depot

missing gfx/misc/railcorethin-------(plus something else, not sure exactly, but it was a tga file)

and.......

missing gfx/hud/headicon@killcam_arrow.tga

Blitzkrieg
10-31-2003, 09:30 PM
Also, since i forgot to mention this, we are running a mix map rotation with bel, re, and sd, but when it goes from one type, ie. sd or re, to bel, that is when it locks up............sry for not fully telling.

imported_IW-Inherent
10-31-2003, 10:06 PM
It looks like you are running with developer turned on. You need to turn that off and it hides all the warning type stuff. If you have developer set to 1 they become errors and will stop the server.

Blitzkrieg
10-31-2003, 11:56 PM
Hey thanx, that was it, i hope, off to test now.........:)

HankScorpio
11-01-2003, 01:19 AM
This is very important issue which I've seen answered a couple times now. Thanks, Inherent, for pointing this out. I think we've become accustomed to enabling developer on MOHAA on Linux because it was neccessary to enable things such as sv_chatter an the stuff used for stats.

Drumgod
03-01-2004, 03:55 PM
I have the exact same errors on my server. Can you tell me how you disable this developer cvar. You never said before. Is it set developer 0?

Thanks.

imported_IW-Inherent
03-01-2004, 04:02 PM
command line:
+set developer 0

or from the console
seta developer 0