It sounds like the UT3Stats portions are not unloading with each new match. I'm not certain how to remedy that.There must be something wrong with "UT3Stats.u". When i start my dedi server, ut3.exe use something about 250 MB from memory, after 1 day it uses allready 600MB and after 2 days ut3.exe use over 1200mb from Memory. To be sure that UT3Stats is the problem, i disabled UT3Stats on Server and all is normal, after 1 day he stays at 270MB memory. So i dont know why UT3 needs more and more memory how longer it runs with UT3Stats.
According to these logs the first match didn't have any end game tag and the second two ended on a mapchange (you didn't specify how the matches actually ended), however, none of them have a start game tag. UT3Stats uses MatchIsInProgress to determine if the match has started and CheckEndGame to determine if a match has ended.I install UT3Stats 0.99 and update utcomp to beta 4 version.
Latest 3 logs don't work, incomplete or incorrect.
Code: Select all
tmp = "";
while (mut != none)
{
if (len(tmp) > 0) tmp $= ", ";
tmp $= mut.class.getPackageName()$"."$mut.class;
mut = mut.NextMutator;
}