You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Downloading simultaneous contents of mods to cache causes crash
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.Main.ContentsDownloadButton_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
As a workaround to #1688 and #1367 I delete the actual GameData folder before updating a mod (100% success rate at the moment).
Most mods have a common sense folder, but others aren't.
So Downloading the contents is the only way to find exactly what folders.
This takes time, and can't be bulk selected.
Selecting one, and immediately going back to "Manage Mods" and downloading a second causes this crash.
No known workaround except do it one at a time.
The text was updated successfully, but these errors were encountered:
How are you even doing that? I didn't think you could switch away from the downloading screen. You're talking about multiple processes trying to update the same file simultaneously, and this is not a fancy database. Don't do that. Download them one at a time.
CKAN 1.16.1.0
Windows 10
Downloading simultaneous contents of mods to cache causes crash
As a workaround to #1688 and #1367 I delete the actual GameData folder before updating a mod (100% success rate at the moment).
Most mods have a common sense folder, but others aren't.
So Downloading the contents is the only way to find exactly what folders.
This takes time, and can't be bulk selected.
Selecting one, and immediately going back to "Manage Mods" and downloading a second causes this crash.
No known workaround except do it one at a time.
The text was updated successfully, but these errors were encountered: