. But I still cannot get either your or the original autolog.py to create a log file under v1.61. The program initialises, I click OK before it disappears, but no log file created.
Rob - I had this problem too. I eventually solved it by changing the path to "C:". Then the log file was written under the progfiles civ 4 directory. It turns out that I had to put double slashes in ... path = "C:\\Temp" ... then it worked.RobH said:Weird because it was working fine until I installed v1.61 and I never changed anything in the files of this mod at the upgrade. I know the mod has loaded fine because Alt+E brings up the custom log entry screen, but no log file of any description.
Any suggestions to check?
Thanks
Rob
Edit: To be absolutely certain I had a correct path statement in autolog.py, I changed it to:
path = "C:\Temp"
but still no log file![]()
!
. We really do need a new version of autolog for v1.61.
.I have a v1.61 version of the logger as part of my SG mod pack. there are a bunch of other mods in it but everything can be turned off. So, use this mod, turn off everything except the logger and you should be right.RobH said:Well, I have managed to get autolog working again under v1.61 by continually alternating clicking the cursor and pressing the enter key on the autolog bar during loading the game. Not very satisfactory but at least I can make it work again and create that autolog file. We really do need a new version of autolog for v1.61.
And thanks mikezang for the html version, this is very good after following your instructions above for removing the txt suffix.
Rob
. Since I prefer logging as an html file for html style format, I corrected what appeared to be an error in the code and now have an html file for html logging. See your RuffMod thread for details.