Everything does not see an update

Found a bug in "Everything"? report it here
Post Reply
salazor
Posts: 258
Joined: Tue Jun 17, 2014 10:52 am

Everything does not see an update

Post by salazor »

Everything can not see the update, probably since version 1.3 comes with a stable and beta versions.

In the .ini I have set: beta_updates=1 - even though this is the message "Everything is up to date!"

My version is: 1.4.1.736b
void
Developer
Posts: 15237
Joined: Fri Oct 16, 2009 11:31 pm

Re: Everything does not see an update

Post by void »

There is no public 1.4.1 release yet.
Sorry it's taking soo long.

I would consider 1.4.1 an alpha release at the moment, there's experimental features that need more testing.
Once I've gotten on top of the bugs that have been reported with internal testing I will do a public beta release.

If you wish to try the latest alpha/beta, please try:
http://www.voidtools.com/Everything-1.4.1.747b.x64.zip
http://www.voidtools.com/Everything-1.4.1.747b.x86.zip

Everything 1.4.1 is getting to the point where it is more stable than 1.4.0, so I will be doing a release very soon.
salazor
Posts: 258
Joined: Tue Jun 17, 2014 10:52 am

Re: Everything does not see an update

Post by salazor »

Thanks,

Why the new beta version is enabled: auto_remove_offline_ntfs_volumes=1 - I had 3 drives offline now Everything can not see them, :x even as I set: auto_remove_offline_ntfs_volumes=0 :(

I went back to version 1.4.1.736b but it is the same. In Everything.db volumes they are offline - so why Everything can not see them? :o
void
Developer
Posts: 15237
Joined: Fri Oct 16, 2009 11:31 pm

Re: Everything does not see an update

Post by void »

Everything 1.4.1.746 defaults to auto_remove_offline_ntfs_volumes=1

I'll change Everything from overwriting previous settings.

Any offline indexes are lost, you will need to re-index with these volumes attached.
sorry for the inconvenience.
therube
Posts: 4604
Joined: Thu Sep 03, 2009 6:48 pm

Re: Everything does not see an update

Post by therube »

Just to point out that that's going to be one of the "gotchas" of using a Beta (& the installer version in particular, I'd think, or at least more so then the Zip).
salazor
Posts: 258
Joined: Tue Jun 17, 2014 10:52 am

Re: Everything does not see an update

Post by salazor »

void wrote:Everything 1.4.1.746 defaults to auto_remove_offline_ntfs_volumes=1

I'll change Everything from overwriting previous settings.

Any offline indexes are lost, you will need to re-index with these volumes attached.
sorry for the inconvenience.
Unfortunately, this disc (3 volumes) is damaged (BIOS not to see him) and I can not rebuild the database.

But before using the last beta copies made Everything.db - just that when you start example: 1.4.1.736b not see the disks, yesterday was good - the last beta had to change something in the .ini.
salazor
Posts: 258
Joined: Tue Jun 17, 2014 10:52 am

Re: Everything does not see an update

Post by salazor »

Little did it, - only now volumes "O :, P :, Q :, Z:" are displayed as a "Removable Disk" and the former as "offlline"

What can I change here?

Code: Select all

ntfs_volume_guids="\\\\?\\Volume{e1010dd2-949b-11e3-b34a-806d6172696f}","\\\\?\\Volume{59bc595d-7a8b-11e6-9c0e-00304f270075}","\\\\?\\Volume{e1010dd4-949b-11e3-b34a-806d6172696f}","\\\\?\\Volume{e1010dd5-949b-11e3-b34a-806d6172696f}","\\\\?\\Volume{8f7b3848-1e1b-11e4-a4b1-00304f270075}","\\\\?\\Volume{8f7b3849-1e1b-11e4-a4b1-00304f270075}","\\\\?\\Volume{8f7b384a-1e1b-11e4-a4b1-00304f270075}","\\\\?\\Volume{79cf6129-45cd-11e6-9d03-00304f270075}","\\\\?\\Volume{79cf612a-45cd-11e6-9d03-00304f270075}","\\\\?\\Volume{280b35b0-74fd-11e6-ac1a-806d6172696f}"
ntfs_volume_paths="C:","I:","M:","N:","O:","P:","Q:","S:","T:","Z:"
ntfs_volume_roots="","","","","","","","","",""
ntfs_volume_includes=1,0,1,1,1,1,1,1,1,1
ntfs_volume_load_recent_changes=1,0,1,1,1,1,1,1,1,1
ntfs_volume_include_onlys="","","","","","","","","",""
ntfs_volume_monitors=1,1,1,1,1,1,1,1,1,1
void
Developer
Posts: 15237
Joined: Fri Oct 16, 2009 11:31 pm

Re: Everything does not see an update

Post by void »

Please try Everything 1.4.1.749b:
http://www.voidtools.com/Everything-1.4.1.749b.x86.zip
http://www.voidtools.com/Everything-1.4.1.749b.x64.zip

This version doesn't not force a change to auto remove offline volumes.
Do you have a backup of your Everything.ini?
salazor
Posts: 258
Joined: Tue Jun 17, 2014 10:52 am

Re: Everything does not see an update

Post by salazor »

Unfortunately, I did not do backup Everything.ini - I just Everything.db, I took GUID from the registry.
void
Developer
Posts: 15237
Joined: Fri Oct 16, 2009 11:31 pm

Re: Everything does not see an update

Post by void »

Were you able to get your offline indexes back?
salazor
Posts: 258
Joined: Tue Jun 17, 2014 10:52 am

Re: Everything does not see an update

Post by salazor »

Yes, just that are displayed as a: Removable Disk (O:)

Image

And I want to get displayed as a: Offline Disk (O:)
salazor
Posts: 258
Joined: Tue Jun 17, 2014 10:52 am

Re: Everything does not see an update

Post by salazor »

David,

Do you know how to display: Offline Disk (O:) - instead of Removable Disk (O:)

Surely something must change that .ini just what?
void
Developer
Posts: 15237
Joined: Fri Oct 16, 2009 11:31 pm

Re: Everything does not see an update

Post by void »

Everything doesn't use the string "Offline Disk", this string comes from the OS from a call to GetVolumeInformation.

Do you currently have a volume mounted at O: that is online?
salazor
Posts: 258
Joined: Tue Jun 17, 2014 10:52 am

Re: Everything does not see an update

Post by salazor »

void wrote:Everything doesn't use the string "Offline Disk", this string comes from the OS from a call to GetVolumeInformation.

Do you currently have a volume mounted at O: that is online?
Unfortunately, the volumes on the disk "O: P: Q:" is corrupt, but I connected the drive Z: - is normally detected as follows: "Local disk" - and after disconnection as a "Removable Disk"
is started from when I used Everything-1.4.1.747b.x86.zip

Also, this version had to change something in the .ini.
salazor
Posts: 258
Joined: Tue Jun 17, 2014 10:52 am

Re: Everything does not see an update

Post by salazor »

David,

So nothing can be done about it?
void
Developer
Posts: 15237
Joined: Fri Oct 16, 2009 11:31 pm

Re: Everything does not see an update

Post by void »

I've changed Everything to display "Offline Disk" for offline volumes.

If you would like to try this now, please try Everything 1.4.1.762b:
http://www.voidtools.com/Everything-1.4.1.762b.x64.zip
http://www.voidtools.com/Everything-1.4.1.762b.x86.zip
salazor
Posts: 258
Joined: Tue Jun 17, 2014 10:52 am

Re: Everything does not see an update

Post by salazor »

Thanks,

Now displayed "Offline Disk"
Post Reply