It builds ok
on Debian Etch, using v0.10.1, but segfaults after a few seconds,
even without touching anything on the GUI. If I try to load a patch, or open
the file menu, it segfaults immediately. GTK version on Etch is libgtk2.0-0
installed 2.8.20-7. Output from starting Phasex on the CLI below.
Strangely, it builds and plays fine on my Debian system... I have
been running SID, but have not updated everything for quite some
time, so some of my stuff will be newer than Etch, some older.
My version of GTK is libgtk2.0-0 (that's the rather confusing
Debian name for it, because actually it is 2.10.11-2).
By the way, I think most of the output is probably a red herring,
because I also get lots of error messages, but it does not affect
the functioning of the program...
(<unknown>:14918): Gdk-CRITICAL **: gdk_draw_pixbuf: assertion
`GDK_IS_PIXBUF (pixbuf)' failed
(<unknown>:14918): Gdk-CRITICAL **: gdk_draw_pixbuf: assertion
`GDK_IS_PIXBUF (pixbuf)' failed
(<unknown>:14918): Gdk-CRITICAL **: gdk_draw_pixbuf: assertion
`GDK_IS_PIXBUF (pixbuf)' failed
... and so on...
James
I have a feeling that this is coming from gtkknob.c as well. That piece
of code has signs of pixbuf changes by several people, including myself.
I'll have to look into this one more...
--ww