youtube-dl-gui
youtube-dl-gui copied to clipboard
[Win32] Execa error when built for x86
Describe the bug
The application freezes if left open for a long time when adding a video.
If video is added normally, it produces an error quoting execa
To Reproduce Steps to reproduce the behavior:
- Compile on a win32 system
- Open app
- Add a video
- See error
Expected behavior Video is added to the queue
Screenshots
Additional info (please complete the following information):
- OS: Windows 10 32bit
- Build source code downloaded from latest
- Installed from dist folder
Appears to be that a x64 version of electron is used, or electron pulls in some sort of x64 dependency when building for x86
Thank you for the report. This is again a bug caused by switching to yt-dlp. It doesn't download the x86 version of this dependency. I will add this to the list of bugs to fix for next bugfix update.
https://github.com/jely2002/youtube-dl-gui/issues/354#issuecomment-1127269708
Duplicates #243