On 21/07/15 21:22, Tim Hamilton wrote:
> Today, however, it stopped working and now gives me the following error
> when I try to launch if from the command line.
>
> (timeline.py:10359): Gdk-CRITICAL **: _gdk_pixmap_new: assertion '(width
> != 0) && (height != 0)' failed
>
> (timeline.py:10359): Gdk-CRITICAL **: IA__gdk_cairo_create: assertion
> 'GDK_IS_DRAWABLE (drawable)' failed
> Segmentation fault (core dumped)
Looks like it's getting bad data from somewhere and trying to create a
0x0 pixel image. Could your data have become corrupted somehow?
Hope that helps,
Andrew