hmerchant / sopcast-player

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

Segmentation fault on Ubuntu, Kubuntu, Xubuntu 11.10 (AMD64) #83

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Clean install from PPA via synaptic and starting GUI from console.

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

2. I just get info about segmentation fault and no other messages.

What version of the product are you using? On what operating system?

1. sopcast-player 0.7.4~ppa~oneiric1
2. sp-auth 3.2.6~ppa1~oneiric3

It gives the same result on every *buntu 11.10 (AMD64)

Original issue reported on code.google.com by lsta...@gmail.com on 11 Nov 2011 at 9:55

GoogleCodeExporter commented 8 years ago
I've found the solution somewhere in the depth of internet. So you need to run

$ 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 Dmitry.Murat@gmail.com on 19 Nov 2011 at 7:26

GoogleCodeExporter commented 8 years ago
Hey, it's Issue 74! And it had to be fixed!
And it doesn't work in both version from fluguy97 and in version from 
ferramroberto :(

Original comment by Dmitry.Murat@gmail.com on 19 Nov 2011 at 7:29

GoogleCodeExporter commented 8 years ago
I managed to get it work by commenting out all the lines referencing 
callbackmethod from /usr/share/sopcast-player/lib/vlc_1_0_x.py

I guess this way it takes the defaults set inside the VLC Python bindings, 
which might be safer

Original comment by cristi.m...@gmail.com on 2 Jan 2012 at 12:07

GoogleCodeExporter commented 8 years ago
I had this problem in Debian, and it was solved with the steps mentioned by 
Dmitry.Murat@gmail.com on Comment #1

Original comment by rubens.m...@gmail.com on 23 Apr 2012 at 4:54

GoogleCodeExporter commented 8 years ago

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

GoogleCodeExporter commented 8 years ago
Linux Mint 13 x64. Comment #1 works. Thanks

Original comment by mgutier...@gmail.com on 24 Oct 2013 at 7:45