The code had a require_version for Gtk 3.0 before the call to the _require function that caught the exception. This change moves that check into the _require function so that the error message is printed instead of dumping core.
Fixes #462 (closed)
I checked the code by setting up a Fedora container and running solaar from within the container with several variations of packages installed.