For WALT, i aprreciate your work but...
System.AggregateException: Произошла одна или несколько ошибок. ---> System.InvalidOperationException: Нулевой объект должен иметь значение.
в System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
в Cosmoteer.Ships.Parts.Weapons.TurretWeapon.AcquireTarget() в C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\Parts\Weapons\TurretWeapon.cs:строка 367
в Cosmoteer.Ships.Parts.Weapons.TurretWeapon.AdjustAim(Time dt) в C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\Parts\Weapons\TurretWeapon.cs:строка 211
в Cosmoteer.Ships.Parts.Weapons.WeaponManager.MicroUpdate(FixedUpdater microUpdater, SimRoot sim) в C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\Parts\Weapons\WeaponManager.cs:строка 330
в Cosmoteer.Ships.MicroUpdateableShipComponent.Cosmoteer.Simulation.IMicroUpdateableSimObject.MicroUpdate(FixedUpdater microUpdater, SimRoot sim) в C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\MicroUpdateableShipComponent.cs:строка 159
в Cosmoteer.Simulation.SimRoot.<>cDisplayClass178_0.<ParallelMicroUpdate>b0(Int32 i) в C:\Users\Walt\Documents\Code\Cosmoteer\Source\Simulation\SimRoot.cs:строка 1242
в System.Threading.Tasks.Parallel.<>cDisplayClass17_0`1.<ForWorker>b1()
в System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
в System.Threading.Tasks.Task.<>cDisplayClass176_0.<ExecuteSelfReplicating>b0(Object )
--- Конец трассировки внутреннего стека исключений ---
в System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
в System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
в System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action1 body, Action2 bodyWithState, Func4 bodyWithLocal, Func1 localInit, Action`1 localFinally)
в System.Threading.Tasks.Parallel.For(Int32 fromInclusive, Int32 toExclusive, Action`1 body)
в Cosmoteer.Simulation.SimRoot.ParallelMicroUpdate(IMicroUpdateableSimObject[] array, Int32 startIndex, Int32 count) в C:\Users\Walt\Documents\Code\Cosmoteer\Source\Simulation\SimRoot.cs:строка 1235
в Cosmoteer.Simulation.SimRoot.MicroUpdate() в C:\Users\Walt\Documents\Code\Cosmoteer\Source\Simulation\SimRoot.cs:строка 1089
в Halfling.Timing.FixedUpdater.Update(Time deltaTime, Action action) в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Timing\FixedUpdater.cs:строка 111
в Halfling.Scene.Dim2.SceneRoot.Update() в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Scene\Dim2\SceneRoot.cs:строка 701
в Cosmoteer.Simulation.SimRoot.Update() в C:\Users\Walt\Documents\Code\Cosmoteer\Source\Simulation\SimRoot.cs:строка 592
в Cosmoteer.Game.GameRoot.Update(StateMethodInvoker updateParent) в C:\Users\Walt\Documents\Code\Cosmoteer\Source\Game\GameRoot.cs:строка 1196
в Halfling.Application.AppStateEx.Halfling.Application.IAppState.Update(StateMethodInvoker updateParent) в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\AppStateEx.cs:строка 211
в Halfling.Application.Director.CallUpdate() в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Director.cs:строка 920
в Halfling.Application.Director.DoUpdate() в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Director.cs:строка 804
в Halfling.Application.Director.<GetRunIterator>d__83.MoveNext() в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Director.cs:строка 335
в Halfling.Application.Bases.GenericApp.<ApplicationMainIterator>d__48.MoveNext() в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Bases\GenericApp.cs:строка 279
в Halfling.Windows.D3D11.D3D11Window.RunGameLoop(String[] args, IEnumerable`1 iterator) в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingPlatformWDX\Windows\D3D11\D3D11Window.cs:строка 890
в Halfling.Application.Bases.GenericApp.ApplicationMain(String[] args) в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Bases\GenericApp.cs:строка 195
в Cosmoteer.GameApp.Main(String[] args) в C:\Users\Walt\Documents\Code\Cosmoteer\Source\GameApp.cs:строка 145
---> (Внутреннее исключение #0) System.InvalidOperationException: Нулевой объект должен иметь значение.
в System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
в Cosmoteer.Ships.Parts.Weapons.TurretWeapon.AcquireTarget() в C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\Parts\Weapons\TurretWeapon.cs:строка 367
в Cosmoteer.Ships.Parts.Weapons.TurretWeapon.AdjustAim(Time dt) в C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\Parts\Weapons\TurretWeapon.cs:строка 211
в Cosmoteer.Ships.Parts.Weapons.WeaponManager.MicroUpdate(FixedUpdater microUpdater, SimRoot sim) в C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\Parts\Weapons\WeaponManager.cs:строка 330
в Cosmoteer.Ships.MicroUpdateableShipComponent.Cosmoteer.Simulation.IMicroUpdateableSimObject.MicroUpdate(FixedUpdater microUpdater, SimRoot sim) в C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\MicroUpdateableShipComponent.cs:строка 159
в Cosmoteer.Simulation.SimRoot.<>cDisplayClass178_0.<ParallelMicroUpdate>b0(Int32 i) в C:\Users\Walt\Documents\Code\Cosmoteer\Source\Simulation\SimRoot.cs:строка 1242
в System.Threading.Tasks.Parallel.<>cDisplayClass17_0`1.<ForWorker>b1()
в System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
в System.Threading.Tasks.Task.<>cDisplayClass176_0.<ExecuteSelfReplicating>b0(Object )<---
01/15/2019 03:36:36 | Logging successful initialized.
01/15/2019 03:36:36 | .NET Runtime Version: 4.0.30319.42000
01/15/2019 03:36:36 | Running as a 64-bit process.
01/15/2019 03:36:36 | Local: ru-RU
01/15/2019 03:36:36 | Language: ru-RU
01/15/2019 03:36:36 | Cosmoteer version missile_prototype5
01/15/2019 03:36:36 | Майкрософт Windows 10 Домашняя для одного языка 64-разрядная 10.0.17134
01/15/2019 03:36:36 | Intel(R) Core(TM) i5-7300HQ CPU @ 2.50GHz (4 logical processors)
01/15/2019 03:36:36 | 12169,3 MB RAM
01/15/2019 03:36:36 | NVIDIA GeForce GTX 1050 (25.21.14.1616) (02.10.2018)
01/15/2019 03:36:36 | 4095,0 MB VRAM
01/15/2019 03:36:36 |
01/15/2019 03:36:37 | Loaded app settings.
01/15/2019 03:36:37 | Mixpanel Distinct ID: 48137160CA641309C04CCCBA7339E8B7
01/15/2019 03:36:37 | Process is now DPI-aware.
01/15/2019 03:36:37 | Setup default cursor.
01/15/2019 03:36:37 | Using display adapter 0
01/15/2019 03:36:37 | Created DXGI factory.
01/15/2019 03:36:37 | Adapter #0: NVIDIA GeForce GTX 1050
01/15/2019 03:36:37 | Output #0: Generic PnP Monitor (1920x1080)
01/15/2019 03:36:37 | Adapter #1: Intel(R) HD Graphics 630
01/15/2019 03:36:37 | Adapter #2: Microsoft Basic Render Driver
01/15/2019 03:36:37 | Updated Windows form configuration for resizable windowed.
01/15/2019 03:36:37 | Created Windows form.
01/15/2019 03:36:37 | Direct3D Feature Level: Level_11_0
01/15/2019 03:36:37 | Created Direct3D 11 Device.
01/15/2019 03:36:37 | Created swap chain: 1022x1033.
01/15/2019 03:36:37 | Created window.
01/15/2019 03:36:37 | Created clock.
01/15/2019 03:36:37 | Created graphics manager.
01/15/2019 03:36:37 | Created XAudio2 device.
01/15/2019 03:36:37 | Created audio manager.
01/15/2019 03:36:37 | Created input manager.
01/15/2019 03:36:37 | Created default font.
01/15/2019 03:36:37 | Initial app state is 'MainMenu'
01/15/2019 03:36:37 | Initial application settings:
01/15/2019 03:36:37 | LastGameVersion:
01/15/2019 03:36:37 | InitState: MainMenu
01/15/2019 03:36:37 | Language:
01/15/2019 03:36:37 | LockCursor: True
01/15/2019 03:36:37 | EdgePanMode: Analog
01/15/2019 03:36:37 | EdgePanSpeed: 15
01/15/2019 03:36:37 | KeyboardPanSpeed: 15
01/15/2019 03:36:37 | KeyboardZoomSpeed: 10
01/15/2019 03:36:37 | KeyboardRotSpeed: 90°
01/15/2019 03:36:37 | EnableMouseWheelZoom: True
01/15/2019 03:36:37 | InvertMouseWheelZoom: False
01/15/2019 03:36:37 | MouseWheelZoomSpeed: 1,12
01/15/2019 03:36:37 | MouseWheelZoomAtCursor: True
01/15/2019 03:36:37 | StickyFocus: True
01/15/2019 03:36:37 | DpiScaleMode: Dpi100
01/15/2019 03:36:37 | AnimateBackgrounds: True
01/15/2019 03:36:37 | FancyParticles: True
01/15/2019 03:36:37 | UncompressedTextures: False
01/15/2019 03:36:37 | AllowShipDeselection: False
01/15/2019 03:36:37 | CtrlSelectsParts: True
01/15/2019 03:36:37 | EnableCollisionAvoidance: True
01/15/2019 03:36:37 | PreferBlueprintMode: False
01/15/2019 03:36:37 | BlueprintAutoPause: True
01/15/2019 03:36:37 | ShowInvalidBlueprints: True
01/15/2019 03:36:37 | BuildAutoFocus: True
01/15/2019 03:36:37 | BuildAutoRotate: True
01/15/2019 03:36:37 | BuildAutoInteriors: True
01/15/2019 03:36:37 | PaintAutoFocus: True
01/15/2019 03:36:37 | PaintAutoRotate: True
01/15/2019 03:36:37 | PaintAllowOverwrite: True
01/15/2019 03:36:37 | PaintMirrorEnabled: False
01/15/2019 03:36:37 | PaintMirrorAxis: Vertical
01/15/2019 03:36:37 | RepairAutoFocus: True
01/15/2019 03:36:37 | RepairAutoRotate: False
01/15/2019 03:36:37 | BuildAllowOverwrite: True
01/15/2019 03:36:37 | BuildAutoDoors: True
01/15/2019 03:36:37 | BuildEnforceCrewAccess: True
01/15/2019 03:36:37 | BuildMirrorEnabled: False
01/15/2019 03:36:37 | BuildMirrorAxis: Vertical
01/15/2019 03:36:37 | RowsOfParts: 1
01/15/2019 03:36:37 | GrabLeavesCorridors: True
01/15/2019 03:36:37 | RepairAutoDoors: True
01/15/2019 03:36:37 | AutoHireCrew: True
01/15/2019 03:36:37 | PartToolTips: True
01/15/2019 03:36:37 | AutoSave: True
01/15/2019 03:36:37 | AutoSavesToKeep: 10
01/15/2019 03:36:37 | QuickSavesToKeep: 10
01/15/2019 03:36:37 | AutoSaveInterval: 600
01/15/2019 03:36:37 | SaveLostShips: True
01/15/2019 03:36:37 | LostShipsTokeep: 10
01/15/2019 03:36:37 | FtlAutoSave: True
01/15/2019 03:36:37 | ShowOnShipIndicators: True
01/15/2019 03:36:37 | ShowZoomedOutBlibs: True
01/15/2019 03:36:37 | ShowOffScreenBlips: True
01/15/2019 03:36:37 | PingNearbyEnemies: True
01/15/2019 03:36:37 | AutoPauseOnLostFocus: True
01/15/2019 03:36:37 | ScreenShake: True
01/15/2019 03:36:37 | ShowMidpointFocusWidget: True
01/15/2019 03:36:37 | VersionCheckMode: Stable
01/15/2019 03:36:37 | EnableMetrics: True
01/15/2019 03:36:37 | PreferBorderlessWindowToggle: False
01/15/2019 03:36:37 | MasterVolume: 1
01/15/2019 03:36:37 | EffectsVolume: 1
01/15/2019 03:36:37 | InterfaceVolume: 1
01/15/2019 03:36:37 | ShowTutorials: True
01/15/2019 03:36:37 | AutoFtlJump: False
01/15/2019 03:36:37 | PaintSchemes: System.Collections.Generic.List`1[Cosmoteer.Ships.PaintScheme]
01/15/2019 03:36:37 | DefaultBuildTool: Grab
01/15/2019 03:36:37 | DefaultDecalTool: Grab
01/15/2019 03:36:37 | TutorialPageStates: System.Collections.Generic.Dictionary`2[System.String,Cosmoteer.Tutorials.TutorialPageState]
01/15/2019 03:36:37 | PlayerColor:
01/15/2019 03:36:37 | EnemyColor:
01/15/2019 03:36:37 | NeutralColor:
01/15/2019 03:36:37 | MiniviewInCombatMode: Auto
01/15/2019 03:36:37 | MiniviewNotInCombatMode: Auto
01/15/2019 03:36:37 | MiniviewLockRotation: False
01/15/2019 03:36:37 | MiniviewSize:
01/15/2019 03:36:37 | ShowInteriors: False
01/15/2019 03:36:37 | AlwaysShowCommandWidgets: False
01/15/2019 03:36:37 | PreferShipRelativeAttackAngle: False
01/15/2019 03:36:37 | PreferWorldRelativeFollowAngle: False
01/15/2019 03:36:37 | ShipLibraryLargeIcons: False
01/15/2019 03:36:37 | AdHocFormations: False
01/15/2019 03:36:37 | BreakFormationToAttack: True
01/15/2019 03:36:37 | DisplayAllShips: False
01/15/2019 03:36:37 | ShowAdvancedCommands: False
01/15/2019 03:36:37 | EnabledMods: System.Collections.Generic.HashSet`1[System.String]
01/15/2019 03:36:37 | DeleteFileOnStartup:
01/15/2019 03:36:37 | DefaultGameMode:
01/15/2019 03:36:37 | DefaultCreativeModeMapSize: 0
01/15/2019 03:36:37 | DefaultBountyModeDifficulty: 0
01/15/2019 03:36:37 | DefaultBountyModeMapSize: 0
01/15/2019 03:36:37 | DefaultBountyModeStarterShip: 0
01/15/2019 03:36:37 | MPShipColorMode: RandomPerPlayer
01/15/2019 03:36:37 | MPBlipColorMode: FriendAndFoe
01/15/2019 03:36:37 | MPShowDamagePoints: True
01/15/2019 03:36:37 | CustomRulesets: System.Collections.Generic.Dictionary2[System.String,System.Collections.Generic.List1[Cosmoteer.CustomRuleset]]
01/15/2019 03:36:37 | AutoPortForwarding: True
01/15/2019 03:36:37 | DisplayPublicIP: True
01/15/2019 03:36:37 | PreferLAN: False
01/15/2019 03:36:37 | DefaultServer: 0
01/15/2019 03:36:37 | ShowNewsOnStartup: True
01/15/2019 03:36:37 | ReadNewsArticles: System.Collections.Generic.HashSet`1[System.String]
01/15/2019 03:36:37 | ShowNewsAlerts: True
01/15/2019 03:36:37 | HiddenNewsAlerts: System.Collections.Generic.HashSet`1[System.String]
01/15/2019 03:36:37 | Starting main game loop...
01/15/2019 03:36:37 | Enabled mods:
01/15/2019 03:36:41 | Loaded language 'en'.
01/15/2019 03:36:46 | Resized swap chain: 1022x1041
01/15/2019 03:36:46 | Loaded game rules.
01/15/2019 03:36:57 | Game pushed onto stack.
01/15/2019 03:36:57 | Game mode is: CreativeGameModeManager
01/15/2019 03:38:17 | Memory usage at time of crash: 1 191 006 208
01/15/2019 03:38:17 | Application state stack at time of crash:
01/15/2019 03:38:17 | Cosmoteer.Game.GameRoot
01/15/2019 03:38:17 | Cosmoteer.Gui.TitleScreen
01/15/2019 03:38:17 | FPS at time of crash: 49,65305
01/15/2019 03:38:17 | Running processes at time of crash: aswidsagent, audiodg, AvastSvc, AvastUI, chrome, conhost, Cosmoteer, csrss, ctfmon, DiscSoftBusServiceLite, DTShellHlp, dwm, explorer, fontdrvhost, GameBar, ibtsiva, ICEsoundService64, Idle, igfxCUIService, igfxEM, IntelCpHDCPSvc, IntelCpHeciSvc, LockApp, lsass, mbbService, Memory Compression, Microsoft.Photos, MSASCuiL, nvcontainer, NVDisplay.Container, NVIDIA Share, NVIDIA Web Helper, nvsphelper64, NvTelemetryContainer, PresentationFontCache, RAVBg64, Registry, RtkNGUI64, RuntimeBroker, SearchIndexer, SearchProtocolHost, SearchUI, SecurityHealthService, sedsvc, services, SettingSyncHost, SgrmBroker, ShellExperienceHost, sihost, SkypeApp, SkypeBackgroundHost, SkypeBridge, smartscreen, smss, spoolsv, svchost, System, taskhostw, TuneupSvc, TuneupUI, unsecapp, uTorrent, utorrentie, wininit, winlogon, WmiPrvSE, WUDFHost,
01/15/2019 03:38:17 | System.AggregateException: Произошла одна или несколько ошибок. ---> System.InvalidOperationException: Нулевой объект должен иметь значение.
01/15/2019 03:38:17 | в System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
01/15/2019 03:38:17 | в Cosmoteer.Ships.Parts.Weapons.TurretWeapon.AcquireTarget() в C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\Parts\Weapons\TurretWeapon.cs:строка 367
01/15/2019 03:38:17 | в Cosmoteer.Ships.Parts.Weapons.TurretWeapon.AdjustAim(Time dt) в C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\Parts\Weapons\TurretWeapon.cs:строка 211
01/15/2019 03:38:17 | в Cosmoteer.Ships.Parts.Weapons.WeaponManager.MicroUpdate(FixedUpdater microUpdater, SimRoot sim) в C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\Parts\Weapons\WeaponManager.cs:строка 330
01/15/2019 03:38:17 | в Cosmoteer.Ships.MicroUpdateableShipComponent.Cosmoteer.Simulation.IMicroUpdateableSimObject.MicroUpdate(FixedUpdater microUpdater, SimRoot sim) в C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\MicroUpdateableShipComponent.cs:строка 159
01/15/2019 03:38:17 | в Cosmoteer.Simulation.SimRoot.<>cDisplayClass178_0.<ParallelMicroUpdate>b0(Int32 i) в C:\Users\Walt\Documents\Code\Cosmoteer\Source\Simulation\SimRoot.cs:строка 1242
01/15/2019 03:38:17 | в System.Threading.Tasks.Parallel.<>cDisplayClass17_0`1.<ForWorker>b1()
01/15/2019 03:38:17 | в System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
01/15/2019 03:38:17 | в System.Threading.Tasks.Task.<>cDisplayClass176_0.<ExecuteSelfReplicating>b0(Object )
01/15/2019 03:38:17 | --- Конец трассировки внутреннего стека исключений ---
01/15/2019 03:38:17 | в System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
01/15/2019 03:38:17 | в System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
01/15/2019 03:38:17 | в System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action1 body, Action2 bodyWithState, Func4 bodyWithLocal, Func1 localInit, Action`1 localFinally)
01/15/2019 03:38:17 | в System.Threading.Tasks.Parallel.For(Int32 fromInclusive, Int32 toExclusive, Action`1 body)
01/15/2019 03:38:17 | в Cosmoteer.Simulation.SimRoot.ParallelMicroUpdate(IMicroUpdateableSimObject[] array, Int32 startIndex, Int32 count) в C:\Users\Walt\Documents\Code\Cosmoteer\Source\Simulation\SimRoot.cs:строка 1235
01/15/2019 03:38:17 | в Cosmoteer.Simulation.SimRoot.MicroUpdate() в C:\Users\Walt\Documents\Code\Cosmoteer\Source\Simulation\SimRoot.cs:строка 1089
01/15/2019 03:38:17 | в Halfling.Timing.FixedUpdater.Update(Time deltaTime, Action action) в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Timing\FixedUpdater.cs:строка 111
01/15/2019 03:38:17 | в Halfling.Scene.Dim2.SceneRoot.Update() в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Scene\Dim2\SceneRoot.cs:строка 701
01/15/2019 03:38:17 | в Cosmoteer.Simulation.SimRoot.Update() в C:\Users\Walt\Documents\Code\Cosmoteer\Source\Simulation\SimRoot.cs:строка 592
01/15/2019 03:38:17 | в Cosmoteer.Game.GameRoot.Update(StateMethodInvoker updateParent) в C:\Users\Walt\Documents\Code\Cosmoteer\Source\Game\GameRoot.cs:строка 1196
01/15/2019 03:38:17 | в Halfling.Application.AppStateEx.Halfling.Application.IAppState.Update(StateMethodInvoker updateParent) в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\AppStateEx.cs:строка 211
01/15/2019 03:38:17 | в Halfling.Application.Director.CallUpdate() в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Director.cs:строка 920
01/15/2019 03:38:17 | в Halfling.Application.Director.DoUpdate() в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Director.cs:строка 804
01/15/2019 03:38:17 | в Halfling.Application.Director.<GetRunIterator>d__83.MoveNext() в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Director.cs:строка 335
01/15/2019 03:38:17 | в Halfling.Application.Bases.GenericApp.<ApplicationMainIterator>d__48.MoveNext() в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Bases\GenericApp.cs:строка 279
01/15/2019 03:38:17 | в Halfling.Windows.D3D11.D3D11Window.RunGameLoop(String[] args, IEnumerable`1 iterator) в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingPlatformWDX\Windows\D3D11\D3D11Window.cs:строка 890
01/15/2019 03:38:17 | в Halfling.Application.Bases.GenericApp.ApplicationMain(String[] args) в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Bases\GenericApp.cs:строка 195
01/15/2019 03:38:17 | в Cosmoteer.GameApp.Main(String[] args) в C:\Users\Walt\Documents\Code\Cosmoteer\Source\GameApp.cs:строка 145
01/15/2019 03:38:17 | ---> (Внутреннее исключение #0) System.InvalidOperationException: Нулевой объект должен иметь значение.
01/15/2019 03:38:17 | в System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
01/15/2019 03:38:17 | в Cosmoteer.Ships.Parts.Weapons.TurretWeapon.AcquireTarget() в C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\Parts\Weapons\TurretWeapon.cs:строка 367
01/15/2019 03:38:17 | в Cosmoteer.Ships.Parts.Weapons.TurretWeapon.AdjustAim(Time dt) в C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\Parts\Weapons\TurretWeapon.cs:строка 211
01/15/2019 03:38:17 | в Cosmoteer.Ships.Parts.Weapons.WeaponManager.MicroUpdate(FixedUpdater microUpdater, SimRoot sim) в C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\Parts\Weapons\WeaponManager.cs:строка 330
01/15/2019 03:38:17 | в Cosmoteer.Ships.MicroUpdateableShipComponent.Cosmoteer.Simulation.IMicroUpdateableSimObject.MicroUpdate(FixedUpdater microUpdater, SimRoot sim) в C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\MicroUpdateableShipComponent.cs:строка 159
01/15/2019 03:38:17 | в Cosmoteer.Simulation.SimRoot.<>cDisplayClass178_0.<ParallelMicroUpdate>b0(Int32 i) в C:\Users\Walt\Documents\Code\Cosmoteer\Source\Simulation\SimRoot.cs:строка 1242
01/15/2019 03:38:17 | в System.Threading.Tasks.Parallel.<>cDisplayClass17_0`1.<ForWorker>b1()
01/15/2019 03:38:17 | в System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
01/15/2019 03:38:17 | в System.Threading.Tasks.Task.<>cDisplayClass176_0.<ExecuteSelfReplicating>b0(Object )<---
01/15/2019 03:38:17 |
01/15/2019 03:38:17 | Actual data hash: de19dd784dea5f892fd254cbd82c5e55
01/15/2019 03:38:17 | Expected data hash: de19dd784dea5f892fd254cbd82c5e55
01/15/2019 03:38:20 | Error successfully reported. Thank you!
01/15/2019 03:38:20 | Director received exit call.
01/15/2019 03:38:20 | Disposed default font.
01/15/2019 03:38:20 | Disposed XA2AudioManager device.
01/15/2019 03:38:20 | Disposed audio manager.
01/15/2019 03:38:20 | Disposed clock.
01/15/2019 03:38:20 | Disposed input manager.
01/15/2019 03:38:20 | Disposed graphics manager.
01/15/2019 03:38:20 | Disposed swap chain.
01/15/2019 03:38:20 | Disposed Direct3D device.
01/15/2019 03:38:20 | Disposed DXGI factory.
01/15/2019 03:38:20 | Closed Windows form.
01/15/2019 03:38:20 | Director received exit call.
01/15/2019 03:38:20 | Disposed window.
01/15/2019 03:38:20 | Disposed platform interface.
01/15/2019 03:38:20 | Closing log output file...
SHIT HAPPENS