-
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
Bad network paths on symlink provided to OCIO. #236
Comments
When you set the OCIO env var to a custom OCIO, what happens? Does it work for a local OCIO config? does it work for a remote OCIO config? |
From @Narann on January 22, 2018 13:33 Thanks,
If I set
Yes, setting the
I just tested to put a fully network path (no symlink): So the problem is with symlinks using network: Local symlink pointing to network location. In our situation local symlink is |
@rodlie do you have a way to test this? |
Will test. |
I don't remember. Things might also have changed in OCIO v2. I will need to test this again. |
From @Narann on January 22, 2018 10:4
Hi and thanks for Natron, we try to use it at work.
Problem
Natron seems to badly resolve network paths in Windows when providing it to OCIO.
We use natron over the network. Full path:
This:
...is a symlink to:
When we put a reader we have:
Note the
C:/app/inria/UNC/svrapp/natron/2.3.4...
depict being correctly displayed into the project setting window.We tried to override
OCIO
env var explicitly to an explicity path but no luck. The only "working" solution is to have a.ocio
locally and point on it with the environment variable.We use the portable version.
Steps to Reproduce
(Not tested but I guess, sorry for this)
Download the portable version. Put it into a folder accessible through the network. Let's say
\\myserver\\natron
.Locally, create a symlink to this location:
Start Natron in
C:\mynatron\bin\Natron.exe
and read an.exr
file.Versions
This software was compiled from the source code branch tags/2.3.4 at version c64f157 using GNU C++ version 7.2.0 with OpenMP 4.5 targetting Intel x86-64 for Unix Environment.
The bundled openfx-io plugins were compiled from version 4cc07f9.
The bundled openfx-misc plugins were compiled from version 99a9628.
The bundled openfx-arena plugins were compiled from version 47f3c07.
Windows 7.
Thanks in advance,
Dorian
Copied from original issue: MrKepzie/Natron#1719
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: