On forums there is a lot of user reports with information about bad FG, Aircraft, Scenery behaviour. If there are inexperienced users it is problematic to get information from them about log files (don't know the folder location, don't know how to get there, paste whole log into the forum, paste only small part). It could be useful to have some point in the Launcher to crate e.g. zip file with the log files that are in the FG_HOME folder. So next time when user reports error, it could be easy to say to use this function and share the archive via some file sharing solution.
Solution:
(***) 'Export logs'.
I can work on this if the implementation is agreed. One thing is needed, ability to zip files. Simgear/io/untar.cxx have implementation to unzip files. There is zlib implemetation but it would be more useful (especially for windows users) to use zip format.
Yes it's a good idea indeed. I think you can find some public-domain code in 'mini-zip' to create a .zip file, that's where the unzip.c implementation comes from.
Ok, thanks. I'll look into it.