-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Open
Labels
Description
Current behavior
Errors display in the terminal output in the release/15.0.0
branch when running in Electron browser on my Mac. I believe when a page that's visited is playing video???
sysctlbyname for kern.hv_vmm_present failed with status -1

Different errors are displayed in Docker run (see circleci output) - similar to these that used to display from this issue: cypress-io/cypress-docker-images#52
Related older issue: cypress-io/cypress-docker-images#52

ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
ALSA lib conf.c:4745:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4745:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
ALSA lib conf.c:4745:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:5233:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2660:(snd_pcm_open_noupdate) Unknown PCM default
[7030:0722/114522.445291:ERROR:media/audio/alsa/alsa_util.cc:209] PcmOpen: default,No such file or directory
ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
ALSA lib conf.c:4745:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4745:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
ALSA lib conf.c:4745:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:5233:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2660:(snd_pcm_open_noupdate) Unknown PCM default
[7030:0722/114522.445401:ERROR:media/audio/alsa/alsa_util.cc:209] PcmOpen: plug:default,No such file or directory
Desired behavior
No response
Test code to reproduce
it('Should display logo', () => {
cy.visit('https://www.cypress.io')
})
Cypress Version
15.0.0
Node version
22
Operating System
Mac + Docker
Debug Logs
Other
No response