MODS ARE ENABLED. THIS CRASH MAY BE CAUSED BY A MOD.
PLEASE REPORT IT TO THE CREATOR OF THE MOD.
System.Collections.Generic.KeyNotFoundException: Данный ключ отсутствует в словаре.
в System.ThrowHelper.ThrowKeyNotFoundException()
в System.Collections.Generic.Dictionary`2.get_Item(TKey key)
в Cosmoteer.Game.Gui.BuildToolbox.AddPartGroup(String groupdID, LayoutBox parent, ListBox groupButtonsBox) в C:\Users\Walt\Documents\Code\Cosmoteer\Source\Game\Gui\BuildToolbox.cs:строка 1017
в Cosmoteer.Game.Gui.BuildToolbox.GetPartGroup(Dictionary`2 groupBoxes, LayoutBox defaultBox, String groupID, LayoutBox parent, ListBox groupButtonsBox) в C:\Users\Walt\Documents\Code\Cosmoteer\Source\Game\Gui\BuildToolbox.cs:строка 1008
в Cosmoteer.Game.Gui.BuildToolbox..ctor(GameRoot game, GameGui gameGui) в C:\Users\Walt\Documents\Code\Cosmoteer\Source\Game\Gui\BuildToolbox.cs:строка 465
в Cosmoteer.Game.Gui.ShipGui..ctor(GameRoot game, GameGui gameGui) в C:\Users\Walt\Documents\Code\Cosmoteer\Source\Game\Gui\ShipGui.cs:строка 405
в Cosmoteer.Game.Gui.GameGui..ctor(GameRoot game) в C:\Users\Walt\Documents\Code\Cosmoteer\Source\Game\Gui\GameGui.cs:строка 317
в Cosmoteer.Game.GameRoot..ctor(NetManagerFactory netManager) в C:\Users\Walt\Documents\Code\Cosmoteer\Source\Game\GameRoot.cs:строка 262
в Cosmoteer.Game.GameRoot..ctor(GameModeFactory gameMode, NetManagerFactory netManager) в C:\Users\Walt\Documents\Code\Cosmoteer\Source\Game\GameRoot.cs:строка 275
в Cosmoteer.Modes.SinglePlayer.Bounty.BountyModeConfigGui.CreateGame() в C:\Users\Walt\Documents\Code\Cosmoteer\Source\Modes\SinglePlayer\Bounty\BountyModeConfigGui.cs:строка 198
в Cosmoteer.Gui.NewGameDialog.OnOkayClicked(Object sender, EventArgs e) в C:\Users\Walt\Documents\Code\Cosmoteer\Source\Gui\NewGameDialog.cs:строка 113
в System.EventHandler`1.Invoke(Object sender, TEventArgs e)
в Halfling.Gui.Components.Input.WidgetClickController.OnClicked(Boolean detectDoubleClick) в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Components\Input\WidgetClickController.cs:строка 258
в Halfling.Events.WeakEventHandler.EventState`1.OnSourceEventFired(Object sender, TEventArgs args) в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Events\WeakEventHandler.cs:строка 297
в System.EventHandler`1.Invoke(Object sender, TEventArgs e)
в Halfling.Gui.Components.Input.WidgetInputStateController.set_InputState(InputState value) в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Components\Input\WidgetInputStateController.cs:строка 38
в Halfling.Gui.Components.Input.WidgetInputStateController.OnMouseStayed() в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Components\Input\WidgetInputStateController.cs:строка 208
в Halfling.Gui.Widget.OnMouseStayed() в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Widget.cs:строка 1665
в Halfling.Gui.Widget.Halfling.Gui.Components.Children.IChildWidget.OnMouseInParent(Boolean alreadyReacted) в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Widget.cs:строка 1532
в Halfling.Gui.Components.Children.WidgetChildren`1.OnMouseStayed() в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Components\Children\WidgetChildren.cs:строка 1517
в Halfling.Gui.Widget.OnMouseStayed() в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Widget.cs:строка 1665
в Halfling.Gui.Widget.Halfling.Gui.Components.Children.IChildWidget.OnMouseInParent(Boolean alreadyReacted) в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Widget.cs:строка 1532
в Halfling.Gui.Components.Children.WidgetChildren`1.OnMouseStayed() в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Components\Children\WidgetChildren.cs:строка 1517
в Halfling.Gui.Widget.OnMouseStayed() в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Widget.cs:строка 1665
в Halfling.Gui.Widget.Halfling.Gui.Components.Children.IChildWidget.OnMouseInParent(Boolean alreadyReacted) в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Widget.cs:строка 1532
в Halfling.Gui.Components.Children.WidgetChildren`1.OnMouseStayed() в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Components\Children\WidgetChildren.cs:строка 1517
в Halfling.Gui.Widget.OnMouseStayed() в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Widget.cs:строка 1665
в Halfling.Gui.Widget.Halfling.Gui.Components.Children.IChildWidget.OnMouseInParent(Boolean alreadyReacted) в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Widget.cs:строка 1532
в Halfling.Gui.GuiRoot`1.Input() в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\GuiRoot.cs:строка 574
в Halfling.Application.AppStateEx.Halfling.Application.IAppState.Input(StateMethodInvoker inputParent) в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\AppStateEx.cs:строка 187
в Halfling.Application.Director.CallInput() в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Director.cs:строка 873
в Halfling.Application.Director.DoInput() в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Director.cs:строка 788
в Halfling.Application.Director.<GetRunIterator>d__83.MoveNext() в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Director.cs:строка 336
в Halfling.Application.Bases.GenericApp.<ApplicationMainIterator>d__42.MoveNext() в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Bases\GenericApp.cs:строка 249
в 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:строка 165
в Cosmoteer.GameApp.Main(String[] args) в C:\Users\Walt\Documents\Code\Cosmoteer\Source\GameApp.cs:строка 119
07/04/2018 00:10:55 | Logging successful initialized.
07/04/2018 00:10:55 | .NET Runtime Version: 4.0.30319.42000
07/04/2018 00:10:55 | Running as a 64-bit process.
07/04/2018 00:10:55 | Local: ru-RU
07/04/2018 00:10:55 | Language: ru-RU
07/04/2018 00:10:55 | Cosmoteer version 0.14.1
07/04/2018 00:10:56 | Microsoft Windows 7 Максимальная 64-bit 6.1.7601
07/04/2018 00:10:56 | AMD A6-5200 APU with Radeon(TM) HD Graphics (4 logical processors)
07/04/2018 00:10:56 | 3554,3 MB RAM
07/04/2018 00:10:56 | AMD Radeon HD 8400 (12.102.4.6000) (05.06.2013)
07/04/2018 00:10:56 | 512,0 MB VRAM
07/04/2018 00:10:56 |
07/04/2018 00:10:56 | Loaded app settings.
07/04/2018 00:10:56 | Mixpanel Distinct ID: 42240644BAABDCF694AB4F6E26D887BB
07/04/2018 00:10:59 | Process is now DPI-aware.
07/04/2018 00:10:59 | Setup default cursor.
07/04/2018 00:10:59 | Using display adapter 0
07/04/2018 00:10:59 | Created DXGI factory.
07/04/2018 00:10:59 | Adapter #0: AMD Radeon HD 8400
07/04/2018 00:10:59 | Output #0: Универсальный монитор PnP (1366x768)
07/04/2018 00:10:59 | Updated Windows form configuration for borderless window.
07/04/2018 00:10:59 | Created Windows form.
07/04/2018 00:11:00 | Direct3D Feature Level: Level_11_0
07/04/2018 00:11:00 | Created Direct3D 11 Device.
07/04/2018 00:11:00 | Created swap chain: 1366x768.
07/04/2018 00:11:00 | Created window.
07/04/2018 00:11:00 | Created clock.
07/04/2018 00:11:00 | Created graphics manager.
07/04/2018 00:11:00 | Created XAudio2 device.
07/04/2018 00:11:00 | Created audio manager.
07/04/2018 00:11:00 | Created input manager.
07/04/2018 00:11:00 | Created default font.
07/04/2018 00:11:00 | Initial app state is 'MainMenu'
07/04/2018 00:11:00 | Initial application settings:
07/04/2018 00:11:00 | LastGameVersion:
07/04/2018 00:11:00 | InitState: MainMenu
07/04/2018 00:11:00 | Language:
07/04/2018 00:11:00 | LockCursor: True
07/04/2018 00:11:00 | EdgePanMode: Analog
07/04/2018 00:11:00 | EdgePanSpeed: 15
07/04/2018 00:11:00 | KeyboardPanSpeed: 15
07/04/2018 00:11:00 | KeyboardZoomSpeed: 10
07/04/2018 00:11:00 | KeyboardRotSpeed: 90°
07/04/2018 00:11:00 | EnableMouseWheelZoom: True
07/04/2018 00:11:00 | InvertMouseWheelZoom: False
07/04/2018 00:11:00 | MouseWheelZoomSpeed: 1,12
07/04/2018 00:11:00 | MouseWheelZoomAtCursor: True
07/04/2018 00:11:00 | StickyFocus: True
07/04/2018 00:11:00 | DpiScaleMode: Dpi100
07/04/2018 00:11:00 | AnimateBackgrounds: True
07/04/2018 00:11:00 | FancyParticles: True
07/04/2018 00:11:00 | UncompressedTextures: False
07/04/2018 00:11:00 | AllowShipDeselection: False
07/04/2018 00:11:00 | CtrlSelectsParts: False
07/04/2018 00:11:00 | PreferBlueprintMode: False
07/04/2018 00:11:00 | BlueprintAutoPause: True
07/04/2018 00:11:00 | ShowInvalidBlueprints: True
07/04/2018 00:11:00 | BuildAutoFocus: True
07/04/2018 00:11:00 | BuildAutoRotate: True
07/04/2018 00:11:00 | BuildAutoInteriors: True
07/04/2018 00:11:00 | PaintAutoFocus: True
07/04/2018 00:11:00 | PaintAutoRotate: True
07/04/2018 00:11:00 | PaintAllowOverwrite: True
07/04/2018 00:11:00 | PaintMirrorEnabled: False
07/04/2018 00:11:00 | PaintMirrorAxis: Vertical
07/04/2018 00:11:00 | RepairAutoFocus: True
07/04/2018 00:11:00 | RepairAutoRotate: False
07/04/2018 00:11:00 | BuildAllowOverwrite: True
07/04/2018 00:11:00 | BuildAutoDoors: True
07/04/2018 00:11:00 | BuildEnforceCrewAccess: True
07/04/2018 00:11:00 | BuildMirrorEnabled: False
07/04/2018 00:11:00 | BuildMirrorAxis: Vertical
07/04/2018 00:11:00 | RowsOfParts: 1
07/04/2018 00:11:00 | GrabLeavesCorridors: True
07/04/2018 00:11:00 | RepairAutoDoors: True
07/04/2018 00:11:00 | AutoHireCrew: True
07/04/2018 00:11:00 | PartToolTips: True
07/04/2018 00:11:00 | AutoSave: True
07/04/2018 00:11:00 | AutoSavesToKeep: 10
07/04/2018 00:11:00 | QuickSavesToKeep: 10
07/04/2018 00:11:00 | AutoSaveInterval: 600
07/04/2018 00:11:00 | FtlAutoSave: True
07/04/2018 00:11:00 | ShowOnShipIndicators: True
07/04/2018 00:11:00 | AutoPauseOnLostFocus: True
07/04/2018 00:11:00 | ScreenShake: True
07/04/2018 00:11:00 | VersionCheckMode: Stable
07/04/2018 00:11:00 | EnableMetrics: True
07/04/2018 00:11:00 | PreferBorderlessWindowToggle: False
07/04/2018 00:11:00 | MasterVolume: 1
07/04/2018 00:11:00 | EffectsVolume: 1
07/04/2018 00:11:00 | InterfaceVolume: 1
07/04/2018 00:11:00 | ShowTutorials: True
07/04/2018 00:11:00 | AutoFtlJump: False
07/04/2018 00:11:00 | PaintSchemes: System.Collections.Generic.List`1[Cosmoteer.Ships.PaintScheme]
07/04/2018 00:11:00 | DefaultBuildTool: Grab
07/04/2018 00:11:00 | DefaultDecalTool: Grab
07/04/2018 00:11:00 | TutorialPageStates: System.Collections.Generic.Dictionary`2[System.String,Cosmoteer.Tutorials.TutorialPageState]
07/04/2018 00:11:00 | PlayerColor:
07/04/2018 00:11:00 | EnemyColor:
07/04/2018 00:11:00 | NeutralColor:
07/04/2018 00:11:00 | MiniviewInCombatMode: Auto
07/04/2018 00:11:00 | MiniviewNotInCombatMode: Auto
07/04/2018 00:11:00 | MiniviewLockRotation: False
07/04/2018 00:11:00 | MiniviewSize:
07/04/2018 00:11:00 | ShowInteriors: False
07/04/2018 00:11:00 | AlwaysShowCommandWidgets: False
07/04/2018 00:11:00 | PreferShipRelativeAttackAngle: False
07/04/2018 00:11:00 | PreferWorldRelativeFollowAngle: False
07/04/2018 00:11:00 | ShipLibraryLargeIcons: False
07/04/2018 00:11:00 | AdHocFormations: False
07/04/2018 00:11:00 | BreakFormationToAttack: True
07/04/2018 00:11:00 | EnabledMods: System.Collections.Generic.HashSet`1[System.String]
07/04/2018 00:11:00 | DeleteFileOnStartup:
07/04/2018 00:11:00 | DefaultGameMode:
07/04/2018 00:11:00 | DefaultCreativeModeMapSize: 0
07/04/2018 00:11:00 | DefaultBountyModeDifficulty: 0
07/04/2018 00:11:00 | DefaultBountyModeMapSize: 0
07/04/2018 00:11:00 | DefaultBountyModeStarterShip: 0
07/04/2018 00:11:00 | WarnOutOfDateGpuDrivers: True
07/04/2018 00:11:00 | MPShipColorMode: RandomPerPlayer
07/04/2018 00:11:00 | MPBlipColorMode: FriendAndFoe
07/04/2018 00:11:00 | AutoPortForwarding: True
07/04/2018 00:11:00 | DisplayPublicIP: True
07/04/2018 00:11:00 | PreferLAN: False
07/04/2018 00:11:00 | DefaultServer: 0
07/04/2018 00:11:00 | ShowNewsOnStartup: True
07/04/2018 00:11:00 | ReadNewsArticles: System.Collections.Generic.HashSet`1[System.String]
07/04/2018 00:11:00 | ShowNewsAlerts: True
07/04/2018 00:11:00 | HiddenNewsAlerts: System.Collections.Generic.HashSet`1[System.String]
07/04/2018 00:11:00 | Starting main game loop...
07/04/2018 00:11:00 | Enabled mods:
07/04/2018 00:11:01 | demonx3.bestdefenceisoffence
07/04/2018 00:11:01 | Loaded language 'en'.
07/04/2018 00:11:16 | Loaded game rules.
07/04/2018 00:11:44 | Memory usage at time of crash: 353 685 504
07/04/2018 00:11:44 | Application state stack at time of crash:
07/04/2018 00:11:44 | Cosmoteer.Gui.TitleScreen
07/04/2018 00:11:44 | FPS at time of crash: 87,13358
07/04/2018 00:11:44 | Running processes at time of crash: Adobe CEF Helper, Adobe Desktop Service, AdobeIPCBroker, AdobeUpdateService, AGMService, AGSService, armsvc, aswidsagenta, atieclxx, atiesrxx, audacity, audiodg, AvastBrowserCrashHandler, AvastBrowserCrashHandler64, AvastSvc, AvastUI, chrome, CoreSync, Cosmoteer, Creative Cloud, csrss, dwm, explorer, Fuel.Service, GoogleCrashHandler, GoogleCrashHandler64, GoogleUpdate, HPMSGSVC, hpservice, HPWMISVC, Idle, IpOverUsbSvc, jucheck, jusched, KMSSS, lsass, lsm, notepad++, RAVBg64, RTKAUDIOSERVICE64, RtkNGUI64, SearchIndexer, services, smss, SMSvcHost, spoolsv, sppsvc, Steam, SteamService, steamwebhelper, svchost, SynTPEnh, SynTPEnhService, System, taskhost, unsecapp, wallpaper64, wallpaperservice32_c, wininit, winlogon, WmiPrvSE, wmpnetwk,
07/04/2018 00:11:44 | System.Collections.Generic.KeyNotFoundException: Данный ключ отсутствует в словаре.
07/04/2018 00:11:44 | в System.ThrowHelper.ThrowKeyNotFoundException()
07/04/2018 00:11:44 | в System.Collections.Generic.Dictionary`2.get_Item(TKey key)
07/04/2018 00:11:44 | в Cosmoteer.Game.Gui.BuildToolbox.AddPartGroup(String groupdID, LayoutBox parent, ListBox groupButtonsBox) в C:\Users\Walt\Documents\Code\Cosmoteer\Source\Game\Gui\BuildToolbox.cs:строка 1017
07/04/2018 00:11:44 | в Cosmoteer.Game.Gui.BuildToolbox.GetPartGroup(Dictionary`2 groupBoxes, LayoutBox defaultBox, String groupID, LayoutBox parent, ListBox groupButtonsBox) в C:\Users\Walt\Documents\Code\Cosmoteer\Source\Game\Gui\BuildToolbox.cs:строка 1008
07/04/2018 00:11:44 | в Cosmoteer.Game.Gui.BuildToolbox..ctor(GameRoot game, GameGui gameGui) в C:\Users\Walt\Documents\Code\Cosmoteer\Source\Game\Gui\BuildToolbox.cs:строка 465
07/04/2018 00:11:44 | в Cosmoteer.Game.Gui.ShipGui..ctor(GameRoot game, GameGui gameGui) в C:\Users\Walt\Documents\Code\Cosmoteer\Source\Game\Gui\ShipGui.cs:строка 405
07/04/2018 00:11:44 | в Cosmoteer.Game.Gui.GameGui..ctor(GameRoot game) в C:\Users\Walt\Documents\Code\Cosmoteer\Source\Game\Gui\GameGui.cs:строка 317
07/04/2018 00:11:44 | в Cosmoteer.Game.GameRoot..ctor(NetManagerFactory netManager) в C:\Users\Walt\Documents\Code\Cosmoteer\Source\Game\GameRoot.cs:строка 262
07/04/2018 00:11:44 | в Cosmoteer.Game.GameRoot..ctor(GameModeFactory gameMode, NetManagerFactory netManager) в C:\Users\Walt\Documents\Code\Cosmoteer\Source\Game\GameRoot.cs:строка 275
07/04/2018 00:11:44 | в Cosmoteer.Modes.SinglePlayer.Bounty.BountyModeConfigGui.CreateGame() в C:\Users\Walt\Documents\Code\Cosmoteer\Source\Modes\SinglePlayer\Bounty\BountyModeConfigGui.cs:строка 198
07/04/2018 00:11:44 | в Cosmoteer.Gui.NewGameDialog.OnOkayClicked(Object sender, EventArgs e) в C:\Users\Walt\Documents\Code\Cosmoteer\Source\Gui\NewGameDialog.cs:строка 113
07/04/2018 00:11:44 | в System.EventHandler`1.Invoke(Object sender, TEventArgs e)
07/04/2018 00:11:44 | в Halfling.Gui.Components.Input.WidgetClickController.OnClicked(Boolean detectDoubleClick) в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Components\Input\WidgetClickController.cs:строка 258
07/04/2018 00:11:44 | в Halfling.Events.WeakEventHandler.EventState`1.OnSourceEventFired(Object sender, TEventArgs args) в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Events\WeakEventHandler.cs:строка 297
07/04/2018 00:11:44 | в System.EventHandler`1.Invoke(Object sender, TEventArgs e)
07/04/2018 00:11:44 | в Halfling.Gui.Components.Input.WidgetInputStateController.set_InputState(InputState value) в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Components\Input\WidgetInputStateController.cs:строка 38
07/04/2018 00:11:44 | в Halfling.Gui.Components.Input.WidgetInputStateController.OnMouseStayed() в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Components\Input\WidgetInputStateController.cs:строка 208
07/04/2018 00:11:44 | в Halfling.Gui.Widget.OnMouseStayed() в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Widget.cs:строка 1665
07/04/2018 00:11:44 | в Halfling.Gui.Widget.Halfling.Gui.Components.Children.IChildWidget.OnMouseInParent(Boolean alreadyReacted) в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Widget.cs:строка 1532
07/04/2018 00:11:44 | в Halfling.Gui.Components.Children.WidgetChildren`1.OnMouseStayed() в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Components\Children\WidgetChildren.cs:строка 1517
07/04/2018 00:11:44 | в Halfling.Gui.Widget.OnMouseStayed() в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Widget.cs:строка 1665
07/04/2018 00:11:44 | в Halfling.Gui.Widget.Halfling.Gui.Components.Children.IChildWidget.OnMouseInParent(Boolean alreadyReacted) в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Widget.cs:строка 1532
07/04/2018 00:11:44 | в Halfling.Gui.Components.Children.WidgetChildren`1.OnMouseStayed() в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Components\Children\WidgetChildren.cs:строка 1517
07/04/2018 00:11:44 | в Halfling.Gui.Widget.OnMouseStayed() в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Widget.cs:строка 1665
07/04/2018 00:11:44 | в Halfling.Gui.Widget.Halfling.Gui.Components.Children.IChildWidget.OnMouseInParent(Boolean alreadyReacted) в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Widget.cs:строка 1532
07/04/2018 00:11:44 | в Halfling.Gui.Components.Children.WidgetChildren`1.OnMouseStayed() в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Components\Children\WidgetChildren.cs:строка 1517
07/04/2018 00:11:44 | в Halfling.Gui.Widget.OnMouseStayed() в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Widget.cs:строка 1665
07/04/2018 00:11:44 | в Halfling.Gui.Widget.Halfling.Gui.Components.Children.IChildWidget.OnMouseInParent(Boolean alreadyReacted) в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Widget.cs:строка 1532
07/04/2018 00:11:44 | в Halfling.Gui.GuiRoot`1.Input() в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\GuiRoot.cs:строка 574
07/04/2018 00:11:44 | в Halfling.Application.AppStateEx.Halfling.Application.IAppState.Input(StateMethodInvoker inputParent) в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\AppStateEx.cs:строка 187
07/04/2018 00:11:44 | в Halfling.Application.Director.CallInput() в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Director.cs:строка 873
07/04/2018 00:11:44 | в Halfling.Application.Director.DoInput() в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Director.cs:строка 788
07/04/2018 00:11:44 | в Halfling.Application.Director.<GetRunIterator>d__83.MoveNext() в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Director.cs:строка 336
07/04/2018 00:11:44 | в Halfling.Application.Bases.GenericApp.<ApplicationMainIterator>d__42.MoveNext() в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Bases\GenericApp.cs:строка 249
07/04/2018 00:11:44 | в Halfling.Windows.D3D11.D3D11Window.RunGameLoop(String[] args, IEnumerable`1 iterator) в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingPlatformWDX\Windows\D3D11\D3D11Window.cs:строка 890
07/04/2018 00:11:44 | в Halfling.Application.Bases.GenericApp.ApplicationMain(String[] args) в C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Bases\GenericApp.cs:строка 165
07/04/2018 00:11:44 | в Cosmoteer.GameApp.Main(String[] args) в C:\Users\Walt\Documents\Code\Cosmoteer\Source\GameApp.cs:строка 119
07/04/2018 00:11:45 | Actual data hash: a3b8134adba633fa90d321dc7973fdd6
07/04/2018 00:11:45 | Expected data hash: a3b8134adba633fa90d321dc7973fdd6
07/04/2018 00:11:45 | Director received exit call.
07/04/2018 00:11:45 | Disposed default font.
07/04/2018 00:11:45 | Disposed XA2AudioManager device.
07/04/2018 00:11:45 | Disposed audio manager.
07/04/2018 00:11:45 | Disposed clock.
07/04/2018 00:11:45 | Disposed input manager.
07/04/2018 00:11:45 | Disposed graphics manager.
07/04/2018 00:11:45 | Disposed swap chain.
07/04/2018 00:11:45 | Disposed Direct3D device.
07/04/2018 00:11:45 | Disposed DXGI factory.
07/04/2018 00:11:45 | Closed Windows form.
07/04/2018 00:11:45 | Director received exit call.
07/04/2018 00:11:45 | Disposed window.
07/04/2018 00:11:45 | Disposed platform interface.
07/04/2018 00:11:45 | Closing log output file...