Description
Game crashes on full screen launch if game creation resolution is not supported by the graphics adapter.
There are 2 ways this crash can happen:
- user sets an unsupported resolution in the Options.ini himself
- user hardware does not support the minimum default resolution the game sets (800 x 600) on first launch
Steps to Reproduce:
- open %USERPROFILE%\Documents\Command and Conquer Generals Zero Hour Data\Options.ini
- set
Resolution = 3840 2160
or higher, depending on monitor capabilities
Game will crash.
To fix, game should detect whether or not resolution is too low or too high and adjust Resolution accordingly. Applicable in full screen mode only. Windowed mode is not affected.