zkharazishvili / sopcast-player

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

Install #82

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.fedora 16 x86_64,gnome-shell
2.make &make install 
3.run sopcast-player

What is the expected output? What do you see instead?

/usr/bin/sopcast-player: line 2: 12408 Segmentation fault      (core dumped) 
/usr/bin/python /usr/share/sopcast-player/lib/sopcast-player.py $@

What version of the product are you using? On what operating system?
sopcast-player-0.7.2.tar.gz  python2.7 

how to fix it?

Original issue reported on code.google.com by hgam...@gmail.com on 9 Nov 2011 at 2:09

GoogleCodeExporter commented 8 years ago
Same as issue 74 (http://code.google.com/p/sopcast-player/issues/detail?id=74) :

$ sudo gedit /usr/share/sopcast-player/lib/vlc_1_0_x.py

and change

callbackmethod=ctypes.CFUNCTYPE(None, Event, ctypes.c_void_p)

to

callbackmethod=ctypes.CFUNCTYPE(None, ctypes.POINTER(Event), ctypes.c_void_p)

Original comment by agob...@gmail.com on 20 Nov 2011 at 3:02

GoogleCodeExporter commented 8 years ago

Original comment by flyguy97 on 7 May 2012 at 3:04