Hi again, The ingen crash you were experiencing is resolved (i think). The problem seemed to be that lvtk::GtkUI was double deleting its internal VBox. Which is now being created with Gtk::manage so Gtk can handle its disposal.
I tested against drobilla's current svn (the entire stack), lv2-1.2.0, avw's current svn, and the just now updated lvtk origin/release-1.0.3 remote branch. On Sun, 2012-12-02 at 13:32 +0000, Aurélien Leblond wrote: > > Ahh yes, changes aren't in master quite yet. Try git fetching > again and > then checking out the release-1.0.3 branch > > $ git fetch origin > $ git checkout release-1.0.3 > > should do the trick. > > > > Ok, got it. > > > In the meantime, I opened another ticket about Ingen crashing if I > remove a plugin using lvtk while its UI is open. > > > It doesn't happen with plugins not using lvtk, and I think the issue > is inherited from lv2-c++-tools as I used to have the same problem... > > > If you need more info, let me know. > > > Regards, > Aurélien _______________________________________________ Linux-audio-dev mailing list [email protected] http://lists.linuxaudio.org/listinfo/linux-audio-dev
