How to run libretro MAME from commandline? And/or see debug info?
-
@mitu said in How to run libretro MAME from commandline? And/or see debug info?:
It's not that extreme.
It is a bit oddly complicated. Every other version of MAME I've ever used can be run from commandline like:
mameExecutable romname
With some optional commandline args of course.
The Libretro version is running something like:
/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-mame2003/mame2003_libretro.so --config /opt/retropie/configs/mame-libretro/retroarch.cfg "/home/wrybread/RetroPie/roms/mame-libretro/digdug.zip" --appendconfig /dev/shm/retroarch.cfg
I'm sure it's possible to wade through that and make it work, by enabling verbose output (which doesn't seem to be simply adding a "verbose" commandline arg, but I might be wrong about that). But that's a lot more complicated than every other version of MAME I've ever used.
Not saying there aren't good reasons for it though.
-
I tried using the latest MAME, or at least the latest MAME available in the apt package manager, installed via apt-get ("apt-get install mame"). It can launch and play games but it freezes when I hit the TAB key to configure the button inputs.
I wonder if there's a version in retropie_setup.sh that I missed.
There is and that's the version I was referring to. Not sure what what version of RetroPie you're using and how it was installed, since you haven't added any info about your setup, but recent RetroPie versions include a MAME binary installation which installs the latest stable MAME version.
-
@mitu said in How to run libretro MAME from commandline? And/or see debug info?:
since you haven't added any info about your setup
I mentioned that it's a Pi 3, and it's running retropie-buster-4.8-rpi2_3_zero2w.img.
-
@mitu said in How to run libretro MAME from commandline? And/or see debug info?:
There is and that's the version I was referring to.
Is that the version in retropie_setup.sh called "mame" under Experimental Packages?
There's a few others, pasting them in in case it's one of those:
Under "main packages":
avmame-0.94
advmame-1.4
advmame
mame4all
lr-mame2000
lr-mame2003-plus
lr-mame2010Under "experimental packages":
mame
lr-mame2015
lr-mame2016
lr-mame -
The package under Experimental named simply "mame", which is MAME 0.254, has the same issue as the one installed via apt-get, it plays games just fine but when you press TAB everything slows to a crawl and I have to kill the process.
-
Trying to get the Libretro version of MAME working, running with verbose flag I get a lot of errors, lots of them related to trying to create directories in /home/pi subfolders (even though I'm running as user wrybread, so paths should start with /home/wrybread).
I pasted the output into this pastebin, I don't imagine anyone has any idea how to fix?
-
@wrybread said in How to run libretro MAME from commandline? And/or see debug info?:
Trying to get the Libretro version of MAME working, running with verbose flag I get a lot of errors, lots of them related to trying to create directories in /home/pi subfolders (even though I'm running as user wrybread, so paths should start with /home/wrybread).
Looks like a broken configuration for the core. Did you copy the configurations from another system ? How did you install RetroPie specifically ?
-
@mitu said in How to run libretro MAME from commandline? And/or see debug info?:
Looks like a broken configuration for the core.
Interesting.
Did you copy the configurations from another system ? How did you install RetroPie specifically ?
No, didn't copy anything, just installed retropie-buster-4.8-rpi2_3_zero2w.img.gz using [Raspberry Pi Imager] (https://www.raspberrypi.com/news/raspberry-pi-imager-imaging-utility/)
Is there a way to reset the config for the core?
-
@wrybread said in How to run libretro MAME from commandline? And/or see debug info?:
No, didn't copy anything, just installed retropie-buster-4.8-rpi2_3_zero2w.img.gz using Raspberry Pi Imager
The image is using the
pi
username for the installation, but you seem to be using a different username (wrybread
) for the installation. That's not supported.Is there a way to reset the config for the core?
You either use the pre-configured username (which is kind of the point of using the pre-installed image) or do a manual installation from the desired user account so that configurations are generated correctly.
-
@mitu said in How to run libretro MAME from commandline? And/or see debug info?:
The image is using the pi username for the installation, but you seem to be using a different username (wrybread) for the installation. That's not supported.
Whoa. And oof. I wonder if creating the user "pi" will fix it.
-
@wrybread said in How to run libretro MAME from commandline? And/or see debug info?:
Whoa. And oof. I wonder if creating the user "pi" will fix it.
The user is already present, but the configs are probably broken now since you've run the setup as a different user. Just reinstall the image and start again.
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.