[Solved] Everything displays deleted files

Found a bug in "Everything"? report it here
Post Reply
w64bit
Posts: 229
Joined: Wed Jan 09, 2013 9:06 am

[Solved] Everything displays deleted files

Post by w64bit »

Using 863, I am searching for *.DWG files.
If I delete some of the files, they are moved to recycle bin (all OK here).
But:
- they are displayed with random generated names $*****.DWG in the same folder and not in recycle bin.
- If I empty recycle bin the deleted files are still displayed.
The deleted files are displayed even if I restart Everything.

Edit: the problem is only with 863.
862 and lower are OK.
Last edited by w64bit on Fri Jan 21, 2022 3:37 pm, edited 1 time in total.
froggie
Posts: 297
Joined: Wed Jun 12, 2013 10:43 pm

Re: Everything displays deleted files

Post by froggie »

Void-

A Debug_Log of restoring "TestNote.note". Afterwards, Everything showed it in both its real folder and in $Recycle.bin. It took a force reload to clean up the $recycle.bin display. I never noticed before that Windows creates two files for each deleted file in the recycle bin.

Code: Select all

2017-04-02 17:23:50.119: updated C: in 0.000591 seconds
2017-04-02 17:23:50.119: resume ntfs monitor 0
2017-04-02 17:23:50.119: processed usn records in 0.000389 seconds
2017-04-02 17:23:50.119: DB_WAIT: _db_ready_proc waiting...
2017-04-02 17:23:50.119: DB_WAIT: _db_ready_proc waited 0.000048 seconds
2017-04-02 17:23:53.286: update m 1 3064592
2017-04-02 17:23:53.286: update index E:
2017-04-02 17:23:53.286: USN 2017-04-02 17:23:53.286: RENAME_OLD_NAME 2017-04-02 17:23:53.286: $RZV3MMT.note
2017-04-02 17:23:53.286: USN 2017-04-02 17:23:53.286: RENAME_NEW_NAME 2017-04-02 17:23:53.286: TestNote.note
2017-04-02 17:23:53.286: USN 2017-04-02 17:23:53.286: RENAME_NEW_NAME 2017-04-02 17:23:53.286: CLOSE 2017-04-02 17:23:53.286: TestNote.note
2017-04-02 17:23:53.286: updated E: in 0.000339 seconds
2017-04-02 17:23:53.286: resume ntfs monitor 1
2017-04-02 17:23:53.286: processed usn records in 0.000497 seconds
2017-04-02 17:23:53.286: DB_WAIT: _db_ready_proc waiting...
2017-04-02 17:23:53.286: DB_WAIT: _db_ready_proc waited 0.000030 seconds
2017-04-02 17:23:53.286: new results
2017-04-02 17:23:54.315: update m 1 3064592
2017-04-02 17:23:54.315: update index E:
2017-04-02 17:23:54.315: USN 2017-04-02 17:23:54.315: SECURITY_CHANGE 2017-04-02 17:23:54.315: TestNote.note
2017-04-02 17:23:54.315: USN 2017-04-02 17:23:54.315: SECURITY_CHANGE 2017-04-02 17:23:54.315: CLOSE 2017-04-02 17:23:54.315: TestNote.note
2017-04-02 17:23:54.315: USN 2017-04-02 17:23:54.315: DELETE 2017-04-02 17:23:54.315: CLOSE 2017-04-02 17:23:54.315: $IZV3MMT.note
2017-04-02 17:23:54.315: updated E: in 0.001097 seconds
2017-04-02 17:23:54.315: resume ntfs monitor 1
2017-04-02 17:23:54.315: processed usn records in 0.000421 seconds
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: Everything displays deleted files

Post by void »

Thanks for the bug reports and debug logs.

Fixed in Everything 864b.
Post Reply