Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin compiles but plugin error when loaded #25

Open
GoogleCodeExporter opened this issue Sep 1, 2015 · 0 comments
Open

Plugin compiles but plugin error when loaded #25

GoogleCodeExporter opened this issue Sep 1, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. simple make Linux BasicPlugin r6 on fresh check out
2. Load Html 


<!--
    Auto-generated test-site
-->
<html>
<head>
<title>test page for object</title>
</head>
    <script type="text/javascript">

    </script>
<body onload="">
<object id="plugin0" type="application/basic-plugin" width="300" height="300">
</object><br />

</body>
</html>




The error produced is:

1) Black screen in pluginarea.
2) Console print:

(plugin-container:16151): Gdk-CRITICAL **: IA__gdk_gc_new: assertion `drawable 
!= NULL' failed

(plugin-container:16151): Gdk-CRITICAL **: IA__gdk_gc_set_rgb_fg_color: 
assertion `GDK_IS_GC (gc)' failed

(plugin-container:16151): Gdk-CRITICAL **: IA__gdk_draw_rectangle: assertion 
`GDK_IS_DRAWABLE (drawable)' failed

(plugin-container:16151): Gdk-CRITICAL **: IA__gdk_gc_set_rgb_fg_color: 
assertion `GDK_IS_GC (gc)' failed

(plugin-container:16151): Gdk-CRITICAL **: IA__gdk_gc_set_values: assertion 
`GDK_IS_GC (gc)' failed

(plugin-container:16151): Gdk-CRITICAL **: IA__gdk_draw_rectangle: assertion 
`GDK_IS_DRAWABLE (drawable)' failed

(plugin-container:16151): Gdk-CRITICAL **: IA__gdk_draw_layout: assertion 
`GDK_IS_DRAWABLE (drawable)' failed

(plugin-container:16151): GLib-GObject-CRITICAL **: g_object_unref: assertion 
`G_IS_OBJECT (object)' failed

(plugin-container:16151): GLib-GObject-CRITICAL **: g_object_unref: assertion 
`G_IS_OBJECT (object)' failed

(plugin-container:16151): Gdk-CRITICAL **: IA__gdk_gc_new: assertion `drawable 
!= NULL' failed

(plugin-container:16151): Gdk-CRITICAL **: IA__gdk_gc_set_rgb_fg_color: 
assertion `GDK_IS_GC (gc)' failed

(plugin-container:16151): Gdk-CRITICAL **: IA__gdk_draw_rectangle: assertion 
`GDK_IS_DRAWABLE (drawable)' failed

(plugin-container:16151): Gdk-CRITICAL **: IA__gdk_gc_set_rgb_fg_color: 
assertion `GDK_IS_GC (gc)' failed

(plugin-container:16151): Gdk-CRITICAL **: IA__gdk_gc_set_values: assertion 
`GDK_IS_GC (gc)' failed

(plugin-container:16151): Gdk-CRITICAL **: IA__gdk_draw_rectangle: assertion 
`GDK_IS_DRAWABLE (drawable)' failed

(plugin-container:16151): Gdk-CRITICAL **: IA__gdk_draw_layout: assertion 
`GDK_IS_DRAWABLE (drawable)' failed

(plugin-container:16151): GLib-GObject-CRITICAL **: g_object_unref: assertion 
`G_IS_OBJECT (object)' failed

(plugin-container:16151): GLib-GObject-CRITICAL **: g_object_unref: assertion 
`G_IS_OBJECT (object)' failed



What operating system are you compiling on?
 Firefox 18 on Linux Mint 14

Original issue reported on code.google.com by ami...@gmail.com on 29 Jan 2013 at 3:11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant