Re: Builder create_from_file throwing exception
Daniel Boles via gtkmm-list <[email protected]> Thu, 4 Jun 2020 08:51:01 +0100
| Newsgroups | gmane.comp.gnome.gtkmm |
|---|---|
| Message-ID | <CAKChMKOtmMNShwypWK8Bbd3sUiY=VwA932FFO4KhcY5jZeJtOQ@mail.gmail.com> |
You can debug it to find out. The quoted exception stated clearly that your code is somehow invoking an std::string constructor with a nullptr, which is illegal. Since Glib::ustring contains an std::string, it might be a ustring causing this. Debug to find out where a null pointer is arising and then determine why. _______________________________________________ gtkmm-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/gtkmm-list