I'm upgrading a very large flight simulation project to GTKMM 3 from 2.4. When running the Gtk::Application with a Gtk::ApplicationWindow on a separate thread from the main simulation thread, we receive multiple warnings:
GLib-GIO-CRITICAL **: g_application_run: assertion 'acquired_context' failed
But the GTK window does show and is functional. The code is compiled in debug mode. Thanks