** Changed in: libsdl1.2 (Ubuntu)
Status: New => Invalid
--
Dosbox: SDL not built with audio support
https://bugs.launchpad.net/bugs/252430
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@l
sorry, I'm on lucid now, and it seems to work fine now with libsdl1
.2debian-alsa (1.2.14-1ubuntu2)
I think it's safe to close it for libsdl1.2
--
Dosbox: SDL not built with audio support
https://bugs.launchpad.net/bugs/252430
You received this bug notification because you are a member of Ubuntu
could you try to install libsdl1.2debian-pulseaudio instead of libsdl1
.2debian-alsa in case you are running regular Ubuntu with PulseAudio. if
this will fix your issue, please mark this bug as a duplicate of 203158
--
Dosbox: SDL not built with audio support
https://bugs.launchpad.net/bugs/25243
closing it for dosbox
** Changed in: dosbox (Ubuntu)
Status: New => Invalid
--
Dosbox: SDL not built with audio support
https://bugs.launchpad.net/bugs/252430
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailin
** Changed in: libsdl1.2 (Ubuntu)
Sourcepackagename: dosbox => libsdl1.2
--
Dosbox: SDL not built with audio support
https://bugs.launchpad.net/bugs/252430
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubun
Ok, I thought it could be a problem in the packaging of Dosbox.
reassign to sdl then ?
--
Dosbox: SDL not built with audio support
https://bugs.launchpad.net/bugs/252430
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs ma
Well this an error that SDL reports. DOSBox forwards it.
Here is the code from dosbox it's main function:
if ( SDL_Init(
SDL_INIT_AUDIO|SDL_INIT_VIDEO|SDL_INIT_TIMER|SDL_INIT_CDROM
|SDL_INIT_NOPARACHUTE
) < 0 ) E_Exit("Can't init SDL %s",SDL_GetError());
T