audacious won't 'display track information'

Bug #380161 reported by crashcookie
24
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Audacious
Fix Released
Undecided
Unassigned
audacious (Ubuntu)
Fix Released
Low
Unassigned

Bug Description

Binary package hint: audacious

ubuntu jaunty 9.04 i386
audacious-1.5.1-4ubuntu3
audacious-plugins-1.5.1-2ubuntu3

1- open audacious

2- view some song's 'track details' from main window or playlist window and close it

3- try to see some track 'track details' again but you won't be able to until you close audacious and reopen it

this maybe related to another bug i filled, maybe not
https://bugs.launchpad.net/ubuntu/+source/audacious/+bug/380159

WORKAROUND: use File/Close instead of the close window button

Revision history for this message
Christian Aasan (christian-aasan) wrote :

I was able to confirm this, however it seems to happend only when I close the track details by using the X in the upper right corner of the window, not when I use the Close button.

I have attached some errormessages I get:

(audacious:21969): GLib-GObject-WARNING **: invalid uninstantiatable type `<invalid>' in cast to `GtkObject'

(audacious:21969): GLib-GObject-WARNING **: invalid unclassed pointer in cast to `GtkEntry'

(audacious:21969): GLib-GObject-WARNING **: invalid unclassed pointer in cast to `GtkEditable'

(audacious:21969): GLib-GObject-WARNING **: invalid uninstantiatable type `<invalid>' in cast to `GtkEntry'

(audacious:21969): GLib-GObject-WARNING **: invalid uninstantiatable type `<invalid>' in cast to `GtkEditable'

(audacious:21969): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to `GtkEntry'

(audacious:21969): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to `GtkEditable'

(audacious:21969): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to `GtkEntry'

(audacious:21969): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to `GtkEditable'

(audacious:21969): GLib-GObject-WARNING **: invalid unclassed pointer in cast to `GtkBin'

(audacious:21969): GLib-GObject-WARNING **: invalid unclassed pointer in cast to `GtkEntry'

(audacious:21969): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to `GtkEntry'

(audacious:21969): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to `GtkEditable'

(audacious:21969): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to `GtkEntry'

(audacious:21969): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to `GtkEditable'

(audacious:21969): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to `GtkLabel'

(audacious:21969): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to `GtkLabel'

(audacious:21969): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to `GtkLabel'

(audacious:21969): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to `GtkLabel'

(audacious:21969): GLib-GObject-WARNING **: invalid uninstantiatable type `<invalid>' in cast to `GtkLabel'

(audacious:21969): GLib-GObject-WARNING **: invalid uninstantiatable type `<invalid>' in cast to `GtkLabel'

(audacious:21969): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to `GtkImage'

(audacious:21969): GLib-GObject-WARNING **: invalid unclassed pointer in cast to `GtkLabel'

(audacious:21969): GLib-GObject-WARNING **: invalid unclassed pointer in cast to `GtkLabel'

(audacious:21969): GLib-GObject-WARNING **: invalid unclassed pointer in cast to `GtkTreeView'

(audacious:21969): GLib-GObject-WARNING **: invalid uninstantiatable type `<invalid>' in cast to `GtkObject'

Changed in audacious (Ubuntu):
status: New → Confirmed
Revision history for this message
Christian Aasan (christian-aasan) wrote :

crashcookie : Can you check if you experince the bug if you close the window using the close button?

Revision history for this message
crashcookie (crashcookie) wrote :

you are right, i missed that, it only happens when you close it with the upper right X

Revision history for this message
Christian Aasan (christian-aasan) wrote :

Thanks for the info!

Filed upstream: http://redmine.atheme.org/issues/show/103

Revision history for this message
crashcookie (crashcookie) wrote :

thanks christian, remember Redmine is becoming deprecated
in the page it reads:

Use JIRA for bugtracking, and Confluence for Wikis.
Redmine will be shutdown once any bugs of importance are triaged.
See the Confluence page on Redmine migration for further information.

i don't know when that will happen but it's nice to have that in mind :)

Revision history for this message
Christian Aasan (christian-aasan) wrote :

Yeah, I noticed that message to, but there is no activity in jira yet, so i figuered they havent started using it yet. I'll keep an eye on it and file the bug in jira if need.

Chris

C de-Avillez (hggdh2)
Changed in audacious (Ubuntu):
importance: Undecided → Low
status: Confirmed → Triaged
description: updated
Revision history for this message
zl0i (sancheolz) wrote :

Yes, It`s fixed in 2.0. Anyway here patch to fix it in 1.5.1:

diff -Naur ./audacious-1.5.1/src/audacious/ui_fileinfo.c ./audacious-1.5.1_my/src/audacious/ui_fileinfo.c
--- ./audacious-1.5.1/src/audacious/ui_fileinfo.c 2008-05-24 02:00:34.000000000 +0400
+++ ./audacious-1.5.1_my/src/audacious/ui_fileinfo.c 2009-04-22 23:08:58.000000000 +0400
@@ -772,6 +772,8 @@
     GTK_WIDGET_SET_FLAGS(btn_close, GTK_CAN_DEFAULT);
     g_signal_connect(G_OBJECT(btn_close), "clicked", (GCallback) fileinfo_hide, NULL);

+ g_signal_connect(G_OBJECT(fileinfo_win), "delete_event", (GCallback) fileinfo_hide, NULL);
+
     gtk_widget_show_all (vbox0);
 }

Revision history for this message
Christian Aasan (christian-aasan) wrote :

This is fixed in version 2.0.1, this version is availible in karmic. If you need / want it in jaunty you can find backports here:

https://launchpad.net/~bdrung/+archive/ppa

Revision history for this message
Christian Aasan (christian-aasan) wrote :

Thank you for taking the time to report this bug and helping to make Ubuntu better. However, I am closing it because the bug has been fixed in the latest development version of Ubuntu - Karmic Koala.

This is a significant bug in Ubuntu. If you need a fix for the bug in previous versions of Ubuntu, please do steps 1 and 2 of the SRU Procedure [1] to bring the need to a developer's attention.

[1]: https://wiki.ubuntu.com/StableReleaseUpdates#Procedure

Changed in audacious (Ubuntu):
status: Triaged → Fix Released
Revision history for this message
sz (szeder) wrote :

Christian, I can't find the backported package in the PPA you mentioned.

Revision history for this message
Christian Aasan (christian-aasan) wrote :

Sorry for the late reply. It seems the maintainer has removed the package from his ppa.

Revision history for this message
Christian Aasan (christian-aasan) wrote :

Hi Gabor

Can you see if this PPA works:

deb http://ppa.launchpad.net/bdrung/backports/ubuntu jaunty main
deb-src http://ppa.launchpad.net/bdrung/backports/ubuntu jaunty main

Chris

Revision history for this message
sz (szeder) wrote :

Yes, it does, thanks.

Revision history for this message
sz (szeder) wrote :

Erm, what I meant with "yes, it does" is:
- yes, the PPA contains audacious 2.0.1 packages for jaunty
- yes, those packages seem to fix this bug
Thanks.

Changed in audacious:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Bug attachments

Remote bug watches

Bug watches keep track of this bug in other bug trackers.