• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.

DirectX SDK wont install

Joined
Apr 20, 2016
Messages
20 (0.01/day)
Location
State College, PA
System Name Dell XPS 410 "Naomi"
Processor Intel Core 2 Quad Q6600
Motherboard Dell 0WG855/Intel P965 Chipset
Cooling BTX air cooling
Memory 4gb DDR2 PC2-5300U
Video Card(s) ATI Radeon HD4650 1gb VRAM
Storage 160gb Seagate
Display(s) Hanns-G HW220D
Case Dell XPS 410
Audio Device(s) external Lexicon Omega Audio Interface
Power Supply stock
Mouse Dell optical mouse
Keyboard Dynex multimedia keyboard
Software Microsoft Windows Vista Ultimate 32bit
hello everyone, today, i installed Grand Theft Auto V on my PC, and it gave a dll error, related to a DirectX issue. I went and got DirectX SDK from microsoft, and when I try to install it, it gives an error and tells me to look in DXError.log. the following is from the log:

[04/21/16 21:46:39] module: DXWSetup(Feb 4 2010), file: dxwsetup.cpp, line: 219, function: CDXWSetup::InitInstallEngine

Sections are not initialized.

--------------------
[04/21/16 21:46:39] module: DXWSetup(Feb 4 2010), file: psheets.cpp, line: 472, function: PreinstDlgProc

CDXWSetup::InitInstallEngine() failed.

is there any way to fix this?
 
I would start by opening a command prompt and running "sfc /scannow"

Post the results.

Or, just try this if it errors out and you are impatient.

run (in command prompt)
Dism.exe /Online /Cleanup-image /ScanHealth
then run
Dism.exe /Online /Cleanup-Image /StartComponentCleanup
then run
dism.exe /online /cleanup-image /restorehealth
(this last command gets a copy of the file from a trusted online source)

Try your game install then.
 
I would start by opening a command prompt and running "sfc /scannow"

Post the results.

Or, just try this if it errors out and you are impatient.

run (in command prompt)
Dism.exe /Online /Cleanup-image /ScanHealth
then run
Dism.exe /Online /Cleanup-Image /StartComponentCleanup
then run
dism.exe /online /cleanup-image /restorehealth
(this last command gets a copy of the file from a trusted online source)

Try your game install then.
this is what i got running sfc /scannow
 

Attachments

  • Capture.PNG
    Capture.PNG
    14.3 KB · Views: 669
What does that file say? C:\Windows\Logs\CBS\CBS.log
 

Attachments

Last edited:
Post-mortem: you were trying to install via the DirectX Web Installer and...well...it's garbage. Most likely a download got corrupted somewhere down the line and it failed to finish installing. That said, it probably wouldn't have made GTA5 work anyway because the DX Web Installer updates the API where games like GTA5 use a redistributable that is packaged separately from the DX API. It doesn't make any sense, I know. That's Microsoft logic for you. :laugh:
 
Post-mortem: you were trying to install via the DirectX Web Installer and...well...it's garbage. Most likely a download got corrupted somewhere down the line and it failed to finish installing. That said, it probably wouldn't have made GTA5 work anyway because the DX Web Installer updates the API where games like GTA5 use a redistributable that is packaged separately from the DX API. It doesn't make any sense, I know. That's Microsoft logic for you. :laugh:

Thanks for picking up where my trail left off man. Good diagnostics.
 
Back
Top