1 (edited by wolfmp 2013-04-06 01:43:25)

Topic: G_Scripting trigger has unknown name "nazi17"....

I am running a dedicated Linux server with an up to date Debian Squeeze x86 minimal fresh install. My problem is towards the end of every map/level the nazi's stop spawning and in the server's console it shows G_Scripting trigger has unknown name "nazi17" over and over and sometimes its "nazi12" or "nazi9". This doesn't occur in the first half of the map, nazi's spawn fine. When I complete the level and start the next level the nazi's spawn fine again but for only the first half of the map and then they stop spawning again and it shows the G_scripting error again.

G_Scripting: trigger has unknown name: nazi14
G_Scripting: trigger has unknown name: nazi23
G_Scripting: trigger has unknown name: nazi14
G_Scripting: trigger has unknown name: nazi23
G_Scripting: trigger has unknown name: nazi14
G_Scripting: trigger has unknown name: nazi23
G_Scripting: trigger has unknown name: nazi14
G_Scripting: trigger has unknown name: nazi23
G_Scripting: trigger has unknown name: nazi14
G_Scripting: trigger has unknown name: nazi23
G_Scripting: trigger has unknown name: nazi14
G_Scripting: trigger has unknown name: nazi23
G_Scripting: trigger has unknown name: nazi14
G_Scripting: trigger has unknown name: nazi23
G_Scripting: trigger has unknown name: nazi14
G_Scripting: trigger has unknown name: nazi23
G_Scripting: trigger has unknown name: nazi14
G_Scripting: trigger has unknown name: nazi23
G_Scripting: trigger has unknown name: nazi14
G_Scripting: trigger has unknown name: nazi23
G_Scripting: trigger has unknown name: nazi14
G_Scripting: trigger has unknown name: nazi23
G_Scripting: trigger has unknown name: nazi14
G_Scripting: trigger has unknown name: nazi23
G_Scripting: trigger has unknown name: nazi14
G_Scripting: trigger has unknown name: nazi23
G_Scripting: trigger has unknown name: nazi14
G_Scripting: trigger has unknown name: nazi23
G_Scripting: trigger has unknown name: nazi14
G_Scripting: trigger has unknown name: nazi23
G_Scripting: trigger has unknown name: nazi14
G_Scripting: trigger has unknown name: nazi23
G_Scripting: trigger has unknown name: nazi14
G_Scripting: trigger has unknown name: nazi23
G_Scripting: trigger has unknown name: nazi14
G_Scripting: trigger has unknown name: nazi23
G_Scripting: trigger has unknown name: nazi14
G_Scripting: trigger has unknown name: nazi23
G_Scripting: trigger has unknown name: nazi14
G_Scripting: trigger has unknown name: nazi23
G_Scripting: trigger has unknown name: nazi14
G_Scripting: trigger has unknown name: nazi23

Another issue I noticed is if more than 1 player is in the server and someone votes for a new map or next map the clients crash to desktop. The server continues to run fine but the vote does not execute. I have confirmed this with 3 different windows 7 boxes.

Any ideas? I have tried replacing all files in case something got corrupted but it didn't fix the problem. Here is my cfg:

///////// START //////////////////////////////////////
seta sv_hostname "WOLFMP.INFO ^1COOP" 
seta sv_maxrate "25000"
seta sv_maxPing "350"
seta sv_minPing "0"
seta sv_floodProtect "1"
seta dmflags "0"
seta sv_zombietime "2"
seta sv_allowDownload "0"       
seta sv_fps "20"
seta sv_timeout "240"     
seta sv_maxcoopclients "4"
seta rconpassword "xxxxxxxxxxxx"
seta g_allowVote "1"
seta g_votesPerUser "2"     
seta g_complaintlimit "3"
seta g_voicechatsallowed "3" 
seta g_gametype "2"
seta g_inactivity "120"   
seta g_doWarmup "1" 
seta g_warmup "20"
seta g_antilag "1"
seta g_skipcutscenes "1"
seta g_friendlyFire "1"
seta g_spawnpoints "0"
seta g_airespawn "0"
seta g_teleporttime "300"
seta g_freeze "0"
seta g_gameskill "2"
seta g_reinforce "1"
seta g_shove "1"
seta g_shoveAmount "0.8"
seta g_throwKnives "5"             
seta g_showMOTD "1"
seta g_motdTime "90"
seta g_motd1 "Mumble Server IP: 96.8.120.50 Port: 64738 Password: wolfmp"
seta g_motd2 "Visit www.wolfmp.info!"
coopmap escape1
//////// END ////////////////////////////////////////

Here is how I launch the game from the cli:

screen -d -m -S coop /home/<user>/rtcwcoop_0.9.4_linux/rtcwcoop_ded.i386 +set dedicated 2 +set net_port 27968 +set com_hunkmegs 128 +set com_zonemegs 64 +exec server.cfg

Re: G_Scripting trigger has unknown name "nazi17"....

Vote bug is fixed for next release. For nazies not loading try setting g_inactivity 0 and please report back to us if that solved it.

Re: G_Scripting trigger has unknown name "nazi17"....

Yes "g_inactivity 0" fixed it, thank you! Great job with this coop game.

Re: G_Scripting trigger has unknown name "nazi17"....

Cool thank you. I suggested to force this cvar to be 0 in our bug tracker until it is fixed.

Re: G_Scripting trigger has unknown name "nazi17"....

will be fixed in next release !