So... the Akinata Stargate and weapons mod. I'm currently having a issue with it, but can't figure out what...
So here's the log.
System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at Cosmoteer.Game.Gui.BuildToolbox.AddPartGroup(String groupdID, LayoutBox parent, ListBox groupButtonsBox) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Game\Gui\BuildToolbox.cs:line 1015
at Cosmoteer.Game.Gui.BuildToolbox.GetPartGroup(Dictionary`2 groupBoxes, LayoutBox defaultBox, String groupID, LayoutBox parent, ListBox groupButtonsBox) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Game\Gui\BuildToolbox.cs:line 1006
at Cosmoteer.Game.Gui.BuildToolbox..ctor(GameRoot game, GameGui gameGui) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Game\Gui\BuildToolbox.cs:line 473
at Cosmoteer.Game.Gui.ShipGui..ctor(GameRoot game, GameGui gameGui) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Game\Gui\ShipGui.cs:line 404
at Cosmoteer.Game.Gui.GameGui..ctor(GameRoot game) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Game\Gui\GameGui.cs:line 317
at Cosmoteer.Game.GameRoot..ctor(NetManagerFactory netManager) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Game\GameRoot.cs:line 266
at Cosmoteer.Game.GameRoot..ctor(GameModeFactory gameMode, NetManagerFactory netManager) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Game\GameRoot.cs:line 279
at Cosmoteer.Modes.SinglePlayer.Creative.CreativeModeConfigGui.CreateGame() in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Modes\SinglePlayer\Creative\CreativeModeConfigGui.cs:line 73
at Cosmoteer.Gui.NewGameDialog.OnOkayClicked(Object sender, EventArgs e) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Gui\NewGameDialog.cs:line 113
at System.EventHandler`1.Invoke(Object sender, TEventArgs e)
at Halfling.Gui.Components.Input.WidgetClickController.OnClicked(Boolean detectDoubleClick) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Components\Input\WidgetClickController.cs:line 258
at Halfling.Events.WeakEventHandler.EventState`1.OnSourceEventFired(Object sender, TEventArgs args) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Events\WeakEventHandler.cs:line 297
at System.EventHandler`1.Invoke(Object sender, TEventArgs e)
at Halfling.Gui.Components.Input.WidgetInputStateController.set_InputState(InputState value) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Components\Input\WidgetInputStateController.cs:line 38
at Halfling.Gui.Components.Input.WidgetInputStateController.OnMouseStayed() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Components\Input\WidgetInputStateController.cs:line 208
at Halfling.Gui.Widget.OnMouseStayed() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Widget.cs:line 1655
at Halfling.Gui.Widget.Halfling.Gui.Components.Children.IChildWidget.OnMouseInParent(Boolean alreadyReacted) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Widget.cs:line 1522
at Halfling.Gui.Components.Children.WidgetChildren`1.OnMouseStayed() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Components\Children\WidgetChildren.cs:line 1517
at Halfling.Gui.Widget.OnMouseStayed() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Widget.cs:line 1655
at Halfling.Gui.Widget.Halfling.Gui.Components.Children.IChildWidget.OnMouseInParent(Boolean alreadyReacted) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Widget.cs:line 1522
at Halfling.Gui.Components.Children.WidgetChildren`1.OnMouseStayed() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Components\Children\WidgetChildren.cs:line 1517
at Halfling.Gui.Widget.OnMouseStayed() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Widget.cs:line 1655
at Halfling.Gui.Widget.Halfling.Gui.Components.Children.IChildWidget.OnMouseInParent(Boolean alreadyReacted) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Widget.cs:line 1522
at Halfling.Gui.Components.Children.WidgetChildren`1.OnMouseStayed() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Components\Children\WidgetChildren.cs:line 1517
at Halfling.Gui.Widget.OnMouseStayed() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Widget.cs:line 1655
at Halfling.Gui.Widget.Halfling.Gui.Components.Children.IChildWidget.OnMouseInParent(Boolean alreadyReacted) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Widget.cs:line 1522
at Halfling.Gui.GuiRoot`1.Input() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\GuiRoot.cs:line 574
at Halfling.Application.AppStateEx.Halfling.Application.IAppState.Input(StateMethodInvoker inputParent) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\AppStateEx.cs:line 187
at Halfling.Application.Director.CallInput() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Director.cs:line 873
at Halfling.Application.Director.DoInput() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Director.cs:line 788
at Halfling.Application.Director.<GetRunIterator>d__83.MoveNext() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Director.cs:line 336
at Halfling.Application.Bases.GenericApp.<ApplicationMainIterator>d__42.MoveNext() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Bases\GenericApp.cs:line 249
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
at Halfling.Application.Bases.GenericApp.ApplicationMain(String[] args) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Bases\GenericApp.cs:line 165
at Cosmoteer.GameApp.Main(String[] args) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\GameApp.cs:line 119
04/20/2018 17:30:23 | Logging successful initialized.
04/20/2018 17:30:23 | .NET Runtime Version: 4.0.30319.42000
04/20/2018 17:30:23 | Running as a 64-bit process.
04/20/2018 17:30:23 | Local: en-US
04/20/2018 17:30:23 | Language: en-US
04/20/2018 17:30:23 | Cosmoteer version 0.13.9
04/20/2018 17:30:23 | Microsoft Windows 7 Professional 64-bit 6.1.7601
04/20/2018 17:30:23 | Intel(R) Core(TM)2 Duo CPU T8300 @ 2.40GHz (2 logical processors)
04/20/2018 17:30:23 | 4086.0 MB RAM
04/20/2018 17:30:23 | Mobile Intel(R) 965 Express Chipset Family (8.15.10.1930) (9/22/2009)
04/20/2018 17:30:23 | 384.0 MB VRAM
04/20/2018 17:30:23 |
04/20/2018 17:30:24 | Loaded app settings.
04/20/2018 17:30:24 | Mixpanel Distinct ID: 4658939787127FE214DE8F1D390831B2
04/20/2018 17:30:24 | Process is now DPI-aware.
04/20/2018 17:30:24 | Setup default cursor.
04/20/2018 17:30:24 | Using display adapter 0
04/20/2018 17:30:24 | Created DXGI factory.
04/20/2018 17:30:24 | Adapter #0: Mobile Intel(R) 965 Express Chipset Family
04/20/2018 17:30:24 | Output #0: Generic PnP Monitor (1280x800)
04/20/2018 17:30:24 | Updated Windows form configuration for borderless window.
04/20/2018 17:30:24 | Created Windows form.
04/20/2018 17:30:24 | Direct3D Feature Level: Level_10_0
04/20/2018 17:30:24 | Created Direct3D 11 Device.
04/20/2018 17:30:24 | Created swap chain: 1280x800.
04/20/2018 17:30:24 | Created window.
04/20/2018 17:30:24 | Created clock.
04/20/2018 17:30:24 | Created graphics manager.
04/20/2018 17:30:24 | Created XAudio2 device.
04/20/2018 17:30:24 | Created audio manager.
04/20/2018 17:30:24 | Created input manager.
04/20/2018 17:30:24 | Created default font.
04/20/2018 17:30:24 | Initial app state is 'MainMenu'
04/20/2018 17:30:24 | Initial application settings:
04/20/2018 17:30:24 | LastGameVersion:
04/20/2018 17:30:24 | InitState: MainMenu
04/20/2018 17:30:24 | Language:
04/20/2018 17:30:24 | LockCursor: True
04/20/2018 17:30:24 | EdgePanMode: Analog
04/20/2018 17:30:24 | EdgePanSpeed: 15
04/20/2018 17:30:24 | KeyboardPanSpeed: 15
04/20/2018 17:30:24 | KeyboardZoomSpeed: 10
04/20/2018 17:30:24 | KeyboardRotSpeed: 90°
04/20/2018 17:30:24 | EnableMouseWheelZoom: True
04/20/2018 17:30:24 | InvertMouseWheelZoom: False
04/20/2018 17:30:24 | MouseWheelZoomSpeed: 1.12
04/20/2018 17:30:24 | MouseWheelZoomAtCursor: True
04/20/2018 17:30:24 | StickyFocus: True
04/20/2018 17:30:24 | DpiScaleMode: Dpi100
04/20/2018 17:30:24 | AnimateBackgrounds: True
04/20/2018 17:30:24 | FancyParticles: True
04/20/2018 17:30:24 | UncompressedTextures: False
04/20/2018 17:30:24 | AllowShipDeselection: False
04/20/2018 17:30:24 | CtrlSelectsParts: False
04/20/2018 17:30:24 | PreferBlueprintMode: False
04/20/2018 17:30:24 | BlueprintAutoPause: True
04/20/2018 17:30:24 | BuildAutoFocus: True
04/20/2018 17:30:24 | BuildAutoRotate: True
04/20/2018 17:30:24 | BuildAutoInteriors: True
04/20/2018 17:30:24 | PaintAutoFocus: True
04/20/2018 17:30:24 | PaintAutoRotate: True
04/20/2018 17:30:24 | PaintAllowOverwrite: True
04/20/2018 17:30:24 | PaintMirrorEnabled: False
04/20/2018 17:30:24 | PaintMirrorAxis: Vertical
04/20/2018 17:30:24 | RepairAutoFocus: True
04/20/2018 17:30:24 | RepairAutoRotate: False
04/20/2018 17:30:24 | BuildAllowOverwrite: True
04/20/2018 17:30:24 | BuildAutoDoors: True
04/20/2018 17:30:24 | BuildEnforceCrewAccess: True
04/20/2018 17:30:24 | BuildMirrorEnabled: False
04/20/2018 17:30:24 | BuildMirrorAxis: Vertical
04/20/2018 17:30:24 | GrabLeavesCorridors: True
04/20/2018 17:30:24 | RepairAutoDoors: True
04/20/2018 17:30:24 | AutoHireCrew: True
04/20/2018 17:30:24 | PartToolTips: True
04/20/2018 17:30:24 | AutoSave: True
04/20/2018 17:30:24 | AutoSavesToKeep: 10
04/20/2018 17:30:24 | QuickSavesToKeep: 10
04/20/2018 17:30:24 | AutoSaveInterval: 600
04/20/2018 17:30:24 | FtlAutoSave: True
04/20/2018 17:30:24 | ShowOnShipIndicators: True
04/20/2018 17:30:24 | AutoPauseOnLostFocus: True
04/20/2018 17:30:24 | ScreenShake: True
04/20/2018 17:30:24 | VersionCheckMode: Stable
04/20/2018 17:30:24 | EnableMetrics: True
04/20/2018 17:30:24 | PreferBorderlessWindowToggle: False
04/20/2018 17:30:24 | MasterVolume: 1
04/20/2018 17:30:24 | EffectsVolume: 1
04/20/2018 17:30:24 | InterfaceVolume: 1
04/20/2018 17:30:24 | ShowTutorials: True
04/20/2018 17:30:24 | AutoFtlJump: False
04/20/2018 17:30:24 | PaintSchemes: System.Collections.Generic.List`1[Cosmoteer.Ships.PaintScheme]
04/20/2018 17:30:24 | DefaultBuildTool: Grab
04/20/2018 17:30:24 | DefaultDecalTool: Grab
04/20/2018 17:30:24 | DontReportErrorsForShips: System.Collections.Generic.HashSet`1[System.String]
04/20/2018 17:30:24 | TutorialPageStates: System.Collections.Generic.Dictionary`2[System.String,Cosmoteer.Tutorials.TutorialPageState]
04/20/2018 17:30:24 | PlayerColor:
04/20/2018 17:30:24 | EnemyColor:
04/20/2018 17:30:24 | NeutralColor:
04/20/2018 17:30:24 | MiniviewInCombatMode: Auto
04/20/2018 17:30:24 | MiniviewNotInCombatMode: Auto
04/20/2018 17:30:24 | MiniviewLockRotation: False
04/20/2018 17:30:24 | MiniviewSize:
04/20/2018 17:30:24 | ShowInteriors: False
04/20/2018 17:30:24 | AlwaysShowCommandWidgets: False
04/20/2018 17:30:24 | PreferShipRelativeAttackAngle: False
04/20/2018 17:30:24 | PreferWorldRelativeFollowAngle: False
04/20/2018 17:30:24 | ShipLibraryLargeIcons: False
04/20/2018 17:30:24 | AdHocFormations: False
04/20/2018 17:30:24 | EnabledMods: System.Collections.Generic.HashSet`1[System.String]
04/20/2018 17:30:24 | DeleteFileOnStartup:
04/20/2018 17:30:24 | FeedbackEmail:
04/20/2018 17:30:24 | DefaultGameMode:
04/20/2018 17:30:24 | DefaultCreativeModeMapSize: 0
04/20/2018 17:30:24 | DefaultBountyModeDifficulty: 0
04/20/2018 17:30:24 | DefaultBountyModeMapSize: 0
04/20/2018 17:30:24 | DefaultBountyModeStarterShip: 0
04/20/2018 17:30:24 | WarnOutOfDateGpuDrivers: True
04/20/2018 17:30:24 | DefaultMPJoinHostname:
04/20/2018 17:30:24 | PlayerName:
04/20/2018 17:30:24 | MPShipColorMode: RandomPerPlayer
04/20/2018 17:30:24 | MPBlipColorMode: FriendAndFoe
04/20/2018 17:30:24 | AutoPortForwarding: True
04/20/2018 17:30:24 | DisplayPublicIP: True
04/20/2018 17:30:24 | PreferLAN: False
04/20/2018 17:30:24 | CustomServers: System.Collections.Generic.List`1[Cosmoteer.Multiplayer.ServerInfo]
04/20/2018 17:30:24 | DefaultServer: 0
04/20/2018 17:30:24 | ShowNewsOnStartup: True
04/20/2018 17:30:24 | ReadNewsArticles: System.Collections.Generic.HashSet`1[System.String]
04/20/2018 17:30:24 | ShowNewsAlerts: True
04/20/2018 17:30:24 | HiddenNewsAlerts: System.Collections.Generic.HashSet`1[System.String]
04/20/2018 17:30:24 | MutedPlayers: System.Collections.Generic.HashSet`1[Halfling.Platforms.MachineID]
04/20/2018 17:30:24 | BannedPlayers: System.Collections.Generic.HashSet`1[Halfling.Platforms.MachineID]
04/20/2018 17:30:24 | Starting main game loop...
04/20/2018 17:30:24 | Enabled mods:
04/20/2018 17:30:25 | 0.2.7ClassicJam.Star_Wars_Galaxy
04/20/2018 17:30:25 | Akinata_stargate_weapons
04/20/2018 17:30:25 | Drones ++
04/20/2018 17:30:25 | Meranera_additional_weapons
04/20/2018 17:30:25 | Loaded language 'en'.
04/20/2018 17:30:27 | Output compiling shader 'C:\Users\Cameron.dell-PC.000\Documents\My Games\Cosmoteer\Mods\0.2.7ClassicJam.Star_Wars_Galaxy\0.2.7ClassicJam.Star_Wars_Galaxy\advanced_shield\advanced_shield.shader' (pix):
04/20/2018 17:30:27 | C:\Program Files (x86)\Cosmoteer\unknown(20,69-160): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
04/20/2018 17:30:27 |
04/20/2018 17:30:29 | Output compiling shader 'C:\Users\Cameron.dell-PC.000\Documents\My Games\Cosmoteer\Mods\0.2.7ClassicJam.Star_Wars_Galaxy\0.2.7ClassicJam.Star_Wars_Galaxy\Shields\ShieldGenSml\shield.shader' (pix):
04/20/2018 17:30:29 | C:\Program Files (x86)\Cosmoteer\unknown(20,69-160): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
04/20/2018 17:30:29 |
04/20/2018 17:30:29 | Output compiling shader 'C:\Users\Cameron.dell-PC.000\Documents\My Games\Cosmoteer\Mods\0.2.7ClassicJam.Star_Wars_Galaxy\0.2.7ClassicJam.Star_Wars_Galaxy\Shields\ShieldGenInt\shield.shader' (pix):
04/20/2018 17:30:29 | C:\Program Files (x86)\Cosmoteer\unknown(20,69-160): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
04/20/2018 17:30:29 |
04/20/2018 17:30:29 | Output compiling shader 'C:\Users\Cameron.dell-PC.000\Documents\My Games\Cosmoteer\Mods\0.2.7ClassicJam.Star_Wars_Galaxy\0.2.7ClassicJam.Star_Wars_Galaxy\Shields\ShieldGenLrg\shield.shader' (pix):
04/20/2018 17:30:29 | C:\Program Files (x86)\Cosmoteer\unknown(20,69-160): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
04/20/2018 17:30:29 |
04/20/2018 17:30:40 | Loaded game rules.
04/20/2018 17:30:54 | Memory usage at time of crash: 812,744,704
04/20/2018 17:30:54 | Application state stack at time of crash:
04/20/2018 17:30:54 | Cosmoteer.Gui.TitleScreen
04/20/2018 17:30:54 | FPS at time of crash: 12.3561
04/20/2018 17:30:54 | Running processes at time of crash: AppleMobileDeviceService, aswidsagenta, audiodg, AutoEJCD, AutoInstallEJCDSvc, AvastSvc, AvastUI, chrome, Cosmoteer, csrss, dwm, explorer, GoogleCrashHandler, GoogleCrashHandler64, GoogleUpdate, hkcmd, HwBtnDetector, Idle, igfxpers, igfxsrvc, igfxtray, jswpbapi, jucheck, jusched, lsass, lsm, mDNSResponder, nvvsvc, nvxdsync, SearchFilterHost, SearchIndexer, SearchProtocolHost, services, smss, spoolsv, sppsvc, svchost, System, taskhost, unsecapp, wininit, winlogon, WinRateSync_, WmiPrvSE, wmpnetwk,
04/20/2018 17:30:54 | System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
04/20/2018 17:30:54 | at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
04/20/2018 17:30:54 | at Cosmoteer.Game.Gui.BuildToolbox.AddPartGroup(String groupdID, LayoutBox parent, ListBox groupButtonsBox) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Game\Gui\BuildToolbox.cs:line 1015
04/20/2018 17:30:54 | at Cosmoteer.Game.Gui.BuildToolbox.GetPartGroup(Dictionary`2 groupBoxes, LayoutBox defaultBox, String groupID, LayoutBox parent, ListBox groupButtonsBox) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Game\Gui\BuildToolbox.cs:line 1006
04/20/2018 17:30:54 | at Cosmoteer.Game.Gui.BuildToolbox..ctor(GameRoot game, GameGui gameGui) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Game\Gui\BuildToolbox.cs:line 473
04/20/2018 17:30:54 | at Cosmoteer.Game.Gui.ShipGui..ctor(GameRoot game, GameGui gameGui) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Game\Gui\ShipGui.cs:line 404
04/20/2018 17:30:54 | at Cosmoteer.Game.Gui.GameGui..ctor(GameRoot game) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Game\Gui\GameGui.cs:line 317
04/20/2018 17:30:54 | at Cosmoteer.Game.GameRoot..ctor(NetManagerFactory netManager) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Game\GameRoot.cs:line 266
04/20/2018 17:30:54 | at Cosmoteer.Game.GameRoot..ctor(GameModeFactory gameMode, NetManagerFactory netManager) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Game\GameRoot.cs:line 279
04/20/2018 17:30:54 | at Cosmoteer.Modes.SinglePlayer.Creative.CreativeModeConfigGui.CreateGame() in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Modes\SinglePlayer\Creative\CreativeModeConfigGui.cs:line 73
04/20/2018 17:30:54 | at Cosmoteer.Gui.NewGameDialog.OnOkayClicked(Object sender, EventArgs e) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Gui\NewGameDialog.cs:line 113
04/20/2018 17:30:54 | at System.EventHandler`1.Invoke(Object sender, TEventArgs e)
04/20/2018 17:30:54 | at Halfling.Gui.Components.Input.WidgetClickController.OnClicked(Boolean detectDoubleClick) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Components\Input\WidgetClickController.cs:line 258
04/20/2018 17:30:54 | at Halfling.Events.WeakEventHandler.EventState`1.OnSourceEventFired(Object sender, TEventArgs args) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Events\WeakEventHandler.cs:line 297
04/20/2018 17:30:54 | at System.EventHandler`1.Invoke(Object sender, TEventArgs e)
04/20/2018 17:30:54 | at Halfling.Gui.Components.Input.WidgetInputStateController.set_InputState(InputState value) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Components\Input\WidgetInputStateController.cs:line 38
04/20/2018 17:30:54 | at Halfling.Gui.Components.Input.WidgetInputStateController.OnMouseStayed() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Components\Input\WidgetInputStateController.cs:line 208
04/20/2018 17:30:54 | at Halfling.Gui.Widget.OnMouseStayed() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Widget.cs:line 1655
04/20/2018 17:30:54 | at Halfling.Gui.Widget.Halfling.Gui.Components.Children.IChildWidget.OnMouseInParent(Boolean alreadyReacted) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Widget.cs:line 1522
04/20/2018 17:30:54 | at Halfling.Gui.Components.Children.WidgetChildren`1.OnMouseStayed() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Components\Children\WidgetChildren.cs:line 1517
04/20/2018 17:30:54 | at Halfling.Gui.Widget.OnMouseStayed() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Widget.cs:line 1655
04/20/2018 17:30:54 | at Halfling.Gui.Widget.Halfling.Gui.Components.Children.IChildWidget.OnMouseInParent(Boolean alreadyReacted) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Widget.cs:line 1522
04/20/2018 17:30:54 | at Halfling.Gui.Components.Children.WidgetChildren`1.OnMouseStayed() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Components\Children\WidgetChildren.cs:line 1517
04/20/2018 17:30:54 | at Halfling.Gui.Widget.OnMouseStayed() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Widget.cs:line 1655
04/20/2018 17:30:54 | at Halfling.Gui.Widget.Halfling.Gui.Components.Children.IChildWidget.OnMouseInParent(Boolean alreadyReacted) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Widget.cs:line 1522
04/20/2018 17:30:54 | at Halfling.Gui.Components.Children.WidgetChildren`1.OnMouseStayed() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Components\Children\WidgetChildren.cs:line 1517
04/20/2018 17:30:54 | at Halfling.Gui.Widget.OnMouseStayed() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Widget.cs:line 1655
04/20/2018 17:30:54 | at Halfling.Gui.Widget.Halfling.Gui.Components.Children.IChildWidget.OnMouseInParent(Boolean alreadyReacted) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Widget.cs:line 1522
04/20/2018 17:30:54 | at Halfling.Gui.GuiRoot`1.Input() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\GuiRoot.cs:line 574
04/20/2018 17:30:54 | at Halfling.Application.AppStateEx.Halfling.Application.IAppState.Input(StateMethodInvoker inputParent) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\AppStateEx.cs:line 187
04/20/2018 17:30:54 | at Halfling.Application.Director.CallInput() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Director.cs:line 873
04/20/2018 17:30:54 | at Halfling.Application.Director.DoInput() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Director.cs:line 788
04/20/2018 17:30:54 | at Halfling.Application.Director.<GetRunIterator>d__83.MoveNext() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Director.cs:line 336
04/20/2018 17:30:54 | at Halfling.Application.Bases.GenericApp.<ApplicationMainIterator>d__42.MoveNext() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Bases\GenericApp.cs:line 249
04/20/2018 17:30:54 | 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
04/20/2018 17:30:54 | at Halfling.Application.Bases.GenericApp.ApplicationMain(String[] args) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Bases\GenericApp.cs:line 165
04/20/2018 17:30:54 | at Cosmoteer.GameApp.Main(String[] args) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\GameApp.cs:line 119
04/20/2018 17:30:55 | Actual data hash: 4f1aad7ecc8b4f5a2572f19bbe2d7540
04/20/2018 17:30:55 | Expected data hash: 4f1aad7ecc8b4f5a2572f19bbe2d7540
04/20/2018 17:30:55 | Director received exit call.
04/20/2018 17:30:55 | Disposed default font.
04/20/2018 17:30:55 | Disposed XA2AudioManager device.
04/20/2018 17:30:55 | Disposed audio manager.
04/20/2018 17:30:55 | Disposed clock.
04/20/2018 17:30:55 | Disposed input manager.
04/20/2018 17:30:55 | Disposed graphics manager.
04/20/2018 17:30:55 | Disposed swap chain.
04/20/2018 17:30:55 | Disposed Direct3D device.
04/20/2018 17:30:55 | Disposed DXGI factory.
04/20/2018 17:30:55 | Closed Windows form.
04/20/2018 17:30:55 | Director received exit call.
04/20/2018 17:30:55 | Disposed window.
04/20/2018 17:30:55 | Disposed platform interface.
04/20/2018 17:30:55 | Closing log output file...