%F get invalid filelist in file system plugins

Please report only one bug per message!

Moderators: white, Hacker, petermad, Stefan2

Post Reply
Hurdet
Power Member
Power Member
Posts: 620
Joined: 2003-05-10, 18:02 UTC

%F get invalid filelist in file system plugins

Post by *Hurdet »

TC starting in 9.20 %F filelist for file system plugins seems to not work anymore .
It add wrong extra prefixes in all lines except first one.
See here and previous.
Last edited by Hurdet on 2020-09-14, 07:28 UTC, edited 3 times in total.
User avatar
MVV
Power Member
Power Member
Posts: 8702
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Re: %F get invalid filelist in file system plugins

Post by *MVV »

I'll add some details.

I add following files from C:\Windows\System32 to \\\Virtual Panel\0 directory:

Code: Select all

activeds.tlb
actxprxy.dll
adal.dll
AdapterTroubleshooter.exe
And then %F, %L, %WL return broken list in TC versions since ~9.20 (prefixes may differ but they are the same for single filelist):

Code: Select all

activeds.tlb
activeds.actxprxy.dll
activeds.adal.dll
activeds.AdapterTroubleshooter.exe

Code: Select all

activeds.tlb
System32actxprxy.dll
System32adal.dll
System32AdapterTroubleshooter.exe
User avatar
nsp
Power Member
Power Member
Posts: 1804
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

Re: %F get invalid filelist in file system plugins

Post by *nsp »

%C1 %C2 ..... works as expected and return real full file names. (since TC 9.21)

%L %UL %WL ... only works for the first file.
It seems that the call to get local fie name and the used buffers to build the list produce wrong results. And then %F .. give same error like cutting %L at last "\"
User avatar
nsp
Power Member
Power Member
Posts: 1804
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

Re: %F get invalid filelist in file system plugins

Post by *nsp »

@ghisler
Will you take this bug into account ?

I candidate for testing a private-pre-version that fix it even enclosing %L %UL line limitation ;)
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48070
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: %F get invalid filelist in file system plugins

Post by *ghisler(Author) »

I will check it.
Author of Total Commander
https://www.ghisler.com
Post Reply