-
-
Notifications
You must be signed in to change notification settings - Fork 345
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
"Key not found"-exception on selecting mods #2416
Comments
The stack trace suggests this line, as Lines 617 to 618 in 9e71f86
Populated here: Lines 576 to 577 in 9e71f86
That line is looking for mods that depend on mods being removed, and the exception suggests they're missing. Maybe |
EDIT: Scratch that, |
Ouf, which mod was it... After a restart, everything worked fine. |
On further inspection, I think I pinpointed the wrong line above. |
@DasSkelett, are you able to make this happen at will? I tried cancelling the installation of Almost Free Launch Clamps, but I didn't encounter any exceptions. There are some debugging statements built into this code path that might be enlightening to see with logging enabled. |
Going to try it. |
Meanwhile some thoughts during waiting for CKAN (because DEBUG logging is hell!) and tracking the log: Furthermore, looking in the log, it seems to check every mod twice for compatibility? I uploaded my log here (nothing new to the original issue yet!) |
Any luck getting this to happen again? I'm reviewing some old issues, and it looks like we never got to the bottom of this one. |
Hey, back again, sorry for the long wait. I took my A-levels(?, Abitur in German) earlier this year and was traveling during summer. |
Since there have been a bunch of releases in between and the error never showed up again, I'll close this issue. |
Background
CKAN Version:
v1.25.1 (self-built and changed some layout stuff experimenting with little GUI changes to prevent Visual Studio changing the designer code every time you open the main form, so my changes shouldn't be relevant to this error)
KSP Version:
1.4.2.2110
Operating System:
Windows 10 64bit
Have you made any manual changes to your GameData folder (i.e., not via CKAN)?
no
Problem
What steps did you take in CKAN?
For testing some graphical improvements I tried, I downloaded a mod (with a suggested mod) to see the changeset tab. I accidently clicked cancel during the installation process, but it seemed to have it installed completely nevertheless.
So as I tried to uninstall it again, CKAN threw the following error every time I select either the same mod for Uninstall or other mods for Install.
What did you expect to happen?
Install / uninstall mod without errors.
What happened instead?
CKAN throws error on every
Install
-Checkbox click.CKAN error codes (if applicable):
The text was updated successfully, but these errors were encountered: