Anjok07 / ultimatevocalremovergui

GUI for a Vocal Remover that uses Deep Neural Networks.
MIT License
16.41k stars 1.24k forks source link

UVR CRASH #1424

Open cmcoomber opened 6 days ago

cmcoomber commented 6 days ago

Process: Demucs

Missing file error raised. Please address the error and try again.

If this error persists, please contact the developers with the error details.

Raw Error Details:

FileNotFoundError: "[WinError 2] The system cannot find the file specified" Traceback Error: " File "UVR.py", line 6638, in process_start File "separate.py", line 904, in seperate File "separate.py", line 446, in write_audio File "separate.py", line 419, in save_with_message File "separate.py", line 393, in save_audio_file File "separate.py", line 1318, in save_format File "pydub\audio_segment.py", line 820, in from_wav File "pydub\audio_segment.py", line 735, in from_file File "pydub\utils.py", line 274, in mediainfo_json File "subprocess.py", line 951, in init File "subprocess.py", line 1420, in _execute_child "

Error Time Stamp [2024-06-22 19:56:43]

ChrisTG742 commented 4 days ago

@cmcoomber: Maybe "[WinError 2] The system cannot find the file specified" gives you a hint. Try opening files in pathes that to not contain spaces or any Unicode-characters. UVR seems to have some issue with special chars in file-pathes at some places in code. HTH!