|
List Info
Thread: Monodevelop doesn't start after installing Moonlight
|
|
| Monodevelop doesn't start after
installing Moonlight |

|
2007-12-19 09:19:42 |
|
Hi! I have just installed Moonlight in my UBUNTU Gutsy, but now I have a problem with Monodevelop, that doesn't start.
with the command: monodevelop from my shell I have these results:
System.ArgumentException
: Invalid event name Window.MoveFocus at Stetic.TypedSignalDescriptor.FindEvent (System.Type wrapperType, System.Type objectType, System.String name) [0x00000] at Stetic.TypedSignalDescriptor..ctor (System.Xml.XmlElement
elem, Stetic.ItemGroup group, Stetic.TypedClassDescriptor klass) [0x00000] at Stetic.TypedClassDescriptor.CreateItemDescriptor (System.Xml.XmlElement elem, Stetic.ItemGroup group) [0x00000] at Stetic.ItemGroup..ctor
(System.Xml.XmlElement elem, Stetic.ClassDescriptor klass) [0x00000] at Stetic.ClassDescriptor.Load (System.Xml.XmlElement elem) [0x00000] at Stetic.TypedClassDescriptor..ctor (System.Reflection.Assembly assembly,
System.Xml.XmlElement elem) [0x00000] at Stetic.AssemblyWidgetLibrary.LoadClassDescriptor (System.Xml.XmlElement element) [0x00000] at Stetic.WidgetLibrary.Load (System.Xml.XmlDocument objects) [0x00000] at
Stetic.AssemblyWidgetLibrary.Load () [0x00000] at Stetic.Registry.RegisterWidgetLibrary (Stetic.WidgetLibrary library) [0x00000] Exception in Gtk# callback delegate Note: Applications can use GLib.ExceptionManager.UnhandledException
to handle the exception. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentException: Invalid event name Window.MoveFocus at Stetic.TypedSignalDescriptor.FindEvent
(System.Type wrapperType, System.Type objectType, System.String name) [0x00000] at Stetic.TypedSignalDescriptor..ctor (System.Xml.XmlElement elem, Stetic.ItemGroup group, Stetic.TypedClassDescriptor klass) [0x00000]
at Stetic.TypedClassDescriptor.CreateItemDescriptor (System.Xml.XmlElement elem, Stetic.ItemGroup group) [0x00000] at Stetic.ItemGroup..ctor (System.Xml.XmlElement elem, Stetic.ClassDescriptor klass) [0x00000]
at Stetic.ClassDescriptor.Load (System.Xml.XmlElement elem) [0x00000] at Stetic.TypedClassDescriptor..ctor (System.Reflection.Assembly assembly, System.Xml.XmlElement elem) [0x00000] at Stetic.AssemblyWidgetLibrary.LoadClassDescriptor
(System.Xml.XmlElement element) [0x00000] at Stetic.WidgetLibrary.Load (System.Xml.XmlDocument objects) [0x00000] at Stetic.AssemblyWidgetLibrary.Load () [0x00000] at Stetic.Registry.RegisterWidgetLibrary
(Stetic.WidgetLibrary library) [0x00000] --- End of inner exception stack trace ---
at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object
[] parameters, System.Globalization.CultureInfo culture) [0x00000] at System.Reflection.MonoCMethod.Invoke (BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo
culture) [0x00000] at System.Reflection.ConstructorInfo.Invoke (System.Object[] parameters) [0x00000] at System.Activator.CreateInstance (System.Type type, Boolean nonPublic) [0x00000] at Mono.Addins.RuntimeAddin.CreateInstance
(System.String typeName, Boolean throwIfNotFound) [0x00000] at MonoDevelop.Ide.Codons.PadCodon.CreatePad () [0x00000] at MonoDevelop.Ide.Codons.PadCodon.get_PadContent () [0x00000] at MonoDevelop.Ide.Gui.SdiWorkbenchLayout.CreatePadContent
(Boolean force, MonoDevelop.Ide.Codons.PadCodon padCodon, MonoDevelop.Ide.Gui.PadWindow window, Gdl.DockItem item) [0x00000] at MonoDevelop.Ide.Gui.SdiWorkbenchLayout+<>c__CompilerGenerated44.<>c__AnonymousMethod45 (
System.Object +21, System.EventArgs +22) [0x00000] at GLib.Signal.voidObjectCallback (IntPtr handle, IntPtr data) [0x00000] at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean is_terminal)
at GLib.Signal.voidObjectCallback(IntPtr handle, IntPtr data) at GLib.Signal.voidObjectCallback(IntPtr , IntPtr ) at Gtk.Widget.gtk_widget_map(IntPtr ) at Gtk.Widget.gtk_widget_map(IntPtr ) at
Gtk.Widget.Map() at Gdl.DockItem.OnMapped() at Gtk.Widget.mapped_cb(IntPtr widget) at Gtk.Widget.mapped_cb(IntPtr ) at Gtk.Widget.gtk_widget | |