kcat / openal-soft

OpenAL Soft is a software implementation of the OpenAL 3D audio API.
Other
2.18k stars 526 forks source link

the error about alcdsoundCapture_open:Device init failed:0x80004005 ? #727

Open xuandu opened 2 years ago

xuandu commented 2 years ago

hello The error appear on win11 machine,just part of win11-computer ,not all win11 computer; I have update the drive,and updata the openal dll to 1.21 version,when i capture voice use alcopencapturedevice on win11. but still have this error,and can not start capture voice; the computer have one default MIC ; so,thank you for your help,give me some suggestion;

kcat commented 2 years ago

Try updating to 1.22.2, and if it still happens, try getting a log file (set the ALSOFT_LOGLEVEL environment variable to 3, and the ALSOFT_LOGFILE environment variable to a path+filename, ensuring it's a path you have write permissions for).