Thank you for the issue report NotNull,
Everything is trying to write these CSV/DB files to C:\Program Files\Everything 1.5a
Everything will not have permission to write to this folder.
What is happening:
On Everything startup, Everything will load the following ini files (in order):
<same-location-as-your-Everything.exe>\Everything-<instance-name>.ini
<everything-settings-location>\Everything-<instance-name>.ini
<everything-settings-location> will be either:
C:\Program Files\Everything 1.5a
or
%APPDATA%\Everything
%APPDATA%\Everything is used if app_data=1 is in <same-location-as-your-Everything.exe>\Everything-<instance-name>.ini
Everything will not have permission when writing to c:\Program Files\Everything 1.5a
There is no "unable to write" warning because a custom config is used.
For this to work correctly, there needs to be a Everything-something.ini in the same location as your Everything.exe with app_data=1 set.
Everything-something.ini:
The app_data setting in
-config "t:\instance1\whatever.ini" is ignored.
What I will do for the next alpha update:
Change Everything to load the following ini files:
<same-location-as-your-Everything.exe>\Everything-1.5a.ini
<same-location-as-your-Everything.exe>\Everything-<instance-name>.ini
<everything-settings-location>\Everything-<instance-name>.ini
This way, if your Everything-<instance-name>.ini is missing, Everything will just use the default ini which will most likely have app_data=1 set.