hello
current version from git blocks for me during initialization: splash screen is displayed and there is no activity at all after a few seconds. there is no 'dramatic' error in console. Last messages: digikam(12750)/kimgio khtmlImLoad::QImageIOLoaderProvider::mimeTypes: QImageIO - Format supported: "image/tiff" digikam(12750)/kimgio khtmlImLoad::QImageIOLoaderProvider::mimeTypes: QImageIO - Format supported: "image/x-exr" (digikam:12750): GLib-GObject-WARNING **: cannot register existing type 'GstObject' (digikam:12750): GLib-CRITICAL **: g_once_init_leave: assertion 'result != 0' failed (digikam:12750): GLib-GObject-CRITICAL **: g_type_register_static: assertion 'parent_type > 0' failed (digikam:12750): GLib-CRITICAL **: g_once_init_leave: assertion 'result != 0' failed (digikam:12750): GStreamer-CRITICAL **: gst_plugin_feature_get_name: assertion 'GST_IS_PLUGIN_FEATURE (feature)' failed mainthread is blocked in a futex: last lines with strace: ... brk(0x2d6f000) = 0x2d6f000 socketpair(PF_LOCAL, SOCK_STREAM, 0, [33, 34]) = 0 fcntl(33, F_SETFL, O_RDONLY|O_NONBLOCK) = 0 fcntl(34, F_SETFL, O_RDONLY|O_NONBLOCK) = 0 close(34) = 0 close(33) = 0 futex(0x21410f4, FUTEX_WAIT_PRIVATE, 1, NULL it's a brand new compilation on Ubuntu 14.04 (beta) has someone a similar problem? -- Pierre _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
2014-03-30 17:35 GMT+02:00 Pierre Hanser <[hidden email]>:
> hello > > current version from git blocks for me during initialization: splash > screen is displayed and there is no activity at all after a few seconds. > > there is no 'dramatic' error in console. Last messages: > > digikam(12750)/kimgio khtmlImLoad::QImageIOLoaderProvider::mimeTypes: > QImageIO - Format supported: "image/tiff" > digikam(12750)/kimgio khtmlImLoad::QImageIOLoaderProvider::mimeTypes: > QImageIO - Format supported: "image/x-exr" > > (digikam:12750): GLib-GObject-WARNING **: cannot register existing type > 'GstObject' > > (digikam:12750): GLib-CRITICAL **: g_once_init_leave: assertion 'result > != 0' failed > > (digikam:12750): GLib-GObject-CRITICAL **: g_type_register_static: > assertion 'parent_type > 0' failed > > (digikam:12750): GLib-CRITICAL **: g_once_init_leave: assertion 'result > != 0' failed > > (digikam:12750): GStreamer-CRITICAL **: gst_plugin_feature_get_name: > assertion 'GST_IS_PLUGIN_FEATURE (feature)' failed GStreamer plusing is used by Phonon to handle video file. I seen a lots of report about this topic in bugzilla, all relevant of KDE Phonon project. In other words, it's not digiKam problem. Gilles Caulier _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Free forum by Nabble | Edit this page |