LOADLIST does not load records about files on partition E:\

Bug reports will be moved here when the described bug has been fixed

Moderators: Hacker, petermad, Stefan2, white

User avatar
AntonyD
Power Member
Power Member
Posts: 1636
Joined: 2006-11-04, 15:30 UTC
Location: Russian Federation

LOADLIST does not load records about files on partition E:\

Post by *AntonyD »

I tried to start to use an option described in a topic: Open Everything GUI results with TC LOADLIST
but failed... See posts starting from https://www.ghisler.ch/board/viewtopic.php?p=471687#p471687

What is known at the moment:
1) This has not worked since the very first 10 version of Total, when this command was introduced.
But because I didn't need this functionality then, I didn't even try it.
2) There are no errors when loading file-list! So Total clearly understands and recognizes each record as a file on disk.
For verification, I deliberately entered an absolutely incorrect entry in a list - and Total warned me about it.
3) It concerns showing records about any file of any nesting level. Even showing about a file from the root of the disk
E:\qwe.txt
it is not displayed after the command LOADLIST <full path to the file-list>
4) For partitions C:\ - D:\ - everything works as it should. Everything is displayed correctly.
5) If we insert an USB flash drive, we get another partition - the F:\ disk - and if we take some file entries from it and put
them in the same loadable file-list - then they will be shown!!! That is, just the file entries on the E:\ partition will
be ignored.
6) There are no exceptions for either the partition itself or the file attributes on this partition E:\.
Everything is stable and identical to the other parts from which the file records are displayed in a tab "Search result:".
#146217 personal license
User avatar
white
Power Member
Power Member
Posts: 5895
Joined: 2003-11-19, 08:16 UTC
Location: Netherlands

Re: LOADLIST does not load records about files on partition E:\

Post by *white »

One thing that wasn't clear to me in the mentioned thread: Does it only happen with one line in the list file?
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6995
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Re: LOADLIST does not load records about files on partition E:\

Post by *Horst.Epp »

What shows Everything itself if you search for E:\
Is drive E: listed as NTFS in Everythings Index settings ?
If not, do you have a Folder index settings for it ?
Windows 11 Home, Version 24H2 (OS Build 26100.4061)
TC 11.55 RC3 x64 / x86
Everything 1.5.0.1393a (x64), Everything Toolbar 1.5.3.0, Listary Pro 6.3.2.88
QAP 11.6.4.4 x64
User avatar
AntonyD
Power Member
Power Member
Posts: 1636
Joined: 2006-11-04, 15:30 UTC
Location: Russian Federation

Re: LOADLIST does not load records about files on partition E:\

Post by *AntonyD »

Does it only happen with one line
Any number of lines.
Single line was used just for simplicity.
#146217 personal license
User avatar
AntonyD
Power Member
Power Member
Posts: 1636
Joined: 2006-11-04, 15:30 UTC
Location: Russian Federation

Re: LOADLIST does not load records about files on partition E:\

Post by *AntonyD »

Horst.Epp wrote: 2025-05-20, 08:48 UTC 1)What shows Everything itself if you search for E:\
2)Is drive E: listed as NTFS in Everythings Index settings ?
If not, do you have a Folder index settings for it ?
1) - all files|folders.
2) Yes, NTFS.

BUT 3rd party tool is not a key of my problems.
Total's command LOADLIST does not work properly for unknown reasons...
We need a detailed debug logging inside TC itself.
We have already encountered errors here so often - which cannot be repeated - but it would be very useful and necessary to see the ENTIRE path that the code goes through during the execution of conditions/actions leading to these errors. And the Total still has the smallest level of detail of logs... And now it's obviously only through a detailed log = we could try to understand WHAT's going wrong...
#146217 personal license
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50703
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: LOADLIST does not load records about files on partition E:\

Post by *ghisler(Author) »

Can someone send me a sample list file with which this happens, please?
Author of Total Commander
https://www.ghisler.com
User avatar
AntonyD
Power Member
Power Member
Posts: 1636
Joined: 2006-11-04, 15:30 UTC
Location: Russian Federation

Re: LOADLIST does not load records about files on partition E:\

Post by *AntonyD »

2ghisler(Author)
Dear author. I've used words ANY file. Which means on my computer there is no diff between file
E:\qwe.txt with 0 bytes. And E:\long\strange\nested\folder\with_some_unusual+but-real_file.zip with 100MB for ex.
The only matter thing here is - files records belong to E:\ partition and they do exist on it physically.
And again - I am really fully believe that this bug will not be reproducible on any another comp.
so the best we can do - a deeeeeeep and useful debug logging sub-system introduced inside the Totals' code.

P.S.
Also it does not matter file-list will be saved as ANSI (1251 in my case), UTF-8 (w or w/o BOM) or UTF-16LE
#146217 personal license
User avatar
tuska
Power Member
Power Member
Posts: 4083
Joined: 2007-05-21, 12:17 UTC

Re: LOADLIST does not load records about files on partition E:\

Post by *tuska »

2AntonyD
What is your complete LOADLIST command (anonymized)?

Examples:

command:

Code: Select all

%COMMANDER_EXE% /O /T /S LOADLIST:%COMMANDER_PATH%\EV-Results\EV-Results.txt
AHK script:

Code: Select all

Run %TotalCmd% /O /T /S LOADLIST:%DestinationFile%
Note: The AHK script has been modified by you.

Just out of interest, because my drive E: is a DVD drive.
User avatar
white
Power Member
Power Member
Posts: 5895
Joined: 2003-11-19, 08:16 UTC
Location: Netherlands

Re: LOADLIST does not load records about files on partition E:\

Post by *white »

2AntonyD
Do I understand it right that this is the problem:

If you test with LOADLIST (capitals!) on the command line, and use a list file with files from different drives, files NOT on the first partition of a drive are not shown?

So if you use a list file with the following lines:

Code: Select all

c:\test.txt
e:\test.txt
d:\test.txt
e:\test.txt doesn't show up in the file list panel and no error is displayed?
User avatar
AntonyD
Power Member
Power Member
Posts: 1636
Joined: 2006-11-04, 15:30 UTC
Location: Russian Federation

Re: LOADLIST does not load records about files on partition E:\

Post by *AntonyD »

2white
exactly.
e:\ will not be shown.
c:\ and d:\ will be.

2tuska
AHK we should not touch here (especially because it started to work for me)
the only problem is related to the internal cmd itself. And yes - I can use your line:
%COMMANDER_EXE% /O /T /S LOADLIST:%COMMANDER_PATH%\EV-Results\EV-Results.txt
and as I said: records from this file-list with file names from C:\ + D:\ partitions will be shown,
but from E:\ will not.
#146217 personal license
User avatar
tuska
Power Member
Power Member
Posts: 4083
Joined: 2007-05-21, 12:17 UTC

Re: LOADLIST does not load records about files on partition E:\

Post by *tuska »

AntonyD wrote: 2025-05-20, 12:49 UTC 2tuska
AHK we should not touch here (especially because it started to work for me)
the only problem is related to the internal cmd itself. And yes - I can use your line:
%COMMANDER_EXE% /O /T /S LOADLIST:%COMMANDER_PATH%\EV-Results\EV-Results.txt
and as I said: records from this file-list with file names from C:\ + D:\ partitions will be shown,
but from E:\ will not.
Thanks! :)
User avatar
nsp
Power Member
Power Member
Posts: 1933
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

Re: LOADLIST does not load records about files on partition E:\

Post by *nsp »

Have you tried to launch TC as admin and empty ini ?
Does it works if you search on E: drive for some txt file using Alt+F7 and feed to listbox ?
check that you do not have any custom view mode nor auto switch mode.
check that you do not have any ignore list enabled ?
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50703
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: LOADLIST does not load records about files on partition E:\

Post by *ghisler(Author) »

Unfortunately I cannot reproduce that, that's why I asked for a test list file.

Here is what I tried:
1. I have created a sample file C:\test\list.txt containing

Code: Select all

c:\test.txt
e:\test.txt
d:\test.txt
2. Then I copied test.txt to all 3 locations (as Administrator to c:\).

3. And then used the following command:

Code: Select all

%COMMANDER_EXE% /O /T /S LOADLIST:C:\test\list.txt
Please note that Total Commander calls FindFirstFile for each of the names to get the file details like size and date/time. If FindFirstFile fails to find the file, the file name isn't added to the list. Are you able to see the file test.txt when you manually go to the root of the e: drive?
Author of Total Commander
https://www.ghisler.com
User avatar
AntonyD
Power Member
Power Member
Posts: 1636
Joined: 2006-11-04, 15:30 UTC
Location: Russian Federation

Re: LOADLIST does not load records about files on partition E:\

Post by *AntonyD »

It's really hard for me to constantly describe everything that I've already clarified and told.
It looks like as the difficulties with translation into another language just add other portions of problems
during the process of solving another problems(((

Any operations with this disk partition are performed without problems. All files/folders are available, and all operations
can be performed on them. Everything is in perfect order in terms of simple use of the disk and its contents.
There are no restrictions on them from the point of view of the administrative resource. All file attributes are correct.

And yes, I understand for sure that Total first checks these file entries for their reality by their presence on the disk,
and I already wrote that I checked it by making an incorrect entry and received the expected warning window.
So yes, Total knows/sees for sure that the file entry on the E:\ partition exists - but for some reason it just doesn't show it.

And yes, I'm asking a direct question again, dear author, why are you so reluctant to introduce and develop logging sub-system at all?
Already in more than one topic and on different subjects, the only way would be to make a complete log of the actions of a particular
operation. Because the error cannot be reproduced. But no - just as there were no full-fledged logs, so there still aren't any.
Yes, you bring something to the log, there is such functionality in principle - but it's just a drop in the sea compared
With the volume that could really close the issue with the procedure for analyzing the behavior of a particular piece of code.

It's in this situation - I already wrote this in mentioned above another topic - that I believe/am sure that many people will not
be able to reproduce it from scratch.
We need a GOOOD LOG! the internal log of ALL actions that are performed when the file is displayed on the Total's file panel.
#146217 personal license
siealex
Senior Member
Senior Member
Posts: 305
Joined: 2009-03-22, 16:36 UTC

Re: LOADLIST does not load records about files on partition E:\

Post by *siealex »

Is your E:\ a removable drive?
We are not so S.M.A.R.T. as we imagine...
Post Reply