Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Win32] Execa error when built for x86 #245

Open
Akinevz opened this issue Nov 21, 2021 · 5 comments
Open

[Win32] Execa error when built for x86 #245

Akinevz opened this issue Nov 21, 2021 · 5 comments
Assignees
Labels
bug Something isn't working priority Something breaking, with high priority
Projects

Comments

@Akinevz
Copy link

Akinevz commented Nov 21, 2021

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 Akinevz added the bug Something isn't working label Nov 21, 2021
@Akinevz
Copy link
Author

Akinevz commented Nov 21, 2021

image

@Akinevz
Copy link
Author

Akinevz commented Nov 21, 2021

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

@jely2002
Copy link
Owner

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 jely2002 self-assigned this Nov 21, 2021
@jely2002 jely2002 added the priority Something breaking, with high priority label Nov 21, 2021
@jely2002 jely2002 added this to To do in Bug Fixing via automation Nov 21, 2021
@himyjan
Copy link

himyjan commented May 16, 2022

#354 (comment)

@olegshulyakov
Copy link

Duplicates #243

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority Something breaking, with high priority
Projects
Bug Fixing
  
To do
Development

No branches or pull requests

4 participants