youtube-dl-gui icon indicating copy to clipboard operation
youtube-dl-gui copied to clipboard

[Win32] Execa error when built for x86

Open Akinevz opened this issue 3 years ago • 5 comments

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:

  1. Compile on a win32 system
  2. Open app
  3. Add a video
  4. See error

Expected behavior Video is added to the queue

Screenshots image

Additional info (please complete the following information):

  • OS: Windows 10 32bit
  • Build source code downloaded from latest
  • Installed from dist folder

Akinevz avatar Nov 21 '21 20:11 Akinevz

image

Akinevz avatar Nov 21 '21 20:11 Akinevz

Appears to be that a x64 version of electron is used, or electron pulls in some sort of x64 dependency when building for x86

Akinevz avatar Nov 21 '21 20:11 Akinevz

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.

jely2002 avatar Nov 21 '21 22:11 jely2002

https://github.com/jely2002/youtube-dl-gui/issues/354#issuecomment-1127269708

himyjan avatar May 16 '22 06:05 himyjan

Duplicates #243

olegshulyakov avatar Jun 18 '22 21:06 olegshulyakov