waynedog74 / mupen64plus

Automatically exported from code.google.com/p/mupen64plus
0 stars 0 forks source link

ini file errors #463

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The current mupen64plus.ini file has some errors:

ConfigParser.ParsingError: File contains parsing errors: 
/usr/share/games/mupen64plus/mupen64plus.ini
    [line 324]: 'D9FE93EBA610E60F8F5D9880E52DB056]\n'
    [line 585]: 'RefMD5E8891F8F498A615A6CBAF75B7DDC9FA6\n'
    [line 9523]: 'BBDC4C4F1C474298189312008A1768C4\n'
    [line 9645]: '709F966C30CE6DF1833E95740A5A2AB2\n'

Original issue reported on code.google.com by gen2br...@gmail.com on 9 Oct 2011 at 4:35

GoogleCodeExporter commented 9 years ago
Thanks for the bug report. Just for the next time: Please tell us what you are 
actually doing. Otherwise it hard to reproduce it.

What I did to test it (in python2.7 shell, currently in mupen64plus-core/data):

import ConfigParser
config = ConfigParser.RawConfigParser()
config.read('mupen64plus.ini')

Original comment by s...@narfation.org on 9 Oct 2011 at 7:04

GoogleCodeExporter commented 9 years ago
Can you please test 
https://bitbucket.org/ecsv/mupen64plus-core/changeset/ad5fd89d4354 (repository 
will be deleted after richard42 merges it)

Original comment by s...@narfation.org on 9 Oct 2011 at 7:47

GoogleCodeExporter commented 9 years ago
Hi, everything is ok now.

Sorry about not posting steps to reproduce, I thought line numbers will be 
enough...

Original comment by gen2br...@gmail.com on 10 Oct 2011 at 8:00

GoogleCodeExporter commented 9 years ago
Patch is now merged

Original comment by s...@narfation.org on 12 Nov 2011 at 7:09