[solved]GnoFract 4d - error

If you would like to extract interesting pictures made by math/fractals like famous Mandelbrot you can try this util.
Unfortunately sometimes this throws segmentation fault, but since I've updated the system, it cannot start. (gnofract4d-4.3-1.mga8)
The current error:
I've downloaded the current source from their website, and built it. That works well... So this is the solution...
Unfortunately sometimes this throws segmentation fault, but since I've updated the system, it cannot start. (gnofract4d-4.3-1.mga8)
The current error:
- Code: Select all
gnofract4d
Traceback (most recent call last):
File "/usr/bin/gnofract4d", line 92, in <module>
main(sys.argv[1:])
File "/usr/bin/gnofract4d", line 31, in main
userConfig = fractconfig.userConfig()
File "/usr/lib64/python3.8/site-packages/fract4d/fractconfig.py", line 264, in userConfig
userConfig = T(CONFIG_FILE)
File "/usr/lib64/python3.8/site-packages/fract4d/fractconfig.py", line 109, in __init__
self.read(self.file)
File "/usr/lib64/python3.8/configparser.py", line 697, in read
self._read(fp, filename)
File "/usr/lib64/python3.8/configparser.py", line 1113, in _read
raise e
configparser.ParsingError: Source contains parsing errors: '/home/user/.gnofract4d'
[line 37]: 'formulas\n'
[line 38]: '/home/share/gnofract4d/formulas\n'
[line 39]: '/home/user/gnofract4d/formulas\n'
[line 40]: '/usr/share/gnofract4d/formulas\n'
[line 43]: 'maps\n'
[line 44]: '/home/share/gnofract4d/maps\n'
[line 45]: '/home/user/gnofract4d/maps\n'
[line 46]: '/usr/share/gimp/2.0/gradients\n'
[line 47]: '/usr/share/gnofract4d/maps\n'
I've downloaded the current source from their website, and built it. That works well... So this is the solution...