You are not logged in.

#1 2007-02-27 10:12:04

shamrok
Member
From: Poland, Kraków
Registered: 2006-02-20
Posts: 61

Monodevelop 0.13 and xulrunner 1.8.1.1

I have a problem with latest monodevelop (0.13) and xulrunner (1.8.1.1).

After starting monodevelop crashes (earlier it did not see the libgtkembedmoz.so, so I did ldconfig on xulrunner lib directory).

Here is the error output of monodevelop.

shamrok@arch % monodevelop                                                                                           /opt/mozilla/lib/xulrunner
Error: did not find one of the files in sources//usr/lib/monodoc/sources/monoapi
Stacktrace:

  at (wrapper managed-to-native) Gecko.WebControl.gtk_moz_embed_render_data (intptr,intptr,uint,intptr,intptr) <0x00004>
  at (wrapper managed-to-native) Gecko.WebControl.gtk_moz_embed_render_data (intptr,intptr,uint,intptr,intptr) <0xffffffff>
  at Gecko.WebControl.RenderData (string,string,string) <0x00079>
  at <>c__CompilerGenerated2.<>c__AnonymousMethod8 () <0x00028>
  at (wrapper delegate-invoke) System.MulticastDelegate.invoke_bool () <0xffffffff>
  at IdleProxy.Handler () <0x0002a>
  at (wrapper native-to-managed) IdleProxy.Handler () <0xffffffff>
  at (wrapper managed-to-native) Gtk.Application.gtk_main_iteration_do (bool) <0x00004>
  at (wrapper managed-to-native) Gtk.Application.gtk_main_iteration_do (bool) <0xffffffff>
  at Gtk.Application.RunIteration (bool) <0x0000c>
  at MonoDevelop.Ide.Gui.Dialogs.SplashScreenForm.RunMainLoop () <0x0000e>
  at MonoDevelop.Ide.Gui.Dialogs.SplashScreenForm.SetProgress (double) <0x00025>
  at MonoDevelop.Ide.Gui.Dialogs.SplashScreenForm.MonoDevelop.Core.IProgressMonitor.EndTask () <0x00032>
  at MonoDevelop.Ide.Gui.IdeApp.Initialize (MonoDevelop.Core.IProgressMonitor) <0x00570>
  at MonoDevelop.Ide.Gui.IdeStartup.Run (string[]) <0x00b81>
  at MonoDevelop.Core.AddIns.AddInService.StartApplication (string,string[]) <0x0017c>
  at MonoDevelop.Startup.SharpDevelopMain.Main (string[]) <0x00039>
  at (wrapper runtime-invoke) System.Object.runtime_invoke_int_string[] (object,intptr,intptr,intptr) <0xffffffff>

Native stacktrace:

        /usr/bin/mono [0x815b8fb]
        /usr/bin/mono [0x8125ac8]
        [0xb7f0c440]
        /opt/mozilla/lib/xulrunner-1.8.1.1/libxul.so [0x605556e]
        /opt/mozilla/lib/xulrunner-1.8.1.1/libgtkembedmoz.so [0x24df6a7]
        /opt/mozilla/lib/xulrunner-1.8.1.1/libgtkembedmoz.so(gtk_moz_embed_render_data+0x6e) [0x24dc5be]
        [0x14b168c]
        [0x14b1622]
        [0x14b1589]
        [0x317f25]
        [0x7958523]
        [0xbd0283c]
        /usr/lib/libglib-2.0.so.0 [0x241c51]
        /usr/lib/libglib-2.0.so.0(g_main_context_dispatch+0x181) [0x2439d1]
        /usr/lib/libglib-2.0.so.0 [0x246a2f]
        /usr/lib/libglib-2.0.so.0(g_main_context_iteration+0x77) [0x246fa7]
        /usr/lib/libgtk-x11-2.0.so.0(gtk_main_iteration_do+0x33) [0x106f9e3]
        [0x314cd0]
        [0x314c85]
        [0x314bbf]
        [0x317e76]
        [0x317c73]
        [0xb482a9]
        [0x1626ea]
        [0x145b95]
        [0x723122]
        [0x723075]
        /usr/bin/mono(mono_runtime_exec_main+0x9c) [0x80940ac]
        /usr/bin/mono(mono_runtime_run_main+0x1b3) [0x8094353]
        /usr/bin/mono(mono_main+0xea7) [0x80590c7]
        /usr/bin/mono [0x8057d32]
        /lib/libc.so.6(__libc_start_main+0xd8) [0x3327c8]
        /usr/bin/mono [0x8057c81]

=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================

Also I have problem with some missing assembly:

Could not load assembly: System.Deployment

I have updated arch.

Offline

#2 2007-03-01 15:41:00

shamrok
Member
From: Poland, Kraków
Registered: 2006-02-20
Posts: 61

Re: Monodevelop 0.13 and xulrunner 1.8.1.1

Looks like the problem was caused by not having firefox installed (I'm using swiftfox, which does not have libgtkembed, and this lib from xulrunner does not work with monodevelop).

But I still have problem with: Could not load assembly: System.Deployment

Offline

Board footer

Powered by FluxBB