[uae] Re: segmentation fault with latest

  • From: Richard Drummond <evilrich@xxxxxxxxxxxxxx>
  • To: uae@xxxxxxxxxxxxx
  • Date: Wed, 24 Nov 2004 16:54:39 -0500

Hi Lee

On Wednesday 24 November 2004 04:08 pm, general questions wrote:
> Before running ./uae or jsut before a Reset or
> un-Pause I tried the following:
> $ artsshell suspend
>  unable to connect to sound server
>
> I also tried:
> $ killall artsd
>  artsd: no process killed
> $ killall artswrapper
>  artswrapper: no process killed
>
> in ps nothing art like seems to be running.
>
> Is this not the right way?

Either of those should do the trick.

Odd. artsd isn't running, but SDL is still trying to use it.

One thing to try would be to set the SDL_AUDIODRIVER env variable before 
running E-UAE to pick the audio output system to use.

For example:

export SDL_AUDIODRIVER=alsa

to use ALSA. See http://sdldoc.csn.ul.ie/sdlenvvars.php for more details on 
this.

Another solution would be to re-compile E-UAE without using the SDL audio 
driver. For instance, on Linux if you omit the --with-sdl-sound option when 
configuring, it'll use OSS for audio output.

Cheers,
Rich

Other related posts: