kosua20 / MIDIVisualizer

A small MIDI visualizer tool, using OpenGL
MIT License
1.02k stars 136 forks source link

Config file is not loaded [linux bug] #133

Closed sm-alejandro closed 1 year ago

sm-alejandro commented 1 year ago

On linux the config file is not loaded correctly when selected from the file selector window. I don't know yet why, but linux or maybe the file manager nautilus has a problem uploading files to certain programs. In firefox I can't upload images. When I try to load a config file from the GUI, the window does not load any settings and the GUI looks like this: image It also displays the following message on the console: [CONFIG]: Ignoring key sets-separator-control-points: without arguments.

This is not a problem of the software because if I pass the --config argument at startup all the settings are loaded correctly, it is just information for anyone who encounters the same "bug" and looks for help.

Hardware info:

kosua20 commented 1 year ago

Hello, thank you for your feedback and for posting this to help others! I'll still try to investigate if I can reproduce the issue on Ubuntu 22 and Nautilus, to at least detect the problem and warn the user. If you still have one of the config files around, could you share it with me? maybe Nautilus is not expecting something in the file name or the path.

kosua20 commented 1 year ago

Hello, this has been fixed in the latest 7.1 release. The warning in the console is nothing to worry about, config files can contain 'empty' settings if you haven't customized them (for instance the separation control points mentioned above).

sm-alejandro commented 1 year ago

Thank you very much!!!!