My Kludge
Posted: Fri Oct 07, 2016 6:29 am
I've been working on a small personal mod of birdpeople, manbears, and brains in jars made from better, cooler mods. I've reached the final, terrible debugging phase and I have approximately zero idea what I'm doing. If anybody can help this poor soul parse this error message, I will love you forever.
The rest of it is registering as a link, which I can't post, nor could I post a pastebin.************** Exception Text **************
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at DistantWorlds.Types.Galaxy.SetResearchCosts(Int32 baseTechCost, ResearchNodeDefinitionList researchNodeDefinitions)
at DistantWorlds.Types.Galaxy.InitializeResearchNodeDefinitions(String applicationStartupPath, String customizationSetName)
at DistantWorlds.Types.Galaxy.InitializeData(String applicationStartupPath, String customizationSetName, ResourceSystem& resourceSystem, PlanetaryFacilityDefinitionList& facilityDefinitions, ComponentDefinition[]& componentDefinitions, FighterSpecificationList& fighterSpecifications, ResearchNodeDefinitionList& researchNodeDefinitions, GovernmentAttributesList& governments, RaceFamilyList& raceFamilies, PlagueList& plagues)
at DistantWorlds.Start.K2vvRN5NAX(String , Boolean , Boolean )
at DistantWorlds.Start.cQnaa4JA0i(Object , EventArgs )
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at DistantWorlds.Controls.GlassButton.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at DistantWorlds.Controls.GlassButton.OnMouseUp(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)