Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[ISSUE]: start_http.bat closes immediately – Tried multiple solutions, still not working. #1353

Open
3 of 6 tasks
GenkiDerHusky opened this issue Sep 18, 2024 · 13 comments
Open
3 of 6 tasks

Comments

@GenkiDerHusky
Copy link

Voice Changer Version

MMVCServerSIO_win_onnxgpu-cuda_v.1.5.3.17b

Operational System

Windows 10

GPU

RTX 3080

Read carefully and check the options

  • I've tried to Clear Settings
  • Sample/Default Models are working
  • I've tried to change the Chunk Size
  • GUI was successfully launched
  • I've read the tutorial
  • I've tried to extract to another folder (or re-extract) the .zip file

Model Type

MMVC

Issue Description

Whenever I run "start_http.bat" on this PC, the window briefly opens and then closes immediately. I’ve tried different versions, both with and without admin rights, as well as various Python versions and different hard drives, but it never downloads anything. The antivirus was already turned off, but it still didn’t work. Additionally, I used a version from another PC where it ran smoothly, and it still doesn't work here. What could be the issue, and what can I do about it?

Application Screenshot

5qY5H6QqcB

Logs on console

F:\MMVCServerSIO_win_onnxgpu-cuda_v.1.5.3.17b\MMVCServerSIO.exe -p 18888 --https false --content_vec_500 pretrain/checkpoint_best_legacy_500.pt --content_vec_500_onnx pretrain/content_vec_500.onnx --content_vec_500_onnx_on true --hubert_base pretrain/hubert_base.pt --hubert_base_jp pretrain/rinna_hubert_base_jp.pt --hubert_soft pretrain/hubert/hubert-soft-0d54a1f4.pt --nsf_hifigan pretrain/nsf_hifigan/model --crepe_onnx_full pretrain/crepe_onnx_full.onnx --crepe_onnx_tiny pretrain/crepe_onnx_tiny.onnx --rmvpe pretrain/rmvpe.pt --model_dir model_dir --samples samples.json

@Kuuko-fokkusugaru
Copy link
Sponsor

Your version is not the latest one, try the latest one just in case.
Additionally, try v2. You can download both of the latest builds for both versions at the following link:
https://huggingface.co/wok000/vcclient000/tree/main

@GenkiDerHusky
Copy link
Author

Your version is not the latest one, try the latest one just in case. Additionally, try v2. You can download both of the latest builds for both versions at the following link: https://huggingface.co/wok000/vcclient000/tree/main

I also test it, but same problem. Here I uploaded a video that shows my problem: https://youtu.be/l9Spb0j-FU8

@Kuuko-fokkusugaru
Copy link
Sponsor

I guess your GPU drivers are up to date. Considering that it ran fine on a different computer, something in your environment may prevent RVC from starting properly.
You can try running it directly from the command line rather than the bat file. You should be able to do so by copying and pasting what you got in the logs since that's the full command line. In that way, the cmd window should show the error instead of closing. Then maybe we can guess what's actually failing.

@GenkiDerHusky
Copy link
Author

cmd_WgtYbAkTC6
It is in every version that I use. With other AI Tools that I've installed local, I have no problems. :S And you are right, my gpu drivers are up-to-date.

@Kuuko-fokkusugaru
Copy link
Sponsor

cmd_WgtYbAkTC6 It is in every version that I use. With other AI Tools that I've installed local, I have no problems. :S And you are right, my gpu drivers are up-to-date.

Did the window close after this??

@GenkiDerHusky
Copy link
Author

cmd_WgtYbAkTC6 It is in every version that I use. With other AI Tools that I've installed local, I have no problems. :S And you are right, my gpu drivers are up-to-date.

Did the window close after this??

No, it is still open, but nothing happened. Only that what you can see in the screenshot.

@Kuuko-fokkusugaru
Copy link
Sponsor

Kuuko-fokkusugaru commented Sep 18, 2024

Open cmd with admin rights and run the following, not the bat file but the following:

F:\MMVCServerSIO_win_onnxgpu-cuda_v.1.5.3.18a\MMVCServerSIO.exe -p 18888 --https false --content_vec_500 pretrain/checkpoint_best_legacy_500.pt --content_vec_500_onnx pretrain/content_vec_500.onnx --content_vec_500_onnx_on true --hubert_base pretrain/hubert_base.pt --hubert_base_jp pretrain/rinna_hubert_base_jp.pt --hubert_soft pretrain/hubert/hubert-soft-0d54a1f4.pt --nsf_hifigan pretrain/nsf_hifigan/model --crepe_onnx_full pretrain/crepe_onnx_full.onnx --crepe_onnx_tiny pretrain/crepe_onnx_tiny.onnx --rmvpe pretrain/rmvpe.pt --model_dir model_dir --samples samples.json

@GenkiDerHusky
Copy link
Author

cmd_YMqc0jQHpf

Nothing happened. It is trying to load something for 3 seconds and then it goes back. The window is still open.

@Kuuko-fokkusugaru
Copy link
Sponsor

Then my knowledge can't go beyond this. We need to wait for Okada to check.
I am not aware of if RVC have some dependencies like visual C, net framework, etc or if the application is being blocked by a third party software like an antivirus or firewall.

@GenkiDerHusky
Copy link
Author

Then my knowledge can't go beyond this. We need to wait for Okada to check. I am not aware of if RVC have some dependencies like visual C, net framework, etc or if the application is being blocked by a third party software like an antivirus or firewall.

Hopefully Okada will read it and can help, but thank you for your help. :) I used the software 2023 on the same pc and it wasn't a problem (same firewall, antivirus and so on) and now it doesn't work. :(

@Kuuko-fokkusugaru
Copy link
Sponsor

It is the exact same software installation that stopped working? or at some point, you delete the software and downloaded all over? Just wondering if at some point something broke it while being the same installation or if something between the installations did it. You can try adding all the exe files back to firewall and Windows Defender exclusion list just in case (if you didn't already). You could also try disabling all startup software that starts with window and see if that allows you to run the software again.

@GenkiDerHusky
Copy link
Author

It is the exact same software installation that stopped working? or at some point, you delete the software and downloaded all over? Just wondering if at some point something broke it while being the same installation or if something between the installations did it. You can try adding all the exe files back to firewall and Windows Defender exclusion list just in case (if you didn't already). You could also try disabling all startup software that starts with window and see if that allows you to run the software again.

I had it on an external drive and it worked. Now I have everything on my computer and there are the troubles. But I don't have the external drive anymore, so no chance to test it. :( That's a pity. Do you mean this firewall?
mmc_odGf5WHj5G

Is there any chance to contact you on discord?

@Kuuko-fokkusugaru
Copy link
Sponsor

Well, sometimes there are issues running it from certain folders like desktop or even C drives if some permissions aren't set correctly. But I see you are running it from F and not C. You can try decompressing the whole zip file again to a different drive, or even using C if you run out of drives to test on. Just make sure that you don't copy and paste the installation folder, just decompress it all over always. But if that doesn't helps and you have added all the executable files to the firewall as exceptions (you need to look for all the exe files because there are several of them even in subfolders if I recall correctly) then there isn't much to try other than waiting for Okada reply.
You can add me on discord but I am not sure if I will be of much help. I can try though. ➡ @fokkusugaru

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants