-
Notifications
You must be signed in to change notification settings - Fork 345
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
(Bug): UNC Path Support in File Dialogs #896
Comments
can you please try if the bug is also in 2.6 alpha? https://github.com/NatronGitHub/Natron/releases/tag/v2.6.0-alpha1 Is it the same bug as #236 ? |
I can try 2.6 Alpha. While it's possible they are related - this is not the same bug as #236 - which appears to focus on OpenColorIO and underlying symlink support for UNC paths - which could be entirely related to OCIO and not Natron itself. This bug is directly related to Natron's native file dialogs, where locations on a file server are inaccessible to browse to using UNC paths. |
@acolwell for the issue with the 2.6 build |
So I have verified that explicitly providing a full path to a file on a network share works, but providing a directory on a share does not allow you to browse the directory. I'm looking into the cause of this right now. I am not able to reproduce the missing DLL errors though. The alpha build in Natron-RB-2.6-202305242302-b9a9b81-Windows-x86_64.zip installs and runs fine for me on Windows 10 Pro. Those DLLs mentioned in the error dialogs are in the zip file and should be getting copied to the installed directory.
|
The fix for this in #901 just landed. It will be available in the next Natron release. |
Make sure to follow our issue report guidelines
Natron version
Natron 2.5
Operating system
Windows 10 Professional
System specs
No response
Did you install Natron using the official installer?
Custom installation path
No response
What were you trying to do?
Read, Write, Load Project, or Save Project from network location with UNC path.
In various file dialogs, type a UNC base path matching one confirmed to load when manually typed on a Read node.
Ex:
What did you expect to happen? What happened instead?
What did I expect to happen:
What happened instead:
Step-by-step reproduction instructions
Additional details
Note: I am filing this as a bug, since UNC paths are clearly supported in various nodes, but the file dialog's won't browse to them leading me to believe this is a bug.
It is clear that UNC paths are supported from #302, and upon testing a Read/Write Node can be manually provided a UNC path, and will successfully read/write from/to it.
Issue persists with with both forward or backward slashes.
Dialog's include:
In a studio environment, custom drive letter mappings are not an option so UNC path support is important.
The text was updated successfully, but these errors were encountered: