-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Open Folder..." fails for UNC path #11997
Comments
I entered the text below as a new submission but was told to continue on here - as it seems like this issues has got lost in the cracks between Arduino and Eclipse - each one seems to be waiting for the other to do something...... The version of Eclipse-theia included in Arduino IDE V2.3.3 is - according to Arduino support - causing a highly reproducible issue with the use of UNC filenames when a Windows client and a Windows fileshare server are in use. I believe this is a known problem of quite long standing - please take this as a request to expedite a fix. . My config: Windows 10 22H2 Build 19045.5011 16GB RAM 3.2GHz Intel processor. no error message is shown but the user only gets an empty template project. If the IDE is closed and restarted, then the project is correctly loaded. This affects any Arduino user who is using Windows to Windows file sharing using UNC. Arduino support says this is due to an issue with UNC filename handling in the Eclipse library.
Additional Information This potentially affects any users of Arduino IDE on Windows (which is reckoned to be 70% of users) though in reality it is those using Arduino IDE in shared environments (home networks, schools, colleges, universities) who will be affected. As shown above, the mapped drives workaround is available, but that workaround comes with its own set of issues which arise from thread blocking in the client Windows system when network or hardware problems can occur - even if the shared drive is not actually in use. So the workaround is less than ideal.
|
Bug Description:
Attempting to open a folder from a network share fails silently.
Steps to Reproduce:
Set up
Create a network share:
foo
folder.Steps
bar
folder.🐛 A new window opens which does not have the
bar
folder loaded in the Explorer view.Additional Information
The fault does not occur if I open the folder from the drive instead of from the network share.
I can not reproduce the fault using VS Code.
The text was updated successfully, but these errors were encountered: