| Summary: | SDL waits indefinitely when it can not initialize sound | ||
|---|---|---|---|
| Product: | SDL | Reporter: | nikos |
| Component: | audio | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED INVALID | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 1.2.11 | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
|
Description
nikos
2006-08-22 13:32:24 UTC
Can you debug it to find out exactly what function is causing the hang? Often the hang is in initializing some audio daemon that isn't responding and the libraries we're using (alsa, esound, etc.) don't have any way of detecting the problem. My belief is that this was an ALSA bug, not an SDL bug. Please reopen this bug report if you feel this is incorrect. Thanks, --ryan. |