Page 1 of 1

Mame4All not starting on SAIO

Posted: Wed Apr 11, 2018 2:24 pm
by ltpitt
Hi all!

If I start mame4all I get:

Code: Select all

on-start: mame4all
Parameters:
Executing: /opt/retropie/emulators/mame4all/mame "skykid"
ALSA lib pcm.c:7924:(snd_pcm_set_params) Channels count (1) not available for PLAYBACK: Invalid argument
/opt/retropie/supplementary/runcommand/runcommand.sh: line 1006:  3170 Segmentation fault      /opt/retropie/emulators/mame4all/mame "skykid"
My /etc/asound.conf is:

Code: Select all

pcm.!default {
  type hw card 1
}
ctl.!default {
  type hw card 1
}
What am I missing?

Thanks for your time and help :)

Re: Mame4All not starting on SAIO

Posted: Sun May 06, 2018 10:52 pm
by edd247
I have found the solution to this. You need to edit this config file:

Code: Select all

/opt/retropie/emulators/mame4all/mame.cfg
change this:

Code: Select all

force_stereo=no
to this:

Code: Select all

force_stereo=yes
reboot and mame4all should now launch