-
-
Notifications
You must be signed in to change notification settings - Fork 346
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
CKAN slow to launch, downloads time out #2542
Comments
Looks like the command-line approach has the same issue with downloading (but at least it's quicker to start up):
I should also note that my Internet connection is working fine (I'm writing this comment from the same machine experiencing the issue, and said machine can also access SpaceDock and that other site perfectly fine via a browser). |
Make sure your mono install is complete and up to date. We had a report recently that was caused by an out of date version of libmono-*security. |
Upgraded to the latest Mono (5.16.0.179). CKAN starts up a lot quicker now, but now I'm getting a new error when downloading:
Kinda wish it would tell me what exception occurred.
|
Yeah, the annoying "An exception" thing is addressed in #2528. Still looks like a Mono install problem. You're getting a null reference exception inside some Mono library constructor. That's not something CKAN can cause or fix. |
Here's where that exception was thrown, in case it helps: References that might be null in that code:
I don't think any of those could be null without something along the lines of a missing DLL. |
Ah geez, I found the issue, and it was indeed an issue with my install. The install itself was complete (all the DLLs were there), but I forgot to let So moral of the story: make sure everything under Thanks for your help/patience with this. |
Background
CKAN Version: v1.25.3
KSP Version: 1.5.1
Operating System: Slackware64-current (Linux 4.14.67, Mono 5.0.1.1)
Have you made any manual changes to your GameData folder (i.e., not via CKAN)? No
Problem
What steps did you take in CKAN?
~/.steam/steam/steamapps/common/Kerbal Space Program
cert-sync /etc/ssl/certs/ca-certificates.crt
(says everything's already imported)mono ckan.exe
What did you expect to happen? Successful download and installation into
~/.steam/steam/steamapps/common/Kerbal Space Program
, and also for CKAN to launch a lot faster (I suspect these issues might be related).What happened instead? The below pop-up window, and the below entries in STDOUT. Also, the aforementioned slow startup (it's been awhile since I've used CKAN, but I've never seen this kind of sluggishness before - and this is on a Threadripper with oodles of RAM and SSD capacity, so I can't think of any hardware-related reason why it'd be this slow).
Screenshots:
CKAN error codes (if applicable):
The text was updated successfully, but these errors were encountered: