On Mar 6, 11:30 am, [EMAIL PROTECTED] wrote: > (process:6103): GLib-GObject-CRITICAL **: gtype.c:1871: initialization > assertion failed, use g_type_init() prior to this function
Why don't you set a breakpoint on this line? > (process:6103): Gdk-CRITICAL **: file gdkrgb.c: line 3521 > (gdk_screen_get_rgb_visual): assertion `GDK_IS_SCREEN (screen)' failed And this one. > An unexpected exception has been detected in native code outside the > VM. > Unexpected Signal : 11 occurred at PC=0xA9B2F997 > Function=_ZN9nsToolkit14CreateSharedGCEv+0x23 And nsToolkit::CreateSharedGC (note that this function changed its name on trunk...). I suppose other newsgroups might allow for people to post generic questions and expect cookie cutter code. I personally expect people doing development with open source software to build the libraries w/ symbols and step through things that look bad. I certainly don't have the resources to test whatever strange scenario you're developing. Nor do I have the resources to write a demo that would be cookie cutter usable just for you. _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
