System.InvalidOperationException: Stack empty. in Automatic updater

After downloading an update, the following exception appears from time to time:

************** Exception Text **************System.InvalidOperationException: Stack empty. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Stack`1.Pop() at wyDay.Controls.UpdateHelper.bw_RunWorkerCompleted(Object sender, RunWorkerCompletedEventArgs e) at System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e) at System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object arg)

After checking this forum, it is reported earlier and should be fixed in the next version.Is this issue still planned to be included in the next release?When will this version be released?

We'll look into this, but we need more information and a way to reproduce this.

Any update on this? I have experienced a similar issue, and am pretty baffled by it.

We're dropping support for the AutomaticUpdater component (it's overly complicated, and too easy for customers to mis-use and cause a support load on us). It will no longer be developed.

Just use wyUpdate directly. It does everything the AutomaticUpdater does (because it's actually done by wyUpdate in the first place)

https://wyday.com/wybuild/help/walkthrough.php

https://wyday.com/wybuild/help/silent-checking.php

Thank you. I did not realize these arguments were available, this seems much easier and straightforward.