Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. SharpDX.SharpDXException: HRESULT: [0x887A0005], Module: [SharpDX.DXGI], ApiCode: [DXGI_ERROR_DEVICE_REMOVED/DeviceRemoved], Message: The GPU device instance has been suspended. Use GetDeviceRemovedReason to determine the appropriate action.
  2.  
  3.  
  4.  
  5. at SharpDX.Result.CheckError()
  6.  
  7. at SharpDX.DXGI.SwapChain.Present(Int32 syncInterval, PresentFlags flags)
  8.  
  9. 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 785
  10.  
  11. at Halfling.Application.Bases.GenericApp.ApplicationMain(String[] args) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Bases\GenericApp.cs:line 158
  12.  
  13. at Cosmoteer.GameApp.Main(String[] args) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\GameApp.cs:line 69
  14.  
  15. 08/10/2017 00:23:57 | Logging successful initialized.
  16.  
  17. 08/10/2017 00:23:57 | Local: en-US
  18.  
  19. 08/10/2017 00:23:57 | Language: en-US
  20.  
  21. 08/10/2017 00:23:57 | Cosmoteer version 0.12.9
  22.  
  23. 08/10/2017 00:23:57 | Microsoft Windows 8.1 Pro 32-bit 6.3.9600
  24.  
  25. 08/10/2017 00:23:57 | Intel(R) Celeron(R) CPU 1000M @ 1.80GHz (2 logical processors)
  26.  
  27. 08/10/2017 00:23:57 | 1889.4 MB RAM
  28.  
  29. 08/10/2017 00:23:57 | Intel(R) HD Graphics (10.18.10.4276)
  30.  
  31. 08/10/2017 00:23:57 | 1008.7 MB VRAM
  32.  
  33. 08/10/2017 00:23:57 |
  34.  
  35. 08/10/2017 00:23:59 | Loaded app settings.
  36.  
  37. 08/10/2017 00:23:59 | Mixpanel Distinct ID: 3dce88cf-af39-4916-9731-ea0299aa5678
  38.  
  39. 08/10/2017 00:23:59 | Process is now DPI-aware.
  40.  
  41. 08/10/2017 00:23:59 | Setup default cursor.
  42.  
  43. 08/10/2017 00:24:00 | Using display adapter 0
  44.  
  45. 08/10/2017 00:24:00 | Created DXGI factory.
  46.  
  47. 08/10/2017 00:24:00 | Adapter #0: Intel(R) HD Graphics
  48.  
  49. 08/10/2017 00:24:00 | Output #0: Generic PnP Monitor (1366x768)
  50.  
  51. 08/10/2017 00:24:00 | Adapter #1: Microsoft Basic Render Driver
  52.  
  53. 08/10/2017 00:24:00 | Updated Windows form configuration for borderless window.
  54.  
  55. 08/10/2017 00:24:00 | Created Windows form.
  56.  
  57. 08/10/2017 00:24:00 | Direct3D Feature Level: Level_11_0
  58.  
  59. 08/10/2017 00:24:00 | Created Direct3D 11 Device.
  60.  
  61. 08/10/2017 00:24:00 | Created swap chain: 1366x768.
  62.  
  63. 08/10/2017 00:24:00 | Created window.
  64.  
  65. 08/10/2017 00:24:00 | Created clock.
  66.  
  67. 08/10/2017 00:24:00 | FORCING STATIC VERTEX BUFFERS & TEXTURES
  68.  
  69. 08/10/2017 00:24:00 | Created graphics manager.
  70.  
  71. 08/10/2017 00:24:00 | Created XAudio2 device.
  72.  
  73. 08/10/2017 00:24:00 | Created audio manager.
  74.  
  75. 08/10/2017 00:24:00 | Created input manager.
  76.  
  77. 08/10/2017 00:24:00 | Created default font.
  78.  
  79. 08/10/2017 00:24:00 | Initial app state is 'MainMenu'
  80.  
  81. 08/10/2017 00:24:00 | Initial application settings:
  82.  
  83. 08/10/2017 00:24:00 | InitState: MainMenu
  84.  
  85. 08/10/2017 00:24:00 | Language:
  86.  
  87. 08/10/2017 00:24:00 | LockCursor: True
  88.  
  89. 08/10/2017 00:24:00 | EdgePanMode: Analog
  90.  
  91. 08/10/2017 00:24:00 | EdgePanSpeed: 15
  92.  
  93. 08/10/2017 00:24:00 | KeyboardPanSpeed: 15
  94.  
  95. 08/10/2017 00:24:00 | KeyboardZoomSpeed: 10
  96.  
  97. 08/10/2017 00:24:00 | KeyboardRotSpeed: 90°
  98.  
  99. 08/10/2017 00:24:00 | InvertMouseWheelZoom: False
  100.  
  101. 08/10/2017 00:24:00 | MouseWheelZoomSpeed: 1.12
  102.  
  103. 08/10/2017 00:24:00 | MouseWheelZoomAtCursor: True
  104.  
  105. 08/10/2017 00:24:00 | StickyFocus: True
  106.  
  107. 08/10/2017 00:24:00 | HighDpiMode: False
  108.  
  109. 08/10/2017 00:24:00 | AnimateBackgrounds: True
  110.  
  111. 08/10/2017 00:24:00 | FancyParticles: True
  112.  
  113. 08/10/2017 00:24:00 | AllowShipDeselection: False
  114.  
  115. 08/10/2017 00:24:00 | EasyPartSelection: False
  116.  
  117. 08/10/2017 00:24:00 | PreferBlueprintMode: False
  118.  
  119. 08/10/2017 00:24:00 | BlueprintAutoPause: True
  120.  
  121. 08/10/2017 00:24:00 | BuildAutoFocus: True
  122.  
  123. 08/10/2017 00:24:00 | BuildAutoRotate: True
  124.  
  125. 08/10/2017 00:24:00 | BuildAutoInteriors: True
  126.  
  127. 08/10/2017 00:24:00 | PaintAutoFocus: True
  128.  
  129. 08/10/2017 00:24:00 | PaintAutoRotate: True
  130.  
  131. 08/10/2017 00:24:00 | PaintAllowOverwrite: True
  132.  
  133. 08/10/2017 00:24:00 | PaintMirrorMode: False
  134.  
  135. 08/10/2017 00:24:00 | RepairAutoFocus: True
  136.  
  137. 08/10/2017 00:24:00 | RepairAutoRotate: False
  138.  
  139. 08/10/2017 00:24:00 | BuildAllowOverwrite: True
  140.  
  141. 08/10/2017 00:24:00 | BuildAutoDoors: True
  142.  
  143. 08/10/2017 00:24:00 | BuildEnforceCrewAccess: True
  144.  
  145. 08/10/2017 00:24:00 | BuildMirrorMode: False
  146.  
  147. 08/10/2017 00:24:00 | GrabLeavesCorridors: True
  148.  
  149. 08/10/2017 00:24:00 | RepairAutoDoors: True
  150.  
  151. 08/10/2017 00:24:00 | AutoHireCrew: True
  152.  
  153. 08/10/2017 00:24:00 | PartToolTips: True
  154.  
  155. 08/10/2017 00:24:00 | AutoSave: True
  156.  
  157. 08/10/2017 00:24:00 | AutoSaveInterval: 600
  158.  
  159. 08/10/2017 00:24:00 | FtlAutoSave: True
  160.  
  161. 08/10/2017 00:24:00 | ShowOnShipIndicators: True
  162.  
  163. 08/10/2017 00:24:00 | AutoPauseOnLostFocus: True
  164.  
  165. 08/10/2017 00:24:00 | ScreenShake: True
  166.  
  167. 08/10/2017 00:24:00 | VersionCheckMode: Stable
  168.  
  169. 08/10/2017 00:24:00 | EnableMetrics: True
  170.  
  171. 08/10/2017 00:24:00 | PreferBorderlessWindowToggle: False
  172.  
  173. 08/10/2017 00:24:00 | MasterVolume: 1
  174.  
  175. 08/10/2017 00:24:00 | EffectsVolume: 1
  176.  
  177. 08/10/2017 00:24:00 | InterfaceVolume: 1
  178.  
  179. 08/10/2017 00:24:00 | ShowTutorials: True
  180.  
  181. 08/10/2017 00:24:00 | AutoFtlJump: False
  182.  
  183. 08/10/2017 00:24:00 | PaintSchemes: System.Collections.Generic.List`1[Cosmoteer.Ships.PaintScheme]
  184.  
  185. 08/10/2017 00:24:00 | DefaultBuildTool: Grab
  186.  
  187. 08/10/2017 00:24:00 | DefaultDecalTool: Grab
  188.  
  189. 08/10/2017 00:24:00 | DontReportErrorsForShips: System.Collections.Generic.HashSet`1[System.String]
  190.  
  191. 08/10/2017 00:24:00 | TutorialPageStates: System.Collections.Generic.Dictionary`2[System.String,Cosmoteer.Tutorials.TutorialPageState]
  192.  
  193. 08/10/2017 00:24:00 | PlayerColor:
  194.  
  195. 08/10/2017 00:24:00 | EnemyColor:
  196.  
  197. 08/10/2017 00:24:00 | NeutralColor:
  198.  
  199. 08/10/2017 00:24:00 | MiniviewInCombatMode: Auto
  200.  
  201. 08/10/2017 00:24:00 | MiniviewNotInCombatMode: Auto
  202.  
  203. 08/10/2017 00:24:00 | MiniviewLockRotation: False
  204.  
  205. 08/10/2017 00:24:00 | MiniviewSize:
  206.  
  207. 08/10/2017 00:24:00 | ShowInteriors: False
  208.  
  209. 08/10/2017 00:24:00 | AlwaysShowCommandWidgets: False
  210.  
  211. 08/10/2017 00:24:00 | PreferWorldRelativeAttackAngle: False
  212.  
  213. 08/10/2017 00:24:00 | ShipLibraryLargeIcons: False
  214.  
  215. 08/10/2017 00:24:00 | EnabledMods: System.Collections.Generic.HashSet`1[System.String]
  216.  
  217. 08/10/2017 00:24:00 | DeleteFileOnStartup:
  218.  
  219. 08/10/2017 00:24:00 | FeedbackEmail:
  220.  
  221. 08/10/2017 00:24:00 | Starting main game loop...
  222.  
  223. 08/10/2017 00:24:00 | Enabled mods:
  224.  
  225. 08/10/2017 00:24:02 | Lafiel.Abh_mod0.4.6RC2
  226.  
  227. 08/10/2017 00:24:02 | Loaded language 'en'.
  228.  
  229. 08/10/2017 00:24:04 | Output compiling shader 'C:\Games\Cosmoteer\Data\Ships\Terran\shield_generator\shield.shader' (pix):
  230. 08/10/2017 00:24:04 | C:\Games\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
  231. 08/10/2017 00:24:04 |
  232.  
  233. 08/10/2017 00:24:08 | Output compiling shader 'C:\Games\Cosmoteer\Mods\Lafiel.Abh_mod0.4.6RC2\advanced_shield\advanced_shield.shader' (pix):
  234. 08/10/2017 00:24:08 | C:\Games\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
  235. 08/10/2017 00:24:08 |
  236.  
  237. 08/10/2017 00:24:12 | Output compiling shader 'C:\Games\Cosmoteer\Mods\Lafiel.Abh_mod0.4.6RC2\ammo_shots\electron_laser_beam.shader' (pix):
  238. 08/10/2017 00:24:12 | C:\Games\Cosmoteer\unknown(22,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
  239. 08/10/2017 00:24:12 |
  240.  
  241. 08/10/2017 00:24:12 | Output compiling shader 'C:\Games\Cosmoteer\Mods\Lafiel.Abh_mod0.4.6RC2\ammo_shots\tractor_beam.shader' (pix):
  242. 08/10/2017 00:24:12 | C:\Games\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
  243. 08/10/2017 00:24:12 |
  244.  
  245. 08/10/2017 00:24:19 | Memory usage at time of crash: 962,666,496
  246.  
  247. 08/10/2017 00:24:19 | Application state stack at time of crash:
  248.  
  249. 08/10/2017 00:24:19 | Cosmoteer.Assets
  250.  
  251. 08/10/2017 00:24:19 | FPS at time of crash: 30.04749
  252.  
  253. 08/10/2017 00:24:19 | SharpDX.SharpDXException: HRESULT: [0x887A0005], Module: [SharpDX.DXGI], ApiCode: [DXGI_ERROR_DEVICE_REMOVED/DeviceRemoved], Message: The GPU device instance has been suspended. Use GetDeviceRemovedReason to determine the appropriate action.
  254.  
  255. 08/10/2017 00:24:19 |
  256.  
  257. 08/10/2017 00:24:19 | at SharpDX.Result.CheckError()
  258.  
  259. 08/10/2017 00:24:19 | at SharpDX.DXGI.SwapChain.Present(Int32 syncInterval, PresentFlags flags)
  260.  
  261. 08/10/2017 00:24:19 | 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 785
  262.  
  263. 08/10/2017 00:24:19 | at Halfling.Application.Bases.GenericApp.ApplicationMain(String[] args) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Bases\GenericApp.cs:line 158
  264.  
  265. 08/10/2017 00:24:19 | at Cosmoteer.GameApp.Main(String[] args) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\GameApp.cs:line 69
  266.  
  267. 08/10/2017 00:24:19 | Device removed reason: DXGI_ERROR_DRIVER_INTERNAL_ERROR
  268.  
  269. 08/10/2017 00:24:20 | Actual data hash: 82b3dcc4b89156c9836824e50df12c43
  270.  
  271. 08/10/2017 00:24:20 | Expected data hash: 82b3dcc4b89156c9836824e50df12c43
  272.  
  273. 08/10/2017 00:24:20 | Director received exit call.
  274.  
  275. 08/10/2017 00:24:20 | Disposed default font.
  276.  
  277. 08/10/2017 00:24:20 | Disposed XA2AudioManager device.
  278.  
  279. 08/10/2017 00:24:20 | Disposed audio manager.
  280.  
  281. 08/10/2017 00:24:20 | Disposed clock.
  282.  
  283. 08/10/2017 00:24:20 | Disposed input manager.
  284.  
  285. 08/10/2017 00:24:20 | Disposed graphics manager.
  286.  
  287. 08/10/2017 00:24:20 | Disposed swap chain.
  288.  
  289. 08/10/2017 00:24:20 | Disposed Direct3D device.
  290.  
  291. 08/10/2017 00:24:20 | Disposed DXGI factory.
  292.  
  293. 08/10/2017 00:24:20 | Closed Windows form.
  294.  
  295. 08/10/2017 00:24:20 | Director received exit call.
  296.  
  297. 08/10/2017 00:24:20 | Disposed window.
  298.  
  299. 08/10/2017 00:24:20 | Disposed platform interface.
  300.  
  301. 08/10/2017 00:24:20 | Closing log output file...