I had a problem related to this post (http://www.kirix.com/forums/viewtopic.php?f=26&t=695&start=0&st=0&sk=t&sd=a&hilit=libxul.so&sid=4a7cf42d3f425c06af6e5cee8c6363cc), which had this problem:
...it crashed every time with the following error messages:
(process:3309): GLib-GObject-CRITICAL **: gtype.c:2458: initialization assertion failed, use IA__g_type_init() prior to this function
(process:3309): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed
(process:3309): Gdk-CRITICAL **: gdk_screen_get_rgb_visual: assertion `GDK_IS_SCREEN (screen)' failed
Segmentation fault
This error showed whenever I tried to run the testapp.
The problem was with the libxul.so file (the XULRunner library). I found this out by running the testapp through gdb.
So, I downloaded xulrunner 1.9.0.11 source, compiled it, and copied the appropriate files (at least, I think all of the right files...) to the 'xr' directory in webconnector.
I then ran testapp again, and it worked! However, now I'm getting the same problem this user was having (post: http://www.kirix.com/forums/viewtopic.php?f=25&t=837&sid=4a7cf42d3f425c06af6e5cee8c6363cc)
...Building is alright, but when I run testapp and I enter an(sic) url, webpage doesn't load and when I close the window I get "segmentation fault".
I now have this exact problem. I'm using wxWidgets X11 build...
My best guess is that it's the X11 build, as it is a pretty bad port in Lubuntu 11.04 (lots of graphical glitches, etc). But I could be wrong..
Does anyone have any advice they could offer me? I'd be thankful for any help..
Thanks,
Jarrett