Closed GoogleCodeExporter closed 8 years ago
It's an error in "vlc_1_0_x.py" you can try to fix it by commenting out the
line
import vlc_1_0_x
in "VLCWidget.py" if you have installed VLC 1.1 or later. I had no time for
further investigation yet, but that solved the problem for me.
Original comment by manuel.l...@gmail.com
on 28 Aug 2011 at 12:19
The problem resides in "vlc_1_0_x.py" where the the decorator callbackmethod is
initialized with the Event class as argument and not a pointer to it. It took
me a while of print() debugging to find this bug and I'am wondering when this
function came into the code, as it did not cause any problems before. A
bugfixing patch is provided as attachment
Original comment by manuel.l...@gmail.com
on 28 Aug 2011 at 9:46
Attachments:
I committed the changes suggested by Manuel. Please install from the repo and
let me know if everything worked as expected. Thank you Manuel for all the work
you have done for the SopCast Player project!
Original comment by flyguy97
on 29 Aug 2011 at 8:12
thanks. From which repo I should install? Download it from this page?
Original comment by vallery....@gmail.com
on 30 Aug 2011 at 5:55
I fixed my segfault by commenting that line in
/usr/share/sopcast-player/lib/VLCWidget.py.
I'm running Ubuntu 11.10 Oneiric 64-bit and I have version .7.4~ppa~oneiric1
from the ppa.
Original comment by ernst.blaauw
on 18 Oct 2011 at 8:52
combination of both workes for mi (oneiric 64-bit)
thx a lot!
Original comment by king.ko...@googlemail.com
on 29 Oct 2011 at 1:45
Hi,
I have the same issue but it's fixed now by commenting the line
import vlc_1_0_x
in the file /usr/share/sopcast-player/lib/VLCWidget.py
Hope it can help someone
Thank you
Original comment by kiennguy...@gmail.com
on 4 Jan 2012 at 1:54
had this issue on ubuntu with roberto ferram's ppa.
kiennguy's fix worked for me because the 1_0_x python module isn't installed so
it can't find it....
Original comment by kenk...@gmail.com
on 5 Feb 2012 at 7:31
Ubuntu 12.04 Ubuntu precise (development branch) x86_64
Kernel: 3.3.0-1.dmz.1-liquorix-amd64
sopcast-player: 0.7.4-5~lffl~precise~ppa
Has the same problem, solved by this steps:
1) sudo nano /usr/share/sopcast-player/lib/VLCWidget.py
2) comment line #import vlc_1_0_x by adding a # at the beginning of the line
Original comment by dimmu.st...@gmail.com
on 14 Apr 2012 at 6:14
Doesn't work.
I'm running ubuntu 12.04 and vlc 2
I still get segmentation fault when trying to open streams
Original comment by Carl.Mic...@gmail.com
on 5 May 2012 at 3:58
Fixed in latest version
Original comment by flyguy97
on 7 May 2012 at 3:07
Fixed in latest version
Original comment by flyguy97
on 7 May 2012 at 3:08
Original issue reported on code.google.com by
vallery....@gmail.com
on 20 Aug 2011 at 10:13