-
Notifications
You must be signed in to change notification settings - Fork 296
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
Access is denied #1339
Comments
Please provide your main dsconfig.yaml and variance dsconfig.yaml |
main dsconfig.yaml: phonemes: ../model/phonemes.json
augmentation_args: num_lang: 15 variance dsconfig.yaml: dur: ../../model/dur.onnx hop_size: 512 use_lang_id: true speakers:
num_lang: 15 |
Acknowledgement
🐛 Describe the bug
Failed to render
Access to the path 'D:\utau\o2_test\configs\dsvariance' is denied.
System.AggregateException: One or more errors occurred. (Access to the path 'D:\utau\o2_test\configs\dsvariance' is denied.)
---> System.UnauthorizedAccessException: Access to the path 'D:\utau\o2_test\configs\dsvariance' is denied.
at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
at System.IO.File.ReadAllBytes(String path)
at OpenUtau.Core.DiffSinger.DsVariance..ctor(String rootPath) in C:\Users\Ksion\Desktop\egeg\OpenUtau\OpenUtau.Core\DiffSinger\DiffSingerVariance.cs:line 67
at OpenUtau.Core.DiffSinger.DiffSingerSinger.getVariancePredictor() in C:\Users\Ksion\Desktop\egeg\OpenUtau\OpenUtau.Core\DiffSinger\DiffSingerSinger.cs:line 204
at OpenUtau.Core.DiffSinger.DiffSingerRenderer.InvokeDiffsinger(RenderPhrase phrase, Double depth, Int32 steps, CancellationTokenSource cancellation) in C:\Users\Ksion\Desktop\egeg\OpenUtau\OpenUtau.Core\DiffSinger\DiffSingerRenderer.cs:line 320
at OpenUtau.Core.DiffSinger.DiffSingerRenderer.<>c__DisplayClass15_0.b__0() in C:\Users\Ksion\Desktop\egeg\OpenUtau\OpenUtau.Core\DiffSinger\DiffSingerRenderer.cs:line 106
at System.Threading.Tasks.Task`1.InnerInvoke()
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of inner exception stack trace ---
0.0.0.0
Explains how to reproduce the bug
I loaded a diffsinger voicebank. It shows me that dsvariance folder can't be accessed. 5 minutes ago it HAD access.
OS & Version
Windows 10
Logs
Failed to render
Access to the path 'D:\utau\o2_test\configs\dsvariance' is denied.
System.AggregateException: One or more errors occurred. (Access to the path 'D:\utau\o2_test\configs\dsvariance' is denied.)
---> System.UnauthorizedAccessException: Access to the path 'D:\utau\o2_test\configs\dsvariance' is denied.
at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
at System.IO.File.ReadAllBytes(String path)
at OpenUtau.Core.DiffSinger.DsVariance..ctor(String rootPath) in C:\Users\Ksion\Desktop\egeg\OpenUtau\OpenUtau.Core\DiffSinger\DiffSingerVariance.cs:line 67
at OpenUtau.Core.DiffSinger.DiffSingerSinger.getVariancePredictor() in C:\Users\Ksion\Desktop\egeg\OpenUtau\OpenUtau.Core\DiffSinger\DiffSingerSinger.cs:line 204
at OpenUtau.Core.DiffSinger.DiffSingerRenderer.InvokeDiffsinger(RenderPhrase phrase, Double depth, Int32 steps, CancellationTokenSource cancellation) in C:\Users\Ksion\Desktop\egeg\OpenUtau\OpenUtau.Core\DiffSinger\DiffSingerRenderer.cs:line 320
at OpenUtau.Core.DiffSinger.DiffSingerRenderer.<>c__DisplayClass15_0.b__0() in C:\Users\Ksion\Desktop\egeg\OpenUtau\OpenUtau.Core\DiffSinger\DiffSingerRenderer.cs:line 106
at System.Threading.Tasks.Task`1.InnerInvoke()
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of inner exception stack trace ---
0.0.0.0
The text was updated successfully, but these errors were encountered: