Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. MODS ARE ENABLED. THIS CRASH MAY BE CAUSED BY A MOD.
  2. PLEASE REPORT IT TO THE CREATOR OF THE MOD.
  3.  
  4. System.ArgumentException: An item with the same key has already been added.
  5.  
  6. at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
  7.  
  8. at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
  9.  
  10. at Cosmoteer.Ships.Parts.Part.Cosmoteer.Ships.Buffs.IBuffReceiver.OnBuffAdded(BuffType buffType, Single buffValue) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\Parts\Part.cs:line 902
  11.  
  12. at Cosmoteer.Ships.Buffs.BuffManager`2.UpdateReceiverValue(ReceiverInfo receiverInfo) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\Buffs\BuffManager.cs:line 315
  13.  
  14. at Cosmoteer.Ships.Buffs.BuffManager`2.AddBuffReceiver(TBuffReceiver receiver) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\Buffs\BuffManager.cs:line 146
  15.  
  16. at Cosmoteer.Ships.Parts.Part.OnShipComponentAttaching(Ship ship) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\Parts\Part.cs:line 955
  17.  
  18. at Cosmoteer.Ships.ShipComponent.OnComponentAttaching(SceneNode node) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\ShipComponent.cs:line 51
  19.  
  20. at Halfling.Scene.Dim2.SceneNode.NodeComponents.Add(SceneComponent component) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Scene\Dim2\SceneNode.cs:line 1640
  21.  
  22. at Cosmoteer.Ships.Parts.CommonBasePartsManager`1.AddPart(TPart part, Action onAddedBeforeEvents) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\Parts\CommonBasePartsManager.cs:line 850
  23.  
  24. at Cosmoteer.Ships.Parts.PartsManager.AddPart(Part part) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\Parts\PartsManager.cs:line 206
  25.  
  26. at Cosmoteer.Ships.Parts.StructureContiguityManager.SplitIntoNewShips() in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\Parts\StructureContiguityManager.cs:line 88
  27.  
  28. at Cosmoteer.Ships.Parts.StructureContiguityManager.FixedUpdate(FixedUpdater fixedUpdater, SceneRoot root) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\Parts\StructureContiguityManager.cs:line 52
  29.  
  30. at Halfling.Scene.Dim2.SceneComponent.Halfling.Scene.Dim2.IFixedUpdateableSceneObject.FixedUpdate(FixedUpdater fixedUpdater, SceneRoot root) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Scene\Dim2\SceneComponent.cs:line 868
  31.  
  32. at Halfling.Scene.Dim2.SceneRoot.FixedUpdateForBucket(Int32 bucket) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Scene\Dim2\SceneRoot.cs:line 1074
  33.  
  34. at Cosmoteer.Simulation.SimRoot.FixedUpdateForBucket(Int32 bucket) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Simulation\SimRoot.cs:line 931
  35.  
  36. at Halfling.Scene.Dim2.SceneRoot.FixedUpdate() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Scene\Dim2\SceneRoot.cs:line 1016
  37.  
  38. at Cosmoteer.Simulation.SimRoot.FixedUpdate() in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Simulation\SimRoot.cs:line 912
  39.  
  40. at Halfling.Timing.FixedUpdater.Advance(Action action) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Timing\FixedUpdater.cs:line 106
  41.  
  42. at Halfling.Scene.Dim2.SceneRoot.DoFixedUpdates() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Scene\Dim2\SceneRoot.cs:line 992
  43.  
  44. at Cosmoteer.Simulation.SimRoot.DoFixedUpdates() in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Simulation\SimRoot.cs:line 885
  45.  
  46. at Halfling.Scene.Dim2.SceneRoot.Update() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Scene\Dim2\SceneRoot.cs:line 702
  47.  
  48. at Cosmoteer.Simulation.SimRoot.Update() in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Simulation\SimRoot.cs:line 566
  49.  
  50. at Cosmoteer.Game.GameRoot.Update(StateMethodInvoker updateParent) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Game\GameRoot.cs:line 1488
  51.  
  52. at Halfling.Application.AppStateEx.Halfling.Application.IAppState.Update(StateMethodInvoker updateParent) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\AppStateEx.cs:line 211
  53.  
  54. at Halfling.Application.Director.CallUpdate() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Director.cs:line 933
  55.  
  56. at Halfling.Application.Director.DoUpdate() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Director.cs:line 817
  57.  
  58. at Halfling.Application.Director.<GetRunIterator>d__89.MoveNext() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Director.cs:line 347
  59.  
  60. at Halfling.Application.Bases.GenericApp.<ApplicationMainIterator>d__46.MoveNext() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Bases\GenericApp.cs:line 277
  61.  
  62. at Halfling.Windows.D3D11.D3D11Window.RunGameLoop(String[] args, IEnumerable`1 iterator) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingPlatformWDX\Windows\D3D11\D3D11Window.cs:line 890
  63.  
  64. at Halfling.Application.Bases.GenericApp.ApplicationMain(String[] args) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Bases\GenericApp.cs:line 193
  65.  
  66. at Cosmoteer.GameApp.Main(String[] args) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\GameApp.cs:line 178
  67.  
  68. 10/16/2019 07:31:31 | Logging successful initialized.
  69.  
  70. 10/16/2019 07:31:31 | .NET Runtime Version: 4.0.30319.42000
  71.  
  72. 10/16/2019 07:31:31 | Running as a 64-bit process.
  73.  
  74. 10/16/2019 07:31:31 | Local: en-US
  75.  
  76. 10/16/2019 07:31:31 | Language: en-US
  77.  
  78. 10/16/2019 07:31:31 | Cosmoteer version 0.15.3 build 0.15.3_standalone
  79.  
  80. 10/16/2019 07:31:31 | Microsoft Windows 10 Pro 64-bit 10.0.18362
  81.  
  82. 10/16/2019 07:31:31 | Intel(R) Core(TM) i5-8265U CPU @ 1.60GHz (8 logical processors)
  83.  
  84. 10/16/2019 07:31:31 | 8067.3 MB RAM
  85.  
  86. 10/16/2019 07:31:31 | Intel(R) UHD Graphics 620 (24.20.100.6287) (8/14/2018)
  87.  
  88. 10/16/2019 07:31:31 | 1024.0 MB VRAM
  89.  
  90. 10/16/2019 07:31:31 |
  91.  
  92. 10/16/2019 07:31:31 | Loaded app settings.
  93.  
  94. 10/16/2019 07:31:31 | Process is now DPI-aware.
  95.  
  96. 10/16/2019 07:31:31 | Setup default cursor.
  97.  
  98. 10/16/2019 07:31:31 | Using display adapter 0
  99.  
  100. 10/16/2019 07:31:31 | Created DXGI factory.
  101.  
  102. 10/16/2019 07:31:31 | Adapter #0: Intel(R) UHD Graphics 620
  103.  
  104. 10/16/2019 07:31:31 | Output #0: Generic PnP Monitor (1920x1080)
  105.  
  106. 10/16/2019 07:31:31 | Adapter #1: Microsoft Basic Render Driver
  107.  
  108. 10/16/2019 07:31:31 | Adapter #2: Microsoft Basic Render Driver
  109.  
  110. 10/16/2019 07:31:31 | Updated Windows form configuration for borderless window.
  111.  
  112. 10/16/2019 07:31:31 | Created Windows form.
  113.  
  114. 10/16/2019 07:31:31 | Direct3D Feature Level: Level_11_0
  115.  
  116. 10/16/2019 07:31:31 | Created Direct3D 11 Device.
  117.  
  118. 10/16/2019 07:31:31 | Created swap chain: 1920x1080.
  119.  
  120. 10/16/2019 07:31:31 | Created window.
  121.  
  122. 10/16/2019 07:31:31 | Created clock.
  123.  
  124. 10/16/2019 07:31:31 | Created graphics manager.
  125.  
  126. 10/16/2019 07:31:31 | Created XAudio2 device.
  127.  
  128. 10/16/2019 07:31:31 | Created audio manager.
  129.  
  130. 10/16/2019 07:31:31 | Created input manager.
  131.  
  132. 10/16/2019 07:31:31 | Created default font.
  133.  
  134. 10/16/2019 07:31:31 | Initial app state is 'MainMenu'
  135.  
  136. 10/16/2019 07:31:31 | Initial application settings:
  137.  
  138. 10/16/2019 07:31:31 | LastGameVersion:
  139.  
  140. 10/16/2019 07:31:31 | InitState: MainMenu
  141.  
  142. 10/16/2019 07:31:31 | Language:
  143.  
  144. 10/16/2019 07:31:31 | LockCursor: False
  145.  
  146. 10/16/2019 07:31:31 | EdgePanMode: None
  147.  
  148. 10/16/2019 07:31:31 | EdgePanSpeed: 15
  149.  
  150. 10/16/2019 07:31:31 | KeyboardPanSpeed: 15
  151.  
  152. 10/16/2019 07:31:31 | KeyboardZoomSpeed: 10
  153.  
  154. 10/16/2019 07:31:31 | KeyboardRotSpeed: 90°
  155.  
  156. 10/16/2019 07:31:31 | EnableMouseWheelZoom: True
  157.  
  158. 10/16/2019 07:31:31 | InvertMouseWheelZoom: False
  159.  
  160. 10/16/2019 07:31:31 | MouseWheelZoomSpeed: 1.12
  161.  
  162. 10/16/2019 07:31:31 | MouseWheelZoomAtCursor: True
  163.  
  164. 10/16/2019 07:31:31 | AutoTrackOnScreenShips: True
  165.  
  166. 10/16/2019 07:31:31 | StickyFocus: True
  167.  
  168. 10/16/2019 07:31:31 | DpiScaleMode: Dpi100
  169.  
  170. 10/16/2019 07:31:31 | AnimateBackgrounds: True
  171.  
  172. 10/16/2019 07:31:31 | BackgroundGrid: True
  173.  
  174. 10/16/2019 07:31:31 | FancyParticles: True
  175.  
  176. 10/16/2019 07:31:31 | UncompressedTextures: False
  177.  
  178. 10/16/2019 07:31:31 | AllowShipDeselection: False
  179.  
  180. 10/16/2019 07:31:31 | CtrlSelectsParts: True
  181.  
  182. 10/16/2019 07:31:31 | EnableCollisionAvoidance: True
  183.  
  184. 10/16/2019 07:31:31 | PreferBlueprintMode: False
  185.  
  186. 10/16/2019 07:31:31 | BlueprintAutoPause: True
  187.  
  188. 10/16/2019 07:31:31 | ShowInvalidBlueprints: True
  189.  
  190. 10/16/2019 07:31:31 | ShowAutoRemovedParts: True
  191.  
  192. 10/16/2019 07:31:31 | ShowAutoRemovedDecals: True
  193.  
  194. 10/16/2019 07:31:31 | BuildAutoFocus: True
  195.  
  196. 10/16/2019 07:31:31 | BuildAutoRotate: True
  197.  
  198. 10/16/2019 07:31:31 | BuildAutoInteriors: True
  199.  
  200. 10/16/2019 07:31:31 | PaintAutoFocus: True
  201.  
  202. 10/16/2019 07:31:31 | PaintAutoRotate: True
  203.  
  204. 10/16/2019 07:31:31 | PaintAllowOverwrite: True
  205.  
  206. 10/16/2019 07:31:31 | PaintMirrorEnabled: False
  207.  
  208. 10/16/2019 07:31:31 | PaintMirrorAxis: Vertical
  209.  
  210. 10/16/2019 07:31:31 | RepairAutoFocus: True
  211.  
  212. 10/16/2019 07:31:31 | RepairAutoRotate: False
  213.  
  214. 10/16/2019 07:31:31 | BuildAllowOverwrite: True
  215.  
  216. 10/16/2019 07:31:31 | BuildAutoDoors: True
  217.  
  218. 10/16/2019 07:31:31 | BuildEnforceCrewAccess: True
  219.  
  220. 10/16/2019 07:31:31 | BuildMirrorEnabled: False
  221.  
  222. 10/16/2019 07:31:31 | BuildMirrorAxis: Vertical
  223.  
  224. 10/16/2019 07:31:31 | CrewMirrorEnabled: False
  225.  
  226. 10/16/2019 07:31:31 | CrewMirrorAxis: Vertical
  227.  
  228. 10/16/2019 07:31:31 | CrewAutoFocus: True
  229.  
  230. 10/16/2019 07:31:31 | CrewAutoRotate: True
  231.  
  232. 10/16/2019 07:31:31 | ShowCrewPaths: True
  233.  
  234. 10/16/2019 07:31:31 | ShowCrewHomes: True
  235.  
  236. 10/16/2019 07:31:31 | DefaultRoles:
  237.  
  238. 10/16/2019 07:31:31 | RowsOfParts: 1
  239.  
  240. 10/16/2019 07:31:31 | GrabLeavesCorridors: True
  241.  
  242. 10/16/2019 07:31:31 | RepairAutoDoors: True
  243.  
  244. 10/16/2019 07:31:31 | AutoHireCrew: True
  245.  
  246. 10/16/2019 07:31:31 | PartToolTips: True
  247.  
  248. 10/16/2019 07:31:31 | PartToolTipsDefaultToStats: False
  249.  
  250. 10/16/2019 07:31:31 | AutoSave: True
  251.  
  252. 10/16/2019 07:31:31 | AutoSavesToKeep: 10
  253.  
  254. 10/16/2019 07:31:31 | QuickSavesToKeep: 10
  255.  
  256. 10/16/2019 07:31:31 | AutoSaveInterval: 600
  257.  
  258. 10/16/2019 07:31:31 | SaveLostShips: True
  259.  
  260. 10/16/2019 07:31:31 | LostShipsTokeep: 10
  261.  
  262. 10/16/2019 07:31:31 | FtlAutoSave: True
  263.  
  264. 10/16/2019 07:31:31 | ShowOnShipIndicators: True
  265.  
  266. 10/16/2019 07:31:31 | ShowZoomedOutBlibs: True
  267.  
  268. 10/16/2019 07:31:31 | ShowOffScreenBlips: True
  269.  
  270. 10/16/2019 07:31:31 | PingNearbyEnemies: True
  271.  
  272. 10/16/2019 07:31:31 | AutoPauseOnLostFocus: True
  273.  
  274. 10/16/2019 07:31:31 | ScreenShake: True
  275.  
  276. 10/16/2019 07:31:31 | ShowMidpointFocusWidget: True
  277.  
  278. 10/16/2019 07:31:31 | VersionCheckMode: Stable
  279.  
  280. 10/16/2019 07:31:31 | EnableMetrics: True
  281.  
  282. 10/16/2019 07:31:31 | PreferBorderlessWindowToggle: False
  283.  
  284. 10/16/2019 07:31:31 | MasterVolume: 1
  285.  
  286. 10/16/2019 07:31:31 | EffectsVolume: 1
  287.  
  288. 10/16/2019 07:31:31 | InterfaceVolume: 1
  289.  
  290. 10/16/2019 07:31:31 | ShowTutorials: True
  291.  
  292. 10/16/2019 07:31:31 | AutoFtlJump: False
  293.  
  294. 10/16/2019 07:31:31 | PaintSchemes: System.Collections.Generic.List`1[Cosmoteer.Ships.Paint.PaintScheme]
  295.  
  296. 10/16/2019 07:31:31 | DefaultBuildTool: Grab
  297.  
  298. 10/16/2019 07:31:31 | DefaultDecalTool: Grab
  299.  
  300. 10/16/2019 07:31:31 | TutorialPageStates: System.Collections.Generic.Dictionary`2[System.String,Cosmoteer.Tutorials.TutorialPageState]
  301.  
  302. 10/16/2019 07:31:31 | PlayerColor:
  303.  
  304. 10/16/2019 07:31:31 | EnemyColor:
  305.  
  306. 10/16/2019 07:31:31 | NeutralColor:
  307.  
  308. 10/16/2019 07:31:31 | RotateMinimap: True
  309.  
  310. 10/16/2019 07:31:31 | MiniviewInCombatMode: Auto
  311.  
  312. 10/16/2019 07:31:31 | MiniviewNotInCombatMode: Auto
  313.  
  314. 10/16/2019 07:31:31 | MiniviewLockRotation: False
  315.  
  316. 10/16/2019 07:31:31 | MiniviewSize:
  317.  
  318. 10/16/2019 07:31:31 | ShowInteriors: False
  319.  
  320. 10/16/2019 07:31:31 | AlwaysShowCommandWidgets: False
  321.  
  322. 10/16/2019 07:31:31 | ShowSelectedPartStatusBars: True
  323.  
  324. 10/16/2019 07:31:31 | PreferShipRelativeAttackAngle: False
  325.  
  326. 10/16/2019 07:31:31 | PreferWorldRelativeFollowAngle: False
  327.  
  328. 10/16/2019 07:31:31 | DirectControlEnableWeapons: True
  329.  
  330. 10/16/2019 07:31:31 | DirectControlAimAssist: True
  331.  
  332. 10/16/2019 07:31:31 | DirectControlAutoBrake: True
  333.  
  334. 10/16/2019 07:31:31 | DirectControlAutoFaceCursor: False
  335.  
  336. 10/16/2019 07:31:31 | DirectControlViewFollowsCursor: False
  337.  
  338. 10/16/2019 07:31:31 | DirectControlAutoRotateView: False
  339.  
  340. 10/16/2019 07:31:31 | DirectControlAutoZoomView: False
  341.  
  342. 10/16/2019 07:31:31 | ShipLibraryLargeIcons: False
  343.  
  344. 10/16/2019 07:31:31 | AdHocFormations: False
  345.  
  346. 10/16/2019 07:31:31 | BreakFormationToAttack: True
  347.  
  348. 10/16/2019 07:31:31 | DisplayAllShips: False
  349.  
  350. 10/16/2019 07:31:31 | ShowAdvancedCommands: False
  351.  
  352. 10/16/2019 07:31:31 | EnabledMods: System.Collections.Generic.HashSet`1[System.String]
  353.  
  354. 10/16/2019 07:31:31 | AutoDisableMods: True
  355.  
  356. 10/16/2019 07:31:31 | DeleteFileOnStartup:
  357.  
  358. 10/16/2019 07:31:31 | DefaultGameMode:
  359.  
  360. 10/16/2019 07:31:31 | DefaultCreativeModeMapSize: 0
  361.  
  362. 10/16/2019 07:31:31 | DefaultBountyModeDifficulty: 0
  363.  
  364. 10/16/2019 07:31:31 | DefaultBountyModeMapSize: 0
  365.  
  366. 10/16/2019 07:31:31 | DefaultBountyModeStarterShip: 0
  367.  
  368. 10/16/2019 07:31:31 | MPShipColorMode: RandomPerPlayer
  369.  
  370. 10/16/2019 07:31:31 | MPBlipColorMode: FriendAndFoe
  371.  
  372. 10/16/2019 07:31:31 | MPShowDamagePoints: True
  373.  
  374. 10/16/2019 07:31:31 | CustomRulesets: System.Collections.Generic.Dictionary2[System.String,System.Collections.Generic.List1[Cosmoteer.CustomRuleset]]
  375.  
  376. 10/16/2019 07:31:31 | AllowP2PConnections: True
  377.  
  378. 10/16/2019 07:31:31 | PreferLAN: False
  379.  
  380. 10/16/2019 07:31:31 | DefaultServer: 0
  381.  
  382. 10/16/2019 07:31:31 | ShowNewsOnStartup: True
  383.  
  384. 10/16/2019 07:31:31 | ReadNewsArticles: System.Collections.Generic.HashSet`1[System.String]
  385.  
  386. 10/16/2019 07:31:31 | ShowNewsAlerts: True
  387.  
  388. 10/16/2019 07:31:31 | HiddenNewsAlerts: System.Collections.Generic.HashSet`1[System.String]
  389.  
  390. 10/16/2019 07:31:31 | MainMenuBackgroundIndex: 0
  391.  
  392. 10/16/2019 07:31:31 | CycleMainMenuBackground: True
  393.  
  394. 10/16/2019 07:31:31 | DefaultAuthorName:
  395.  
  396. 10/16/2019 07:31:31 | ShowSteamWishlistPrompt: True
  397.  
  398. 10/16/2019 07:31:31 | Starting main game loop...
  399.  
  400. 10/16/2019 07:31:32 | Enabled mods:
  401.  
  402. 10/16/2019 07:31:37 | cosmoteer.huge_ships
  403.  
  404. 10/16/2019 07:31:37 | zergRush99.Bloodcult
  405.  
  406. 10/16/2019 07:31:37 | zergRush99.EoD
  407.  
  408. 10/16/2019 07:31:37 | Kroom.Krooms_Forge
  409.  
  410. 10/16/2019 07:31:38 | Lafiel.Abh
  411.  
  412. 10/16/2019 07:31:38 | Meranera.Sauce
  413.  
  414. 10/16/2019 07:31:38 | Loaded language 'en'.
  415.  
  416. 10/16/2019 07:32:32 | Loaded game data in 60.1 seconds.
  417.  
  418. 10/16/2019 07:33:31 | Loaded game named 'Invasion'.
  419.  
  420. 10/16/2019 07:33:31 | Game pushed onto stack.
  421.  
  422. 10/16/2019 07:33:31 | Game mode is: CreativeGameModeManager
  423.  
  424. 10/16/2019 07:34:29 | Memory usage at time of crash: 2,118,303,744
  425.  
  426. 10/16/2019 07:34:29 | Application state stack at time of crash:
  427.  
  428. 10/16/2019 07:34:29 | Cosmoteer.Game.GameRoot
  429.  
  430. 10/16/2019 07:34:29 | Cosmoteer.Gui.TitleScreen
  431.  
  432. 10/16/2019 07:34:29 | FPS at time of crash: 49.03339
  433.  
  434. 10/16/2019 07:34:29 | Running processes at time of crash: AIMP, AllShareAgent, AllShareDMS, AppHelperCap, ApplicationFrameHost, app-stop, audiodg, avp, avpui, BrConsole, BrYNSvc, chrome, cmw_srv, CompPkgSrv, conhost, Cosmoteer, csrss, ctfmon, dasHost, dllhost, DpCardEngine, dwm, esif_uf, ews-dashboard, explorer, FileZilla Server, firefox, FMAPP, FMService64, fontdrvhost, GameBar, GameBarFT, GoogleCrashHandler, GoogleCrashHandler64, HotKeyServiceUWP, HPCommRecovery, HPHotkeyNotification, HPJumpStartBridge, HPJumpStartLaunch, hpMAMSrv, HPNotifications, hpqwmiex, HPSupportSolutionsFrameworkService, Idle, igfxCUIService, igfxEM, InputPersonalization, IntelCpHDCPSvc, IntelCpHeciSvc, jhi_service, jucheck, jusched, ksde, ksdeui, LanWlanWwanSwitchingServiceUWP, LMS, LockApp, lsass, mDNSResponder, Memory Compression, Microsoft.Photos, MusNotifyIcon, NetworkCap, notepad, notepad++, openvpn, OriginWebHelperService, Peek Through, PresentationFontCache, ProtonVPN, ProtonVPNService, Registry, RemindersServer, RtkAudUService64, RtkBtManServ, RtlS5Wake, rundll32, RuntimeBroker, ScpService, SearchIndexer, SearchUI, SECOMN64, SecurityHealthService, SecurityHealthSystray, services, SettingSyncHost, SgrmBroker, ShellExperienceHost, sihost, SkypeApp, SkypeBackgroundHost, smartscreen, smss, spacedeskService, spacedeskServiceTray, SpeechRuntime, spoolsv, StartMenuExperienceHost, svchost, SynTPEnh, SynTPEnhService, SysInfoCap, System, SystemSettings, taskhostw, TouchpointAnalyticsClientService, unsecapp, WindowsInternal.ComposableShell.Experiences.TextInput.InputApp, wininit, winlogon, WINWORD, wlanext, WmiPrvSE, wmpnetwk, WUDFHost, xampp-control, XboxApp, YourPhone,
  435.  
  436. 10/16/2019 07:34:29 | System.ArgumentException: An item with the same key has already been added.
  437.  
  438. 10/16/2019 07:34:29 | at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
  439.  
  440. 10/16/2019 07:34:29 | at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
  441.  
  442. 10/16/2019 07:34:29 | at Cosmoteer.Ships.Parts.Part.Cosmoteer.Ships.Buffs.IBuffReceiver.OnBuffAdded(BuffType buffType, Single buffValue) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\Parts\Part.cs:line 902
  443.  
  444. 10/16/2019 07:34:29 | at Cosmoteer.Ships.Buffs.BuffManager`2.UpdateReceiverValue(ReceiverInfo receiverInfo) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\Buffs\BuffManager.cs:line 315
  445.  
  446. 10/16/2019 07:34:29 | at Cosmoteer.Ships.Buffs.BuffManager`2.AddBuffReceiver(TBuffReceiver receiver) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\Buffs\BuffManager.cs:line 146
  447.  
  448. 10/16/2019 07:34:29 | at Cosmoteer.Ships.Parts.Part.OnShipComponentAttaching(Ship ship) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\Parts\Part.cs:line 955
  449.  
  450. 10/16/2019 07:34:29 | at Cosmoteer.Ships.ShipComponent.OnComponentAttaching(SceneNode node) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\ShipComponent.cs:line 51
  451.  
  452. 10/16/2019 07:34:29 | at Halfling.Scene.Dim2.SceneNode.NodeComponents.Add(SceneComponent component) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Scene\Dim2\SceneNode.cs:line 1640
  453.  
  454. 10/16/2019 07:34:29 | at Cosmoteer.Ships.Parts.CommonBasePartsManager`1.AddPart(TPart part, Action onAddedBeforeEvents) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\Parts\CommonBasePartsManager.cs:line 850
  455.  
  456. 10/16/2019 07:34:29 | at Cosmoteer.Ships.Parts.PartsManager.AddPart(Part part) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\Parts\PartsManager.cs:line 206
  457.  
  458. 10/16/2019 07:34:29 | at Cosmoteer.Ships.Parts.StructureContiguityManager.SplitIntoNewShips() in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\Parts\StructureContiguityManager.cs:line 88
  459.  
  460. 10/16/2019 07:34:29 | at Cosmoteer.Ships.Parts.StructureContiguityManager.FixedUpdate(FixedUpdater fixedUpdater, SceneRoot root) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\Parts\StructureContiguityManager.cs:line 52
  461.  
  462. 10/16/2019 07:34:29 | at Halfling.Scene.Dim2.SceneComponent.Halfling.Scene.Dim2.IFixedUpdateableSceneObject.FixedUpdate(FixedUpdater fixedUpdater, SceneRoot root) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Scene\Dim2\SceneComponent.cs:line 868
  463.  
  464. 10/16/2019 07:34:29 | at Halfling.Scene.Dim2.SceneRoot.FixedUpdateForBucket(Int32 bucket) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Scene\Dim2\SceneRoot.cs:line 1074
  465.  
  466. 10/16/2019 07:34:29 | at Cosmoteer.Simulation.SimRoot.FixedUpdateForBucket(Int32 bucket) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Simulation\SimRoot.cs:line 931
  467.  
  468. 10/16/2019 07:34:29 | at Halfling.Scene.Dim2.SceneRoot.FixedUpdate() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Scene\Dim2\SceneRoot.cs:line 1016
  469.  
  470. 10/16/2019 07:34:29 | at Cosmoteer.Simulation.SimRoot.FixedUpdate() in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Simulation\SimRoot.cs:line 912
  471.  
  472. 10/16/2019 07:34:29 | at Halfling.Timing.FixedUpdater.Advance(Action action) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Timing\FixedUpdater.cs:line 106
  473.  
  474. 10/16/2019 07:34:29 | at Halfling.Scene.Dim2.SceneRoot.DoFixedUpdates() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Scene\Dim2\SceneRoot.cs:line 992
  475.  
  476. 10/16/2019 07:34:29 | at Cosmoteer.Simulation.SimRoot.DoFixedUpdates() in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Simulation\SimRoot.cs:line 885
  477.  
  478. 10/16/2019 07:34:29 | at Halfling.Scene.Dim2.SceneRoot.Update() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Scene\Dim2\SceneRoot.cs:line 702
  479.  
  480. 10/16/2019 07:34:29 | at Cosmoteer.Simulation.SimRoot.Update() in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Simulation\SimRoot.cs:line 566
  481.  
  482. 10/16/2019 07:34:29 | at Cosmoteer.Game.GameRoot.Update(StateMethodInvoker updateParent) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Game\GameRoot.cs:line 1488
  483.  
  484. 10/16/2019 07:34:29 | at Halfling.Application.AppStateEx.Halfling.Application.IAppState.Update(StateMethodInvoker updateParent) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\AppStateEx.cs:line 211
  485.  
  486. 10/16/2019 07:34:29 | at Halfling.Application.Director.CallUpdate() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Director.cs:line 933
  487.  
  488. 10/16/2019 07:34:29 | at Halfling.Application.Director.DoUpdate() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Director.cs:line 817
  489.  
  490. 10/16/2019 07:34:29 | at Halfling.Application.Director.<GetRunIterator>d__89.MoveNext() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Director.cs:line 347
  491.  
  492. 10/16/2019 07:34:29 | at Halfling.Application.Bases.GenericApp.<ApplicationMainIterator>d__46.MoveNext() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Bases\GenericApp.cs:line 277
  493.  
  494. 10/16/2019 07:34:29 | at Halfling.Windows.D3D11.D3D11Window.RunGameLoop(String[] args, IEnumerable`1 iterator) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingPlatformWDX\Windows\D3D11\D3D11Window.cs:line 890
  495.  
  496. 10/16/2019 07:34:29 | at Halfling.Application.Bases.GenericApp.ApplicationMain(String[] args) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Bases\GenericApp.cs:line 193
  497.  
  498. 10/16/2019 07:34:29 | at Cosmoteer.GameApp.Main(String[] args) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\GameApp.cs:line 178
  499.  
  500. 10/16/2019 07:34:33 | Actual data hash: 4d7df19a80dd3a0ff1ba63ef77b69258
  501.  
  502. 10/16/2019 07:34:33 | Expected data hash: 4d7df19a80dd3a0ff1ba63ef77b69258
  503.  
  504. 10/16/2019 07:34:33 | Director received exit call.
  505.  
  506. 10/16/2019 07:34:33 | Disposed default font.
  507.  
  508. 10/16/2019 07:34:33 | Disposed XA2AudioManager device.
  509.  
  510. 10/16/2019 07:34:33 | Disposed audio manager.
  511.  
  512. 10/16/2019 07:34:33 | Disposed clock.
  513.  
  514. 10/16/2019 07:34:33 | Disposed input manager.
  515.  
  516. 10/16/2019 07:34:33 | Disposed graphics manager.
  517.  
  518. 10/16/2019 07:34:33 | Disposed swap chain.
  519.  
  520. 10/16/2019 07:34:33 | Disposed Direct3D device.
  521.  
  522. 10/16/2019 07:34:33 | Disposed DXGI factory.
  523.  
  524. 10/16/2019 07:34:33 | Closed Windows form.
  525.  
  526. 10/16/2019 07:34:33 | Director received exit call.
  527.  
  528. 10/16/2019 07:34:33 | Disposed window.
  529.  
  530. 10/16/2019 07:34:33 | Disposed platform interface.
  531.  
  532. 10/16/2019 07:34:33 | Closing log output file...