Any time line for AutomaticUpdater fixes?

Could you please tell us when you're planning to fix AutomaticUpdater? The latest released version 2.6.18.4 has several problems like calling Invoke on the disposed owner form or calling Invoke before the form's handle is created. Plus there are race conditions that lead to the NullReferenceExceptions like this one:

System.NullReferenceException: Object reference not set to an instance of an object.at wyUpdate.PipeServer.SendMessage(Byte[] message)at wyUpdate.frmMain.ShowFrame(Frame frameNum)at wyUpdate.frmMain.ShowProgress(Int32 percentDone, Int32 unweightedPercent, String extraStatus, ProgressStatus status, Object payload)at wyUpdate.Downloader.FileDownloader.bw_ProgressChanged(Object sender, ProgressChangedEventArgs e)

The latest SVN version is unusable because it has deadlocks and hangs during update checks. We're currently using revision r111 from the SVN. It's a bit better than release 2.6.18.4 but still has problems with Invoke and race conditions.

Are you planning to fix AutomaticUpdater in the near future or should we drop it for now and just run wyUpdate command line? Please let me know.

Are you planning to fix AutomaticUpdater in the near future or should we drop it for now and just run wyUpdate command line? Please let me know.

We're going to fix it. In the meantime just use wyUpdate in "standalone mode".