aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Unexpected error  (Read 2439 times)

skolnick

  • Global Moderator
  • Hero Member
  • *****
  • Karma: 24
  • Offline Offline
  • Posts: 1188
  • CentOS 6 User
Unexpected error
« 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!
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: Unexpected error
« Reply #1 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

skolnick

  • Global Moderator
  • Hero Member
  • *****
  • Karma: 24
  • Offline Offline
  • Posts: 1188
  • CentOS 6 User
Re: Unexpected error
« Reply #2 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.
Logged

skolnick

  • Global Moderator
  • Hero Member
  • *****
  • Karma: 24
  • Offline Offline
  • Posts: 1188
  • CentOS 6 User
Re: Unexpected error
« Reply #3 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.
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: Unexpected error
« Reply #4 on: January 21, 2005, 04:01:35 PM »

Yeah, that's fixed on my side, and will be on CVS soon.
Logged

realcruncher

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 46
DownloadListCtrl.cpp Line 1929
« Reply #5 on: January 21, 2005, 04:35:54 PM »

in today's CVS there seems to be a missing right bracket in the if request.
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: Unexpected error
« Reply #6 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!
Logged