← Back to team overview

linuxdcpp-team team mailing list archive

[Bug 551184] Re: After filelist download DC++ tries to do a folder move operation in some cases

 

Ignore comment #1, the problem happens only when a filelist downloaded
from searches and is because of a change in QueueManager line 1131 in
rev1935.

A file is moved when the finished queue item's tempTarget property is
not empty or its finished. This property is usually empty for filelists,
but not in the case above, there it is used to store the path of where
should the filelist be positioned when its opened in the GUI. The
attached patch restricts move operation only to downloaded files.

The patch does not solve the original problem in related question,
another bug has already been opened for that...

** Patch added: "filelistmove.patch"
   http://launchpadlibrarian.net/43923144/filelistmove.patch

-- 
After filelist download DC++ tries to do a folder move operation in some cases
https://bugs.launchpad.net/bugs/551184
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to DC++.

Status in DC++: Confirmed

Bug description:
--Converted from a question--

Since the latest dc++ update (0.761) I'm no more able to load file lists with the correct file path (like when you are right-clicking on a file in the search tab and choose to load the file list).
Instead it switches to the root directory and gives following error message in the system protocol:

Unable to move <Remote path shown in the Path coloumn in the search listview> to <C:\Users\MyComputername\AppData\Local\DC++\FileLists\NickOfTheUser.CID> (The system cannot find the path specified.) nor to rename to <Remote path shown in the Path coloumn in the search listview\NickOfTheUser.CID> (The system cannot find the path specified.)

This problem only occured with the recent version of dc++, not before. I'm running Windows 7 Professional 64Bit, logged in as administrator.





References