when i open setting cosmoteer crashes here the bug report Halfling.ObjectText.OTParseException: Unexpected character (
) at position Line=12,Char=1 in file "C:\Program Files\Cosmoteer\Mods\0.2.1.ClassicJam.Star_Wars_Galaxy\Strings\ja.txt".
at Halfling.ObjectText.OTFile.ParseFromStream(TextReader reader) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\ObjectText\OTFile.cs:line 319
at Halfling.ObjectText.OTFile.Parse() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\ObjectText\OTFile.cs:line 294
at Halfling.ObjectText.OTFile..ctor(String filepath) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\ObjectText\OTFile.cs:line 96
at Cosmoteer.Localization.Strings.GetAvailableLanguages() in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Localization\Strings.cs:line 219
at Cosmoteer.Menus.SettingsDialog.CreateInterfaceControls(ScrollBox parent) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Menus\SettingsDialog.cs:line 716
at Cosmoteer.Menus.SettingsDialog..ctor() in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Menus\SettingsDialog.cs:line 225
at Cosmoteer.Menus.MainMenu.OnSettingsClicked(Object sender, EventArgs e) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Menus\MainMenu.cs:line 326
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 251
at Halfling.Gui.Components.Input.WidgetClickController.OnInputStateChanged(Object sender, ValueChangedEventArgs`1 e) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Components\Input\WidgetClickController.cs:line 232
at Halfling.Events.WeakEventHandler.OpenDelegate`2.Invoke(Object target, Object sender, TEventArgs e) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Events\WeakEventHandler.cs:line 395
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 36
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 1617
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 1481
at Halfling.Gui.Components.Children.WidgetChildren`1.OnMouseStayed() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Components\Children\WidgetChildren.cs:line 1506
at Halfling.Gui.Widget.OnMouseStayed() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Widget.cs:line 1617
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 1481
at Halfling.Gui.Components.Children.WidgetChildren`1.OnMouseStayed() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Components\Children\WidgetChildren.cs:line 1506
at Halfling.Gui.Widget.OnMouseStayed() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Widget.cs:line 1617
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 1481
at Halfling.Gui.Components.Children.WidgetChildren`1.OnMouseStayed() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Components\Children\WidgetChildren.cs:line 1506
at Halfling.Gui.Widget.OnMouseStayed() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Widget.cs:line 1617
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 1481
at Halfling.Gui.GuiRoot`1.Input() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\GuiRoot.cs:line 562
at Halfling.Gui.GuiRoot`1.Input(StateMethodInvoker inputParent) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\GuiRoot.cs:line 892
at Halfling.Application.AppStateEx.Halfling.Application.IAppState.Input(StateMethodInvoker inputParent) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\AppStateEx.cs:line 162
at Halfling.Application.Director.CallInput() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Director.cs:line 734
at Halfling.Application.Director.DoInput() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Director.cs:line 680
at Halfling.Application.Director.<GetRunIterator>d__83.MoveNext() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Director.cs:line 334
at Halfling.Application.Bases.GenericApp.<ApplicationMainIterator>d__40.MoveNext() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Bases\GenericApp.cs:line 243
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 870
at Halfling.Application.Bases.GenericApp.ApplicationMain(String[] args) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Bases\GenericApp.cs:line 159
at Cosmoteer.GameApp.Main(String[] args) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\GameApp.cs:line 75
08/25/2017 17:48:05 | Logging successful initialized.
08/25/2017 17:48:05 | .NET Runtime Version: 4.0.30319.42000
08/25/2017 17:48:05 | Local: en-GB
08/25/2017 17:48:05 | Language: en-US
08/25/2017 17:48:05 | Cosmoteer version 0.12.10
08/25/2017 17:48:05 | Microsoft Windows 7 Professional 32-bit 6.1.7601
08/25/2017 17:48:05 | Intel(R) Core(TM)2 Duo CPU P8700 @ 2.53GHz (2 logical processors)
08/25/2017 17:48:05 | 3535.9 MB RAM
08/25/2017 17:48:05 | Mobile Intel(R) 4 Series Express Chipset Family (8.15.10.2869)
08/25/2017 17:48:05 | 1544.0 MB VRAM
08/25/2017 17:48:05 |
08/25/2017 17:48:07 | Loaded app settings.
08/25/2017 17:48:07 | Mixpanel Distinct ID: 35115853-f7f5-4b63-b053-ebbe09af14b1
08/25/2017 17:48:08 | Process is now DPI-aware.
08/25/2017 17:48:08 | Setup default cursor.
08/25/2017 17:48:08 | Using display adapter 0
08/25/2017 17:48:08 | Created DXGI factory.
08/25/2017 17:48:08 | Adapter #0: Mobile Intel(R) 4 Series Express Chipset Family
08/25/2017 17:48:08 | Output #0: Generic PnP Monitor (1280x800)
08/25/2017 17:48:08 | Updated Windows form configuration for full-screen.
08/25/2017 17:48:08 | Created Windows form.
08/25/2017 17:48:08 | Direct3D Feature Level: Level_10_0
08/25/2017 17:48:08 | Created Direct3D 11 Device.
08/25/2017 17:48:08 | Created swap chain: 1024x768.
08/25/2017 17:48:09 | Created window.
08/25/2017 17:48:09 | Created clock.
08/25/2017 17:48:09 | Created graphics manager.
08/25/2017 17:48:10 | Created XAudio2 device.
08/25/2017 17:48:10 | Created audio manager.
08/25/2017 17:48:10 | Created input manager.
08/25/2017 17:48:10 | Created default font.
08/25/2017 17:48:10 | Initial app state is 'MainMenu'
08/25/2017 17:48:10 | Initial application settings:
08/25/2017 17:48:10 | InitState: MainMenu
08/25/2017 17:48:10 | Language:
08/25/2017 17:48:10 | LockCursor: True
08/25/2017 17:48:10 | EdgePanMode: Analog
08/25/2017 17:48:10 | EdgePanSpeed: 15
08/25/2017 17:48:10 | KeyboardPanSpeed: 15
08/25/2017 17:48:10 | KeyboardZoomSpeed: 10
08/25/2017 17:48:10 | KeyboardRotSpeed: 90°
08/25/2017 17:48:10 | InvertMouseWheelZoom: False
08/25/2017 17:48:10 | MouseWheelZoomSpeed: 1.12
08/25/2017 17:48:10 | MouseWheelZoomAtCursor: True
08/25/2017 17:48:10 | StickyFocus: True
08/25/2017 17:48:10 | HighDpiMode: False
08/25/2017 17:48:10 | AnimateBackgrounds: True
08/25/2017 17:48:10 | FancyParticles: True
08/25/2017 17:48:10 | AllowShipDeselection: False
08/25/2017 17:48:10 | EasyPartSelection: False
08/25/2017 17:48:10 | PreferBlueprintMode: False
08/25/2017 17:48:10 | BlueprintAutoPause: True
08/25/2017 17:48:10 | BuildAutoFocus: True
08/25/2017 17:48:10 | BuildAutoRotate: True
08/25/2017 17:48:10 | BuildAutoInteriors: True
08/25/2017 17:48:10 | PaintAutoFocus: True
08/25/2017 17:48:10 | PaintAutoRotate: True
08/25/2017 17:48:10 | PaintAllowOverwrite: True
08/25/2017 17:48:10 | PaintMirrorMode: False
08/25/2017 17:48:10 | RepairAutoFocus: True
08/25/2017 17:48:10 | RepairAutoRotate: False
08/25/2017 17:48:10 | BuildAllowOverwrite: True
08/25/2017 17:48:10 | BuildAutoDoors: True
08/25/2017 17:48:10 | BuildEnforceCrewAccess: True
08/25/2017 17:48:10 | BuildMirrorMode: False
08/25/2017 17:48:10 | GrabLeavesCorridors: True
08/25/2017 17:48:10 | RepairAutoDoors: True
08/25/2017 17:48:10 | AutoHireCrew: True
08/25/2017 17:48:10 | PartToolTips: True
08/25/2017 17:48:10 | AutoSave: True
08/25/2017 17:48:10 | AutoSaveInterval: 600
08/25/2017 17:48:10 | FtlAutoSave: True
08/25/2017 17:48:10 | ShowOnShipIndicators: True
08/25/2017 17:48:10 | AutoPauseOnLostFocus: True
08/25/2017 17:48:10 | ScreenShake: True
08/25/2017 17:48:10 | VersionCheckMode: Stable
08/25/2017 17:48:10 | EnableMetrics: True
08/25/2017 17:48:10 | PreferBorderlessWindowToggle: False
08/25/2017 17:48:10 | MasterVolume: 1
08/25/2017 17:48:10 | EffectsVolume: 1
08/25/2017 17:48:10 | InterfaceVolume: 1
08/25/2017 17:48:10 | ShowTutorials: True
08/25/2017 17:48:10 | AutoFtlJump: False
08/25/2017 17:48:10 | PaintSchemes: System.Collections.Generic.List`1[Cosmoteer.Ships.PaintScheme]
08/25/2017 17:48:10 | DefaultBuildTool: Grab
08/25/2017 17:48:10 | DefaultDecalTool: Grab
08/25/2017 17:48:10 | DontReportErrorsForShips: System.Collections.Generic.HashSet`1[System.String]
08/25/2017 17:48:10 | TutorialPageStates: System.Collections.Generic.Dictionary`2[System.String,Cosmoteer.Tutorials.TutorialPageState]
08/25/2017 17:48:10 | PlayerColor:
08/25/2017 17:48:10 | EnemyColor:
08/25/2017 17:48:10 | NeutralColor:
08/25/2017 17:48:10 | MiniviewInCombatMode: Auto
08/25/2017 17:48:10 | MiniviewNotInCombatMode: Auto
08/25/2017 17:48:10 | MiniviewLockRotation: False
08/25/2017 17:48:10 | MiniviewSize:
08/25/2017 17:48:10 | ShowInteriors: False
08/25/2017 17:48:10 | AlwaysShowCommandWidgets: False
08/25/2017 17:48:10 | PreferWorldRelativeAttackAngle: False
08/25/2017 17:48:10 | PreferWorldRelativeFollowAngle: False
08/25/2017 17:48:10 | ShipLibraryLargeIcons: False
08/25/2017 17:48:10 | AdHocFormations: True
08/25/2017 17:48:10 | EnabledMods: System.Collections.Generic.HashSet`1[System.String]
08/25/2017 17:48:10 | DeleteFileOnStartup:
08/25/2017 17:48:10 | FeedbackEmail:
08/25/2017 17:48:10 | Starting main game loop...
08/25/2017 17:48:10 | Enabled mods:
08/25/2017 17:48:11 | 0.2.1.ClassicJam.Star_Wars_Galaxy
08/25/2017 17:48:11 | Capital Ship Weaponery
08/25/2017 17:48:11 | example_ship_library
08/25/2017 17:48:11 | huge_ships
08/25/2017 17:48:11 | More Missiles_v1.0.3
08/25/2017 17:48:11 | Loaded language 'en'.
08/25/2017 17:48:14 | Output compiling shader 'C:\Program Files\Cosmoteer\Mods\0.2.1.ClassicJam.Star_Wars_Galaxy\ShieldGenInt\shield.shader' (pix):
08/25/2017 17:48:14 | C:\Program Files\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
08/25/2017 17:48:14 |
08/25/2017 17:48:14 | Output compiling shader 'C:\Program Files\Cosmoteer\Mods\0.2.1.ClassicJam.Star_Wars_Galaxy\ShieldGenSml\shield.shader' (pix):
08/25/2017 17:48:14 | C:\Program Files\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
08/25/2017 17:48:14 |
08/25/2017 17:48:14 | Output compiling shader 'C:\Program Files\Cosmoteer\Mods\0.2.1.ClassicJam.Star_Wars_Galaxy\ShieldGenLrg\shield.shader' (pix):
08/25/2017 17:48:14 | C:\Program Files\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
08/25/2017 17:48:14 |
08/25/2017 17:48:14 | Output compiling shader 'C:\Program Files\Cosmoteer\Mods\0.2.1.ClassicJam.Star_Wars_Galaxy\advanced_shield\advanced_shield.shader' (pix):
08/25/2017 17:48:14 | C:\Program Files\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
08/25/2017 17:48:14 |
08/25/2017 17:48:28 | Loaded game rules.
08/25/2017 17:48:39 | Memory usage at time of crash: 1 089 216 512
08/25/2017 17:48:39 | Application state stack at time of crash:
08/25/2017 17:48:39 | Cosmoteer.Menus.MainMenu
08/25/2017 17:48:39 | FPS at time of crash: 90.20853
08/25/2017 17:48:39 | Running processes at time of crash:
08/25/2017 17:48:39 | AEstSrv
08/25/2017 17:48:39 | ApMsgFwd
08/25/2017 17:48:39 | ApntEx
08/25/2017 17:48:39 | Apoint
08/25/2017 17:48:39 | armsvc
08/25/2017 17:48:39 | aswidsagent
08/25/2017 17:48:39 | audiodg
08/25/2017 17:48:39 | AvastSvc
08/25/2017 17:48:39 | avastui
08/25/2017 17:48:39 | chrome
08/25/2017 17:48:39 | cmcore
08/25/2017 17:48:39 | cmtray
08/25/2017 17:48:39 | conhost
08/25/2017 17:48:39 | Cosmoteer
08/25/2017 17:48:39 | csrss
08/25/2017 17:48:39 | DSAService
08/25/2017 17:48:39 | DSATray
08/25/2017 17:48:39 | dwm
08/25/2017 17:48:39 | EvtEng
08/25/2017 17:48:39 | explorer
08/25/2017 17:48:39 | flux
08/25/2017 17:48:39 | hidfind
08/25/2017 17:48:39 | hkcmd
08/25/2017 17:48:39 | HostControlService
08/25/2017 17:48:39 | HostStorageService
08/25/2017 17:48:39 | Idle
08/25/2017 17:48:39 | igfxpers
08/25/2017 17:48:39 | IPROSetMonitor
08/25/2017 17:48:39 | jusched
08/25/2017 17:48:39 | LMS
08/25/2017 17:48:39 | lsass
08/25/2017 17:48:39 | lsm
08/25/2017 17:48:39 | mDNSResponder
08/25/2017 17:48:39 | RegSrvc
08/25/2017 17:48:39 | SearchIndexer
08/25/2017 17:48:39 | services
08/25/2017 17:48:39 | sidebar
08/25/2017 17:48:39 | smss
08/25/2017 17:48:39 | spoolsv
08/25/2017 17:48:39 | stacsv
08/25/2017 17:48:39 | sttray
08/25/2017 17:48:39 | svchost
08/25/2017 17:48:39 | System
08/25/2017 17:48:39 | taskhost
08/25/2017 17:48:39 | UNS
08/25/2017 17:48:39 | unsecapp
08/25/2017 17:48:39 | wininit
08/25/2017 17:48:39 | winlogon
08/25/2017 17:48:39 | wlanext
08/25/2017 17:48:39 | WmiPrvSE
08/25/2017 17:48:39 | wmpnetwk
08/25/2017 17:48:39 | WUDFHost
08/25/2017 17:48:39 | XBoxStat
08/25/2017 17:48:39 | Halfling.ObjectText.OTParseException: Unexpected character (
08/25/2017 17:48:39 | ) at position Line=12,Char=1 in file "C:\Program Files\Cosmoteer\Mods\0.2.1.ClassicJam.Star_Wars_Galaxy\Strings\ja.txt".
08/25/2017 17:48:39 | at Halfling.ObjectText.OTFile.ParseFromStream(TextReader reader) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\ObjectText\OTFile.cs:line 319
08/25/2017 17:48:39 | at Halfling.ObjectText.OTFile.Parse() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\ObjectText\OTFile.cs:line 294
08/25/2017 17:48:39 | at Halfling.ObjectText.OTFile..ctor(String filepath) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\ObjectText\OTFile.cs:line 96
08/25/2017 17:48:39 | at Cosmoteer.Localization.Strings.GetAvailableLanguages() in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Localization\Strings.cs:line 219
08/25/2017 17:48:39 | at Cosmoteer.Menus.SettingsDialog.CreateInterfaceControls(ScrollBox parent) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Menus\SettingsDialog.cs:line 716
08/25/2017 17:48:39 | at Cosmoteer.Menus.SettingsDialog..ctor() in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Menus\SettingsDialog.cs:line 225
08/25/2017 17:48:39 | at Cosmoteer.Menus.MainMenu.OnSettingsClicked(Object sender, EventArgs e) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Menus\MainMenu.cs:line 326
08/25/2017 17:48:39 | at System.EventHandler`1.Invoke(Object sender, TEventArgs e)
08/25/2017 17:48:39 | at Halfling.Gui.Components.Input.WidgetClickController.OnClicked(Boolean detectDoubleClick) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Components\Input\WidgetClickController.cs:line 251
08/25/2017 17:48:39 | at Halfling.Gui.Components.Input.WidgetClickController.OnInputStateChanged(Object sender, ValueChangedEventArgs`1 e) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Components\Input\WidgetClickController.cs:line 232
08/25/2017 17:48:39 | at Halfling.Events.WeakEventHandler.OpenDelegate`2.Invoke(Object target, Object sender, TEventArgs e) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Events\WeakEventHandler.cs:line 395
08/25/2017 17:48:39 | 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
08/25/2017 17:48:39 | at System.EventHandler`1.Invoke(Object sender, TEventArgs e)
08/25/2017 17:48:39 | 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 36
08/25/2017 17:48:39 | at Halfling.Gui.Components.Input.WidgetInputStateController.OnMouseStayed() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Components\Input\WidgetInputStateController.cs:line 208
08/25/2017 17:48:39 | at Halfling.Gui.Widget.OnMouseStayed() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Widget.cs:line 1617
08/25/2017 17:48:39 | 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 1481
08/25/2017 17:48:39 | at Halfling.Gui.Components.Children.WidgetChildren`1.OnMouseStayed() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Components\Children\WidgetChildren.cs:line 1506
08/25/2017 17:48:39 | at Halfling.Gui.Widget.OnMouseStayed() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Widget.cs:line 1617
08/25/2017 17:48:39 | 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 1481
08/25/2017 17:48:39 | at Halfling.Gui.Components.Children.WidgetChildren`1.OnMouseStayed() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Components\Children\WidgetChildren.cs:line 1506
08/25/2017 17:48:39 | at Halfling.Gui.Widget.OnMouseStayed() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Widget.cs:line 1617
08/25/2017 17:48:39 | 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 1481
08/25/2017 17:48:39 | at Halfling.Gui.Components.Children.WidgetChildren`1.OnMouseStayed() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Components\Children\WidgetChildren.cs:line 1506
08/25/2017 17:48:39 | at Halfling.Gui.Widget.OnMouseStayed() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\Widget.cs:line 1617
08/25/2017 17:48:39 | 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 1481
08/25/2017 17:48:39 | at Halfling.Gui.GuiRoot`1.Input() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\GuiRoot.cs:line 562
08/25/2017 17:48:39 | at Halfling.Gui.GuiRoot`1.Input(StateMethodInvoker inputParent) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Gui\GuiRoot.cs:line 892
08/25/2017 17:48:39 | at Halfling.Application.AppStateEx.Halfling.Application.IAppState.Input(StateMethodInvoker inputParent) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\AppStateEx.cs:line 162
08/25/2017 17:48:39 | at Halfling.Application.Director.CallInput() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Director.cs:line 734
08/25/2017 17:48:39 | at Halfling.Application.Director.DoInput() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Director.cs:line 680
08/25/2017 17:48:39 | at Halfling.Application.Director.<GetRunIterator>d__83.MoveNext() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Director.cs:line 334
08/25/2017 17:48:39 | at Halfling.Application.Bases.GenericApp.<ApplicationMainIterator>d__40.MoveNext() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Bases\GenericApp.cs:line 243
08/25/2017 17:48:39 | 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 870
08/25/2017 17:48:39 | at Halfling.Application.Bases.GenericApp.ApplicationMain(String[] args) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Bases\GenericApp.cs:line 159
08/25/2017 17:48:39 | at Cosmoteer.GameApp.Main(String[] args) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\GameApp.cs:line 75
08/25/2017 17:48:40 | Actual data hash: c2cd22300882a870cf2a8d8268d3111a
08/25/2017 17:48:40 | Expected data hash: c2cd22300882a870cf2a8d8268d3111a
08/25/2017 17:48:40 | Director received exit call.
08/25/2017 17:48:40 | Disposed default font.
08/25/2017 17:48:40 | Disposed XA2AudioManager device.
08/25/2017 17:48:40 | Disposed audio manager.
08/25/2017 17:48:40 | Disposed clock.
08/25/2017 17:48:40 | Disposed input manager.
08/25/2017 17:48:40 | Disposed graphics manager.
08/25/2017 17:48:42 | Disposed swap chain.
08/25/2017 17:48:42 | Disposed Direct3D device.
08/25/2017 17:48:42 | Disposed DXGI factory.
08/25/2017 17:48:42 | Closed Windows form.
08/25/2017 17:48:42 | Director received exit call.
08/25/2017 17:48:42 | Disposed window.
08/25/2017 17:48:42 | Disposed platform interface.
08/25/2017 17:48:42 | Closing log output file...