I found many times that after unzip or download, some files still missing file size property.
However, the "Total size" property shows right value.
I guess it could be a index updating issue so not easy to fix.
Can I update dirs/files properties manually from everything?
I am using 1339a. This issue exists in older versions too.
Size not updating after download or unzip
Size not updating after download or unzip
Last edited by bit on Sat Mar 11, 2023 12:37 am, edited 1 time in total.
Re: Size not updating after download or unzip
Those "empty size" file can be found using
which all reside under my download folder.
Code: Select all
file: !~ !size: !size:0
Re: Size not updating after download or unzip
Sounds like Everything is having trouble reading the size for this file.
Are you able to reproduce the issue?
Could you please send some verbose debug logs?
To find files with no size, include the following in your search:
size:unknown
Everything will not update the size until all handles to the file are closed.
Does Everything update the size after you restart Windows?
Consider using Process Explorer to close handles to the file, or to find the program keeping a handle opened, then close this program.
Please avoid using the Total Size property.
This property can take a very long time to calculate the total size for folders with many subfolders.
The total size information is calculated from disk, not the index.
Are you able to reproduce the issue?
Could you please send some verbose debug logs?
- In Everything, from the Tools menu, under the Debug submenu, check Start Debug Logging.
- In Everything, from the Tools menu, under the Debug submenu, check Verbose.
- Unzip some files.
- wait for a new file to show with no size.
- In Everything, from the Tools menu, under the Debug submenu, click Stop Debug Logging.
The Everything Debug Log.txt will open in Notepad. - Please save this file to the Desktop and send to support@voidtools.com
To find files with no size, include the following in your search:
size:unknown
Everything will not update the size until all handles to the file are closed.
Does Everything update the size after you restart Windows?
Consider using Process Explorer to close handles to the file, or to find the program keeping a handle opened, then close this program.
Please avoid using the Total Size property.
This property can take a very long time to calculate the total size for folders with many subfolders.
The total size information is calculated from disk, not the index.
Re: Size not updating after download or unzip
Haven't found a way to reproduce it 100%.void wrote: ↑Mon Mar 13, 2023 12:19 am Sounds like Everything is having trouble reading the size for this file.
Are you able to reproduce the issue?
Everything will not update the size until all handles to the file are closed.
Does Everything update the size after you restart Windows?
Consider using Process Explorer to close handles to the file, or to find the program keeping a handle opened, then close this program.
unzip has a minor chance to cause this issue, but I don't want to bother monitoring it and check debug logs.
About handles, I used a modified download script, which had trouble to close the file properly many times and I forced closed it - might casue the issue.
After system restart most files got the size updated. Everything was showing "scanning drives X:" after the restart.
Some files are still missing size property after restarted.
- Tried the Process Explorer and search for the file path, not found.
- Then search for the download dir which is the ancestor of those files, found explorer.exe opened some handles on some subdirs.
- Closed the explorer.exe process by Task manager, but size not got updated in Everything.
- in windows explorer I can view those files' size correctly
- the getsize function works and return the right size For those files missing size value after restart, I found it can be solved by "delete it to recycle bin and restore it", as USN records updated?
- How often does it update the size of dirs, compared to the "size" property?Please avoid using the Total Size property.
This property can take a very long time to calculate the total size for folders with many subfolders.
- The additional I/O or cpu load seems not sensitive to me. I did not find it slow in past few weeks.
Above all, I see a simple solution or feature looks already on your TODO list
- If the properties you mentioned includes size, it would be nice. As now, size of dir has a bit of delay on updatespress F5 to update indexed properties for current visible items
Anyway this issue can be fixed by delete-restore. That's enough on my end.
Thanks in advance.
Re: Size not updating after download or unzip
That's one way to force Everything to re-read the file size.For those files missing size value after restart, I found it can be solved by "delete it to recycle bin and restore it", as USN records updated?
Renaming the file or changing the file attributes should also work.
When the folder is "modified".- How often does it update the size of dirs, compared to the "size" property?
The folder is "modified" when there is a change (create, rename, delete, modify) to a direct child.
Changes to grandchildren may cause the total size to not update correctly.
Re: Size not updating after download or unzip
hay greetings, i also have the same problem, no need to delete the file, just rename it anything "x" for example then rename it back to it's original name, the normal file size will show up, happened to me several times when i download linux ISO torrent using FDM ..
Re: Size not updating after download or unzip
I'm looking into the issue..