@whale-av Ah.. yes...... a lot more security.
You might need to check that the Pd app has permission to access files/folders
When you open the patch as a user (clicking) you have permission, but it could be that when Pd then tries to open the other folders it is blocked.
Not so for it's own folder I think..... maybe it is denied access to your desktop?
I just saw that your problems started with a new Pd.......
It looks like your patch is still there...... as you constructed it (a while ago?)...... but Pd cannot find the files in the sub-folders...... the modules.
The [declare -path patch_editor_abs] object tells Pd where to find the modules as main.pd is opened, so the "cannot create" messages mean Pd still cannot find and open them.
But........ maybe it needs the whole path from root.
Copy it in the patch window and change the copy to give the whole path from root.......
[declare -path C:/....../......./......../patch_editor_abs]
and then save main and reopen it.
David.