[LUG.ro] Problemas con monodevelop

Omar Arino lugro@lugro.org.ar
Wed, 28 Sep 2005 08:56:39 -0300


Hola amigos, estoy intentado correr Monodevelop en mi Suse 9.1
Este programa vino con la instalación de mono 1.1.9.1
A mono ya lo tengo instalado y configurado correctamente, pero no puedo 
arracar monodevelop. Cuano lo corro aparece la pantalla de inicio con la 
barra que indica que está cargando, pero luego se cierra.
Esta e la lista de mensajes que tira al cerrarce:

 > monodevelop
2005-09-28 08:52:26,933 [16384] INFO  
MonoDevelop.Services.ILoggingService [(null)] - WARNING Could not find 
stock Icons.16x16.FindPrevIcon
2005-09-28 08:52:26,964 [16384] INFO  
MonoDevelop.Services.ILoggingService [(null)] - WARNING Could not find 
stock gtk-stop
2005-09-28 08:52:27,010 [16384] INFO  
MonoDevelop.Services.ILoggingService [(null)] - Creating DefaultWorkbench
Loading error, please reinstall :
System.Reflection.TargetInvocationException: Exception has been thrown 
by the target of an invocation. ---> System.EntryPointNotFoundException: 
gtk_tool_button_get_type
in (wrapper managed-to-native) Gtk.ToolButton:gtk_tool_button_get_type ()
in <0x00014> Gtk.ToolButton:get_GType ()
in <0x00000> <unknown method>
in (wrapper managed-to-native) 
System.Reflection.MonoMethod:InternalInvoke (object,object[])
in <0x0008d> System.Reflection.MonoMethod:Invoke (System.Object obj, 
BindingFlags invokeAttr, System.Reflection.Binder binder, 
System.Object[] parameters, System.Globalization.CultureInfo culture)--- 
End of inner exception stack trace ---

in <0x0010e> System.Reflection.MonoMethod:Invoke (System.Object obj, 
BindingFlags invokeAttr, System.Reflection.Binder binder, 
System.Object[] parameters, System.Globalization.CultureInfo culture)
in <0x0004e> System.Reflection.MonoProperty:GetValue (System.Object obj, 
BindingFlags invokeAttr, System.Reflection.Binder binder, 
System.Object[] index, System.Globalization.CultureInfo culture)
in <0x0001a> System.Reflection.PropertyInfo:GetValue (System.Object obj, 
System.Object[] index)
in <0x000a2> GLib.Object:LookupGType (System.Type t)
in <0x00034> GLib.Object:RegisterGType (System.Type t)
in <0x000e9> GLib.Object:LookupGType (System.Type t)
in <0x00017> GLib.Object:LookupGType ()
in <0x000ae> GLib.Object:CreateNativeObject (System.String[] names, 
GLib.Value[] vals)
in <0x00013> Gtk.Object:CreateNativeObject (System.String[] names, 
GLib.Value[] vals)
in <0x00010> Gtk.Widget:CreateNativeObject (System.String[] names, 
GLib.Value[] vals)
in <0x0017a> Gtk.ToolButton:.ctor (System.String stock_id)
in <0x0000f> MonoDevelop.Commands.CommandToolButton:.ctor (System.Object 
commandId, MonoDevelop.Commands.CommandManager commandManager)
in <0x001e5> MonoDevelop.Commands.CommandEntry:CreateToolItem 
(MonoDevelop.Commands.CommandManager manager)
in <0x0008a> MonoDevelop.Commands.CommandManager:CreateToolbar 
(MonoDevelop.Commands.CommandEntrySet entrySet)
in <0x0000d> MonoDevelop.Commands.CommandManager:CreateToolbar 
(System.String name, MonoDevelop.Commands.CommandEntrySet entrySet)
in <0x000fb> MonoDevelop.Services.CommandService:CreateToolbarSet 
(System.String addinPath)
in <0x0021a> MonoDevelop.Gui.DefaultWorkbench:InitializeWorkspace ()
in <0x0002b> MonoDevelop.Commands.InitializeWorkbenchCommand:Run ()
in <0x00774> MonoDevelop.SharpDevelopMain:Main (System.String[] args)

Alguien tiene idea que puede estar fallando?

Las variables de entorno de mono que tengo configuradas son estas:

export PATH="/usr/opt/mono-1.1.9.1/bin:$PATH"
export 
PKG_CONFIG_PATH="/usr/opt/mono-1.1.9.1/lib/pkgconfig:$PKG_CONFIG_PATH"
export MANPATH="/usr/opt/mono-1.1.9.1/share/man:$MANPATH"
export MOZILLA_FIVE_HOME="/opt/mozilla/bin

Gracias.

Omar