Chronic Logic

Gish => Gish Support => Topic started by: DaKiller on April 16, 2005, 03:15:26 PM

Title: Gish demo crashes when resolution changes
Post by: DaKiller on April 16, 2005, 03:15:26 PM
Woo, I just got my new computer today :)
So I decided to take a look if one of my favourite games would work on it, and it does! :laugh:
But in 800x600 the game is a bit slow (not a very fast PC, y'see), so I wanted to change the resolution to 640x480, but when I clicked Apply, the game crashed!
So... is there a way to fix this, or a way to change the resolution without the game itself opened?
Title: Gish demo crashes when resolution changes
Post by: Jonathan_NL on April 16, 2005, 04:10:31 PM
Temporarily switching to fullscreen/windowed may prevent the crash.

If not, you can edit gish.cfg with a hexeditor. At 800x600 the first 12 bytes should be:
Code Sample
06 00 00 00  20 03 00 00  58 02 00 00

Replace with:
Code Sample
06 00 00 00  80 02 00 00  e0 01 00 00
Title: Gish demo crashes when resolution changes
Post by: DaKiller on April 16, 2005, 05:54:34 PM
Quote (Jonathan_NL @ April 16 2005,9:10)
Temporarily switching to fullscreen/windowed may prevent the crash.

Actually, switching to windowed mode also causes a crash :p

I managed to change it with the hex editor though.
Unfortunately, the framerate is still pretty low on 640x480, so I won't install the full version of the game. Thanks for the help though :)