-
-
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
Fix issue where CKAN would crash after installing mods if you are sorting by KSP version. #1866
Conversation
…l in the list after installing some mods. This would also cause a crash if you happened to be sorting by ksp version.
I can reproduce this on Win10x64, CKAN 1.18.1, sort by "Max KSP Version," select one or more mods with "Any version" as their version string, click Install, after install completes the exception is thrown. The app still works but the DataGrid is unresponsive or throws more exceptions.
|
This reverts commit 6d8e63e.
@ayan4m1, can you slap a "merge pending" label on this if you think it's good? It looks fine to me, without any way currently to test it. |
I'm working on the proper UI-side fixes for the NRE itself, but I don't think we should be changing any code in the |
Still getting this crash:
|
A new release will be out soon that fixes it, but we have another bug that needs to be squashed before we can release. |
…lling mods if you are sorting by KSP version.
Awesome thank you for the quick response. I will await the fix patiently then.
A new release will be out soon that fixes it, but we have another bug that needs to be squashed before we can release.— |
@Darbbo, can you test this with CKAN 1.20.0 Yuri? The fix should be there. |
This was related to mods with ksp_version 'any' in JSON, which is handled differently to mods with no ksp_version field, and the UI code was not knowledgeable about the difference