Posted January 20, 2017
high rated
Some users experience a problem with Baldur Gates Enhanced Edition - the game crashes at start-up. Usually, the evilish reason behind the crash is in integrated graphics card. While sometimes driver update or compatibility mode change can help, there's another solution, that can work when everything else has failed. The crash happens due to OpenGL implementation of BGEE, so all what's need to be done is simply changing the rendering backend.
While in Steam version of the game, you can do that by editing 'baldur.lua' (located in '%DOCUMETS%\Baldur's Gate - Enhanced Edition'), in GOG version this file is missing. Instead, search for the 'engine.lua' in game installation folder and add the following line:
SetPrivateProfileString('Graphics','Backend','1')
While in Steam version of the game, you can do that by editing 'baldur.lua' (located in '%DOCUMETS%\Baldur's Gate - Enhanced Edition'), in GOG version this file is missing. Instead, search for the 'engine.lua' in game installation folder and add the following line:
SetPrivateProfileString('Graphics','Backend','1')
Post edited January 20, 2017 by stixbones