Command & Conquer™: Generals

Command & Conquer™: Generals

82 ratings
Fix Crash On Start
By Void
Shows you how to create an options.ini file and what to paste inside
3
4
6
2
2
   
Award
Favorite
Favorited
Unfavorite
The Fix
It's a fairly simple fix, I'm not sure why people are spamming links to external sites or suggesting you delete random files...

Navigate to:

C:\Users\USERNAME\Documents\Command and Conquer Generals Data

Ensure your USERNAME is the name of your machine

If for some reason you set up your machine to use OneDrive documents rather than local documents, then you need to replace Documents with OneDrive

If you already have an options.ini file, you can skip to the end otherwise:

There is no options.ini file
For some users, myself included, there is no options.ini by default when installing the game, so we need to create one.

If you open up powershell and paste in the following (again update USERNAME to your machine's name):

cd "C:\Users\USERNAME\Documents\Command and Conquer Generals Data"

This will take you to the folder of the game. Now paste:

New-Item -ItemType File -Name options.ini

This will create the empty options.ini file for us. Now paste in the following (you'll need to manually change Resolution to the resolution of your monitor)


Paste into options.ini
AntiAliasing = 4
BuildingOcclusion = yes
CampaignDifficulty = 1
DynamicLOD = yes
ExtraAnimations = no
GameSpyIPAddress = 0.0.0.0
Gamma = 50
HeatEffects = no
IPAddress = 0.0.0.0
IdealStaticGameLOD = High
LanguageFilter = false
MaxParticleCount = 1000
MusicVolume = 55
Resolution = 1920 1080
Retaliation = yes
SFX3DVolume = 79
SFXVolume = 71
ScrollFactor = 58
SendDelay = no
ShowSoftWaterEdge = no
ShowTrees = no
StaticGameLOD = High
TextureReduction = 2
UseAlternateMouse = yes
UseCloudMap = no
UseDoubleClickAttackMove = no
UseLightMap = no
UseShadowDecals = no
UseShadowVolumes = no
VoiceVolume = 70


This should get you up and running, have fun! And EA... why do you make things so hard?
36 Comments
Brain404 24 Sep @ 1:17pm 
It works for me. Thank you! :steamthis:
bozodclown197 12 Sep @ 9:08pm 
can confirm works and is not so hard, just follow the directions
Audio 8 Feb @ 4:57pm 
DirectX Error , i did the options.ini step, but i still get the DirectX Error message, Please make sure you have DirectX 8.1 or higher installed. Also verify that your video card meets the minimum requirements. Thank You EVERYONE :gordon:
Gmac 28 Jan @ 8:04am 
Unfortunately doesn't work for me :(
GoOzilla 13 Dec, 2024 @ 3:02am 
Thanks! I just installed the game, and it keeps on crashing while playing.
Montroz 12 Dec, 2024 @ 11:33am 
\Documents\command : The term '\Documents\command' is not recognized as the name of a cmdlet, function, script file,
or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and
try again.
At line:1 char:1
+ \Documents\command and conquer generals data
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (\Documents\command:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

I get that returned to me....any help?
666slayar 4 Dec, 2024 @ 10:35am 
can confirm this works, and tbh EA can't even at least test it on machines before releasing ? i call this BS and will get refund after 2 weeks. EA doesn't deserve a penny
kcazzovoi 13 Nov, 2024 @ 4:41pm 
Worked like a charm, thank-you!!!!:steamthumbsup:
bobb3rt93 6 Oct, 2024 @ 11:30am 
Ah! that explains a few things, namely why it didn't work for me as i have no clue how to use Powershell
Void  [author] 6 Oct, 2024 @ 5:12am 
@bobb3rt93 Powershell is the command line interface native to windows. It's the method I use in the guide to force the creation of the .ini file, since you can't easily do that using the standard Windows UI