[MonoDevelop] Gdl.Dock related crasher

John Luke john.luke at gmail.com
Thu May 26 10:51:01 EDT 2005


Hello,
On Sun, 2005-05-22 at 09:55 -0400, Casey Winans wrote:
> Everytime I start Monodevelop the following happens:
> 
> 1) It shows the splash screen and begins loading its various
> components
> 2) When it gets to loading the Addins part I get the following
> backtrace
> 
> 
> 2005-05-22 09:50:21,964 [-1210291296] INFO
> MonoDevelop.Services.ILoggingService [(null)] -
> Reading /home/cwinans/.config/MonoDevelop/CodeCompletionData/mscorlib_1.0.5000.0_b77a5c561934e089.pidb
> 2005-05-22 09:50:22,098 [-1210291296] INFO
> MonoDevelop.Services.ILoggingService [(null)] - WARNING Could not find
> stock Icons.16x16.FindPrevIcon
> 2005-05-22 09:50:22,103 [-1210291296] INFO
> MonoDevelop.Services.ILoggingService [(null)] - WARNING Could not find
> stock gtk-stop
> 2005-05-22 09:50:22,128 [-1210291296] INFO
> MonoDevelop.Services.ILoggingService [(null)] - Creating
> DefaultWorkbench
> Loading error, please reinstall :
> System.NullReferenceException: Object reference not set to an instance
> of an object
> in <0x00111> Gdl.DockLayout:SetupObject (System.Xml.XmlNode node)
> in <0x00097> Gdl.DockLayout:RecursiveBuild (System.Xml.XmlNode
> parentNode, Gdl.DockObject parent)
> in <0x0015d> Gdl.DockLayout:Load (System.Xml.XmlNode node)
> in <0x0006d> Gdl.DockLayout:LoadLayout (System.String name)
> in <0x000b0> MonoDevelop.Gui.SdiWorkbenchLayout:set_CurrentLayout
> (System.String value)
> in <0x001ca> MonoDevelop.Gui.SdiWorkbenchLayout:SwitchContext
> (MonoDevelop.Gui.WorkbenchContext ctxt)
> in <0x00296> MonoDevelop.Gui.SdiWorkbenchLayout:CreateDefaultLayout ()
> in <0x00640> MonoDevelop.Gui.SdiWorkbenchLayout:Attach (IWorkbench wb)
> in <0x00050> MonoDevelop.Gui.DefaultWorkbench:set_WorkbenchLayout
> (IWorkbenchLayout value)
> in <0x00037> MonoDevelop.Gui.WorkbenchSingleton:SetWbLayout ()
> in <0x00007> MonoDevelop.Gui.WorkbenchSingleton:CreateWorkspace ()
> in <0x00044> MonoDevelop.Commands.InitializeWorkbenchCommand:Run ()
> in <0x007ac> MonoDevelop.SharpDevelopMain:Main (System.String[] args)
Probably just remove ~/.config/MonoDevelop/DefaultEditingLayout.xml
should fix it.  0.7 has a managed implementation of the dock which might
not quite be 100% compatible with older versions of that file.  If not
can you attach that file to a new bug in bugzilla so I can fix it



More information about the Monodevelop-list mailing list