[Bug 252430] Re: Dosbox: SDL not built with audio support

2010-01-04 Thread bojo42
** 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

[Bug 252430] Re: Dosbox: SDL not built with audio support

2010-01-04 Thread shivan
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

[Bug 252430] Re: Dosbox: SDL not built with audio support

2010-01-04 Thread bojo42
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

[Bug 252430] Re: Dosbox: SDL not built with audio support

2008-10-20 Thread Peter Veenstra
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

[Bug 252430] Re: Dosbox: SDL not built with audio support

2008-07-31 Thread Shivan
** 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

[Bug 252430] Re: Dosbox: SDL not built with audio support

2008-07-28 Thread Shivan
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

[Bug 252430] Re: Dosbox: SDL not built with audio support

2008-07-28 Thread Peter Veenstra
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