Comment 2 for bug 230593

Revision history for this message
Oh01 (ydzregistrations) wrote :

While the error messages in my case looked different than in Bug #147318, the solution that was noted by ubuntu_demon at https://bugs.launchpad.net/ubuntu/+source/penguintv/+bug/147318/comments/5 seemed to work for me, too. At least, I got the PenguinTV User Interface back, and it loaded the list of feeds. I have had no time to test it further yet.

Note: there were still some error messages, but I only noticed them after I had closed it by clicking on the [X] in the top right of its User Interface window:

~$ export LD_LIBRARY_PATH=/usr/lib/firefox
~$ export MOZILLA_FIVE_HOME=/usr/lib/firefox
~$ PenguinTV
gecko proxy settings up to date
initializing mozilla in /usr/lib/firefox
/usr/lib/python2.5/site-packages/penguintv/EntryView.py:132: Warning: g_object_notify: assertion `G_IS_OBJECT (object)' failed
  scrolled_window.add_with_viewport(self._moz)
/usr/lib/python2.5/site-packages/penguintv/EntryView.py:132: Warning: g_object_ref: assertion `G_IS_OBJECT (object)' failed
  scrolled_window.add_with_viewport(self._moz)
no gstreamer player to get

** (PenguinTV:15832): WARNING **: No listener with the specified listener id 1

** (PenguinTV:15832): WARNING **: No listener with the specified listener id 2

** (PenguinTV:15832): WARNING **: No listener with the specified listener id 3

** (PenguinTV:15832): WARNING **: No listener with the specified listener id 4

** (PenguinTV:15832): WARNING **: No listener with the specified listener id 5

** (PenguinTV:15832): WARNING **: No listener with the specified listener id 6

** (PenguinTV:15832): WARNING **: No listener with the specified listener id 7

** (PenguinTV:15832): WARNING **: No listener with the specified listener id 8

** (PenguinTV:15832): WARNING **: No listener with the specified listener id 9

** (PenguinTV:15832): WARNING **: No listener with the specified listener id 10

** (PenguinTV:15832): WARNING **: No listener with the specified listener id 11

** (PenguinTV:15832): WARNING **: No listener with the specified listener id 12

** (PenguinTV:15832): WARNING **: No listener with the specified listener id 13

** (PenguinTV:15832): WARNING **: No listener with the specified listener id 14

** (PenguinTV:15832): WARNING **: No listener with the specified listener id 15

** (PenguinTV:15832): WARNING **: No listener with the specified listener id 16

** (PenguinTV:15832): WARNING **: No listener with the specified listener id 17

** (PenguinTV:15832): WARNING **: No listener with the specified listener id 18

** (PenguinTV:15832): WARNING **: No listener with the specified listener id 19

** (PenguinTV:15832): WARNING **: No listener with the specified listener id 20

** (PenguinTV:15832): WARNING **: No listener with the specified listener id 21

** (PenguinTV:15832): WARNING **: No listener with the specified listener id 22

** (PenguinTV:15832): WARNING **: No listener with the specified listener id 23

** (PenguinTV:15832): WARNING **: No listener with the specified listener id 24

** (PenguinTV:15832): WARNING **: No listener with the specified listener id 25

** (PenguinTV:15832): WARNING **: No listener with the specified listener id 26

** (PenguinTV:15832): WARNING **: No listener with the specified listener id 27

** (PenguinTV:15832): WARNING **: No listener with the specified listener id 28
/usr/lib/python2.5/site-packages/penguintv/penguintv.py:1777: Warning: g_hash_table_foreach_remove: assertion `hash_table != NULL' failed
  gtk.main()
/usr/lib/python2.5/site-packages/penguintv/penguintv.py:1777: Warning: g_hash_table_size: assertion `hash_table != NULL' failed
  gtk.main()
Segmentation fault (core dumped)
~$

I will try watching the terminal window more closely next time to see when the errors happen.