Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: A couple of problems...  (Read 1878 times)

0 Members and 1 Guest are viewing this topic.

Jigenjuke

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 482
  • Last login:October 02, 2016, 12:00:50 am
A couple of problems...
« on: September 09, 2008, 01:00:07 am »
 ??? Well I have followed the MALA Setup, it's Easy!! And even tried a few others.  I am having a couple of problems.  I was able to creat my gamelist with game list editor.  I pointed MALA to the snaps folder and marquee folder (these were taken from my MAME32 Folder and moved to my MALA folder)  I downloaded the command line of MAME and pointed MALA to that.  It loads a list of the games that I want listed, but shows no screen shot of the game in the bacckground or Marquee for that matter.  That  I figured that you guys would be able to help me with no problem, but when I push the 1 button to load the rom that I chose, it loads a dos box but then it goes back to MALA, it doesn't load the game for play.  How do I fix this.  Thanks ahead of time for help.

loadman

  • Moderator
  • Trade Count: (+3)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 4306
  • Last login:May 26, 2024, 05:14:32 am
  • Cocktail Cab owner and MaLa FE developer
    • MaLa
Re: A couple of problems...
« Reply #1 on: September 09, 2008, 02:46:04 am »
Sounds like you need to learn the basics of mame.  ;)

The wiki is a good starting point.

http://wiki.arcadecontrols.com

* You need to use a layout with a snap and/or marquee window to see them

* the dos box that flashes up would be indicating a 'MAME' error. You need to try loading that game manually in a command prompt to see ehat the error was.  (it will be probably be something like he game version of rom does to match your mame version)

NOP

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 916
  • Last login:September 19, 2017, 08:22:27 pm
  • I stole my avatar.
    • winterMAME
Re: A couple of problems...
« Reply #2 on: September 09, 2008, 10:39:59 am »
* the dos box that flashes up would be indicating a 'MAME' error. You need to try loading that game manually in a command prompt to see ehat the error was.  (it will be probably be something like he game version of rom does to match your mame version)

speaking of that, is there any way you can detect what errorlevel MAME exited with (I assume it exits with some code if there was an error in loading vs. normal exit gameplay) and freeze that DOS box when there is an error?  That would be pretty handy for debugging why a game won't load instead of having to go launch a separate dos window and running it by hand...

I can do that in my batch file that I use to launch mame, but it seems like this would be a nice option for mala to have too.

retrometro

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 487
  • Last login:May 24, 2024, 09:11:44 pm
    • Arcade, mame, retro... and the gp2x.
Re: A couple of problems...
« Reply #3 on: September 09, 2008, 12:13:58 pm »
start it from the command line and post a screenshot of the error.  while you're at it, tell us the version of mame and then list the contents of your zip file.


-------- gp2x and retro... play it forever! ------------------------
http://www.youtube.com/view_play_list?p=0EE573E86D5A86E0
--------------------------------------------------------------------

Ummon

  • Trade Count: (+13)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 5244
  • Last login:June 09, 2010, 06:37:18 pm
Re: A couple of problems...
« Reply #4 on: September 11, 2008, 04:32:12 pm »
Something else possible here: FE's like image files unzipped into the main folder respective to them - ie: snap, unzip images to snap; etc, etc.....
Yo. Chocolate.


"Theoretical physics has been the most successful and cost-effective in all of science."

Stephen Hawking


People often confuse expressed observations with complaint, ridicule, or - even worse - self-pity.

loadman

  • Moderator
  • Trade Count: (+3)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 4306
  • Last login:May 26, 2024, 05:14:32 am
  • Cocktail Cab owner and MaLa FE developer
    • MaLa
Re: A couple of problems...
« Reply #5 on: September 11, 2008, 07:31:27 pm »
speaking of that, is there any way you can detect what errorlevel MAME exited with (I assume it exits with some code if there was an error in loading vs. normal exit gameplay) and freeze that DOS box when there is an error?  That would be pretty handy for debugging why a game won't load instead of having to go launch a separate dos window and running it by hand...

Hmm Sounds like a good idea in theory.

I will put it on my list of things to check