Page 1 of 1

Re: Game crashes at start- crashes at or after it loads some

Posted: 18 Jun 2013, 02:16
by zwzsg
Spring 94 crashes on my ATI too unless I have

Code: Select all

3DTrees = 0
AdvMapShading = 0
AdvUnitShading = 0
DynWater = 0
in my springsettings.cfg




If that is not enough for you, then have

Code: Select all

3DTrees=0
AdvMapShading=0
AdvUnitShading = 0
CompressTextures=1
DynWater = 0
LoadingMT=0
LuaShaders=0
MultiThreadCount=1
PathingThreadCount=1
ROAM=2
ReflectiveWater=0
SetCoreAffinity=1
SetCoreAffinitySim=1
SmoothLines=0
SmoothPoints=0
UseEFX=0
UsePBO=0
UseVBO=0
In your springsettings.cfg

Re: Game crashes at start- crashes at or after it loads some

Posted: 01 Jul 2013, 01:13
by Klopper
The first variant did help for me.