Opened 12 years ago
Closed 12 years ago
#11889 closed Bug Report - Crash (Invalid)
mythfrontend.real crashed with SIGSEGV in AudioOutput::GetAudioDeviceConfig()
Reported by: | Owned by: | JYA | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | MythTV - Audio Output | Version: | Unspecified |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
keep getting audio output device is set to directx device but directx support is not compiled in when trying to change the audio device through audio setup mythtv frontend has a segmentation fault
lspci shows sound card as intel corporation 6 series/c200 series chipset family high definition audio controller (rev 05)
Oct 3 16:09:27 shadow mythfrontend.real: mythfrontend[1879]: E CoreContext audio/audiooutput.cpp:175 (OpenAudio) Audio output device is set to DirectX device but DirectX support is not compiled in! Oct 3 16:09:27 shadow mythfrontend.real: mythfrontend[1879]: C CoreContext audio/audiooutput.cpp:198 (OpenAudio) No useable audio output driver found. Oct 3 16:09:27 shadow mythfrontend.real: mythfrontend[1879]: E CoreContext audio/audiooutput.cpp:200 (OpenAudio) Don't disable OSS support unless you're not running on Linux.
Attachments (4)
Change History (5)
Changed 12 years ago by
Attachment: | frontend.txt added |
---|
Changed 12 years ago by
Attachment: | gdb-mythfrontend.txt added |
---|
should be a backtrace of mythfrontend
Changed 12 years ago by
Attachment: | gdb-mythfrontend.2.txt added |
---|
should be a backtrace of mythfrontend
Changed 12 years ago by
Attachment: | gdb-mythfrontend.3.txt added |
---|
should be a backtrace of mythfrontend
comment:1 Changed 12 years ago by
Resolution: | → Invalid |
---|---|
Status: | new → closed |
You've compiled on Linux without OSS, the configure script is specific enough that you must compile OSS at the minimum.
Note: See
TracTickets for help on using
tickets.
mythtv frontend log