haofanurusai
haofanurusai
same error as yours, and I printed its exit code:  0xC000001D usually means the cpu lack of instruction set such as AVX. which cpu do you use? mine is...
tested on i7-9750H and no error occurs consider use better cpu, use gpu, run in python or rebuild .exe 
You may try to run `go-realtime-gui.bat` and if you got something like: `AttributeError: 'RVC' object has no attribute 'tgt_sr'` you can patch `runtime/Lib/site-packages/fairseq/checkpoint_utils.py` search for any `torch.load` and add `weights_only=False`...
BTW I am using RTX 4080 so I am not sure with RTX 50 series I just updated my PyTorch to 2.7.0 for better speed, then the problem occured, and...
You may try #2574