|
From: Rebecca N. P. <reb...@zo...> - 2015-07-14 18:52:17
|
> nasal:5:..\..\..\src\Main\util.cxx:197:Access denied to > C:/Users/alan/AppData/Roaming/flightgear.orgno.log > > There is a "\" missing > Access denied to /home/romosan/.fgfs These are both expected: the lack of a slash(+filename) makes the path not an allowed one. The first is testing exactly that, the second is an initialization whose result is ignored (that possibly isn't needed any more, but is harmless). >> ERROR: The path '/home/romosan/.fgfs/./TerraSync/../Export' does not >> exist in the file system. >> Access denied to /home/romosan/.fgfs/./TerraSync/../Export/yes..gg This appears to be the actual problem: I did check that .fgfs/Terrasync is created on a new (Terrasync disabled) install, but didn't think of the case of a non-standard Terrasync directory. As this test case isn't very important, I have deleted it. |