Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: This BackgroundWorker is currently busy and cannot run multiple tasks concurrently in minimizeNotifyIcon_BalloonTipClicked #4295

Open
1 task done
Clayell opened this issue Jan 28, 2025 · 0 comments
Labels
Bug Something is not working as intended GUI Issues affecting the interactive GUI

Comments

@Clayell
Copy link

Clayell commented Jan 28, 2025

Is there an existing issue for this?

  • I have checked the existing issues for an existing issue. I even actually looked at the ones that are pinned to the top!

Operating System

Windows 11

CKAN Version

v1.35.2.24280

Games

KSP 1

Game Version

1.12.5

Did you make any manual changes to your game folder (i.e., not via CKAN)?

KSPTOTConnect, Principia, and ParallaxRSS (none have been changed in months, except for the principia update last month)

Describe the bug

I had opened KSP, and after waiting for a bit I got a windows notification that there were 2 warnings in CKAN cmdline (don't remember the exact text, sorry). I clicked on the notification, which brought me to this error screen about an unhandled exception with Microsoft .NET Framework. After I clicked continue, ckan seemed to be stuck in a loop of "Preserving new flags..." "Populating mod list..." and "Updating filters...", never moving past this. Hitting cancel did not fix anything, so I had to close out of ckan. (had to end the task since closing the window wasn't responding) Opening CKAN back up gave no errors and worked as expected.

Below is a screenshot and a log of the error:

Image

Steps to reproduce

/shrug
Never seen this before, and I wasn't doing anything different from the countless other times I've launched ckan.

Relevant log output

See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.InvalidOperationException: This BackgroundWorker is currently busy and cannot run multiple tasks concurrently.
   at System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
   at CKAN.GUI.Main.minimizeNotifyIcon_BalloonTipClicked(Object sender, EventArgs e)
   at System.Windows.Forms.NotifyIcon.OnBalloonTipClicked()
   at System.Windows.Forms.NotifyIcon.WndProc(Message& msg)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
@HebaruSan HebaruSan added Bug Something is not working as intended GUI Issues affecting the interactive GUI labels Jan 28, 2025
@HebaruSan HebaruSan changed the title [Bug]: Microsoft .NET Framework Unhandled Exception [Bug]: This BackgroundWorker is currently busy and cannot run multiple tasks concurrently in minimizeNotifyIcon_BalloonTipClicked Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something is not working as intended GUI Issues affecting the interactive GUI
Projects
None yet
Development

No branches or pull requests

2 participants