MrS0m30n3 / youtube-dl-gui

A cross platform front-end GUI of the popular youtube-dl written in wxPython.
The Unlicense
9.3k stars 1.59k forks source link

"WindowsError: [Error 6]" on Windows XP #482

Open denilni opened 4 years ago

denilni commented 4 years ago

Hello, everyone!) Sorry for the bad english. I got a little problem. If someone has any advice on it, please, write!) I installed youtube-dl-gui on an old laptop with Windows XP Professional x32 Edition SP3 It works great! But if you specify in the settings turn off PC after loading, then an error occurs. Here is the code from the log file: Traceback (most recent call last): File "wx\_core.pyc", line 16766, in <lambda> File "wx\lib\pubsub\core\arg1\publisher.pyc", line 36, in sendMessage File "wx\lib\pubsub\core\arg1\publishermixin.pyc", line 23, in publish File "wx\lib\pubsub\core\topicobj.pyc", line 376, in _publish File "wx\lib\pubsub\core\topicobj.pyc", line 397, in __sendMessage File "wx\lib\pubsub\core\arg1\publishermixin.pyc", line 34, in _mix_callListener File "wx\lib\pubsub\core\arg1\listenerimpl.pyc", line 51, in __call__ File "youtube_dl_gui\mainframe.pyc", line 940, in _download_manager_handler File "youtube_dl_gui\mainframe.pyc", line 897, in _after_download File "youtube_dl_gui\utils.pyc", line 228, in shutdown_sys File "subprocess.pyc", line 382, in __init__ File "subprocess.pyc", line 532, in _get_handles File "subprocess.pyc", line 566, in _make_inheritable WindowsError: [Error 6] Can you roughly suggest what this error might be. Maybe some Visual C ++ Redistributable package is missing? Thank you very much in advance!)