Actions
Emulator Issues #6001
closedAudio backends hard crash when no audio device present
Status:
Fixed
Priority:
Normal
Assignee:
-
Category:
DSP
% Done:
0%
Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:
Description
All of our audio backends don't expect a audio device to not be present when initializing. In Windows this causes a instant crash, and in Linux, Alsa manages to continue going but spits a bunch of errors out in the process.
We need to make sure to fallback to no audio if a audio device isn't found.
Actions