aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Strange errors starting amule  (Read 6568 times)

luquino

  • Full Member
  • ***
  • Karma: 2
  • Offline Offline
  • Posts: 124
Strange errors starting amule
« on: April 29, 2007, 02:05:36 AM »

hi to all. I'm using amule CVS snapshot 2007/04/17 (from trevinos repo) on ubuntu edgy.
Now every time I start amule I get a plenty of these messages in log window:
Code: [Select]
2007-04-29 01:44:41: Logger.cpp(268): Error: Failed to retrieve file times for '/media/hdc1/musica/pop e rock/shakira/1998 -  Donde estan los ladrones/Shakira - 08 Tú.mp3' (error 2: No such file or directory)
2007-04-29 01:44:41: FileFunctions.cpp(162): FileIO: Error on GetLastModificationTime from `/media/hdc1/musica/pop e rock/shakira/1998 -  Donde estan los ladrones/Shakira - 08 Tú.mp3'
2007-04-29 01:44:41: CFile.cpp(147): CFile: Error when opening file (/media/hdc1/musica/pop e rock/shakira/1998 -  Donde estan los ladrones/Shakira - 08 Tú.mp3): No such  file or directory

But the files are ok on disk and play perfectly with XMMS.
Someone can explain me what's happening?
Thanks a lot.
Logged

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: Strange errors starting amule
« Reply #1 on: April 29, 2007, 10:04:16 AM »

Try renaming the file to "tu" instead of "tú".

Seems like you're making phoenix unhappy with your report: http://forum.amule.org/index.php?topic=12335.0
Logged

luquino

  • Full Member
  • ***
  • Karma: 2
  • Offline Offline
  • Posts: 124
Re: Strange errors starting amule
« Reply #2 on: April 29, 2007, 12:13:11 PM »

Thanks wuischke, I spent a bit of time reading your link and other related found in it.
I understand that the problem is the char set in use on my system, but it's very strange, before, on Ubuntu Dapper, I was using amule CVS from wollstrecker debian repos and I never had this problem. Now I changed to Ubuntu Edgy and I had to switch to trevino repos because the other was not working anymore.
Do I have any chance to switch back to wollstrecker repos?
« Last Edit: April 29, 2007, 12:26:13 PM by luquino »
Logged

phoenix

  • Evil respawning bird from aMule Dev Team
  • Developer
  • Hero Member
  • *****
  • Karma: 44
  • Offline Offline
  • Posts: 2503
  • The last shadow you'll ever see
Re: Strange errors starting amule
« Reply #3 on: April 30, 2007, 04:50:15 AM »

What are your language settings? Post here the result of
$ env | grep -i lang

Anyway, you should try a more recent version, try to compile it yourself from a tarball.

Cheers!
Logged

luquino

  • Full Member
  • ***
  • Karma: 2
  • Offline Offline
  • Posts: 124
Re: Strange errors starting amule
« Reply #4 on: May 01, 2007, 08:38:02 PM »

Hi Phoenix.
This is the result of the command
Code: [Select]
luca@luca:~$ env | grep -i lang
LANG=it_IT.UTF-8
LANGUAGE=it_IT:it:en_GB:en

About tarball....  ??? ... I'm not so friend with compilation...    ::)  I'll read something and I'll try. When I'll have some results I'll give you.

Cheers
Logged

phoenix

  • Evil respawning bird from aMule Dev Team
  • Developer
  • Hero Member
  • *****
  • Karma: 44
  • Offline Offline
  • Posts: 2503
  • The last shadow you'll ever see
Re: Strange errors starting amule
« Reply #5 on: May 11, 2007, 03:51:50 PM »

Hi luquino,

Just to keep you informed, I was able to reproduce the behaviour here, so as soon as I find some time to code aMule again I will have it fixed.

Cheers!
Logged

luquino

  • Full Member
  • ***
  • Karma: 2
  • Offline Offline
  • Posts: 124
Re: Strange errors starting amule
« Reply #6 on: May 23, 2007, 11:56:38 PM »

Thank you for that  Phoenix.
Finally I learned how to  compile and I'm using the tarball 20070519 (with some troubles anyway), so when you'll find a solution I'll be able to test it soon

 ;D ;D
Logged

Arichy

  • Full Member
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 224
Re: Strange errors starting amule
« Reply #7 on: August 25, 2007, 02:06:28 PM »

I get the same error as luquino:
Code: [Select]
2007-08-25 13:11:16: Logger.cpp(268): Fehler: Failed to retrieve file times for '/daten/p2p/halde/teilen/prop/klang/musik/div/Marsch Preußens Gospel.mp3' (error 2: Datei oder Verzeichnis nicht gefunden)
2007-08-25 13:11:16: FileFunctions.cpp(187): FileIO: Error on GetLastModificationTime from `/daten/p2p/halde/teilen/prop/klang/musik/div/Marsch Preußens Gospel.mp3'
2007-08-25 13:11:16: CFile.cpp(147): CFile: Error when opening file (/daten/p2p/halde/teilen/prop/klang/musik/div/Marsch Preußens Gospel.mp3): Datei oder Verzeichnis nicht gefunden

Code: [Select]
$ ls -l "/daten/p2p/halde/teilen/prop/klang/musik/div/Marsch Preußens Gospel.mp3"
-rw-r--r-- 1 user user 1348758 2005-04-25 09:30 /daten/p2p/halde/teilen/prop/klang/musik/div/Marsch Preußens Gospel.mp3
Code: [Select]
2007-08-25 13:11:15: amuleDlg.cpp(214):  - Dies ist aMule CVS using wxGTK2 v2.8.4 (Snapshot: Sat Aug 25 07:01:45 CEST 2007), basierend auf eMule.
2007-08-25 13:11:15: amuleDlg.cpp(216):    Läuft auf Linux 2.6.18-4-686 i686

Code: [Select]
$ env | grep -i lang
LANG=de_DE.UTF-8
Logged
Gentoo i686

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: Strange errors starting amule
« Reply #8 on: August 25, 2007, 02:18:25 PM »

Unfortunetely there's currently nothing you can do except for renaming the file.

This is caused by a wxwidgets bug (seemingly only for *.nix, not Windows).
Logged

Arichy

  • Full Member
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 224
Re: Strange errors starting amule
« Reply #9 on: September 23, 2007, 12:36:52 PM »

This is caused by a wxwidgets bug (seemingly only for *.nix, not Windows).

wxgtk 2.8.5 did not solve this bug. Pretty bad.
Logged
Gentoo i686

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: Strange errors starting amule
« Reply #10 on: September 23, 2007, 08:29:54 PM »

This correct, but it should work with older versions. Unfortunately I still haven't had a look at the wx code to find out more about the problem, I hope to get this done once I'm back at home and before I move.
Logged

pepewilder

  • Newbie
  • Karma: 2
  • Offline Offline
  • Posts: 4
Re: Strange errors starting amule
« Reply #11 on: October 17, 2007, 08:09:46 PM »

Hello:

I get the same error:

Code: [Select]
2007-10-17 17:07:37: Logger.cpp(268): Error: Failed to retrieve file times for '/media/disk/aMule/incoming/MundoBasket Junior Lisboa 1999-Final-España-Estados Unidos.VOB' (error 2: No existe el fichero ó directorio)
2007-10-17 17:07:37: FileFunctions.cpp(187): FileIO: Error on GetLastModificationTime from `/media/disk/aMule/incoming/MundoBasket Junior Lisboa 1999-Final-España-Estados Unidos.VOB'
2007-10-17 17:07:37: CFile.cpp(147): CFile: Error when opening file (/media/disk/aMule/incoming/MundoBasket Junior Lisboa 1999-Final-España-Estados Unidos.VOB): No existe el fichero ó directorio

The cause is Ñ or ñ character sure. I get the same problem with á, é, í, ó, ú, ä, ü... characters too. By example:

Code: [Select]
2007-10-17 17:07:36: Logger.cpp(268): Error: Failed to retrieve file times for '/media/disk/aMule/incoming/Persecución.rar' (error 2: No existe el fichero ó directorio)
2007-10-17 17:07:36: FileFunctions.cpp(187): FileIO: Error on GetLastModificationTime from `/media/disk/aMule/incoming/Persecución.rar'
2007-10-17 17:07:36: CFile.cpp(147): CFile: Error when opening file (/media/disk/aMule/incoming/Persecución.rar): No existe el fichero ó directorio

I 'm using amule CVS from http://forum.amule.org/index.php?topic=12458.0 in Ubuntu 7.04 Feisty

Code: [Select]
:~$ env | grep -i lang
LANG=es_ES.UTF-8
Code: [Select]
2007-10-17 17:07:28: amuleDlg.cpp(214):  - Esto es aMule CVS using wxGTK2 v2.8.1 (Snapshot: Tue Oct  2 07:01:54 CEST 2007) basado en eMule.
2007-10-17 17:07:28: amuleDlg.cpp(216):    Ejecutándose en Linux 2.6.20-16-generic i686
Logged

phoenix

  • Evil respawning bird from aMule Dev Team
  • Developer
  • Hero Member
  • *****
  • Karma: 44
  • Offline Offline
  • Posts: 2503
  • The last shadow you'll ever see
Re: Strange errors starting amule
« Reply #12 on: January 30, 2008, 03:32:07 AM »

This problem should be fixed in tomorrow svn tarball due to Xaignar's latest patch.

Please test.

Cheers!
Logged