Bugzilla – Bug 317077
monodevelop crashes at startup with file with '\' in home directory
Last modified: 2007-09-15 21:23:51 UTC
---- Reported by lordvan@lordvan.com 2005-02-02 05:54:08 MST ---- Please fill in this template when reporting a bug, unless you know what you are doing. Description of Problem: Monodevelop crashes at startup when there are filenames with a '\' in them in the Home directory. Example: ## with the file: Creating DefaultWorkbench Loading error, please reinstall : System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileNotFoundException: File '/home/lordvan/OZ3.0 release.log ' not found. in <0x00078> System.IO.FileInfo:get_Length () in <0x0005a> (wrapper remoting-invoke-with-check) System.IO.FileInfo:get_Length () in <0x00060> MonoDevelop.Gui.Pads.FileListItem:.ctor (string) in <0x00145> MonoDevelop.Gui.Pads.FileScout:OnDirChanged (string) in <0x00209> MonoDevelop.Gui.Pads.FileScout:.ctor () in (unmanaged) (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (object,object[]) in <0x00004> (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (object,object[]) in <0x00097> System.Reflection.MonoCMethod:Invoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo) --- End of inner exception stack trace --- in <0x000fb> System.Reflection.MonoCMethod:Invoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo) in <0x0001d> System.Reflection.MonoCMethod:Invoke (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo) in <0x00044> System.Reflection.ConstructorInfo:Invoke (object[]) in <0x00153> System.Activator:CreateInstance (System.Type,bool) in <0x00010> System.Activator:CreateInstance (System.Type) in <0x00041> System.Reflection.Assembly:CreateInstance (string,bool) in <0x00017> System.Reflection.Assembly:CreateInstance (string) in <0x000f3> MonoDevelop.Core.AddIns.AddIn:CreateObject (string) in <0x00038> MonoDevelop.Core.AddIns.Codons.ClassCodon:BuildItem (object,System.Collections.ArrayList,MonoDevelop.Core.AddIns.Conditions.ConditionCollection) in <0x0016f> MonoDevelop.Core.AddIns.DefaultAddInTreeNode:BuildChildItems (object) in <0x00054> MonoDevelop.Gui.DefaultWorkbench:UpdateViews (object,System.EventArgs) in <0x00052> MonoDevelop.Commands.InitializeWorkbenchCommand:Run () in <0x00653> MonoDevelop.SharpDevelopMain:Main (string[]) lordvan@desktop ~ $ ls OZ3.0\ release.log\ lordvan@desktop ~ $ mv OZ3.0\ release.log\ OZ3.0release.log ## works now. ---- Additional Comments From jluke@cfl.rr.com 2005-02-23 14:22:44 MST ---- This is a mono bug, and it only crashes if the \ is at the end *** This bug has been marked as a duplicate of https://bugzilla.novell.com/show_bug.cgi?id=MONO65727 *** Unknown operating system unknown. Setting to default OS "Other". This bug was marked DUPLICATE in the database it was moved from. Changing resolution to "MOVED"