You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to #1377, but with a somewhat different cause. When a USD executable is launched from within "D:/foo", where "D:/foo" is a symlink or junction to "F:/foo", and then tries to write to "D:/foo/bar.usda", it fails with a permission error (which isn't really a permission error).
Steps to Reproduce
Create a junction on Windows from D:/foo to F:/foo.
In a command prompt, navigate to D:/foo, and launch python.
Run the following:
from pxr import Sdf
l = Sdf.Layer.CreateAnonymous()
l.Export("d:/foo/bar.usda")
The last line fails with 'Insufficient permissions to write to destination directory 'f:\foo\foo''
System Information (OS, Hardware)
Windows
Package Versions
USD 20.08 and 21.02
The text was updated successfully, but these errors were encountered:
Description of Issue
Related to #1377, but with a somewhat different cause. When a USD executable is launched from within "D:/foo", where "D:/foo" is a symlink or junction to "F:/foo", and then tries to write to "D:/foo/bar.usda", it fails with a permission error (which isn't really a permission error).
Steps to Reproduce
from pxr import Sdf
l = Sdf.Layer.CreateAnonymous()
l.Export("d:/foo/bar.usda")
'Insufficient permissions to write to destination directory 'f:\foo\foo''
System Information (OS, Hardware)
Windows
Package Versions
USD 20.08 and 21.02
The text was updated successfully, but these errors were encountered: