GC4
Supernova
Ver 1.50
The UI thread randomly locks up and quits responding to UI events. (i.e. mouse clicks, etc...)
The game is still running, but is non-responsive. Have to use the task-manager to kill the application and reload from an autosave.
It seems to happen when mousing over an item and it is in the process of loading data for the tool-tip.
Does not happen all that often. Twice so far today.
But is enough to be annoying as I have to replay the last several turns.... about ready to just set game aside and do something else if it continues...
=====
Edit
3rd time now.... seems to really happen more when playing the Yor.
=====
found the following in the error log.... "debug.err"
About line 511 is where it gets interesting....
Debug Message: DoActionAwardShipOfClass playerID 43 tick 81462
Debug Message: DoActionAwardShipOfClass
Debug Message: DoActionAwardShipOfClass playerID 43 tick 81462
Debug Message: DoActionAwardShipOfClass
Debug Message: DoActionAwardShipOfClass playerID 43 tick 81462
Debug Message: DoActionAwardShipOfClass
Debug Message: Culture Trait Unlocked. [PlayerID 43, Ambition]
Debug Message: CMobileListener::CMobileObjEvent_SetEjectShipsLoadout
Debug Message: EjectShipsFromStation
Debug Message: Collided with fleetDebug Message: Popup Manager Update: Unhiding UnitManagerWnd
Debug Message: CD3D11Renderer::CreateTextureFromFile FAILED to create shader resource view from file: C:\Program Files\Epic Games\GalacticCiv4Supernova\Gfx\Icons\ExecutiveOrders\EO_Watermark_MilitaryEmergency.png Error: (887a0005) The GPU device instance has been suspended. Use GetDeviceRemovedReason to determine the appropriate action.
Reason: Device hung.
Debug Message: CD3D11Renderer::CreateTextureFromFile FAILED to create shader resource view from file: C:\Program Files\Epic Games\GalacticCiv4Supernova\Gfx\Icons\ExecutiveOrders\EO_Watermark_MilitaryEmergency.png Error: (887a0005) The GPU device instance has been suspended. Use GetDeviceRemovedReason to determine the appropriate action.
Reason: Device hung.
Debug Message: CD3D11Renderer::CreateTextureFromFile FAILED to create shader resource view from file: C:\Program Files\Epic Games\GalacticCiv4Supernova\Gfx\Icons\ExecutiveOrders\EO_Watermark_Colonists.png Error: (887a0005) The GPU device instance has been suspended. Use GetDeviceRemovedReason to determine the appropriate action.
Reason: Device hung.
Debug Message: CD3D11Renderer::CreateTextureFromFile FAILED to create shader resource view from file: C:\Program Files\Epic Games\GalacticCiv4Supernova\Gfx\Icons\ExecutiveOrders\EO_Watermark_MilitaryEmergency.png Error: (887a0005) The GPU device instance has been suspended. Use GetDeviceRemovedReason to determine the appropriate action.
Reason: Device hung.
Debug Message: CD3D11Renderer::CreateTextureFromFile FAILED to create shader resource view from file: C:\Program Files\Epic Games\GalacticCiv4Supernova\Gfx\Icons\ExecutiveOrders\EO_Watermark_Colonists.png Error: (887a0005) The GPU device instance has been suspended. Use GetDeviceRemovedReason to determine the appropriate action.
...
Reason: Device hung. The task will now be terminated.
Debug Message: CReloadGraphicTask: Failed 10 attempts to load graphic: C:\Program Files\Epic Games\GalacticCiv4Supernova\Gfx\Icons\ExecutiveOrders\EO_Watermark_Colonists.png. Error: (887a0005) The GPU device instance has been suspended. Use GetDeviceRemovedReason to determine the appropriate action.
Reason: Device hung. The task will now be terminated.
view from file: C:\Program Files\Epic Games\GalacticCiv4Supernova\Gfx\Icons\ExecutiveOrders\EO_Watermark_Colonists.png Error: (887a0005) The GPU device instance has been suspended. Use GetDeviceRemovedReason to determine the appropriate action.
...
There is a bunch more after this, but you get the idea....
The program never terminates, despite what log says...