Page 1 of 1

catver.ini not being parsed properly

Posted: Fri Apr 17, 2015 12:08 pm
by raynerman
Hi,

I just setup Mame 0.160, and couldn't get the genres filled in.  To fix the problem I have to remove the spaces from around the equals signs in the catver.ini file.

I.e.,

The original format in the file:

Code: Select all

[Category]
005 = Maze / Shooter Small
10yard = Sports / Amer. Football
But I had to change it to:

Code: Select all

[Category]
005=Maze / Shooter Small
10yard=Sports / Amer. Football

Re: catver.ini not being parsed properly

Posted: Fri Apr 17, 2015 12:37 pm
by mgalaxy
Thanks for reporting your find!
The fact is that 'Catver.ini' is structured differently from .159 version!
http://www.mgalaxy.com/forum/index.php? ... 84#msg2784