Author Topic: [Solved] On Lubuntu 15.10 attractmode doesn't launch roms  (Read 3800 times)

Paperinik

  • Newbie
  • *
  • Posts: 2
    • View Profile
[Solved] On Lubuntu 15.10 attractmode doesn't launch roms
« on: December 18, 2015, 11:50:25 AM »
Hi everyone!

I installed attractmode 1.6.2 on Lubuntu 15.10 (very long to do due to some dependency missing), but now even if attractmode show roms in main view, nothing happen selecting them.

Snapshots in attractmode are showed and if I launch mame directly from terminal (mame romname), rom was loaded correctly.
I filled in attractmode executable path in $HOME/usr/game/mame but nothing change

Can someone help me?

« Last Edit: December 23, 2015, 01:20:43 PM by Paperinik »

verion

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 861
    • View Profile
    • new projects
Re: On Lubuntu 15.10 attractmode doesn't launch roms
« Reply #1 on: December 18, 2015, 03:43:37 PM »
I've had the same problem.

I've assumed that entering the rom path into AM is enough for mame to find the roms.
But it's not - you have to provide rom path in mame.ini (mame config file)

If you don't have one - just create empty txt file (in the same folder where your mame executable is) and paste

Code: [Select]
rompath                   /users/VERION/mame/roms
of course the path should be pointing to your rom folder.



alternatively you can just add this command to the command arguments (in AM)

PRESS TAB > EMULATORS > EDIT EMULATORS > MAME > COMMAND ARGUMENTS

and ADD here this:

Code: [Select]
-rompath [rompath]
so your COMMAND ARGUMENTS should look like this:

Code: [Select]
[name] -rompath [rompath]

I'm on OSX but this should work on linux too
« Last Edit: December 18, 2015, 03:48:34 PM by verion »

akafox

  • Hero Member
  • *****
  • Posts: 985
    • View Profile
Re: On Lubuntu 15.10 attractmode doesn't launch roms
« Reply #2 on: December 19, 2015, 07:33:25 AM »
First I'd like to know how you got it to work on 15.10! I had so much trouble I gave up and went back to 14.04.

my rom path looks like this $HOME/.mame/roms (I'm on lbuntu linux as well)

I filled in attractmode executable path in $HOME/usr/game/mame but nothing change

if that is your executable path it's wrong...

make your executable just mame..

Code: [Select]
executable  mame
or you can use

Code: [Select]
/usr/games/mame
either way it's the same to the os if you used apt-get or a package manger to install it....if you are using a "uninstalled" binary you need to cd to the folder it is in an type

Code: [Select]
./mame (notice the dot!)

or for AM it would be

Code: [Select]
$HOME/pathtofolder/./mame (again the dot)

Try these...if not post your ini file and we can help better...I am assuming you are trying to start mame (arcade) games?
People want life easy..then complain about it

Paperinik

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: On Lubuntu 15.10 attractmode doesn't launch roms
« Reply #3 on: December 21, 2015, 11:20:32 AM »
First thanks both for help!

I finally solved, as you suggest, path to executable was wrong.
I used
Code: [Select]
lubuntu@lubuntu:~$ which mame
/usr/games/mame
to find the correct one...I missed one "s"  :-[

once inserted in AM everything works!

P.S. about Lubuntu 15.10
I want to build an arcade stand alone box using lubuntu live on USB pen drive on netbook acer aspire one.
AttractMode seem to be the best frontend to do it.
I download from Lubuntu home page and I installed on usb pen drive as boot device.
It works like a charm, also using the usb pen on a different computer.