• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Mono lässt sich nicht starten

Boe

Hacker
Ich habe monodevelop mit allen abhängigkeiten über smart installiert und wenn ich die IDE starten will dann brich es beim "loading Workbench" ab. Ich hab das ganze mal vom Terminal aus gestartet und es sind einige Prozessmeldungen zu sehen, aber ich kann damit nichts anfangen. Vielleicht kann mir jemand helfen das Problem zu lösen.
Code:
/home/boe # monodevelop
which: no mozilla in (/home/boe/bin:/usr/local/bin:/usr/bin:/sbin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/usr/sbin:/usr/sbin:/usr/sbin:/usr/sbin)

(MonoDevelop:6194): GdkPixbuf-WARNING **: GdkPixbufLoader finalized without calling gdk_pixbuf_loader_close() - this is not allowed. You must explicitly end the data stream to the loader before dropping the last reference.
2006-07-31 18:49:34,506 [-1210882368] ERROR MonoDevelop.Core.ILoggingService [(null)] - Type 'MonoDevelop.Components.Commands.CommandSystemCommands' referenced from add-in 'MonoDevelop.Ide' not found.

=================================================================
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.
=================================================================

Stacktrace:

in (wrapper managed-to-native) Gecko.WebControl:gtk_moz_embed_render_data (intptr,intptr,uint,intptr,intptr) <0x4>
in (wrapper managed-to-native) Gecko.WebControl:gtk_moz_embed_render_data (intptr,intptr,uint,intptr,intptr) <0xffffffcb>
in Gecko.WebControl:RenderData (string,string,string) <0x6b>
in MonoDevelop.Components.HtmlControl.MozillaControl:InitializeWithBase (string) <0x25>
in MonoDevelop.Components.HtmlControl.MozillaControl:DelayedInitialize () <0xf>
in MonoDevelop.WelcomePage.WelcomePageView:Initialize (object) <0x10>
in MonoDevelop.WelcomePage.ShowWelcomePageOnStartUpHandler:Run () <0x6b>
in (wrapper runtime-invoke) System.Object:runtime_invoke_void (object,intptr,intptr,intptr) <0x533f45ee>
in (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[]) <0x4>
in (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[]) <0xfffffc75>
in System.Reflection.MonoMethod:Invoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo) <0x8d>
in System.Reflection.MethodBase:Invoke (object,object[]) <0x1a>
in MonoDevelop.Ide.Gui.IdeApp:Initialize (MonoDevelop.Core.IProgressMonitor) <0x4a0>
in MonoDevelop.Ide.Gui.IdeStartup:Run (string[]) <0x77c>
in MonoDevelop.Core.AddIns.AddInService:StartApplication (string,string[]) <0x169>
in MonoDevelop.Startup.SharpDevelopMain:Main (string[]) <0x25>
in (wrapper runtime-invoke) System.Object:runtime_invoke_int_string[] (object,intptr,intptr,intptr) <0x50c2dd56>

Native stacktrace:

        /usr/bin/mono(mono_handle_native_sigsegv+0xbb) [0x8150c2b]
        /usr/bin/mono [0x811fee0]
        [0xffffe440]
        /usr/lib/xulrunner-1.8.0.5/libxul.so [0xafae7ac9]
        /usr/lib/xulrunner-1.8.0.1/libgtkembedmoz.so(_ZN12EmbedPrivate14AppendToStreamEPKhj+0x68) [0xafe84ea2]
        /usr/lib/xulrunner-1.8.0.1/libgtkembedmoz.so(gtk_moz_embed_render_data+0x6e) [0xafe82906]
        [0xaeed2458]
        [0xaeed23ec]
        [0xaeed2366]
        [0xaeed2328]
        [0xaeed2301]
        [0xb000c29c]
        [0xb4ce3299]
        /usr/bin/mono(mono_runtime_invoke_array+0x17f) [0x80d785f]
        /usr/bin/mono [0x80dc9d5]
        [0xb71500a4]
        [0xb714fcee]
        [0xb6c36ae3]
        [0xb532ebc9]
        [0xb6dd0765]
        [0xb7159672]
        [0xb74a891e]
        [0xb74a8874]
        /usr/bin/mono(mono_runtime_exec_main+0x9f) [0x80d659f]
        /usr/bin/mono(mono_runtime_run_main+0x152) [0x80d67d2]
        /usr/bin/mono(mono_main+0xef9) [0x805dae9]
        /usr/bin/mono [0x805c702]
        /lib/libc.so.6(__libc_start_main+0xdc) [0xb7d4d87c]
        /usr/bin/mono [0x805c651]
mfg Boe
 
Oben