PDA

View Full Version : Flash Player Crashes in linux platform



Peter Jerald
6th July 2010, 08:39
Hi All,

I have written a small web browser code, which will invoke the youtube site using NPAPI plugin support. I successfully installed the flash player. In windows as well as Linux machines .

In Windows - I can able to compile the program as well as i can able to see the youtube videos in my machine.

In Linux- I can able to compile the code but i am not able to run the browser. Within a fraction of seconds the browser closed as well as i am getting the following error in the console window.

(process:11411): GLib-GObject-CRITICAL **: gtype.c:2458: initialization assertion failed, use IA__g_type_init() prior to this function

(process:11411): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed

(process:11411): GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed
The program has unexpectedly finished.

/home/testuser1/opt/Qt/examples/Browser exited with code 0


Please help me to solve this problem.

Regards

A. Peter Jerald

tbscope
6th July 2010, 08:54
This has very little to do with Qt
Try the forums or mailinglists of the flash player you're using, they might know more.