Re: [Vnc2swf-users] pyvnc2swf 0.8.2-1 pygame error
Status: Alpha
Brought to you by:
euske
|
From: David F. <da...@sj...> - 2006-08-17 15:45:40
|
Michael Gangolf wrote: > Hi, > I just tried the patched version 0.8.2-1 and get the following error message: > > Using pygame 1.7.1release > Using pymedia 1.3.5 > Connected: localhost:5900, protocol_version=3.8, > preferred_encoding=(0, -232, -239) > VNC Screen: size=1280x1024, name='miga:0' > Output movie size: 1280x1024 > Creating movie: 'recording.swf': version=5, size=1280x1024, framerate=12.0, > compression=None > recording to a.mp3 > Fatal Python error: (pygame parachute) Segmentation Fault > Aborted > > on my linux machine with x11vnc: 0.8.2 lastmod: 2006-07-12 and Python 2.4.3 > Without sound recording it works. Any hints how to fix it? > > Greets, > Michael Hi Michael Thanks for the bug report... this is probably something in the pymedia code. You seem to have the same versions of the code as me so I'm not sure what's wrong... I think unfortunately the only way to found out what's going wrong is to add debug prints into the code / run it through pdb - you familiar with how to do that? Otherwise we can try help... Cheers David |