Падение при зарузке репозитория

Issue #191 resolved
Pozdnyakov Dmitry created an issue

Есть старые репозитории (github). В SourceTree открываются корректно, но Cong не может их открыть. Самое неприятное - все открытые вкладки с другими репозиториями после падения приходится открывать заново - ничего не сохранилось.

Приложение: Cong.exe
Версия платформы: v4.0.30319
Описание. Процесс был завершен из-за необработанного исключения.
Сведения об исключении: System.ArgumentException
в System.IO.Path.CheckInvalidPathChars(System.String, Boolean)
в System.IO.Path.InternalGetDirectoryName(System.String)
в ?.?.?(Cong.GitParser.Repository, System.String)
в Cong.GitParser.Repository+.?()
в System.Collections.Generic.List1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]..ctor(System.Collections.Generic.IEnumerable1<System.__Canon>)
в System.Linq.Enumerable.ToList[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]
в Cong.CommitsView.?(Cong.TabView)

Сведения об исключении: System.Reflection.TargetInvocationException
в System.RuntimeMethodHandle.InvokeMethod(System.Object, System.Object[], System.Signature, Boolean)
в System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(System.Object, System.Object[], System.Object[])
в System.Delegate.DynamicInvokeImpl(System.Object[])
в ?.[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].?()
в Cong.ListBoxControllerSynchronizable`1+?[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].?()
в Cong.OperationsDispatcher+.?(System.Object)
в System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
в System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
в System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
в System.Threading.ThreadHelper.ThreadStart(System.Object)

Comments (6)

  1. Evgeny Kralko repo owner

    @Pozdnyakov Dmitry , could you please provide a full path to the repository you cannot open.

  2. Evgeny Kralko repo owner

    Yes, it look like your path include some invalid characters for some reasons. Please copy full local path and send it to me, thank you

  3. Log in to comment