Every time I navigate to "This PC" in DOpus 13 it pops up this dialog while attempting to read some network path while the network machine which it belongs to is offline:
Trying to pinpoint the problem I did a search for files containing the Item text (from the screenshot) inside of /dopusdata which matched the path only inside two files: folderlabels.xml and folders.off.
The text search from within dopus seems to trigger some protection fault and kills/then restarts/dopus when scanning it's own config dir so it was a mess to remember what showed in the results for a few seconds. Ultimately the contents were the following:
folderlabels:
<entry type="folder">
<pathstring>\\OMEGA.x\C$\Users\User\Desktop\[Plugins & Add-ons]</pathstring>
<labels>
<label label_id="95D05ACA-A2A5-4B36-A90A-823C5F844861">
<filter changed="yes" desc="Root Folder" name="Blank File + Name">
<clause item_type="dirs" match="yes" type="type" />
<clause link="and" match="yes" type="name" wildcards="yes">$*</clause>
</filter>
</label>
</labels>
</entry>
folders.off:
<format folderssortalpha="yes" getsizes="default" group="12" groupfoldersattop="yes" inherit_labels="yes" numericname="yes" override_image="yes" sort="dirsfirst" sortnewfiles="default" threshhold="25" v="3" view_mode="details">
<field id="status" size="25" size_dpi="125" />
<field fill_width="yes" id="name" manual_resize="yes" size="475" size_dpi="125" />
<field auto_size="yes" id="size" size="95" size_dpi="125" />
<field auto_size="yes" id="created" size="139" size_dpi="125" sort="1" />
<field auto_size="yes" id="extdir" size="58" size_dpi="125" />
<field id="cdaterel" size="25" size_dpi="125" />
<hide>
<files>*folder.jpg*</files>
</hide>
</format>
<dir>
<pathstring>\\OMEGA.x\C$\Users\User\Desktop\[Plugins & Add-ons]</pathstring>
</dir>
</path>
<path>
Removing the folderlabels part did nothing.
Removing the folders.off entry made it so the dialog no longer appears but loading the "This PC" virtual folder still takes a few seconds which makes me think it still reads all other network folder specified formats and attempts to access them albeit with no problem since the others are always online.
To clarify a few points:
- Local disks which appear in this PC are all M2 drives, nothing mechanical, nothing ever sleeps.
- Nothing else is listed inside This PC in dopus aside from these drives
- Vanilla explorer opens This PC without any delay
- The OMEGA.x domain is a static DNS entry specified in the router and is resolved instantly
- There is no tab or lister with this path open
- There are no mapped network drives in windows
- Folder tree on the left is off
Just the presence of a folder format should not try to access the folder every time we navigate to This PC.