Skip to content
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

KSPIE hangs on loading when there is a technode without an id field #729

Open
JonnyOThan opened this issue May 5, 2023 · 1 comment
Open

Comments

@JonnyOThan
Copy link

JonnyOThan commented May 5, 2023

https://github.com/sswelm/KSP-Interstellar-Extended/blob/8a55a180d0f940510ffc508df90e915c05dd81b8/PhotonSail/TechnologyHelper.cs#LL134C32-L134C32

System.ArgumentNullException: Value cannot be null.
Parameter name: key
  at System.Collections.Generic.Dictionary2[TKey,TValue].FindEntry (TKey key) [0x00008] in <9577ac7a62ef43179789031239ba8798>:0 
  at System.Collections.Generic.Dictionary2[TKey,TValue].ContainsKey (TKey key) [0x00000] in <9577ac7a62ef43179789031239ba8798>:0 
  at FNPlugin.PluginHelper.get_RdTechByName () [0x000de] in <86331f4099874379b99eba8db4dc4cd3>:0 
  at FNPlugin.PluginHelper.GetTechTitleById (System.String id) [0x0003a] in <86331f4099874379b99eba8db4dc4cd3>:0 
  at FNPlugin.Powermanagement.FNGenerator.GetInfo () [0x00054] in <86331f4099874379b99eba8db4dc4cd3>:0 
  at PartLoader.CompilePartInfo (AvailablePart newPartInfo, Part part) [0x0024e] in <4b449f2841f84227adfaad3149c8fdba>:0 

BetterWithScience contains such a node (which is probably incompatible with CommunityTechTree but it's not marked as such in CKAN).

@yzmengnan
Copy link

yzmengnan commented May 5, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants