Demo crashes with "Device Lost" error on WinXP, current drivers (ATI HD3850)

Hello everyone!

 

This is quite a pity, since I have heard a great many good things about the game, but am not really willing to buy it if I see that the engine is not able to cope with my computer :(

 

Here is the (slightly cut) output of debug.err:

Code: c#
  1.  
  2.  
  3. Debug Message:  Entering WinMain
  4. Debug Message:  ******* Starting Game Shell *******
  5. Debug Message:  Going Fullscreen
  6. Debug Message:  Preparing to change display settings.
  7. Debug Message:  Using multilsample setting: D3DMULTISAMPLE_4_SAMPLES
  8. Debug Message:  Game Resolution: 1024 x 768
  9. Debug Message:  Running fullscreen.
  10. Debug Message:  HAL (hw vp): ATI Radeon HD 3850 AGP
  11. Debug Message:  D3DPRESENT_INTERVAL_DEFAULT
  12. Debug Message:  Refresh rate: 60
  13. Debug Message:  Bit Depth: 32 bit.
  14. Debug Message:  *********Checking D3DDevice Caps***********************
  15. Debug Message:  A full-color cursor is supported in hardware at high resolution modes.
  16. Debug Message:  RGB in format 6:6:6, Masks reported as ff0000:ff00:ff
  17. Debug Message:  Now Fullscreen
  18. Debug Message:  Shell initialization complete
  19. Debug Message:  ***** Initializing Game *****
  20. Debug Message:  Timer Frequency is 0 369e99
  21. Debug Message:  Initializing sound card.
  22. Debug Message:  initailizing bink
  23. Debug Message:  No files found matching mask Gfx\Tutorials\*.bik
  24. Debug Message:  Create setup screens.
  25. Debug Message:  Clear galaxy settings.
  26. Debug Message:  Clear influence.
  27. Debug Message:  Clear up laws.
  28. Debug Message:  Clear first time events.
  29. Debug Message:  Clear wonders and trade goods.
  30. Debug Message:  Clear sector mapper.
  31. Debug Message:  Set mouse.
  32. Debug Message:  Set update timer.
  33. Debug Message:  Clear data definitions.
  34. Debug Message:  No files found matching mask C:\Documents and Settings\grayFalcon\My Documents\My Games\GalCiv2\*.StarSystems
  35. Debug Message:  No files found matching mask C:\Documents and Settings\grayFalcon\My Documents\My Games\GalCiv2\*.raceconfig
  36. *DEBUG ERROR: ***Unable to find required tech ImpossibleTech for PirateShip. ***
  37. *DEBUG ERROR: ***Unable to find required tech ImpossibleTech for Starbase. ***
  38. Debug Message:  No files found matching mask C:\Documents and Settings\grayFalcon\My Documents\My Games\GalCiv2\ships\*.shipclass
  39. Debug Message:  No files found matching mask C:\Documents and Settings\grayFalcon\My Documents\My Games\GalCiv2\ships\*.shipcfg
  40. Debug Message:  Reading Star Names
  41. Debug Message:  Reading Star Names... Done
  42. Debug Message:  No files found matching mask ./Data/English/Tutorials/*.xml
  43. Debug Message:  CustomRaceWnd: Cannot find OBJID CustomRace_Description_Text
  44. Debug Message:  CustomRaceWnd: Cannot find OBJID CustomRace_Tab_Homeworld
  45. Debug Message:  Creating Galaxy
  46. Debug Message:  Set galaxy size.
  47. Debug Message:  Killing threads.
  48. Debug Message:  Kiling civs.
  49. Debug Message:  Killing ships.
  50. Debug Message:  Killing rallypoints.
  51. Debug Message:  Killing misc objects.
  52. Debug Message:  Killing stars.
  53. Debug Message:  Killing anomalies.
  54. Debug Message:  Killing space resources.
  55. Debug Message:  Killing colonies and planets.
  56. Debug Message:  killing scenario.
  57. Debug Message:  Clear galaxy settings.
  58. Debug Message:  Clear influence.
  59. Debug Message:  Clear up laws.
  60. Debug Message:  Clear first time events.
  61. Debug Message:  Clear wonders and trade goods.
  62. Debug Message:  Clear sector mapper.
  63. Debug Message:  Creating Random Map
  64. Debug Message:  Creating Random Map... Stars
  65. Debug Message:  Number of Unplaced Stars: 9.
  66. Debug Message:  Creating Random Map... Planets
  67. Debug Message:  Creating Random Map... Anomalies
  68. Debug Message:  Num Anomalies: 42
  69. Debug Message:  Creating Random Map... Resources
  70. Debug Message:  Creating Random Map... Done
  71. Debug Message:  Creating Civs
  72. Debug Message:  Drengin Empire: Intellence -> 30
  73. Debug Message:  Altarian Republic: Intellence -> 30
  74. Debug Message:  Arcean Empire: Intellence -> 30
  75. Debug Message:  Creating Civs... Done
  76. Debug Message:  Updating ZOC.
  77. Debug Message:  Updating ZOC.
  78. Debug Message:  Galaxy Create... Done
  79. Debug Message:  UIBeginGame called with g_ulLocalPlayerID = 0
  80. Debug Message:   setting size 16 x 0
  81. Debug Message:   setting size 16 x 0
  82. Debug Message:   setting size 16 x 0
  83. Debug Message:  Error flipping back buffer to primary buffer.
  84. Debug Message:  Device lost
  85. Debug Message:  Error flipping back buffer to primary buffer.
  86. Debug Message:  Device lost
  87. Debug Message:  Error flipping back buffer to primary buffer.
  88. Debug Message:  Device lost
  89.  
  90.  
  91. [the last two messages repeat for a few hundred lines]

 

I can still kill the game with alt-F4, though this totally screws up my display: One of my screens stays black, while the other shows a section of my desktop with so many artifacts that it is hardly possible to read anything.

 

Thanks a lot in advance for any help!

1,439 views 2 replies
Reply #1 Top

I have the AGP version of that card and it does not like the current drivers one bit.  I'm running stable now with the 9.10 hotfix drivers (drivers only, no CCC) and no black-screening anymore.

Reply #2 Top

The top part of the debug is rather important. Please post that too.