Closed inspector71 closed 10 years ago
Ah yes sorry about that. Should now be fixed with v1.6.6 - the crash is because you're not using a logfile. You will need to temporarily provide a valid logfile for v1.6.5 to work successfully and update you to v1.6.6., so try running @logfile=/tmp/x update
and you should be OK again.
No worries, all sorted, thanks!
./texturecache.py vscan Successfully updated from v1.6.4 to v1.6.5 Traceback (most recent call last): File "./texturecache.py", line 7269, in
main(sys.argv[1:])
File "./texturecache.py", line 7007, in main
loadConfig(argv)
File "./texturecache.py", line 6610, in loadConfig
gLogger.setLogFile(gConfig)
File "./texturecache.py", line 761, in setLogFile
raise IOError("Unable to open logfile for writing!")
IOError: Unable to open logfile for writing!