TC 7.5 final, copy large file - progress stays at 0%

The behaviour described in the bug report is either by design, or would be far too complex/time-consuming to be changed

Moderators: white, Hacker, petermad, Stefan2

Post Reply
jom
Junior Member
Junior Member
Posts: 14
Joined: 2007-06-16, 13:35 UTC

TC 7.5 final, copy large file - progress stays at 0%

Post by *jom »

When copying a large file (F5), the progress remains at 0% and no indication of the copy speed is given.

In version 7.04 it works ok - the % progress is updated, and the copying speed shown in kb/sec.

I am running TC 7.5 final in Wine 1.1.29 on Ubuntu 9.04.
User avatar
MVV
Power Member
Power Member
Posts: 8704
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

By default, TC 7.50 using standard Windows function CopyFileEx. This function should inform TC abou tcopying progress. If not, TC can't do anything.

You may disable standard copy method in Configuration - Copy/Delete. This will revert your TC copy method to its own one which TC 7.04a uses.


Please tell us, if it will be helpful.
jom
Junior Member
Junior Member
Posts: 14
Joined: 2007-06-16, 13:35 UTC

Post by *jom »

Thanks!

I did as you suggested and tried "use default method only", and it works as it should.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48232
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Unfortunately it seems that some versions of Wine do not implement the function CopyFileEx (with progress), but just redirect to CopyFile without progress.
Author of Total Commander
https://www.ghisler.com
Post Reply