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

electron-quick-start can't start without any sound device #950

Closed
yaroslav-nakonechnikov opened this issue Nov 21, 2024 · 1 comment
Closed

Comments

@yaroslav-nakonechnikov
Copy link

Hello,

initially, i found this in min browser (minbrowser/min#2532), but there asked to create ticket here.
so, i've cloned repo and tried to start:

~/electron-quick-start$ npm install

added 72 packages, and audited 73 packages in 16s

17 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities
~/electron-quick-start$ npm start

> [email protected] start
> electron .

/home/user/electron-quick-start/node_modules/electron/dist/electron: symbol lookup error: /home/user/electron-quick-start/node_modules/electron/dist/electron: undefined symbol: snd_device_name_get_hint, version ALSA_0.9

and doesn't start.

os: ubuntu 24.04 in WSL

@yaroslav-nakonechnikov
Copy link
Author

then i found #486, and here found missing piece:

sudo apt-get install libasound2t64
after installing that package it managed to start.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant