DownloadPlatformVideosForm

Issue #5279 new
david sanchez garcia created an issue

Windows 10 Pro

Always

When downloading thematic videos from the platform, you are left hanging the list, having to cancel, and the following error appears.

App: LaunchBox
Version: 10.14
Type: System.ObjectDisposedException
Site: System.Object MarshaledInvoke(System.Windows.Forms.Control, System.Delegate, System.Object[], Boolean)
Source: System.Windows.Forms

at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
at (DownloadPlatformVideosForm )
at Unbroken.LaunchBox.Windows.Desktop.Forms.DownloadPlatformVideosForm.PopulateGrid()
at (DownloadPlatformVideosForm )
at Unbroken.LaunchBox.Windows.Desktop.Forms.DownloadPlatformVideosForm.<DownloadPlatformVideosForm_Shown>b__15_0()
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()

Recent Log:

12:17:02 Exception

Comments (3)

  1. Jason Carr repo owner

    Hi David, the form does take some time to populate. Have you waited to see if it populates correctly?

  2. david sanchez garcia reporter

    Sorry. Don't wait long enough. In my defense I will say that it takes a long time. I'm sorry I wasted your time.

  3. Christian

    Not a waste, Quitting the window early still shouldn’t cause the crash. Good to know it was happening.

  4. Log in to comment