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: mess, mamewah and bat files  (Read 2947 times)

0 Members and 1 Guest are viewing this topic.

btoddkelley

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 247
  • Last login:October 20, 2013, 04:52:05 pm
  • I want to Build My Own Arcade Controls!!
mess, mamewah and bat files
« on: April 13, 2004, 04:14:31 pm »
I am trying to set up mamewah to use mess for coleco and Atari 7800 games and I have made a foolish mistake.
Here is my bat file for coleco:

start /wait C:\Emulators\mess\mess.exe a7800 -cart %1
exit

And atari 7800:

start /wait C:\Emulators\mess\mess.exe a7800 -cart %1
exit


When i try to start a game  a box opens and closes very quickly and I am back to the game select screen.
Any idea where my mistake is in the dat files?

Thanks
Todd
For it is not enough to have a good mind, rather the main thing is to apply it well.

- Descartes

Minwah

  • Trade Count: (+3)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 7662
  • Last login:January 18, 2019, 05:03:20 am
    • MAMEWAH
Re:mess, mamewah and bat files
« Reply #1 on: April 13, 2004, 06:25:07 pm »
Firstly your commandlines are both the same ;)  I guess that's just a mistake in your post but could cause problems if you're trying to load a coleco rom with a7800 hardware...

Set Show DOS Box to Yes, and right-click the batch files' properties and uncheck 'Close on Exit'.  Then when you try to launch a game the DOS box which pops up should remain visible so you can read what it says...


btoddkelley

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 247
  • Last login:October 20, 2013, 04:52:05 pm
  • I want to Build My Own Arcade Controls!!
Re:mess, mamewah and bat files
« Reply #2 on: April 13, 2004, 11:18:12 pm »
Yea the first bat file reads:
start /wait C:\Emulators\mess\mess.exe coleco -cart %1
exit
I do not have a "close on exit" tab when I right click on properties. I have a general and compatability tab. niether contain that box. Am I looking in the wrong place???

Thanks
Todd
For it is not enough to have a good mind, rather the main thing is to apply it well.

- Descartes

Minwah

  • Trade Count: (+3)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 7662
  • Last login:January 18, 2019, 05:03:20 am
    • MAMEWAH
Re:mess, mamewah and bat files
« Reply #3 on: April 14, 2004, 06:17:16 am »
Yea the first bat file reads:
start /wait C:\Emulators\mess\mess.exe coleco -cart %1
exit
I do not have a "close on exit" tab when I right click on properties. I have a general and compatability tab. niether contain that box. Am I looking in the wrong place???

No my mistake I think, maybe you only get the 'Close on Exit' tickbox for DOS programs and not batch files  :-\

OK Another thing you could check is the debug.log file (in the MAMEWAH folder).  It is re-written each time you launch a game - you should be able to use it to identify what is wrong with the commandline MAMEWAH is using...

btoddkelley

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 247
  • Last login:October 20, 2013, 04:52:05 pm
  • I want to Build My Own Arcade Controls!!
Re:mess, mamewah and bat files
« Reply #4 on: April 14, 2004, 11:11:02 pm »
The log just shows what I thought was the correct command line and the rom name. I am starting to think the problem is with mess. The version I downloaded includes the mess gui. I cannot seem to find a version that does not have the gui. Does the gui version not work with mame wah?


Thanks
Todd
For it is not enough to have a good mind, rather the main thing is to apply it well.

- Descartes

Minwah

  • Trade Count: (+3)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 7662
  • Last login:January 18, 2019, 05:03:20 am
    • MAMEWAH
Re:mess, mamewah and bat files
« Reply #5 on: April 15, 2004, 07:25:22 am »
The log just shows what I thought was the correct command line and the rom name. I am starting to think the problem is with mess. The version I downloaded includes the mess gui. I cannot seem to find a version that does not have the gui. Does the gui version not work with mame wah?

I don't know, I don't use MESS personally...

Try running the commandline string from debug.log from a command prompt to see what happens.  I believe you can get the normal commandline version from http://www.mess.org/download.html

btoddkelley

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 247
  • Last login:October 20, 2013, 04:52:05 pm
  • I want to Build My Own Arcade Controls!!
Re:mess, mamewah and bat files
« Reply #6 on: April 15, 2004, 08:58:09 pm »
Thanks for your help min. I got it working by creating a new config file.

Todd
For it is not enough to have a good mind, rather the main thing is to apply it well.

- Descartes