aMule Forum
English => aMule Help => Topic started by: skolnick on January 21, 2005, 12:15:24 AM
-
Hi all!
I just got this while completing a file, and I have no idea what produced it:
01/20/2005 04:20:06 PM: Unexpected file error while completing big_file.avi. File paused
Why is this? it's not a problem with disk space, since a file completed fine just before this one, which also suggests is not a problem with directory permissions. Right now, the file is at 100%, and its status is stopped. Had never seen this before. How should i proceed? :P
Thanks!
-
does it happen with every file now?
click some small file for a test and if it completes without any problems (or with) then it might be really free space pb
cheers
-
Originally posted by deltaHF
does it happen with every file now?
click some small file for a test and if it completes without any problems (or with) then it might be really free space pb
cheers
Thanks but...what will this prove? if the file completes either with or without errors then the problem *might* be disk space :P
Thanks for the help anyway. I'm not sure if happens with every file, since no other file has completed since this.
Regards.
-
OK, I just found the problem. The filename had some strange (unicode, probably) character in it. Renaming with only alphanumeric characters and restarting amule did the trick.
Regards.
-
Yeah, that's fixed on my side, and will be on CVS soon.
-
in today's CVS there seems to be a missing right bracket in the if request.
-
realcruncher,
- if ( ShowItemInCurrentCat( file, curTab ) {
+ if ( ShowItemInCurrentCat( file, curTab ) ) {
This was already fixed in CVS. Check tomorrow tarball.
Cheers!