zkharazishvili / sopcast-player

Automatically exported from code.google.com/p/sopcast-player
0 stars 0 forks source link

Cant open any channel on Ubuntu 12.04 #100

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.sopcast-player
2.playing any channel

What is the expected output? What do you see instead?
When starting sopcast-player in terminal there is strange output...

many times this line
(sopcast-player.py:15104): libglade-WARNING **: unknown attribute `swapped' for 
<signal>.
`menu_proxy_module_load': /usr/bin/python: undefined symbol: 
menu_proxy_module_load
/usr/share/sopcast-player/lib/sopcast-player.py:95: GtkWarning: Failed to load 
type module: (null)
  self.glade_window = gtk.glade.XML(gladefile, "window", "sopcast-player")
  glade_bookmarks_context_menu = gtk.glade.XML(gladefile, "bookmarks_context_menu", "sopcast-player")

But sopcast-player starts anyway. When trying start stream channel. Output in 
terminal is just this
Process PID does not exist
Process PID does not exist
Process PID does not exist
.
.
.

What version of the product are you using? On what operating system?
Im using 0.8.5~ppa~precise1 on Ubuntu 12.04 upgraded from lower versions with 
xfce. Unity removed.

Please provide any additional information below.

Original issue reported on code.google.com by jan.scha...@gmail.com on 18 Sep 2012 at 7:51

GoogleCodeExporter commented 8 years ago
Just happend to me to. You are missing the libstdc++.so.5 library.

Type 'ls /usr/lib/libstdc++.so.*'. If you only see /usr/lib/libstdc++.so.6, 
then it won't work.

I'm using OpenSUSE and I had to install the libstdc++33 package. The package 
name for Ubuntu must be something similar, ask in the forums if you can't find 
it.

Original comment by mavroprovato on 22 Sep 2012 at 1:18

GoogleCodeExporter commented 8 years ago
Thanks a lot. But still didnt help.

I had libstdc++5 package installed. The file is in different directory. I tried 
to make symlink and even copy that to /usr/lib/libstdc++.so.5 but 
sopcast-player still not working.

Now there are only such lines whne starting
(sopcast-player.py:15104): libglade-WARNING **: unknown attribute `swapped' for 
<signal>.
and then
Process PID does not exist
when trying to play channel

Original comment by jan.scha...@gmail.com on 22 Sep 2012 at 5:24

GoogleCodeExporter commented 8 years ago
Actually it helped. I was wrong.
Thank you  mavroprovato

Original comment by jan.scha...@gmail.com on 29 Sep 2012 at 11:53

GoogleCodeExporter commented 8 years ago
I have completely same issue, please can you explain in detail, how to solve it?

Original comment by aglara...@gmail.com on 30 Sep 2012 at 8:24

GoogleCodeExporter commented 8 years ago
Type in terminal this: find / -name 'libstdc++.so.5'

Output should by like this - /usr/lib/libstdc++.so.5 - but its probably not, 
thats why its not working.

If you are completely missing this file, first you have to install libstdc++5 
package by typing: apt-get install libstdc++5

Now you have the file, but probably in a wrong directory. You can just make a 
symlink: ln -s /actual/directory/libstdc++.so.5 /usr/lib/libstdc++.so.5
or you can even make a copy: cp /actual/directory/libstdc++.so.5 
/usr/lib/libstdc++.so.5

Original comment by jan.scha...@gmail.com on 1 Oct 2012 at 7:37

GoogleCodeExporter commented 8 years ago
I have a similar problem that not seems to be solved by linking libstdc++.so.5. 
When starting sopcast player from command line I see the following line 
repeating. Nothing else. The GUI start as expected but no channels can be 
viewed.

(sopcast-player.py:2274): libglade-WARNING **: unknown attribute `swapped' for 
<signal>.

I have made a symbolic link according to the post above but it does not help. 
Any suggestions?

(My system is Linux Mint 12, kernel linux 3.0.0-12-generic)

Original comment by david.ev...@gmail.com on 7 Nov 2012 at 8:58

GoogleCodeExporter commented 8 years ago
bump. same problem here. have this libstdc++.so.5 in both /usr/lib and 
/usr/lib32, but nothing

Original comment by petar.du...@gmail.com on 21 Nov 2012 at 8:50

GoogleCodeExporter commented 8 years ago
if having 64bit system, this package will help 
http://ppa.launchpad.net/jason-scheunemann/ppa/ubuntu/pool/main/lib3/lib32stdc++
5/lib32stdc++5_3.3.6~ppa~lucid2_amd64.deb

Original comment by petar.du...@gmail.com on 21 Nov 2012 at 9:07

GoogleCodeExporter commented 8 years ago
Again, the same problem, working under UBUNTU:

When typing 'sopcast-player' in the shell, lots of times this line::

(sopcast-player.py:6170): libglade-WARNING **: unknown attribute `swapped' for 
<signal>.

And it finishes with:

(sopcast-player.py:6170): libglade-WARNING **: unknown property `ubuntu_local' 
for class `GtkMenu'
Traceback (most recent call last):
  File "/usr/share/sopcast-player/lib/sopcast-player.py", line 785, in <module>
    pySop.main()
  File "/usr/share/sopcast-player/lib/sopcast-player.py", line 135, in main
    self.vlc = VLCWidget(self.eb, self)
  File "/usr/share/sopcast-player/lib/VLCWidget.py", line 50, in __init__
    self.player=instance.media_player_new()
  File "/usr/share/sopcast-player/lib/vlc.py", line 895, in media_player_new
    p._instance = self
AttributeError: 'NoneType' object has no attribute '_instance'

Any help for dummies?

Thanks in advance.

Original comment by victor.m...@gmail.com on 9 Dec 2012 at 11:41

GoogleCodeExporter commented 8 years ago
Have you tried comment 5 advice?

If its still not working try some other external player than VLC. Looks like 
the exception is raised in VLC library for sopcast player. Im afraid its just 
consequence not the cause, but still you can try it.

Original comment by jan.scha...@gmail.com on 10 Dec 2012 at 8:34

GoogleCodeExporter commented 8 years ago
do you install vlc player. It solve my problem

Original comment by vu.lo...@gmail.com on 12 Jan 2013 at 3:30

GoogleCodeExporter commented 8 years ago
Dear Jan:
Yes , trying comment 5, i get:

/usr/lib/libstdc++.so.5
/usr/lib/usr/lib/libstdc++.so.5

In addition, i have already installed the VLC player. But i don't understand 
"try with some external player"...  Are not the sopcast itself to be a 
"player"? Or i should run the VLC and then open a sopcast-based broadcasting or 
streamming? 

Thanks a lot.

Original comment by victor.m...@gmail.com on 15 Jan 2013 at 4:22

GoogleCodeExporter commented 8 years ago
I know this is an old post but I had this problem today, and your post helped 
me solve it although not entirely. When I copied the file from it's original 
destination to: 

/usr/lib/libstdc++.so.5

I had to also copy 

/usr/lib/libstdc++.so.5.07

I am running Ubuntu 13.10 64 bit and sopcast player 64 bit. The files were 
stored 

/usr/lib/i386-linux-gnu/libstdc++.so.5
/usr/lib/x86_64-linux-gnu/libstdc++.so.5

I copied the ones from the second directory.

Hope this help anyone with the same problem.

Original comment by danielba...@gmail.com on 13 Mar 2014 at 8:22

GoogleCodeExporter commented 8 years ago
Based on the above, here's what I did to make it work:
http://ubuntuforums.org/showthread.php?t=2126487&p=13051706#post13051706

Original comment by ethan.y...@gmail.com on 17 Jun 2014 at 3:45

GoogleCodeExporter commented 8 years ago
Hi Guys   I  wonder if someone  can help me I think I'm  on the right forum  
for help.

I  have  Linux Mint 17 Cinnamon 32bit machine,   which I  got sopcast running.  
I unfortunately can copy and paste  any channel  in,  all it does is  retrying 
connection  nothing else happens.  I can  double click on a channel  in the app 
no problem works fine.

  I'm  very new to linux  so please be  gentle.

Cheers
Ryan

Original comment by fokn...@gmail.com on 15 Aug 2014 at 2:17