KSP-CKAN / CKAN

The Comprehensive Kerbal Archive Network
https://forum.kerbalspaceprogram.com/index.php?/topic/197082-*
Other
1.99k stars 348 forks source link

CKAN stuck at downloading ".../CKAN-meta/archive/master.tar.gz" #3750

Closed TheBlueHat1 closed 1 year ago

TheBlueHat1 commented 1 year ago

Background

Have you made any manual changes to your GameData folder (i.e., not via CKAN)? No

Problem

Describe the bug Whenever launching CKAN and agreeing for automatic repository updates, it immideately gets stuck at said file and the process freezes, cancelling mid-process would result in an error window (see code)

Steps to reproduce

Expected behavior CKAN finishes auto-updating and downloading the file

Screenshots (if applicable)

CKAN

CKAN error code (if applicable):

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

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
   at CKAN.GUI.ManageMods.MarkAllUpdates()
   at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ToolStrip.WndProc(Message& m)
   at System.Windows.Forms.MenuStrip.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
HebaruSan commented 1 year ago

Thanks, we just finished fixing this, you can try the latest dev build if you'd like to test:

HebaruSan commented 1 year ago

Duplicate of #3707