aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: aMule-CVS - File IO error  (Read 2928 times)

ecforum

  • Full Member
  • ***
  • Karma: 1
  • Offline Offline
  • Posts: 105
aMule-CVS - File IO error
« 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.
Logged

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: aMule-CVS - File IO error
« Reply #1 on: August 25, 2007, 11:43:08 PM »

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.
Logged