fdorg / flashdevelop

FlashDevelop is a free and open source code editor.
MIT License
825 stars 220 forks source link

[SourceControl] System.NullReferenceException #3137

Closed SlavaRa closed 3 years ago

SlavaRa commented 3 years ago

System.NullReferenceException HResult=0x80004003 Message=Ссылка на объект не указывает на экземпляр объекта. Source=SourceControl StackTrace: at SourceControl.Actions.ProjectWatcher.HandleFileMoved(String fromFile, String toFile) in D:\work\flashdevelop\External\Plugins\SourceControl\Actions\ProjectWatcher.cs:line 256

>   SourceControl.dll!SourceControl.Actions.ProjectWatcher.HandleFileMoved(string fromFile, string toFile) Line 256 C#
    SourceControl.dll!SourceControl.PluginMain.HandleEvent(object sender, PluginCore.NotifyEvent e, PluginCore.HandlingPriority priority) Line 186  C#
    PluginCore.dll!PluginCore.Managers.EventManager.DispatchEvent(object sender, PluginCore.NotifyEvent e) Line 121 C#
    ProjectManager.dll!ProjectManager.PluginMain.FileMoved(string fromPath, string toPath) Line 1176    C#
    ProjectManager.dll!ProjectManager.Actions.FileActions.OnFileMoved(string fromPath, string toPath) Line 642  C#
    ProjectManager.dll!ProjectManager.Actions.FileActions.Rename(string oldPath, string newName) Line 476   C#
    ProjectManager.dll!ProjectManager.PluginUI.tree_AfterLabelEdit(object sender, System.Windows.Forms.NodeLabelEditEventArgs e) Line 247   C#