Re: [DVBCUT-user] rev 176 crash on natty

2011-11-17 Thread Victor Haag
Michael Riepe michael at mr511.de writes: On 04/29/11 20:37, llarevo at gmx.net wrote: Just a quick guess: The ao_sample_format structure has changed in libao 1.x, and the new members may not be initialized properly. Please try the attached patch. With the patch, it works

Re: [DVBCUT-user] rev 176 crash on natty

2011-11-17 Thread Michael Riepe
On 11/17/11 09:25, Victor Haag wrote: Michael Riepe michael at mr511.de writes: On 04/29/11 20:37, llarevo at gmx.net wrote: Just a quick guess: The ao_sample_format structure has changed in libao 1.x, and the new members may not be initialized properly. Please try the attached patch.

Re: [DVBCUT-user] rev 176 crash on natty

2011-11-12 Thread Michael Riepe
On 11/12/11 18:42, Kristen Eisenberg wrote: Hi, dvbcut crashes when pressing or to play audio on Ubuntu 11.04. You probably have libao 1.0 or later installed. You'll need r177 in that case. -- Michael Tired Riepe mich...@mr511.de X-Tired: Each morning I get up I die a little

[DVBCUT-user] rev 176 crash on natty

2011-04-29 Thread llar...@gmx.net
Hi, dvbcut crashes when pressing or to play audio on Ubuntu 11.04. I did svn co -r 176 https://dvbcut.svn.sourceforge.net/svnroot/dvbcut/trunk dvbcut cd dvbcut autoconf ./configure --with-qt3-include=/usr/include/qt3/ --prefix=/opt make -j13 sudo make install /opt/bin/dvbcut Found audio

Re: [DVBCUT-user] rev 176 crash on natty

2011-04-29 Thread Michael Riepe
Hmpf, the list server is kind of picky today... On 04/29/11 17:10, llar...@gmx.net wrote: dvbcut crashes when pressing or to play audio on Ubuntu 11.04. I did svn co -r 176 https://dvbcut.svn.sourceforge.net/svnroot/dvbcut/trunk dvbcut cd dvbcut autoconf ./configure

Re: [DVBCUT-user] rev 176 crash on natty

2011-04-29 Thread llar...@gmx.net
Hi, Can you provide a backtrace from gdb? Without the precise location of the crash, I can't do anything. since I'm not a programmer I don't know very much about gdb or backtraces. Sorry. I tried the following: gdb /opt/bin/dvbcut (...) (gdb) run Starting program: /opt/bin/dvbcut [Thread

Re: [DVBCUT-user] rev 176 crash on natty

2011-04-29 Thread Michael Riepe
Just a quick guess: The ao_sample_format structure has changed in libao 1.x, and the new members may not be initialized properly. Please try the attached patch. -- Michael Tired Riepe mich...@mr511.de X-Tired: Each morning I get up I die a little Index: src/playaudio.cpp