gtk client errors

General support for problems installing or using Deluge
Post Reply
lvm
Seeder
Seeder
Posts: 130
Joined: Sat Apr 19, 2008 6:05 am

gtk client errors

Post by lvm »

deluge-gtk 1.3.1 from ubuntu 11.04 repository is filling .xsession-errors with lots of

(deluge-gtk:2342): GLib-GObject-CRITICAL **: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed

messages. I've upgraded less than 24 hours ago and already there are more than 800,000 of them. Yes, close to a million. Everyhting seems to be working smoothly though. I've upgraded to 1.3.3 from the PPA but it is still spewing several of these messages per second, the only thing that is changed is the line number:

(deluge:12951): GLib-GObject-CRITICAL **: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed

32-bit kubuntu 11.04
lvm
Seeder
Seeder
Posts: 130
Joined: Sat Apr 19, 2008 6:05 am

Re: gtk client errors

Post by lvm »

later: I botched the 1.3.3 install - one of the packages got a broken dependency, now I resinstalled 1.3.3 from scratch but all it did is returned the original error line number:

(deluge:2432): GLib-GObject-CRITICAL **: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed

Help! My disk is not big enough.
lvm
Seeder
Seeder
Posts: 130
Joined: Sat Apr 19, 2008 6:05 am

Re: gtk client errors

Post by lvm »

this problem is not fixed in 1.3.4 (from PPA) - it is still spewing

(deluge:4516): GLib-GObject-CRITICAL **: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed

messages at a rate of more than one message a second. Works fine though. Also there is a mssing semicolon in deluge.desktop

plasma-desktop(2102) KConfigGroup::readXdgListEntry: List entry Categories in "/usr/share/applications/deluge.desktop" is not compliant with XDG standard (missing trailing semicolon).
klauncher(1927) KConfigGroup::readXdgListEntry: List entry Categories in "/usr/share/applications/deluge.desktop" is not compliant with XDG standard (missing trailing semicolon).

should be

Categories=Network;FileTransfer;P2P;GTK;
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: gtk client errors

Post by Cas »

lvm wrote:GLib-GObject-CRITICAL **: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed
This will most likely be an issue in gtk, not a lot we can do about it. You could report the issue to Gnome bug tracker but would require backtraces to properly diagnose.
lvm wrote:Also there is a missing semicolon in deluge.desktop
Thanks, I will fix that.
lvm
Seeder
Seeder
Posts: 130
Joined: Sat Apr 19, 2008 6:05 am

Re: gtk client errors

Post by lvm »

Cas wrote:
lvm wrote:GLib-GObject-CRITICAL **: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed
This will most likely be an issue in gtk, not a lot we can do about it. You could report the issue to Gnome bug tracker but would require backtraces to properly diagnose.
There is no backtrace, deluge is not terminating - it runs normally but spews out these messages by a ton and nothing else. I am using KDE by the way (I know that glib is a part of gnome project).
Post Reply