27.10.2009, 11:02
AkeR Wrote:Finally I found the guilty lineWhat that does is turn off Perfect Landscape mode.That sould leave with "0" value!Code:HardwareShaders=1
That's all!Code:HardwareShaders=0
I notice you also have these lines:
TexFlags.TexEnvCombine4NV=1
TexFlags.TexEnvCombineDot3=1
TexFlags.DepthClampNV=1
TexFlags.TextureShaderNV=1
It used to be the case that those were specific to nVidia cards (NV), and I don't know if the more recent ATI cards can handle it. You could try setting those items to =0, then turn HarwareShaders back on and see if you still get Perfect Landscape, but no crashes.