EMULAB Forum

clrmamepro [English] => clrmame Discussion => Topic started by: KingTut on 20 September 2014, 05:50

Title: External MESS ListXML DAT File - Warning Message
Post by: KingTut on 20 September 2014, 05:50
Keep getting this warning message when I try to load an external MESS ListXML DAT file.

(http://i.imgur.com/V7wwSO7.png?1)

Normally I process MESS ListXML through DatUtil before processing in clrmamepro. Needed to test something out.

Clrmamepro doesn't have a problem with loading external MAME ListXML DAT file.

MESS ListXML included in the attachment below.
Title: Re: External MESS ListXML DAT File - Warning Message
Post by: Roman on 20 September 2014, 06:39
MESS -listxml format is slighlty different from MAME's output.
That's why you need to switch to "MESS" in Profiler->Create if you want to import data from a MESS binary.

For Software list xml files you can simply use them directly as "DATFILE" datfile type in cmpro's profiler.

But...you got a MESS -listxml output file....that cannot be loaded with the "DATFILE" type...
You can add an entry to your engine.cfg file like

engine (
   name MESS_DAT
   gamelist mess
   replace machine game
)

,restart cmpro, select (one click) your datfile, switch to the "MESS_DAT" type and click load...then it will work fine..

...but still...for MESS and MAME it's simply better and easier to use an exe-based datfile....Profiler->Create...
Title: Re: External MESS ListXML DAT File - Warning Message
Post by: oddi on 20 September 2014, 06:43
King here is old discussion:

http://www.emulab.it/forum/index.php?topic=3691.msg14171#msg14171 (http://www.emulab.it/forum/index.php?topic=3691.msg14171#msg14171)

Roman I like too this option of CMP for import DAT from exe, but me create bat file with fast clean, depend , compiling and export DAT from exe, Mame and mess.
Title: Re: External MESS ListXML DAT File - Warning Message
Post by: KingTut on 20 September 2014, 06:59
@Roman: Thanks for the help. I was looking at this link (http://mamedev.emulab.it/clrmamepro/docs/htm/datfile.htm) earlier before I made the post. Must have missed something when I went to make changes to engine.cfg.

@oddi: Thanks for pointing that out. My search skills suck.