-
Notifications
You must be signed in to change notification settings - Fork 47
Failed: The selected folder is not accessible #4
Comments
This is like a 6 levels deep sub component so my best guess here is you're trampling over the 260 character file path limit in Windows. Try this and see if you get the same error. |
The only things common so far I have to go on are that you're both on windows, you're both writing to the D:\ drive, and this is writing to several levels deep. Updated guess is that somehow a parent folder doesn't get made and this fails here with this error. |
Scanned path length and we are up to about 150 characters on the local drive. So not so close to 256. Maybe this is the problem? |
FWIW, I was able to work around this by plugging in a USB3.1 drive and writing the files to that. Both the usb drive and my C drive were formatted NTFS and had similar path depth so no idea why this worked but I'm happy! I had like 200 projects I had to export. Thanks so much for the script. |
You can Enable Win23 long paths via Group Policy Editor. I will try this if the script fails again. Google for it. |
Is that the same as enabling long path in registry? |
I guess yes. But not sure if a "windows update" will overwrite it, so I stick with the GP even this can be "fixed/updated" by Windows Update. Running it now with these settings after 5 approaches ending up in the root of a drive and still failing. I will update here my results. |
And failed again even with "NTFS long paths option" enabled.
|
After renaming the "pan head cross recess screwisoISO 7045 M3 x 30 Z 25C" to something shorter without spaces the script could continue .... waiting what happens next |
I have found this |
After long time working fine it crashed again... merged the Bozzzo changes and hope this will help. |
Here some stats of my 1st project (still not finished):
|
As a workaround not to start from the beginning I modified the script: |
This now seems to work for me |
Hello, I just want to confirm that the workaround proposed by @Tailslide to export to usb seems to work correctly for me. Nor can I find a technical explanation for it. |
The text was updated successfully, but these errors were encountered: