Attract-Mode Support Forum

Related Stuff => Emulators => Topic started by: starc2k on April 28, 2017, 10:24:02 AM

Title: various emulators problems
Post by: starc2k on April 28, 2017, 10:24:02 AM
I everyone. I have a little trouble with FBA coleco emulator, when i try to run a game, a message (see image below) apeears. "colec" its my rom´s directory, any suggestion?
Title: Re: various emulators problems
Post by: starc2k on May 08, 2017, 12:09:28 PM
nobody?
Title: Re: various emulators problems
Post by: hermine.potter on May 09, 2017, 02:04:14 AM
this is not an error by AM.
start your roms/system in FBA guided by menu dialogue (open your roms by hand).
if still there an error message, your rom-files are corrupt or not supported.
=> contact FBA support
Title: Re: various emulators problems
Post by: starc2k on May 10, 2017, 07:02:25 AM
sorry for the insistence, but, is AM error,,,,when i try to load roms via FBA, roms run perfect, but, in AM , i get the mesage i post before
Title: Re: various emulators problems
Post by: bionictoothpick on May 10, 2017, 07:21:33 AM
What is the command line you use to run via FBA?
Title: Re: various emulators problems
Post by: starc2k on May 10, 2017, 11:37:11 AM
this is my FBA (for coleco) config file

executable           D:/Attract Mode 2.2.1/emus/FBA/fba64.exe
args                 "[romfilename]"
workdir              D:/Attract Mode 2.2.1/roms/coleco
rompath              D:/Attract Mode 2.2.1/roms/coleco
romext               .zip
system               Coleco Vision
info_source          thegamesdb.net
artwork    flyer           $HOME/Coleco Vision/boxart
artwork    marquee         
artwork    snap            D:/Attract Mode 2.2.1/roms/coleco
artwork    wheel           D:/Attract Mode 2.2.1/roms/coleco
Title: Re: various emulators problems
Post by: bionictoothpick on May 11, 2017, 08:34:16 AM
Thanks. What do you type from the command line to get your rom to run?

ie:

c:\attractmode\runprogram.exe -fullscreen game.zip

Once you know it runs from the command line, then you can get the parameters correct from within attractmode.
Title: Re: various emulators problems
Post by: starc2k on May 18, 2017, 03:45:50 PM
that´s the problem....FBA dont use command lines....
Title: Re: various emulators problems
Post by: xbs on May 19, 2017, 06:17:17 AM
Yes it does, you can run games from the command line.

Check folder name, the default is coleco not colec.
Try deleting workdir path.

command line
D:/Attract Mode 2.2.1/emus/FBA/fba64.exe name

This works for me:
Code: [Select]
# Generated by Attract-Mode v2.2.1-43
#
executable           \emus\fba\fba.exe
args                 [name]
rompath              \emus\roms_neogeo
romext               .zip
system               Neo Geo
import_extras        \emus\fba\neogeo.xml
exit_hotkey
artwork    flyer           \emus\fba\flyer
artwork    marquee         \emus\fba\marquees
artwork    snap            \emus\fba\videos;\emus\fba\snap
artwork    wheel           \emus\fba\wheel

try [name] instead of [romfilename]