Hi all,
I think there is an bug in the calculation of the free disk space available for downloads, because the space needed for stopped files is subtracted from the total available space in DownloadQueue.cpp. IŽve patched the source from the cvs and now it seems to work for me. Here comes the diff:
Index: DownloadQueue.cpp
===================================================================
RCS file: /cvsroot/amule/amule-cvs/src/DownloadQueue.cpp,v
retrieving revision 1.5
diff -r1.5 DownloadQueue.cpp
1244a1245,1249
> }
>
> if (cur_file->IsStopped())
> {
> continue;
I hope, that is correct and I didnŽt miss something?
Cheers,
JT.