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.
Updated by NeoBrainX over 10 years ago
- Relates to usability changed from Yes to No
This has nothing to do with usability.
Updated by moncef.mechri about 9 years ago
https://github.com/dolphin-emu/dolphin/pull/2824 fixed in this PR.
Actions