-
-
Notifications
You must be signed in to change notification settings - Fork 348
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
Exception at startup, continuing leaves a UI with no mods listed, and most functions don't work. #2134
Comments
Downgrading to 1.22.3 works as expected, so no DB/settings corruption, FWIW. |
Also had this crash on upgrade (Windows10 64-bit), but it had installed the new CKAN.exe. Manually restarting the new CKAN.exe then worked (but I had another issue - #2135). |
Need exception handling here. CKAN/Core/Registry/Registry.cs Lines 530 to 533 in e9575cd
Didn't catch it in testing because it only happens if one or more mods have been added to the database since the last update. Should have a fix PR up in a bit. |
HebaruSan
added a commit
to HebaruSan/CKAN
that referenced
this issue
Oct 14, 2017
If a mod isn't in the registry, return null instead of raising an exception when looking for its max KSP version
HebaruSan
added a commit
to HebaruSan/CKAN
that referenced
this issue
Oct 14, 2017
If a mod isn't in the registry, return null instead of raising an exception when looking for its max KSP version
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CKAN Version:
1.22.4
Operating System:
Win7 x64
The issue you are experiencing:
Exception at startup, continuing leaves a UI with no mods listed, and most functions don't work.
How to recreate this issue:
I just upgraded (via the auto-updater, which seemed to DL the new version ok but then ungracefully quit by crashing, BTW) from 1.22.3.
CKAN error codes (if applicable):
The text was updated successfully, but these errors were encountered: