rix0rrr / WindowsPathEditor

PATH editor for people who use a lot of "unixy" tools on Windows
288 stars 27 forks source link

Path too long exception #15

Closed sukotto closed 9 years ago

sukotto commented 9 years ago

Your application fails when I start it with the following exception:

Application: WindowsPathEditor.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.IO.PathTooLongException Stack: at System.IO.PathHelper.GetFullPathName() at System.IO.Path.NormalizePath(System.String, Boolean, Int32, Boolean) at System.IO.Path.GetFullPathInternal(System.String) at WindowsPathEditor.PathEntry.get_ActualPath() at WindowsPathEditor.PathChecker.CheckPath(WindowsPathEditor.AnnotatedPathEntry) at WindowsPathEditor.PathChecker.DoCheck(System.Collections.Generic.IEnumerable`1) at WindowsPathEditor.PathChecker.CheckerLoop() at System.Threading.ThreadHelper.ThreadStart_Context(System.Object) at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) at System.Threading.ThreadHelper.ThreadStart()