GNOME Bugzilla – Bug 747977
crash: Fails to load maps view because clutter wasn't initialized correctly
Last modified: 2015-06-29 01:39:40 UTC
When you open a contact that has address data gnome-contact crashes because clutter isn't initialized correctly. (gnome-contacts:6243): Clutter-CRITICAL **: Unable to check features. Have you initialized Clutter? (gnome-contacts:6243): Clutter-WARNING **: Missing Cogl context: was Clutter correctly initialized? Platform is Arch Linux with latest GNOME 3.16. Possible fix: Replacing Gtk.init (ref args) with GtkClutter.init (ref args) in main.vala fixes that issue on my machine.
I got this one too, on Fedora with GNOME 3.16.1
Fixed with commit 5c1f9e2. I might make another release for F22 and the rest of the distros
*** Bug 751075 has been marked as a duplicate of this bug. ***