Author Topic: ShmupArch  (Read 10574 times)

progets

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1271
    • View Profile
Re: ShmupArch
« Reply #30 on: December 11, 2020, 09:59:43 PM »
Maybe try this, it's from another post with a similar issue.

"AM needs to be run in Admin mode (Right click, properties, Run as admin), even when logged in to windows with an admin account."

lordricker

  • Full Member
  • ***
  • Posts: 26
    • View Profile
Re: ShmupArch
« Reply #31 on: December 12, 2020, 06:27:01 AM »
if only it were that easy :/
well ill keep messing around with it, seems strange that you can start it from CMD but not in attract mode

lordricker

  • Full Member
  • ***
  • Posts: 26
    • View Profile
Re: ShmupArch
« Reply #32 on: December 12, 2020, 06:41:36 AM »
so i put this in the config file for attract mode and it does open up galaga as expected, i was just trying to match what we put in cmd
# Generated by Attract-Mode v2.6.0
#
executable           "C:\mame\ShmupArch6\ShmupArch6\retroarch.exe"
args                 -f -L "C:\mame\ShmupArch6\ShmupArch6\cores\fbneo_libretro.dll" "C:\mame\ShmupArch6\ShmupArch6\roms\galaga.zip"
rompath              C:\mame\ShmupArch6\ShmupArch6\roms
romext               .zip;.7z
system               Arcade
info_source          listxml
nb_mode_wait         2
artwork    marquee         C:\mame\shmupmame42_64bit\marquee
artwork    snap            C:\mame\shmupmame42_64bit\snap
artwork    wheel           C:\mame\shmupmame42_64bit\wheel

so i guess the question is how to get it to recognize the different roms??

progets

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1271
    • View Profile
Re: ShmupArch
« Reply #33 on: December 12, 2020, 09:11:15 AM »
Post your romlist.txt.

lordricker

  • Full Member
  • ***
  • Posts: 26
    • View Profile
Re: ShmupArch
« Reply #34 on: December 12, 2020, 07:42:21 PM »
here is the romlist.txt

lordricker

  • Full Member
  • ***
  • Posts: 26
    • View Profile
Re: ShmupArch
« Reply #35 on: December 12, 2020, 07:49:52 PM »
the only difference i can see between "[romfilename]" and the one that works is there is a forward slash instead of back slash

*** Running: "C:\mame\ShmupArch6\ShmupArch6\retroarch.exe" -f -L "C:\mame\ShmupArch6\ShmupArch6\cores\fbneo_libretro.dll" "C:\mame\ShmupArch6\ShmupArch6\roms/galaga.zip"

that was romfilename

*** Running: "C:\mame\ShmupArch6\ShmupArch6\retroarch.exe" -f -L "C:\mame\ShmupArch6\ShmupArch6\cores\fbneo_libretro.dll" "C:\mame\ShmupArch6\ShmupArch6\roms\galaga.zip"

this was the one that worked but its typed in just like that in args

progets

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1271
    • View Profile
Re: ShmupArch
« Reply #36 on: December 12, 2020, 08:24:20 PM »
You set attract.exe to run as admin in properties, correct?

Try these and provide the last_run.log for each of them if none of them work. Make sure you copy and paste these since they each have small differences you might or might not notice.
Code: [Select]
# Generated by Attract-Mode v2.6.0
#
executable           C:\mame\ShmupArch6\ShmupArch6\retroarch.exe
args                 -f -L C:\mame\ShmupArch6\ShmupArch6\cores\fbneo_libretro.dll [name]
rompath              C:\mame\ShmupArch6\ShmupArch6\roms
romext               .zip;.7z
system               Arcade
info_source          listxml
nb_mode_wait         5
artwork    marquee         C:\mame\shmupmame42_64bit\marquee
artwork    snap            C:\mame\shmupmame42_64bit\snap
artwork    wheel           C:\mame\shmupmame42_64bit\wheel

Code: [Select]
# Generated by Attract-Mode v2.6.0
#
executable           C:\mame\ShmupArch6\ShmupArch6\retroarch.exe
args                 -f -L C:\mame\ShmupArch6\ShmupArch6\cores\fbneo_libretro.dll [name][romext]
rompath              C:\mame\ShmupArch6\ShmupArch6\roms
romext               .zip;.7z
system               Arcade
info_source          listxml
nb_mode_wait         5
artwork    marquee         C:\mame\shmupmame42_64bit\marquee
artwork    snap            C:\mame\shmupmame42_64bit\snap
artwork    wheel           C:\mame\shmupmame42_64bit\wheel


Code: [Select]
# Generated by Attract-Mode v2.6.0
#
executable           C:\mame\ShmupArch6\ShmupArch6\retroarch.exe
args                 -f -L C:\mame\ShmupArch6\ShmupArch6\cores\fbneo_libretro.dll [rompath]\[name][romext]
rompath              C:\mame\ShmupArch6\ShmupArch6\roms
romext               .zip;.7z
system               Arcade
info_source          listxml
nb_mode_wait         5
artwork    marquee         C:\mame\shmupmame42_64bit\marquee
artwork    snap            C:\mame\shmupmame42_64bit\snap
artwork    wheel           C:\mame\shmupmame42_64bit\wheel

Code: [Select]
# Generated by Attract-Mode v2.6.0
#
executable           C:\mame\ShmupArch6\ShmupArch6\retroarch.exe
args                 -f -L C:\mame\ShmupArch6\ShmupArch6\cores\fbneo_libretro.dll [name]
workdir              C:\mame\ShmupArch6\ShmupArch6\roms
rompath              C:\mame\ShmupArch6\ShmupArch6\roms
romext               .zip;.7z
system               Arcade
info_source          listxml
nb_mode_wait         5
artwork    marquee         C:\mame\shmupmame42_64bit\marquee
artwork    snap            C:\mame\shmupmame42_64bit\snap
artwork    wheel           C:\mame\shmupmame42_64bit\wheel

Code: [Select]
# Generated by Attract-Mode v2.6.0
#
executable           C:\mame\ShmupArch6\ShmupArch6\retroarch.exe
args                 -f -L C:\mame\ShmupArch6\ShmupArch6\cores\fbneo_libretro.dll [name][romext]
workdir              C:\mame\ShmupArch6\ShmupArch6\roms
rompath              C:\mame\ShmupArch6\ShmupArch6\roms
romext               .zip;.7z
system               Arcade
info_source          listxml
nb_mode_wait         5
artwork    marquee         C:\mame\shmupmame42_64bit\marquee
artwork    snap            C:\mame\shmupmame42_64bit\snap
artwork    wheel           C:\mame\shmupmame42_64bit\wheel
« Last Edit: December 12, 2020, 10:39:02 PM by progets »

lordricker

  • Full Member
  • ***
  • Posts: 26
    • View Profile
Re: ShmupArch
« Reply #37 on: December 13, 2020, 04:53:27 AM »
we finally found it, the 3rd one there was the ticket

# Generated by Attract-Mode v2.6.0
#
executable           C:\mame\ShmupArch6\ShmupArch6\retroarch.exe
args                 -f -L C:\mame\ShmupArch6\ShmupArch6\cores\fbneo_libretro.dll [rompath]\[name][romext]
rompath              C:\mame\ShmupArch6\ShmupArch6\roms
romext               .zip;.7z
system               Arcade
info_source          listxml
nb_mode_wait         5
artwork    marquee         C:\mame\shmupmame42_64bit\marquee
artwork    snap            C:\mame\shmupmame42_64bit\snap
artwork    wheel           C:\mame\shmupmame42_64bit\wheel


thank you progets for sticking around trying to figure this out.

progets

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1271
    • View Profile
Re: ShmupArch
« Reply #38 on: December 13, 2020, 10:58:56 AM »
I'm glad you got it working. You can probably remove the "nb_mode_wait         5" line since that wasn't the issue.