TheSuperHackers / GeneralsGamePatch

Community Patch to fix and improve original Generals Zero Hour 1.04
Other
63 stars 20 forks source link

Game crashes on full screen launch if game creation resolution is not supported by the graphics adapter #529

Open xezon opened 3 years ago

xezon commented 3 years ago

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:

Steps to Reproduce:

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.

bobtista commented 1 year ago

Is this fixable from within this project? My gut tells me we'd need to modify the code that reads the options.ini file, something like

Is there a way to get this behavior to happen from within this repo? eg a script that just does the above check before the game launches? Is it better to fix from within Thyme or something?

xezon commented 1 year ago

All issues marked with "Executable" label are ultimately for Thyme to tackle.

The end goal here is that Game Patch will ship with a Super Hackers fork of Thyme.