mGalaxy forum

General Discussions => Bugs Reports => Topic started by: raynerman on April 17, 2015, 07:08:14 AM

Title: catver.ini not being parsed properly
Post by: raynerman on April 17, 2015, 07:08:14 AM
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]
[Category]
005 = Maze / Shooter Small
10yard = Sports / Amer. Football

But I had to change it to:

Code: [Select]
[Category]
005=Maze / Shooter Small
10yard=Sports / Amer. Football
Title: Re: catver.ini not being parsed properly
Post by: mgalaxy on April 17, 2015, 07:37:30 AM
Thanks for reporting your find!
The fact is that 'Catver.ini' is structured differently from .159 version!
http://www.mgalaxy.com/forum/index.php?topic=731.msg2784#msg2784