After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 747977 - crash: Fails to load maps view because clutter wasn't initialized correctly
crash: Fails to load maps view because clutter wasn't initialized correctly
Status: RESOLVED FIXED
Product: gnome-contacts
Classification: Core
Component: general
3.16.x
Other Linux
: Normal normal
: ---
Assigned To: GNOME Contacts maintainer(s)
GNOME Contacts maintainer(s)
: NeoSimSim (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2015-04-16 09:45 UTC by Christian Boxdörfer
Modified: 2015-06-29 01:39 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Boxdörfer 2015-04-16 09:45:26 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.
Comment 1 Andreas Nilsson 2015-04-20 00:50:50 UTC
I got this one too, on Fedora with GNOME 3.16.1
Comment 2 Erick Perez Castellanos 2015-04-22 03:22:31 UTC
Fixed with commit 5c1f9e2. I might make another release for F22 and the rest of the distros
Comment 3 Erick Perez Castellanos 2015-06-29 01:39:40 UTC
*** Bug 751075 has been marked as a duplicate of this bug. ***