The work around I've arrived at is creating a new instance & launching with -instance "Main" argument, which for some reason works. Initially I did this just to see if it would work with stock settings, then slowly added my settings to it to see which one was causing the problem.
I've deleted the AppData\Roaming\Everything files the default instance uses to no avail. In my 2nd instance, all the settings are the same. As far as I can tell, the problem seems to be because the default instance detects a "PortableBaseLayer" drive that doesn't get detected by the non-default instances. And the problem only happens if I index drive C:\ on this default instance. I can index C:\ no problem using the -instance "Main" instance.
I think I've had this problem before as well, but in the past, I manually deleted PortableBaseLayer from Everything-1.5a.ini & it stayed gone. Now for some reason, Everything is redetecting it & it keeps coming back.
Everything-1.5a.ini default instance without drive C:\ included (so it doesn't lockup & crash):
Code: Select all
ntfs_volume_paths=A:,C:,C:\ProgramData\Microsoft\Windows\Containers\BaseImages\61004803-ee21-4570-abe2-26ab99876538\BaseLayer,D:,E:,H:,P:,V:,Y:,Z:
ntfs_volume_guids=\\?\Volume{},\\?\Volume{},\\?\Volume{},\\?\Volume{},\\?\Volume{},\\?\Volume{},\\?\Volume{},\\?\Volume{},\\?\Volume{},\\?\Volume{}
ntfs_volume_roots=,,,,,,,,,
ntfs_volume_includes=1,0,0,0,0,1,0,1,0,0
ntfs_volume_include_onlys=,,,,,,,,,
ntfs_volume_label=Docs,Windows,PortableBaseLayer,CrucialM4,Evo840,HomeMedia,HDDStorage,HyperV,Evo870Bad,Evo870Poor
ntfs_volume_monitors=1,1,1,1,1,1,1,1,1,1
ntfs_volume_multithreaded=0,0,0,0,0,0,0,0,0,0
ntfs_volume_drive_type=3,3,3,3,3,3,3,3,3,3
ntfs_volume_load_recent_changes=0,0,0,0,0,0,0,0,0,0
ntfs_volume_user_added=0,0,0,0,0,0,0,0,0,0
ntfs_volume_real=1,1,1,1,1,1,1,1,1,1
Code: Select all
ntfs_volume_paths=A:,C:,D:,E:,H:,P:,V:,Y:,Z:
ntfs_volume_guids=\\?\Volume{},\\?\Volume{},\\?\Volume{},\\?\Volume{},\\?\Volume{},\\?\Volume{},\\?\Volume{},\\?\Volume{},\\?\Volume{}
ntfs_volume_roots=,,,,,,,,
ntfs_volume_includes=1,1,0,0,1,0,1,0,0
ntfs_volume_include_onlys=,,,,,,,,
ntfs_volume_label=Docs,Windows,CrucialM4,Evo840,HomeMedia,HDDStorage,HyperV,Evo870Bad,Evo870Poor
ntfs_volume_monitors=1,1,1,1,1,1,1,1,1
ntfs_volume_multithreaded=0,0,0,0,0,0,0,0,0
ntfs_volume_drive_type=3,3,3,3,3,3,3,3,3
ntfs_volume_load_recent_changes=1,1,0,0,1,0,1,1,1
ntfs_volume_user_added=0,0,0,0,0,0,0,0,0
ntfs_volume_real=1,1,1,1,1,1,1,1,1
Code: Select all
app_data=0
run_as_admin=0
index_as_admin=0
exit_indexing_process_on_exit=1
stop_service_on_exit=0
lvm=1
ipc=1
ipc_pipe=1
allow_window_message_filter_ipc=1
allow_window_message_filter_dragdrop=0
localization_strings=
allow_open=1
allow_context_menu=1
allow_delete=1
allow_rename=1
allow_cut=1
allow_copy=1
allow_paste=1
allow_drag_drop=1
allow_path_ldrop=0
allow_path_rdrop=1
allow_path_ldrop_modifier_key=1
allow_options=1
allow_run_on_system_startup=1
allow_everything_service=1
allow_folder_context_menu=1
allow_start_menu_shortcuts=1
allow_desktop_shortcut=1
allow_quick_launch_shortcut=1
allow_url_protocol=1
allow_efu_association=1
allow_export=1
allow_check_for_updates=1
allow_clear_search_history=1
allow_clear_run_history=1
allow_force_rebuild=1
allow_rescan_now=1
allow_admin_options=1
alpha_instance=1
Code: Select all
ntfs_volume_paths=A:,B:,C:,H:,M:,P:,V:,W:
ntfs_volume_guids=\\?\Volume{},\\?\Volume{},\\?\Volume{},\\?\Volume{},\\?\Volume{},\\?\Volume{},\\?\Volume{},\\?\Volume{}
ntfs_volume_roots=,,,,,,,
ntfs_volume_includes=1,1,1,1,1,1,1,1
ntfs_volume_include_onlys=,,,,,,,
ntfs_volume_label=Docs,RAID0,Windows,HomeMedia,Movies,HDDStorage,HyperV,WindowsBackup
ntfs_volume_monitors=1,1,1,1,1,1,1,0
ntfs_volume_multithreaded=1,0,1,1,1,0,0,0
ntfs_volume_drive_type=3,3,3,3,3,3,3,3
ntfs_volume_load_recent_changes=1,1,1,1,1,1,1,1
ntfs_volume_user_added=0,0,0,0,0,0,0,0
ntfs_volume_real=1,1,1,1,1,1,1,1