Page 1 of 1
UT3 Test 1 (Deathmatch only)
Posted: Mon Mar 17, 2008 11:31 pm
by Panther
Attached is the logger for UT3 which only works under Windows due to problems with the UT3 Linux version. You can download the updated version of UTStatsDB via the SVN repository (see the UTStatsDB home page). If you need a Subversion client I recommend TortoiseSVN (
http://tortoisesvn.net).
To run the stat logger, stick the .u file with your other third party mods and include "?AccessControl=UT3Stats.UT3Stats" on your server startup line.
Re: UT3 Test 1 (Deathmatch only)
Posted: Tue Mar 18, 2008 2:04 am
by Geddeth
This is great, Panther, and much needed.
And I don't mean to nag, but is Ryan Gordon aware that there are discrepancies in the way the Windows and Linux server works with your mutator? Perhaps it's an easy bug for him to fix?
Re: UT3 Test 1 (Deathmatch only)
Posted: Tue Mar 18, 2008 10:48 am
by Panther
I posted on his UT3 mailing list but there's not been a reply.
Re: UT3 Test 1 (Deathmatch only)
Posted: Thu Mar 20, 2008 3:22 pm
by Starbuck
Great progress Panther...
The one problem I'm having is that the log files are not accessible until the server is shut down... I can't copy or view them.
Re: UT3 Test 1 (Deathmatch only)
Posted: Thu Mar 20, 2008 9:44 pm
by Panther
The one problem I'm having is that the log files are not accessible until the server is shut down... I can't copy or view them.
Sounds like the file isn't getting closed properly when the match is over. I'll look into this. Thanks for reporting it.
Re: UT3 Test 1 (Deathmatch only)
Posted: Fri Mar 21, 2008 6:53 pm
by Panther
Since it's been several days now since I posted on the UT3 Linux mailing list and have had no response, I've sent an email directly to Ryan Gordon. I'll let you know if he replies.
Re: UT3 Test 1 (Deathmatch only)
Posted: Sat Mar 22, 2008 2:06 pm
by TidbiT
Please let us know if he replies. I've sent emails to him about this since early January.

Re: UT3 Test 1 (Deathmatch only)
Posted: Sun Mar 23, 2008 9:09 am
by Panther
I've now also posted a bug report at bugzilla.icculus.org regarding the FileWriter OpenFile function. I tried messing with directory permissions and parameters passed to the OpenFile function but still it always returned failure.
Re: UT3 Test 1 (Deathmatch only)
Posted: Mon Mar 24, 2008 3:46 pm
by TidbiT
I've not received any failure status from FileWriter. It appears to succeed but no file is actually created. Is this different from your experience Panther?
Re: UT3 Test 1 (Deathmatch only)
Posted: Mon Mar 24, 2008 4:10 pm
by Panther
I've not received any failure status from FileWriter. It appears to succeed but no file is actually created. Is this different from your experience Panther?
Yes. FileWriter.OpenFile always returns false under Linux for me. In Windows it returns true when it successfully creates the file.
Re: UT3 Test 1 (Deathmatch only)
Posted: Wed May 21, 2008 4:32 am
by Geddeth
I assume
this is the bugreport you filed with Ryan. Still no change.
I know it's a long shot (I'm desperate), but do you think the UT3 Webadmin developer, Michiel 'elmuerte' Hendriks, could be of assistance? I mean, maybe the serverlogging could somehow be generated or activated through the Webadmin mutator (or however it's implemented), or perhaps he at least has some input on the matter, or maybe he can actually spur some activity on the FileWriter problem into Ryan or the Epic developers.
I'm really itching to help test UTStatsDB for UT3, but my server is on Linux, so I have to wait until some solution to this problem reveals itself.
Cheers,
G.
Re: UT3 Test 1 (Deathmatch only)
Posted: Fri May 23, 2008 8:55 am
by Starbuck
Interestingly, as of
WebAdmin v1.2, elmuerte has added the ability to create a chatlog per game... it works flawlessly in (Windows 2003)... I haven't heard reports from anyone that it doesn't work in Linux.
Geddeth, maybe you could confirm this works on your Linux box...
Panther, it might be worth sneaking a peek at elmuerte's code to see if he's done anything differently with regards to writing log files...

Re: UT3 Test 1 (Deathmatch only)
Posted: Fri May 23, 2008 10:38 am
by Panther
Interestingly, as of
WebAdmin v1.2, elmuerte has added the ability to create a chatlog per game... it works flawlessly in (Windows 2003)... I haven't heard reports from anyone that it doesn't work in Linux.
I just checked El Muerte's code and saw nothing done differently. I then installed WebAdmin 1.3 and tried it on my server and it did not appear to create any log files.