On Tue, May 27, 2014 at 09:33:30AM +0200, Lorenzo Marcantonio wrote: > to pinpoint where the event loop is getting stuck... all the UI works > (menu opens and so on) but code is not getting dispatched.
OK, it was actually easier than I tought... during library load a lib is missing and it want to show the 'The following libraries could not be found:' dialog. It does the ShowModal and the following nested gtk-main loop but the dialog is not mapped (strangely other UI elements are still accessible, something in the 'modal' stuff is incomplete). I presume it's still waiting for a dialog dismissal (but the dialog is not on screen anyway)! No complaints from the debug gtk, either. Could it be that at that time some wx structure is not yet ready from the kiface machinery? -- Lorenzo Marcantonio Logos Srl _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

