LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   MonoDevelop Crash at StartUp in Slackware Current (https://www.linuxquestions.org/questions/slackware-14/monodevelop-crash-at-startup-in-slackware-current-745073/)

white.thief 08-04-2009 12:00 PM

MonoDevelop Crash at StartUp in Slackware Current
 
Hi,

I am running Slackware Current with gnome packages from Gnome SlackBuild and I am getting this error (I am posting only part of the dump, I hope it could be enough but I can post the whole thing):


WARNING: Cannot find Mozilla directory containing libgtkembedmoz.so. Some Addins may not be able to function. Please set MOZILLA_FIVE_HOME to your Mozilla directory.
Stacktrace:
at (wrapper managed-to-native) System.Reflection.MonoCMethod.InternalInvoke (object,object[],System.Exception&) <0x00004>
at (wrapper managed-to-native) System.Reflection.MonoCMethod.InternalInvoke (object,object[],System.Exception&) <0xffffffff>
at System.Reflection.MonoCMethod.Invoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo) <0x000f1>
at System.Reflection.MonoCMethod.Invoke (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo) <0x00027>
at System.Activator.CreateInstance (System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[]) <0x00337>
at System.Activator.CreateInstance (System.Type,object[],object[]) <0x00021>
at System.Activator.CreateInstance (System.Type,object[]) <0x00028>
at GLib.Opaque.GetOpaque (intptr,System.Type,bool) <0x0005d>
at Gtk.IconFactory.Lookup (string) <0x00062>
at MonoDevelop.Core.Gui.ResourceService.AddToIconFactory (string,Gdk.Pixbuf,Gtk.IconSize<0x0001b>
at MonoDevelop.Core.Gui.ResourceService.GetComposedIcon (string[]) <0x00137>
at MonoDevelop.Core.Gui.ResourceService.InternalGetStockId (Mono.Addins.RuntimeAddin,string) <0x000ba>
at MonoDevelop.Core.Gui.ResourceService.OnExtensionChange (object,Mono.Addins.ExtensionNodeEventArgs) <0x00157>
at Mono.Addins.ExtensionNode.add_ExtensionNodeChanged (Mono.Addins.ExtensionNodeEventHandler) <0x000f1>
at Mono.Addins.ExtensionContext.AddExtensionNodeHandler (string,Mono.Addins.ExtensionNodeEventHandler) <0x0002c>
at Mono.Addins.AddinManager.AddExtensionNodeHandler (string,Mono.Addins.ExtensionNodeEventHandler) <0x00027>
at MonoDevelop.Core.Gui.ResourceService..ctor () <0x000f3>
at MonoDevelop.Core.Gui.Services.get_Resources () <0x00030>
at MonoDevelop.Core.Gui.ResourceService.get_Instance () <0x0000a>
at MonoDevelop.Core.Gui.ResourceService.GetStockId (Mono.Addins.RuntimeAddin,string) <0x0000a>
at MonoDevelop.Projects.Gui.IconService.InitializeIcons (string) <0x00126>
at MonoDevelop.Projects.Gui.IconService..ctor () <0x00063>
at MonoDevelop.Projects.Gui.Services.get_Icons () <0x0002b>
at MonoDevelop.Ide.Gui.IdeStartup.Run (string[]) <0x007e8>
at MonoDevelop.Startup.SharpDevelopMain.Main (string[]) <0x00061>
at (wrapper runtime-invoke) MonoDevelop.Startup.SharpDevelopMain.runtime_invoke_int_object (object,intptr,intptr,intptr) <0xffffffff>



What am I missing? is a missing package?

Thanks in advance for your help,

Alien Bob 08-04-2009 01:33 PM

Having a full Slackware install would have helped. If that is not an option for you, then at least install the seamonkey package.

Eric

white.thief 08-04-2009 02:54 PM

Seamonkey 1.1.17 Installed
 
Also, I have seamonkey-solibs 1.1.17 install, should I install another version? could it be something in the wrong place?

This seamonkey packages came with the -current directory.

Thanks,

Alien Bob 08-05-2009 01:38 AM

Not seamonkey-solibs from the L/ series. I was referring to the seamonkey package in the XAP/ series.

Eric

white.thief 08-05-2009 01:24 PM

Fix the MOZILLA_FIVE_HOME error
 
I had installed the SeaMonkey package and, setting MOZILLA_FIVE_HOME to /usr/lib/seamonkey fixed the warning about the libgtkembedmoz.so library.

I am still having the other error at Monodevelop startup, but now is a diffent one but in the same line of the error:

at (wrapper managed-to-native) Gtk.IconSource.gtk_icon_source_set_pixbuf (intptr,intptr) <0x00004>
at (wrapper managed-to-native) Gtk.IconSource.gtk_icon_source_set_pixbuf (intptr,intptr) <0xffffffff>
at Gtk.IconSource.set_Pixbuf (Gdk.Pixbuf) <0x0002b>
at MonoDevelop.Core.Gui.ResourceService.AddToIconFactory (string,Gdk.Pixbuf,Gtk.IconSize) <0x00092>
at MonoDevelop.Core.Gui.ResourceService.GetComposedIcon (string[]) <0x00137>
at MonoDevelop.Core.Gui.ResourceService.InternalGetStockId (Mono.Addins.RuntimeAddin,string) <0x000ba>
at MonoDevelop.Core.Gui.ResourceService.OnExtensionChange (object,Mono.Addins.ExtensionNodeEventArgs) <0x00157>
at Mono.Addins.ExtensionNode.add_ExtensionNodeChanged (Mono.Addins.ExtensionNodeEventHandler) <0x000f1>
at Mono.Addins.ExtensionContext.AddExtensionNodeHandler (string,Mono.Addins.ExtensionNodeEventHandler) <0x0002c>
at Mono.Addins.AddinManager.AddExtensionNodeHandler (string,Mono.Addins.ExtensionNodeEventHandler) <0x00027>
at MonoDevelop.Core.Gui.ResourceService..ctor () <0x000f3>
at MonoDevelop.Core.Gui.Services.get_Resources () <0x00030>
at MonoDevelop.Core.Gui.ResourceService.get_Instance () <0x0000a>
at MonoDevelop.Core.Gui.ResourceService.GetStockId (Mono.Addins.RuntimeAddin,string) <0x0000a>
at MonoDevelop.Projects.Gui.IconService.InitializeIcons (string) <0x00126>
at MonoDevelop.Projects.Gui.IconService..ctor () <0x00063>
at MonoDevelop.Projects.Gui.Services.get_Icons () <0x0002b>
at MonoDevelop.Ide.Gui.IdeStartup.Run (string[]) <0x007e8>
at MonoDevelop.Startup.SharpDevelopMain.Main (string[]) <0x00061>
at (wrapper runtime-invoke) MonoDevelop.Startup.SharpDevelopMain.runtime_invoke_int_object (object,intptr,intptr,intptr) <0xffffffff>


I think that maybe some libraries are in the correct version, this is a list of the libraries I currently have installed:
  1. Mono Packages
    1. gtk+-1.2.10-i486-4
    2. gtk+2-2.12.12-i486-1
    3. gtkspell-2.0.14-i486-1
    4. libgtkhtml-2.11.1-i486-1
    5. pygtk-2.12.1-i486-2
    6. scim-bridge-0.4.14-i486-3
    7. gtk+-1.2.10-i486-5
    8. gtk+2-2.16.1-i486-1gsb
    9. gtk-engines-2.18.1-i486-1gsb
    10. gtk-sharp-2.12.8-i486-1gsb
    11. gtkhtml-3.26.1.1-i486-1gsb
    12. gtksourceview-1.8.5-i486-3gsb
    13. gtksourceview-sharp-2.0_0.12-i486-5gsb
    14. gtksourceview2-2.6.2-i486-1gsb
    15. gtkspell-2.0.15-i486-1
    16. libexif-gtk-0.3.5-i486-3gsb
    17. libgtkhtml-2.11.1-i486-2
    18. pygtk-2.14.1-i486-2
    19. scim-bridge-0.4.16-i486-4
  2. *Sharp Packages
    1. avahi-sharp-0.6.25-i486-1gsb
    2. gecko-sharp-2.0_0.13-i486-13gsb
    3. gmime-sharp-2.2.23-i486-3gsb
    4. gnome-desktop-sharp-2.26.0-i486-1gsb
    5. gnome-keyring-sharp-1.0.0-i486-3gsb
    6. gnome-sharp-2.24.1-i486-2gsb
    7. gtk-sharp-2.12.8-i486-1gsb
    8. gtksourceview-sharp-2.0_0.12-i486-5gsb
    9. ipod-sharp-0.8.2-i486-2gsb
    10. karma-sharp-0.1.0-i486-6gsb
    11. libgphoto2-sharp-2.3.0-i486-5gsb
    12. njb-sharp-0.3.0-i486-6gsb
    13. notify-sharp-0.4.0_svn2998-i486-2gsb
    14. taglib-sharp-2.0.3.2-i486-1gsb
  3. Gnome Packages
    1. gtk+-1.2.10-i486-4
    2. gtk+2-2.12.12-i486-1
    3. gtkspell-2.0.14-i486-1
    4. libgtkhtml-2.11.1-i486-1
    5. pygtk-2.12.1-i486-2
    6. scim-bridge-0.4.14-i486-3
    7. gtk+-1.2.10-i486-5
    8. gtk+2-2.16.1-i486-1gsb
    9. gtk-engines-2.18.1-i486-1gsb
    10. gtk-sharp-2.12.8-i486-1gsb
    11. gtkhtml-3.26.1.1-i486-1gsb
    12. gtksourceview-1.8.5-i486-3gsb
    13. gtksourceview-sharp-2.0_0.12-i486-5gsb
    14. gtksourceview2-2.6.2-i486-1gsb
    15. gtkspell-2.0.15-i486-1
    16. libexif-gtk-0.3.5-i486-3gsb
    17. libgtkhtml-2.11.1-i486-2
    18. pygtk-2.14.1-i486-2
    19. scim-bridge-0.4.16-i486-4

Do you think am I missing something? Thanks again =)

Alien Bob 08-05-2009 01:53 PM

You have a GnomeSlackBuild system - it is too far from a proper Slackware system for me to be able to help you further. Probably there will be others to assist you with the Gnome part.

Eric

white.thief 08-05-2009 02:59 PM

Well, thanks anyways!
 
Well, that too bad for me but really, much thanks!

I will keep the search in the appropriate forums. =)


All times are GMT -5. The time now is 03:10 AM.