From: Erik V. <eri...@xs...> - 2010-07-17 20:19:07
|
Apart from the recovery error message that I mentioned earlier today, I'm noticing a few more oddities since this morning: - the 18xx.log file suddenly appears in a different location than before. - during initialisation, the log shows an exception like: 2010-07-17 09:44:45 DEBUG Report pathname is log/1889_01_20100717.log (ReportBuffer openReportFile 120) 2010-07-17 09:44:45 ERROR Cannot open file log/1889_01_20100717.log (ReportBuffer openReportFile 126) java.io.FileNotFoundException: log\1889_01_20100717.log (The system cannot find the path specified) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.<init>(Unknown Source) at java.io.FileOutputStream.<init>(Unknown Source) at java.io.FileWriter.<init>(Unknown Source) at rails.game.ReportBuffer.openReportFile(ReportBuffer.java:124) >From the above 2 points. it looks like the working directory has changed or something. - my.properties suddenly appears to be declared legacy (well, that must be intentional ;) - I found a new file log4j.properties, which (if I understand the current Config code right) is now mandatory to get logging started. Or not so? BTW So far I have always run Rails via GameTest (now that's legacy!). Just checked RunGame, which seems to do the job as well for me. But that doesn't change the above findings. Erik. -----Original Message----- From: Stefan Frey [mailto:ste...@we...] Sent: Friday 16 July 2010 23:18 To: Development list for Rails: an 18xx game Subject: [Rails-devel] Added prototype configuration UI I have added some bits of an initial configuration user interface. It should support the requirements discussed (it will allow to define both default profiles and user ajdusted profiles) and the UI will be adjustable via a xml file. It can be accessed from the Status Window => Config. Be aware that there is not much to see yet, but Rails still supports the definition of a user provided configfile via -Dconfigfile. I hope that everything else still works fine. Stefan ---------------------------------------------------------------------------- -- This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ Rails-devel mailing list Rai...@li... https://lists.sourceforge.net/lists/listinfo/rails-devel |