Also happens when things get destroyed.
MODS ARE ENABLED. THIS CRASH MAY BE CAUSED BY A MOD.
PLEASE REPORT IT TO THE CREATOR OF THE MOD.
System.Collections.Generic.KeyNotFoundException: The given key '{Cosmoteer.Ships.Parts.Buffs.PartBuffProvider, "SelfBuffProvider4b"}' was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at Cosmoteer.Ships.Buffs.BuffManager`2.OnProviderValueChanged(Object sender, EventArgs e) in C:\Users\walt\Documents\Code\Cosmoteer\Source\Ships\Buffs\BuffManager.cs:line 286
at Cosmoteer.Ships.Parts.Buffs.PartBuffProvider.OnPartBuffsChanged(BuffType buffType, Single buffValue) in C:\Users\walt\Documents\Code\Cosmoteer\Source\Ships\Parts\Buffs\PartBuffProvider.cs:line 182
at Cosmoteer.Ships.Parts.Part.Cosmoteer.Ships.Buffs.IBuffReceiver<Cosmoteer.Ships.Parts.Buffs.PartBuffProvider,Cosmoteer.Ships.Parts.Part>.OnBuffUpdated(BuffType buffType, Single buffValue) in C:\Users\walt\Documents\Code\Cosmoteer\Source\Ships\Parts\Part.cs:line 961
at Cosmoteer.Ships.Buffs.BuffManager`2.UpdateReceiverValue(ReceiverInfo receiverInfo) in C:\Users\walt\Documents\Code\Cosmoteer\Source\Ships\Buffs\BuffManager.cs:line 300
at Cosmoteer.Ships.Buffs.BuffManager`2.AddBuffProvider(TBuffProvider provider) in C:\Users\walt\Documents\Code\Cosmoteer\Source\Ships\Buffs\BuffManager.cs:line 87
at Cosmoteer.Ships.Parts.Buffs.PartBuffProvider.OnOperational() in C:\Users\walt\Documents\Code\Cosmoteer\Source\Ships\Parts\Buffs\PartBuffProvider.cs:line 146
at Cosmoteer.Ships.Parts.OperationalPartComponent.set_IsOperational(Boolean value) in C:\Users\walt\Documents\Code\Cosmoteer\Source\Ships\Parts\OperationalPartComponent.cs:line 39
at Cosmoteer.Ships.Parts.Buffs.PartBuffToggle.set_IsToggleOn(Boolean value) in C:\Users\walt\Documents\Code\Cosmoteer\Source\Ships\Parts\Buffs\PartBuffToggle.cs:line 41
at Cosmoteer.Ships.Parts.Buffs.PartBuffToggle.OnBuffsUpdated(BuffType buffType, Single v) in C:\Users\walt\Documents\Code\Cosmoteer\Source\Ships\Parts\Buffs\PartBuffToggle.cs:line 115
at Cosmoteer.Ships.Parts.Part.Cosmoteer.Ships.Buffs.IBuffReceiver<Cosmoteer.Ships.Parts.Buffs.PartBuffProvider,Cosmoteer.Ships.Parts.Part>.OnBuffAdded(BuffType buffType, Single buffValue) in C:\Users\walt\Documents\Code\Cosmoteer\Source\Ships\Parts\Part.cs:line 951
at Cosmoteer.Ships.Buffs.BuffManager`2.UpdateReceiverValue(ReceiverInfo receiverInfo) in C:\Users\walt\Documents\Code\Cosmoteer\Source\Ships\Buffs\BuffManager.cs:line 300
at Cosmoteer.Ships.Buffs.BuffManager`2.AddBuffProvider(TBuffProvider provider) in C:\Users\walt\Documents\Code\Cosmoteer\Source\Ships\Buffs\BuffManager.cs:line 87
at Cosmoteer.Ships.Parts.Buffs.PartBuffProvider.OnOperational() in C:\Users\walt\Documents\Code\Cosmoteer\Source\Ships\Parts\Buffs\PartBuffProvider.cs:line 146
at Halfling.Scene2D.SceneComponent.InvokeAttached(SceneNode node) in C:\Users\walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Source\Scene2D\SceneComponent.cs:line 1800
at Halfling.Scene2D.SceneNode.NodeComponents.Add(SceneComponent component) in C:\Users\walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Source\Scene2D\SceneNode.cs:line 1625
at Cosmoteer.Ships.Parts.CommonBasePartsManager`1.AddPart(TPart part, Action onAddedBeforeEvents) in C:\Users\walt\Documents\Code\Cosmoteer\Source\Ships\Parts\CommonBasePartsManager.cs:line 1078
at Cosmoteer.Ships.Parts.PartsManager.AddPart(Part part) in C:\Users\walt\Documents\Code\Cosmoteer\Source\Ships\Parts\PartsManager.cs:line 199
at Cosmoteer.Ships.Parts.StructureContiguityManager.SplitIntoNewShips() in C:\Users\walt\Documents\Code\Cosmoteer\Source\Ships\Parts\StructureContiguityManager.cs:line 83
at Halfling.Scene2D.SceneComponent.Halfling.Scene2D.IFixedUpdateableSceneObject.FixedUpdate(FixedUpdater fixedUpdater, SceneRoot root) in C:\Users\walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Source\Scene2D\SceneComponent.cs:line 882
at Halfling.Scene2D.SceneRoot.FixedUpdateForBucket(Int32 bucket) in C:\Users\walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Source\Scene2D\SceneRoot.cs:line 1063
at Cosmoteer.Simulation.SimRoot.FixedUpdateForBucket(Int32 bucket) in C:\Users\walt\Documents\Code\Cosmoteer\Source\Simulation\SimRoot.cs:line 841
at Halfling.Scene2D.SceneRoot.FixedUpdate() in C:\Users\walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Source\Scene2D\SceneRoot.cs:line 1056
at Cosmoteer.Simulation.SimRoot.FixedUpdate() in C:\Users\walt\Documents\Code\Cosmoteer\Source\Simulation\SimRoot.cs:line 828
at Halfling.Timing.FixedUpdater.Advance(Action action) in C:\Users\walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Source\Timing\FixedUpdater.cs:line 112
at Halfling.Scene2D.SceneRoot.DoFixedUpdates() in C:\Users\walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Source\Scene2D\SceneRoot.cs:line 992
at Halfling.Scene2D.SceneRoot.Update() in C:\Users\walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Source\Scene2D\SceneRoot.cs:line 744
at Cosmoteer.Simulation.SimRoot.Update() in C:\Users\walt\Documents\Code\Cosmoteer\Source\Simulation\SimRoot.cs:line 515
at Cosmoteer.Game.GameRoot.Update(Action updateParent) in C:\Users\walt\Documents\Code\Cosmoteer\Source\Game\GameRoot.cs:line 1566
at Halfling.Application.AppStateEx.Halfling.Application.IAppState.Update(Action updateParent) in C:\Users\walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Source\Application\AppStateEx.cs:line 215
at Halfling.Application.Director.CallUpdate() in C:\Users\walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Source\Application\Director.cs:line 934
at Halfling.Application.Director.DoUpdate() in C:\Users\walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Source\Application\Director.cs:line 860
at Halfling.Application.Director.GetRunIterator()+MoveNext() in C:\Users\walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Source\Application\Director.cs:line 373
at Halfling.Application.Bases.GenericApp.ApplicationMainIterator()+MoveNext() in C:\Users\walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Source\Application\Bases\GenericApp.cs:line 287
at Halfling.Windows.D3D11.D3D11Window.RunGameLoop(String[] args, IEnumerable`1 iterator) in C:\Users\walt\Documents\Code\Cosmoteer\Halfling\HalflingPlatformWDX\Source\Windows\D3D11\D3D11Window.cs:line 886
at Halfling.Application.Bases.GenericApp.ApplicationMain(String[] args) in C:\Users\walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Source\Application\Bases\GenericApp.cs:line 183
at Cosmoteer.GameApp.Main(String[] args) in C:\Users\walt\Documents\Code\Cosmoteer\Source\GameApp.cs:line 181
03/13/2021 10:25:02 | Logging successful initialized.
03/13/2021 10:25:02 | .NET Runtime Version: 5.0.2
03/13/2021 10:25:02 | Running as a 64-bit process.
03/13/2021 10:25:02 | Local: en-US
03/13/2021 10:25:02 | Language: en-US
03/13/2021 10:25:02 | Cosmoteer version 0.15.14a build 0.15.14a_standalone
03/13/2021 10:25:02 | Build Date: 3/5/2021 11:58:41 PM
03/13/2021 10:25:02 | Build Commit: 4cab62e9bc94ce87f8ed1553ee2e318bdaddecac
03/13/2021 10:25:02 | Microsoft Windows 10 Home 64-bit 10.0.18363
03/13/2021 10:25:02 | AMD Ryzen 7 4800H with Radeon Graphics (16 logical / 8 physical cores)
03/13/2021 10:25:02 | 15741.3 MB RAM
03/13/2021 10:25:02 | NVIDIA GeForce GTX 1660 Ti (27.21.14.5256) (10/18/2020)
03/13/2021 10:25:02 | 4095.0 MB VRAM
03/13/2021 10:25:02 |
03/13/2021 10:25:02 | Loaded app settings.
03/13/2021 10:25:02 | Set application DPI mode: PerMonitor
03/13/2021 10:25:02 | Setup default cursor.
03/13/2021 10:25:02 | Using display adapter 0
03/13/2021 10:25:02 | Created DXGI factory.
03/13/2021 10:25:02 | Adapter #0: NVIDIA GeForce GTX 1660 Ti
03/13/2021 10:25:02 | Output #0: Generic PnP Monitor (1920x1080)
03/13/2021 10:25:02 | Adapter #1: AMD Radeon(TM) Graphics
03/13/2021 10:25:02 | Adapter #2: Microsoft Basic Render Driver
03/13/2021 10:25:02 | Updated Windows form configuration for borderless window.
03/13/2021 10:25:02 | Created Windows form.
03/13/2021 10:25:03 | Direct3D Feature Level: Level_11_0
03/13/2021 10:25:03 | Created Direct3D 11 Device.
03/13/2021 10:25:03 | Created swap chain: 1920x1080.
03/13/2021 10:25:03 | Created window.
03/13/2021 10:25:03 | Created clock.
03/13/2021 10:25:03 | Created graphics manager.
03/13/2021 10:25:03 | Created XAudio2 device.
03/13/2021 10:25:03 | Created audio manager.
03/13/2021 10:25:03 | Created input manager.
03/13/2021 10:25:03 | Created default font.
03/13/2021 10:25:03 | Initial app state is 'MainMenu'
03/13/2021 10:25:03 | Initial application settings:
03/13/2021 10:25:03 | LastGameVersion:
03/13/2021 10:25:03 | InitState: MainMenu
03/13/2021 10:25:03 | Language:
03/13/2021 10:25:03 | LockCursor: False
03/13/2021 10:25:03 | EdgePanMode: Analog
03/13/2021 10:25:03 | EdgePanSpeed: 15
03/13/2021 10:25:03 | KeyboardPanSpeed: 15
03/13/2021 10:25:03 | KeyboardZoomSpeed: 10
03/13/2021 10:25:03 | KeyboardRotSpeed: 90°
03/13/2021 10:25:03 | EnableMouseWheelZoom: True
03/13/2021 10:25:03 | InvertMouseWheelZoom: False
03/13/2021 10:25:03 | MouseWheelZoomSpeed: 1.12
03/13/2021 10:25:03 | MouseWheelZoomAtCursor: True
03/13/2021 10:25:03 | AutoTrackOnScreenShips: True
03/13/2021 10:25:03 | StickyFocus: True
03/13/2021 10:25:03 | DpiScaleMode: Dpi100
03/13/2021 10:25:03 | AnimateBackgrounds: True
03/13/2021 10:25:03 | BackgroundGrid: True
03/13/2021 10:25:03 | FancyParticles: True
03/13/2021 10:25:03 | UncompressedTextures: False
03/13/2021 10:25:03 | TargetFps: FpsTarget30
03/13/2021 10:25:03 | AllowShipDeselection: False
03/13/2021 10:25:03 | CtrlSelectsParts: True
03/13/2021 10:25:03 | EnableCollisionAvoidance: True
03/13/2021 10:25:03 | EnableArrivalMatching: True
03/13/2021 10:25:03 | PreferBlueprintMode: False
03/13/2021 10:25:03 | BlueprintAutoPause: True
03/13/2021 10:25:03 | ShowInvalidBlueprints: True
03/13/2021 10:25:03 | ShowAutoRemovedParts: True
03/13/2021 10:25:03 | ShowAutoRemovedDecals: True
03/13/2021 10:25:03 | BuildAutoRotate: True
03/13/2021 10:25:03 | BuildAutoInteriors: True
03/13/2021 10:25:03 | PaintAutoRotate: True
03/13/2021 10:25:03 | PaintAllowOverwrite: True
03/13/2021 10:25:03 | PaintMirrorEnabled: False
03/13/2021 10:25:03 | PaintMirrorAxis: Vertical
03/13/2021 10:25:03 | RepairAutoRotate: False
03/13/2021 10:25:03 | BuildAllowOverwrite: True
03/13/2021 10:25:03 | BuildAutoDoors: True
03/13/2021 10:25:03 | BuildShowNearestPaths: True
03/13/2021 10:25:03 | BuildMirrorEnabled: False
03/13/2021 10:25:03 | BuildMirrorAxis: Vertical
03/13/2021 10:25:03 | ShowStatBars: True
03/13/2021 10:25:03 | ConstructExitsBuild: False
03/13/2021 10:25:03 | CrewMirrorEnabled: False
03/13/2021 10:25:03 | CrewMirrorAxis: Vertical
03/13/2021 10:25:03 | CrewAutoRotate: True
03/13/2021 10:25:03 | ShowCrewPaths: True
03/13/2021 10:25:03 | ShowCrewHomes: True
03/13/2021 10:25:03 | DefaultRoles:
03/13/2021 10:25:03 | RowsOfParts: 1
03/13/2021 10:25:03 | GrabLeavesCorridors: True
03/13/2021 10:25:03 | RepairAutoDoors: True
03/13/2021 10:25:03 | AutoHireCrew: True
03/13/2021 10:25:03 | PartToolTips: True
03/13/2021 10:25:03 | PartToolTipsDefaultToStats: False
03/13/2021 10:25:03 | AutoSave: True
03/13/2021 10:25:03 | AutoSavesToKeep: 10
03/13/2021 10:25:03 | QuickSavesToKeep: 10
03/13/2021 10:25:03 | AutoSaveInterval: 600
03/13/2021 10:25:03 | SaveLostShips: True
03/13/2021 10:25:03 | LostShipsTokeep: 10
03/13/2021 10:25:03 | FtlAutoSave: True
03/13/2021 10:25:03 | ShowOnShipIndicators: True
03/13/2021 10:25:03 | ShowZoomedOutBlibs: True
03/13/2021 10:25:03 | ShowOffScreenBlips: True
03/13/2021 10:25:03 | PingNearbyEnemies: True
03/13/2021 10:25:03 | AutoPauseOnLostFocus: True
03/13/2021 10:25:03 | ScreenShake: True
03/13/2021 10:25:03 | ShowMidpointFocusWidget: True
03/13/2021 10:25:03 | VersionCheckMode: Stable
03/13/2021 10:25:03 | EnableMetrics: True
03/13/2021 10:25:03 | PreferBorderlessWindowToggle: False
03/13/2021 10:25:03 | MasterVolume: 1
03/13/2021 10:25:03 | EffectsVolume: 1
03/13/2021 10:25:03 | InterfaceVolume: 1
03/13/2021 10:25:03 | MuteWhenUnfocused: False
03/13/2021 10:25:03 | ShowTutorials: True
03/13/2021 10:25:03 | AutoFtlJump: False
03/13/2021 10:25:03 | DefaultPaintScheme:
03/13/2021 10:25:03 | PaintSchemes: System.Collections.Generic.List`1[Cosmoteer.Ships.Paint.PaintScheme]
03/13/2021 10:25:03 | DefaultBuildTool: Grab
03/13/2021 10:25:03 | DefaultDecalTool: Grab
03/13/2021 10:25:03 | TutorialPageStates: System.Collections.Generic.Dictionary`2[System.String,Cosmoteer.Tutorials.TutorialPageState]
03/13/2021 10:25:03 | DontDimDialogBackgrounds: False
03/13/2021 10:25:03 | PlayerColor:
03/13/2021 10:25:03 | EnemyColor:
03/13/2021 10:25:03 | NeutralColor:
03/13/2021 10:25:03 | RotateMinimap: True
03/13/2021 10:25:03 | MiniviewInCombatMode: Auto
03/13/2021 10:25:03 | MiniviewNotInCombatMode: Auto
03/13/2021 10:25:03 | MiniviewLockRotation: False
03/13/2021 10:25:03 | MiniviewSize:
03/13/2021 10:25:03 | ShowInteriors: False
03/13/2021 10:25:03 | ShowAllCommands: False
03/13/2021 10:25:03 | AlwaysShowCommandWidgets: False
03/13/2021 10:25:03 | ShowSelectedPartStatusBars: True
03/13/2021 10:25:03 | PreferShipRelativeAttackAngle: False
03/13/2021 10:25:03 | PreferWorldRelativeFollowAngle: False
03/13/2021 10:25:03 | DirectControlEnableWeapons: True
03/13/2021 10:25:03 | DirectControlAimAssist: True
03/13/2021 10:25:03 | DirectControlAutoBrake: True
03/13/2021 10:25:03 | DirectControlAutoFaceCursor: False
03/13/2021 10:25:03 | DirectControlViewFollowsCursor: False
03/13/2021 10:25:03 | DirectControlAutoRotateView: False
03/13/2021 10:25:03 | DirectControlAutoZoomView: False
03/13/2021 10:25:03 | DirectControlShowWeaponCoverage: False
03/13/2021 10:25:03 | ShipLibraryLargeIcons: False
03/13/2021 10:25:03 | BreakFormationToAttack: True
03/13/2021 10:25:03 | DisplayAllShips: False
03/13/2021 10:25:03 | ShowAdvancedCommands: False
03/13/2021 10:25:03 | EnabledMods: System.Collections.Generic.HashSet`1[System.String]
03/13/2021 10:25:03 | AutoDisableMods: True
03/13/2021 10:25:03 | DeleteFileOnStartup:
03/13/2021 10:25:03 | DefaultGameMode:
03/13/2021 10:25:03 | DefaultCreativeModeMapSize: 0
03/13/2021 10:25:03 | DefaultBountyModeDifficulty: 0
03/13/2021 10:25:03 | DefaultBountyModeMapSize: 0
03/13/2021 10:25:03 | DefaultBountyModeStarterShip: 0
03/13/2021 10:25:03 | MPShipColorMode: RandomPerPlayer
03/13/2021 10:25:03 | MPBlipColorMode: FriendAndFoe
03/13/2021 10:25:03 | MPShowDamagePoints: True
03/13/2021 10:25:03 | CustomRulesets: System.Collections.Generic.Dictionary2[System.String,System.Collections.Generic.List
1[Cosmoteer.CustomRuleset]]
03/13/2021 10:25:03 | AllowP2PConnections: True
03/13/2021 10:25:03 | PreferLAN: False
03/13/2021 10:25:03 | DefaultServer: 0
03/13/2021 10:25:03 | ShowNewsOnStartup: True
03/13/2021 10:25:03 | ReadNewsArticles: System.Collections.Generic.HashSet`1[System.String]
03/13/2021 10:25:03 | ShowNewsAlerts: True
03/13/2021 10:25:03 | HiddenNewsAlerts: System.Collections.Generic.HashSet`1[System.String]
03/13/2021 10:25:03 | MainMenuBackgroundIndex: 0
03/13/2021 10:25:03 | CycleMainMenuBackground: True
03/13/2021 10:25:03 | DefaultAuthorName:
03/13/2021 10:25:03 | ShowSteamWishlistPrompt: True
03/13/2021 10:25:03 | EnableGifRecorder: False
03/13/2021 10:25:03 | GifRecorderSeconds: 10
03/13/2021 10:25:03 | GifRecorderFramerate: 20
03/13/2021 10:25:03 | GifRecorderResolution: 480
03/13/2021 10:25:03 | Starting main game loop...
03/13/2021 10:25:03 | Enabled mods:
03/13/2021 10:25:04 | cosmoteer.huge_ships
03/13/2021 10:25:04 | Lafiel.Abh
03/13/2021 10:25:04 | Loaded language 'en'.
03/13/2021 10:26:10 | Loaded game data in 67.7 seconds.
03/13/2021 10:26:39 | Game pushed onto stack.
03/13/2021 10:26:39 | Game mode is: CreativeGameModeManager
03/13/2021 10:31:14 | Making FTL jump...
03/13/2021 10:31:14 | Finished FTL jump.
03/13/2021 10:31:17 | Starting local player FTL jump...
03/13/2021 10:31:19 | Saved game as "Auto-Save 2021-03-13_10-31-17".
03/13/2021 10:31:20 | Making FTL jump...
03/13/2021 10:31:22 | Finished FTL jump.
03/13/2021 10:31:55 | Memory usage at time of crash: 3,928,612,864
03/13/2021 10:31:55 | Application state stack at time of crash:
03/13/2021 10:31:55 | Cosmoteer.Game.GameRoot
03/13/2021 10:31:55 | Cosmoteer.Gui.TitleScreen
03/13/2021 10:31:55 | FPS at time of crash: 76.954155
03/13/2021 10:31:55 | Running processes at time of crash: ApplicationFrameHost, atieclxx, atiesrxx, audiodg, Calculator, CompPkgSrv, conhost, Control Center, Cosmoteer, csrss, ctfmon, dasHost, DAX3API, dllhost, DSRHost, dwm, explorer, FMService64, fontdrvhost, GameBar, GameBarFTServer, gameinputsvc, GamingServices, GamingServicesNet, Idle, Lenovo.Modern.ImController, Lenovo.Modern.ImController.PluginHost.CompanionApp, Lenovo.Modern.ImController.PluginHost.Device, Lenovo.Modern.ImController.PluginHost.SettingsApp, Lenovo.Vantage.AddinHost, LenovoUtilityService, LenovoVantageService, LockApp, LogiOptions, LogiOptionsMgr, LogiOverlay, lsass, Memory Compression, MsMpEng, MusNotifyIcon, NisSrv, nvcontainer, NVDisplay.Container, NVIDIA Web Helper, OfficeClickToRun, OneDrive, Registry, RtkAudUService64, RuntimeBroker, SearchIndexer, SearchProtocolHost, SearchUI, SecurityHealthService, SecurityHealthSystray, services, SettingSyncHost, SgrmBroker, ShellExperienceHost, sihost, smss, spoolsv, StartMenuExperienceHost, steam, SteamService, steamwebhelper, svchost, System, SystemSettings, taskhostw, unsecapp, UserOOBEBroker, usocoreworker, wininit, winlogon, WinStore.App, wlanext, WmiPrvSE, WUDFHost, YourPhone,
03/13/2021 10:31:55 | System.Collections.Generic.KeyNotFoundException: The given key '{Cosmoteer.Ships.Parts.Buffs.PartBuffProvider, "SelfBuffProvider4b"}' was not present in the dictionary.
03/13/2021 10:31:55 | at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
03/13/2021 10:31:55 | at Cosmoteer.Ships.Buffs.BuffManager`2.OnProviderValueChanged(Object sender, EventArgs e) in C:\Users\walt\Documents\Code\Cosmoteer\Source\Ships\Buffs\BuffManager.cs:line 286
03/13/2021 10:31:55 | at Cosmoteer.Ships.Parts.Buffs.PartBuffProvider.OnPartBuffsChanged(BuffType buffType, Single buffValue) in C:\Users\walt\Documents\Code\Cosmoteer\Source\Ships\Parts\Buffs\PartBuffProvider.cs:line 182
03/13/2021 10:31:55 | at Cosmoteer.Ships.Parts.Part.Cosmoteer.Ships.Buffs.IBuffReceiver<Cosmoteer.Ships.Parts.Buffs.PartBuffProvider,Cosmoteer.Ships.Parts.Part>.OnBuffUpdated(BuffType buffType, Single buffValue) in C:\Users\walt\Documents\Code\Cosmoteer\Source\Ships\Parts\Part.cs:line 961
03/13/2021 10:31:55 | at Cosmoteer.Ships.Buffs.BuffManager`2.UpdateReceiverValue(ReceiverInfo receiverInfo) in C:\Users\walt\Documents\Code\Cosmoteer\Source\Ships\Buffs\BuffManager.cs:line 300
03/13/2021 10:31:55 | at Cosmoteer.Ships.Buffs.BuffManager`2.AddBuffProvider(TBuffProvider provider) in C:\Users\walt\Documents\Code\Cosmoteer\Source\Ships\Buffs\BuffManager.cs:line 87
03/13/2021 10:31:55 | at Cosmoteer.Ships.Parts.Buffs.PartBuffProvider.OnOperational() in C:\Users\walt\Documents\Code\Cosmoteer\Source\Ships\Parts\Buffs\PartBuffProvider.cs:line 146
03/13/2021 10:31:55 | at Cosmoteer.Ships.Parts.OperationalPartComponent.set_IsOperational(Boolean value) in C:\Users\walt\Documents\Code\Cosmoteer\Source\Ships\Parts\OperationalPartComponent.cs:line 39
03/13/2021 10:31:55 | at Cosmoteer.Ships.Parts.Buffs.PartBuffToggle.set_IsToggleOn(Boolean value) in C:\Users\walt\Documents\Code\Cosmoteer\Source\Ships\Parts\Buffs\PartBuffToggle.cs:line 41
03/13/2021 10:31:55 | at Cosmoteer.Ships.Parts.Buffs.PartBuffToggle.OnBuffsUpdated(BuffType buffType, Single v) in C:\Users\walt\Documents\Code\Cosmoteer\Source\Ships\Parts\Buffs\PartBuffToggle.cs:line 115
03/13/2021 10:31:55 | at Cosmoteer.Ships.Parts.Part.Cosmoteer.Ships.Buffs.IBuffReceiver<Cosmoteer.Ships.Parts.Buffs.PartBuffProvider,Cosmoteer.Ships.Parts.Part>.OnBuffAdded(BuffType buffType, Single buffValue) in C:\Users\walt\Documents\Code\Cosmoteer\Source\Ships\Parts\Part.cs:line 951
03/13/2021 10:31:55 | at Cosmoteer.Ships.Buffs.BuffManager`2.UpdateReceiverValue(ReceiverInfo receiverInfo) in C:\Users\walt\Documents\Code\Cosmoteer\Source\Ships\Buffs\BuffManager.cs:line 300
03/13/2021 10:31:55 | at Cosmoteer.Ships.Buffs.BuffManager`2.AddBuffProvider(TBuffProvider provider) in C:\Users\walt\Documents\Code\Cosmoteer\Source\Ships\Buffs\BuffManager.cs:line 87
03/13/2021 10:31:55 | at Cosmoteer.Ships.Parts.Buffs.PartBuffProvider.OnOperational() in C:\Users\walt\Documents\Code\Cosmoteer\Source\Ships\Parts\Buffs\PartBuffProvider.cs:line 146
03/13/2021 10:31:55 | at Halfling.Scene2D.SceneComponent.InvokeAttached(SceneNode node) in C:\Users\walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Source\Scene2D\SceneComponent.cs:line 1800
03/13/2021 10:31:55 | at Halfling.Scene2D.SceneNode.NodeComponents.Add(SceneComponent component) in C:\Users\walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Source\Scene2D\SceneNode.cs:line 1625
03/13/2021 10:31:55 | at Cosmoteer.Ships.Parts.CommonBasePartsManager`1.AddPart(TPart part, Action onAddedBeforeEvents) in C:\Users\walt\Documents\Code\Cosmoteer\Source\Ships\Parts\CommonBasePartsManager.cs:line 1078
03/13/2021 10:31:55 | at Cosmoteer.Ships.Parts.PartsManager.AddPart(Part part) in C:\Users\walt\Documents\Code\Cosmoteer\Source\Ships\Parts\PartsManager.cs:line 199
03/13/2021 10:31:55 | at Cosmoteer.Ships.Parts.StructureContiguityManager.SplitIntoNewShips() in C:\Users\walt\Documents\Code\Cosmoteer\Source\Ships\Parts\StructureContiguityManager.cs:line 83
03/13/2021 10:31:55 | at Halfling.Scene2D.SceneComponent.Halfling.Scene2D.IFixedUpdateableSceneObject.FixedUpdate(FixedUpdater fixedUpdater, SceneRoot root) in C:\Users\walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Source\Scene2D\SceneComponent.cs:line 882
03/13/2021 10:31:55 | at Halfling.Scene2D.SceneRoot.FixedUpdateForBucket(Int32 bucket) in C:\Users\walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Source\Scene2D\SceneRoot.cs:line 1063
03/13/2021 10:31:55 | at Cosmoteer.Simulation.SimRoot.FixedUpdateForBucket(Int32 bucket) in C:\Users\walt\Documents\Code\Cosmoteer\Source\Simulation\SimRoot.cs:line 841
03/13/2021 10:31:55 | at Halfling.Scene2D.SceneRoot.FixedUpdate() in C:\Users\walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Source\Scene2D\SceneRoot.cs:line 1056
03/13/2021 10:31:55 | at Cosmoteer.Simulation.SimRoot.FixedUpdate() in C:\Users\walt\Documents\Code\Cosmoteer\Source\Simulation\SimRoot.cs:line 828
03/13/2021 10:31:55 | at Halfling.Timing.FixedUpdater.Advance(Action action) in C:\Users\walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Source\Timing\FixedUpdater.cs:line 112
03/13/2021 10:31:55 | at Halfling.Scene2D.SceneRoot.DoFixedUpdates() in C:\Users\walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Source\Scene2D\SceneRoot.cs:line 992
03/13/2021 10:31:55 | at Halfling.Scene2D.SceneRoot.Update() in C:\Users\walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Source\Scene2D\SceneRoot.cs:line 744
03/13/2021 10:31:55 | at Cosmoteer.Simulation.SimRoot.Update() in C:\Users\walt\Documents\Code\Cosmoteer\Source\Simulation\SimRoot.cs:line 515
03/13/2021 10:31:55 | at Cosmoteer.Game.GameRoot.Update(Action updateParent) in C:\Users\walt\Documents\Code\Cosmoteer\Source\Game\GameRoot.cs:line 1566
03/13/2021 10:31:55 | at Halfling.Application.AppStateEx.Halfling.Application.IAppState.Update(Action updateParent) in C:\Users\walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Source\Application\AppStateEx.cs:line 215
03/13/2021 10:31:55 | at Halfling.Application.Director.CallUpdate() in C:\Users\walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Source\Application\Director.cs:line 934
03/13/2021 10:31:55 | at Halfling.Application.Director.DoUpdate() in C:\Users\walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Source\Application\Director.cs:line 860
03/13/2021 10:31:55 | at Halfling.Application.Director.GetRunIterator()+MoveNext() in C:\Users\walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Source\Application\Director.cs:line 373
03/13/2021 10:31:55 | at Halfling.Application.Bases.GenericApp.ApplicationMainIterator()+MoveNext() in C:\Users\walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Source\Application\Bases\GenericApp.cs:line 287
03/13/2021 10:31:55 | at Halfling.Windows.D3D11.D3D11Window.RunGameLoop(String[] args, IEnumerable`1 iterator) in C:\Users\walt\Documents\Code\Cosmoteer\Halfling\HalflingPlatformWDX\Source\Windows\D3D11\D3D11Window.cs:line 886
03/13/2021 10:31:55 | at Halfling.Application.Bases.GenericApp.ApplicationMain(String[] args) in C:\Users\walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Source\Application\Bases\GenericApp.cs:line 183
03/13/2021 10:31:55 | at Cosmoteer.GameApp.Main(String[] args) in C:\Users\walt\Documents\Code\Cosmoteer\Source\GameApp.cs:line 181
03/13/2021 10:31:55 | Actual data hash: 0f08f43044c7f0290617207dc2e398ba
03/13/2021 10:31:55 | Expected data hash: 0f08f43044c7f0290617207dc2e398ba
03/13/2021 10:31:55 | Director received exit call.
03/13/2021 10:31:55 | Disposed default font.
03/13/2021 10:31:55 | Disposed XA2AudioManager device.
03/13/2021 10:31:55 | Disposed audio manager.
03/13/2021 10:31:55 | Disposed clock.
03/13/2021 10:31:55 | Disposed input manager.
03/13/2021 10:31:56 | Disposed graphics manager.
03/13/2021 10:31:56 | Disposed swap chain.
03/13/2021 10:31:56 | Disposed Direct3D device.
03/13/2021 10:31:56 | Disposed DXGI factory.
03/13/2021 10:31:56 | Closed Windows form.
03/13/2021 10:31:56 | Director received exit call.
03/13/2021 10:31:56 | Disposed window.
03/13/2021 10:31:56 | Disposed platform interface.
03/13/2021 10:31:56 | Closing log output file...