awaescher / RepoZ

👨‍💻 A zero-conf git repository hub for Windows and macOS with Windows Explorer- & CLI-enhancements
MIT License
1.01k stars 91 forks source link

Does not fetch automatically - Errors in Event log #102

Closed robertoolmi closed 3 years ago

robertoolmi commented 4 years ago

I found two errors in Windows Event Viewer:

Faulting application name: RepoZ.exe, version: 5.2.0.0, time stamp: 0x5e35ee72 Faulting module name: KERNELBASE.dll, version: 10.0.18362.239, time stamp: 0xe665f337 Exception code: 0xe0434352 Fault offset: 0x00113442 Faulting process id: 0x4834 Faulting application start time: 0x01d5ed9a31aa8522 Faulting application path: C:\Program Files\RepoZ\RepoZ.exe Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll Report Id: 75f7f6ea-2d29-44ac-9944-c9596a001d65 Faulting package full name: Faulting package-relative application ID:

Application: RepoZ.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.IO.PathTooLongException at System.IO.Path.LegacyNormalizePath(System.String, Boolean, Int32, Boolean) at System.IO.Path.NormalizePath(System.String, Boolean, Int32, Boolean) at System.IO.Path.GetPathRoot(System.String) at System.IO.RenamedEventArgs.get_OldFullPath() at RepoZ.Api.Common.Git.DefaultRepositoryDetector._watcher_Renamed(System.Object, System.IO.RenamedEventArgs) at System.IO.FileSystemWatcher.OnRenamed(System.IO.RenamedEventArgs) at System.IO.FileSystemWatcher.NotifyRenameEventArgs(System.IO.WatcherChangeTypes, System.String, System.String) at System.IO.FileSystemWatcher.CompletionStatusChanged(UInt32, UInt32, System.Threading.NativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32, UInt32, System.Threading.NativeOverlapped)

Notes: Maximum length of the path of my local repos is: K:\XXXXXX70_Projects_Other\CBS_TafficManager Remotes are on Microsoft DevOps: https://devops.xxxxxxxxx.it/x70_collection/RnD_Products/_git/DataCollector

awaescher commented 3 years ago

Closing this because of inactivity.