aMule Forum

English => aMule Help => Topic started by: skolnick on January 21, 2005, 12:15:24 AM

Title: Unexpected error
Post 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!
Title: Re: Unexpected error
Post by: deltaHF on January 21, 2005, 12:52:30 AM
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
Title: Re: Unexpected error
Post by: skolnick on January 21, 2005, 01:59:18 AM
Quote
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.
Title: Re: Unexpected error
Post by: skolnick on January 21, 2005, 03:24:51 AM
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.
Title: Re: Unexpected error
Post by: Kry on January 21, 2005, 04:01:35 PM
Yeah, that's fixed on my side, and will be on CVS soon.
Title: DownloadListCtrl.cpp Line 1929
Post by: realcruncher on January 21, 2005, 04:35:54 PM
in today's CVS there seems to be a missing right bracket in the if request.
Title: Re: Unexpected error
Post by: phoenix on January 21, 2005, 05:05:37 PM
realcruncher,

-                       if ( ShowItemInCurrentCat( file, curTab ) {
+                       if ( ShowItemInCurrentCat( file, curTab ) ) {

This was already fixed in CVS. Check tomorrow tarball.

Cheers!