aMule Forum
English => en_Bugs => Topic started by: ecforum on August 25, 2007, 11:11:47 PM
-
Hello,
This is the first time that I run aMule cvs (20070825). There are errors in the log :
2007-08-25 22:10:18: Logger.cpp(268): Error : Failed to retrieve file times for '/mnt/......' (error 2: no file or r)
2007-08-25 22:10:18: FileFunctions.cpp(187): FileIO: Error on GetLastModificationTime from `/mnt/.....'
2007-08-25 22:10:18: CFile.cpp(147): CFile: Error when opening file (/mnt/.....): no file or
It is maybe due to special alphabetic characters.
On my system I can do "touch Réel". The "ls" command will print "Réel".
But I downloaded files containing the Réel word which displays like that "Réel" with ls.
The files with errors seem (not sure) to have all a special character (é, ß, ä, ñ, ...).
And the filenames with problem display correctly in the log window.
-
This is unfortunately a bug in wxWidgets on *nix systems. It will use the wrong locale for file operations and is therefore unable to perform file operations on files with unicode characters.