Fail to open project form network path

Hello.
If I try to open an ino project located on a network path, for example "\\my-server\Arduino\test_led\test_led.ino", the project is not loaded, and a new empty project is created.
The only solution seems to connect the network path on a drive letter.
I'm running under Windoes 10, IDE 2.2.1.
Is this a bug or normal execution ?
Best regards.
Pascal

Hi @pgagnebin. It is a bug in the free open source Eclipse Theia IDE framework upon which Arduino IDE is built.

The bug is being tracked by the developers here:

If you have a GitHub account, you can subscribe to those issues to get notifications of any new developments related to this subject:

image

Until then, use the workaround you already discovered of mapping the network share to a drive letter and opening the sketches from the path under that drive instead of the UNC path.

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.