Advertisement
Guest User

mono develop output

a guest
Jul 29th, 2010
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.20 KB | None | 0 0
  1. 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.
  2. WARNING [2010-07-29 20:22:37Z]: Inotify watch limit is too low (8192).
  3. MonoDevelop will switch to managed file watching.
  4. See http://monodevelop.com/Inotify_Watches_Limit for more info.
  5. WARNING [2010-07-29 20:22:37Z]: Error creating composed icon gtk-execute___asm0__debug-overlay-22.png__SmallToolbar at size SmallToolbar. Icon __asm0__debug-overlay-22.png__SmallToolbar is 22x22, expected 16x16.
  6. ERROR [2010-07-29 20:22:37Z]: GdkPixbuf-Critical: gdk_pixbuf_composite: assertion `dest_x >= 0 && dest_x + dest_width <= dest->width' failed
  7. Stack trace:
  8. at Gdk.Pixbuf.Composite(Gdk.Pixbuf dest, Int32 dest_x, Int32 dest_y, Int32 dest_width, Int32 dest_height, Double offset_x, Double offset_y, Double scale_x, Double scale_y, InterpType interp_type, Int32 overall_alpha)
  9. at MonoDevelop.Ide.ImageService.MergeIcons(Gdk.Pixbuf icon1, Gdk.Pixbuf icon2)
  10. at MonoDevelop.Ide.ImageService.GetComposedIcon(System.String[] ids, IconSize size)
  11. at MonoDevelop.Ide.ImageService.InternalGetStockId(Mono.Addins.RuntimeAddin addin, System.String filename, IconSize size)
  12. at MonoDevelop.Ide.ImageService.LoadStockIcon(MonoDevelop.Ide.Extensions.StockIconCodon iconCodon)
  13. at MonoDevelop.Ide.ImageService.<EnsureStockIconIsLoaded>m__11C(MonoDevelop.Ide.Extensions.StockIconCodon i)
  14. at System.Collections.Generic.List`1[[MonoDevelop.Ide.Extensions.StockIconCodon, MonoDevelop.Ide, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]].ForEach(System.Action`1 action)
  15. at MonoDevelop.Ide.ImageService.EnsureStockIconIsLoaded(System.String stockId, IconSize size)
  16. at MonoDevelop.Ide.ImageService.<ImageService>m__11A(System.String stockId)
  17. at MonoDevelop.Core.IconId.get_Name()
  18. at MonoDevelop.Core.IconId.op_Implicit(IconId icon)
  19. at MonoDevelop.Components.Commands.CommandToolButton.Update(MonoDevelop.Components.Commands.CommandInfo cmdInfo)
  20. at MonoDevelop.Components.Commands.CommandToolButton.MonoDevelop.Components.Commands.ICommandUserItem.Update(MonoDevelop.Components.Commands.CommandTargetRoute targetRoute)
  21. at MonoDevelop.Components.Commands.CommandToolButton.OnParentSet(Gtk.Widget parent)
  22. at Gtk.Widget.parentset_cb(IntPtr widget, IntPtr previous_parent)
  23. at Gtk.Container.gtksharp_container_base_add(IntPtr , IntPtr )
  24. at Gtk.Container.OnAdded(Gtk.Widget widget)
  25. at MonoDevelop.Components.DockToolbars.DockToolbar.OnAdded(Gtk.Widget w)
  26. at Gtk.Container.added_cb(IntPtr container, IntPtr widget)
  27. at Gtk.Container.gtk_container_add(IntPtr , IntPtr )
  28. at Gtk.Container.Add(Gtk.Widget widget)
  29. at MonoDevelop.Components.Commands.CommandManager.CreateToolbar(System.String id, MonoDevelop.Components.Commands.CommandEntrySet entrySet, System.Object initialTarget)
  30. at MonoDevelop.Components.Commands.CommandManager.CreateToolbar(System.String id, MonoDevelop.Components.Commands.CommandEntrySet entrySet)
  31. at MonoDevelop.Components.Commands.CommandManager.CreateToolbarSet(System.String addinPath)
  32. at MonoDevelop.Ide.Gui.DefaultWorkbench.InitializeWorkspace()
  33. at MonoDevelop.Ide.Gui.Workbench.Initialize(IProgressMonitor monitor)
  34. at MonoDevelop.Ide.IdeApp.Initialize(IProgressMonitor monitor)
  35. at MonoDevelop.Ide.IdeStartup.Run(System.String[] args)
  36. at MonoDevelop.Startup.MonoDevelopMain.Main(System.String[] args)
  37. ERROR [2010-07-29 20:22:38Z]: Error updating Welcome Page content.
  38. System.Xml.XmlException: Document element did not appear. file:///home/earlz/.config/MonoDevelop/news.xml Line 1, position 1.
  39. at Mono.Xml2.XmlTextReader.Read () [0x00000] in <filename unknown>:0
  40. at System.Xml.XmlTextReader.Read () [0x00000] in <filename unknown>:0
  41. at System.Xml.XmlDocument.ReadNodeCore (System.Xml.XmlReader reader) [0x00000] in <filename unknown>:0
  42. at System.Xml.XmlDocument.ReadNode (System.Xml.XmlReader reader) [0x00000] in <filename unknown>:0
  43. at System.Xml.XmlDocument.Load (System.Xml.XmlReader xmlReader) [0x00000] in <filename unknown>:0
  44. at MonoDevelop.WelcomePage.WelcomePageView.GetUpdatedXmlDocument () [0x00000] in <filename unknown>:0
  45. node `classlib-gecko' is not defined on the documentation map
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement