DeadlyShoe
Matrix Trooper

Posts: 217
Joined: 6/2/2013 Status: offline
|
I'm trying to troubleshoot a modding crash but I can't find dw_crashdump.txt in 1955. It's not in Appdata/Roaming or in the game directory or in my documents. All I can find is 1.9.5.5SteamCrashLog.txt, which gives me this: 8:22:23 PM Finalizer: System.NullReferenceException: Object reference not set to an instance of an object.
at DistantWorlds.Types.SteamAPI.Shutdown() EDIT: Well I hadn't noticed i can just use the details dropdown of the crash box. But after solving a number of issues now I'm stuck with an 'Index out of range' error with no further details. I went over everything manually twice without finding any issues with index # references so I'm a bit lost at this point. Note: This happens when I try to activate the theme. the error *seems* to imply it has something to do with races (which arn't in my mod atm) or with research information, but it's too vague to be useful... I already solved all the sequential index issues in research.txt, and components definitely doesnt go over the limit. At this point it makes me think that the game requires certain components that i've taken out (like racial weapons or their research paths) but that's more grasping at straws. System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException()
at System.Collections.Generic.List`1.get_Item(Int32 index)
at DistantWorlds.Types.ResearchNodeDefinitionList.LoadFromFile(String filePath, RaceList races)
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.euxMVjcy4c(String , Boolean , Boolean )
at DistantWorlds.Start.gM0beUrqPo(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)
< Message edited by DeadlyShoe -- 7/17/2014 9:21:05 AM >
|