stakira / OpenUtau

Open singing synthesis platform / Open source UTAU successor
http://www.openutau.com
MIT License
2.06k stars 285 forks source link

Not saving wave file #275

Closed paperloid07 closed 1 year ago

paperloid07 commented 2 years ago

When exporting .wav file into a folder, the folder will appear empty after finishing rendering I was using a CVVC voicebank, the sound when i play the ust works, the problem is when rendering, if someone try to render it with my VB it will work the render part, so i dont really know what is wrong with my configuration. Been trying to open the programm as Admin but the problem still there 1 11 121 image

Ill be more than happy a solution ; V ; i been trying for almost 3 months to fix this

stakira commented 2 years ago

Please share log file. It's hard to tell what's the issue without enough info.

paperloid07 commented 2 years ago

2022-03-24 07:41:58.484 -03:00 [INF] OpenUtau v0.0.656.0 2022-03-24 07:42:00.598 -03:00 [INF] Search all singers: 00:00:00.0381147 2022-03-24 07:42:00.627 -03:00 [INF] Search all plugins: 00:00:00.0224915 2022-03-24 07:42:00.629 -03:00 [INF] Search all legacy plugins: 00:00:00.0010642 2022-03-24 07:42:00.632 -03:00 [INF] ReleaseSourceTemp C:\Users\admin\Desktop\OpenUTAU\Cache 2022-03-24 07:42:02.195 -03:00 [INF] SchedulePreRender 2022-03-24 07:42:02.217 -03:00 [INF] Publish notification Load project 2022-03-24 07:42:02.229 -03:00 [INF] Checking update at: https://github.com/stakira/OpenUtau/releases/download/OpenUtau-Latest/appcast.win-x64.xml 2022-03-24 07:42:04.060 -03:00 [INF] Checking update at: https://github.com/stakira/OpenUtau/releases/download/OpenUtau-Latest/appcast.win-x64.xml 2022-03-24 07:42:06.330 -03:00 [INF] download started C:\Users\admin\AppData\Local\Temp\OpenUtau-win-x64.zip 2022-03-24 07:42:17.374 -03:00 [INF] download finished C:\Users\admin\AppData\Local\Temp\OpenUtau-win-x64.zip 2022-03-24 07:42:17.579 -03:00 [INF] shutting down for update 2022-03-24 07:42:17.727 -03:00 [INF] shut down for update Is this one?

nagotown commented 2 years ago

send the log file associated with the bug, as a .txt or in a codeblock instead of plain text. not a log from some other time.

paperloid07 commented 2 years ago

Where do i search that? log20220324.txt

nagotown commented 2 years ago

find the log .txt associated with the bug. NOT one unrelated. it will have the date the error occurred on it.

paperloid07 commented 2 years ago

There's any Log file on ir, just those i been posting :(

paperloid07 commented 2 years ago

log20220401.txt

stakira commented 2 years ago

Please try to move OpenUtau to somewhere file access is less restrictive. For example, avoid Program Files, Desktop, etc.

paperloid07 commented 2 years ago

Moved it, but still no .wav file on export folder, it says resampling etc but, when finish exporting... still empty

paperloid07 commented 2 years ago

So any help for it?? :/

stakira commented 2 years ago

In your log

System.UnauthorizedAccessException: Access to the path 'C:\Users\admin\Desktop\OpenUTAU\Cache\res-5251be69-00210f7530f64137.wav' is denied.

This means Windows prevent OpenUtau from accessing this file. At this point it's all about how to make Windows not do so. Nothing inside OpenUtau code would help that.

I suggest you open the Debug Window first, then try exporting, and see if any error appears. Then you could experiment with directory location, windows settings, etc.

It's possible there are some different errors. In that case we'll need the new log to be able to help.

paperloid07 commented 2 years ago

Thanks for the answer! Ill see if i can make it work, thanks

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 60 days with no activity. It will be closed if no further activity occurs. Thank you.