From a9b6ea454789483ecfbb7eaee80d612c826506c6 Mon Sep 17 00:00:00 2001 From: Paul Fenwick Date: Tue, 27 Jan 2015 04:23:01 +1100 Subject: [PATCH] Revert "NetKAN generated mods - LunaticAeronauticsAntygravityRoom/LunaticAeronauticsAntygravityRoom-1.1" This reverts commit b6f80d89759511687f544486af74f6e01ec55621. This commit made everyone on IRC cry with the following stack trace: ``` Downloading updates... Unhandled Exception: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary. at System.Collections.Generic.SortedDictionary`2[CKAN.Version,CKAN.CkanModule].get_Item (CKAN.Version key) [0x00000] in :0 at CKAN.AvailableModule+c__AnonStorey0.<>m__0 (CKAN.Version v) [0x00000] in :0 at System.Linq.Enumerable+c__Iterator1E`1[CKAN.Version].MoveNext () [0x00000] in :0 at CKAN.AvailableModule.Latest (CKAN.KSPVersion ksp_version) [0x00000] in :0 at CKAN.Registry+c__AnonStorey0.<>m__0 (KeyValuePair`2 pair) [0x00000] in :0 at System.Linq.Enumerable+c__Iterator1E`1[System.Collections.Generic.KeyValuePair`2[System.String,CKAN.AvailableModule]].MoveNext () [0x00000] in :0 at CKAN.Registry.LatestAvailableWithProvides (System.String module, CKAN.KSPVersion ksp_version) [0x00000] in :0 at CKAN.Registry.Available (CKAN.KSPVersion ksp_version) [0x00000] in :0 at CKAN.Repo.Update (CKAN.RegistryManager registry_manager, CKAN.KSP ksp, IUser user, Boolean clear, System.Uri repo) [0x00000] in :0 at CKAN.Repo.Update (CKAN.RegistryManager registry_manager, CKAN.KSP ksp, IUser user, Boolean clear, System.String repo) [0x00000] in :0 at CKAN.CmdLine.MainClass.Update (CKAN.CmdLine.UpdateOptions options, CKAN.RegistryManager registry_manager, CKAN.KSP current_instance, IUser user) [0x00000] in :0 at CKAN.CmdLine.MainClass.Main (System.String[] args) [0x00000] in :0 [ERROR] FATAL UNHANDLED EXCEPTION: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary. at System.Collections.Generic.SortedDictionary`2[CKAN.Version,CKAN.CkanModule].get_Item (CKAN.Version key) [0x00000] in :0 at CKAN.AvailableModule+c__AnonStorey0.<>m__0 (CKAN.Version v) [0x00000] in :0 at System.Linq.Enumerable+c__Iterator1E`1[CKAN.Version].MoveNext () [0x00000] in :0 at CKAN.AvailableModule.Latest (CKAN.KSPVersion ksp_version) [0x00000] in :0 at CKAN.Registry+c__AnonStorey0.<>m__0 (KeyValuePair`2 pair) [0x00000] in :0 at System.Linq.Enumerable+c__Iterator1E`1[System.Collections.Generic.KeyValuePair`2[System.String,CKAN.AvailableModule]].MoveNext () [0x00000] in :0 at CKAN.Registry.LatestAvailableWithProvides (System.String module, CKAN.KSPVersion ksp_version) [0x00000] in :0 at CKAN.Registry.Available (CKAN.KSPVersion ksp_version) [0x00000] in :0 at CKAN.Repo.Update (CKAN.RegistryManager registry_manager, CKAN.KSP ksp, IUser user, Boolean clear, System.Uri repo) [0x00000] in :0 at CKAN.Repo.Update (CKAN.RegistryManager registry_manager, CKAN.KSP ksp, IUser user, Boolean clear, System.String repo) [0x00000] in :0 at CKAN.CmdLine.MainClass.Update (CKAN.CmdLine.UpdateOptions options, CKAN.RegistryManager registry_manager, CKAN.KSP current_instance, IUser user) [0x00000] in :0 at CKAN.CmdLine.MainClass.Main (System.String[] args) [0x00000] in :0 ``` using `v1.5.6-0-g0000000 (beta)`. However I don't know *WHY*. Still investigating that, so this commit is really a hot-fix. --- ...LunaticAeronauticsAntygravityRoom-1.1.ckan | 24 ------------------- 1 file changed, 24 deletions(-) delete mode 100644 LunaticAeronauticsAntygravityRoom/LunaticAeronauticsAntygravityRoom-1.1.ckan diff --git a/LunaticAeronauticsAntygravityRoom/LunaticAeronauticsAntygravityRoom-1.1.ckan b/LunaticAeronauticsAntygravityRoom/LunaticAeronauticsAntygravityRoom-1.1.ckan deleted file mode 100644 index 6b356c899d..0000000000 --- a/LunaticAeronauticsAntygravityRoom/LunaticAeronauticsAntygravityRoom-1.1.ckan +++ /dev/null @@ -1,24 +0,0 @@ -{ - "x_via": "Automated KerbalStuff CKAN submission", - "identifier": "LunaticAeronauticsAntygravityRoom", - "license": "CC-BY-NC-SA-4.0", - "spec_version": "v1.4", - "install": [ - { - "file": "room", - "install_to": "GameData", - "filter": "AntigravityRoom.cs" - } - ], - "resources": { - "kerbalstuff": "https://kerbalstuff.com/mod/473/Lunatic%20Aeronautics'%20Anty-gravity%20Room" - }, - "ksp_version": "0.90", - "name": "Lunatic Aeronautics' Anty-gravity Room", - "abstract": "New ultimate fun, a must for every kerbal", - "author": "Tuareg77", - "version": "1.1", - "download": "https://kerbalstuff.com/mod/473/Lunatic%20Aeronautics'%20Anty-gravity%20Room/download/1.1", - "x_generated_by": "netkan", - "download_size": 568695 -}