I have a problem with DirectX SDK (June 2010)

The Partridge Family were neither partridges nor a family. Discuss.
Post Reply
hojzis
Posts: 1
Joined: May 16th, 2012, 7:00 pm

I have a problem with DirectX SDK (June 2010)

Post by hojzis » May 16th, 2012, 7:05 pm

So I am watching your tutorials for the first time. I have installed Visual Studios C++ 2010. But when I try to install DirectX SDK (June 2010) it installs and then it says this:
Setup failed.
Error code: S1023

So whats the problem?

User avatar
chili
Site Admin
Posts: 3948
Joined: December 31st, 2011, 4:53 pm
Location: Japan
Contact:

Re: I have a problem with DirectX SDK (June 2010)

Post by chili » May 17th, 2012, 3:21 am

Never seen that problem before.

Anyways, it's a problem with your computer's compatibility with the SDK.

A quick Google search brought up this: http://answers.microsoft.com/en-us/wind ... 65ff5b3a37
Chili

ghilllie
Posts: 72
Joined: May 2nd, 2012, 3:25 am

Re: I have a problem with DirectX SDK (June 2010)

Post by ghilllie » May 18th, 2012, 4:17 pm

hojzis wrote:So I am watching your tutorials for the first time. I have installed Visual Studios C++ 2010. But when I try to install DirectX SDK (June 2010) it installs and then it says this:
Setup failed.
Error code: S1023

So whats the problem?
it means your download is corrupt... it might have been interrupted during the download. I had the problem before and I simply redownload a fresh one and then everything worked without hassle.
Chili++ for President :)

User avatar
accucore12
Posts: 14
Joined: May 18th, 2012, 1:06 pm

Re: I have a problem with DirectX SDK (June 2010)

Post by accucore12 » May 18th, 2012, 4:53 pm

Hi . I personally faced this error myself and found a fix here.
http://blogs.msdn.com/b/chuckw/archive/ ... error.aspx

Basically what you have got to do is this.

(1) Remove the Visual C++ 2010 Redistributable Package version 10.0.40219 (Service Pack 1) from the system (both x86 and x64 if applicable). This can be easily done via a command-line with administrator rights:

MsiExec.exe /passive /X{F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}
MsiExec.exe /passive /X{1D8E6291-B0D5-35EC-8441-6616F567A0F7}


(2) Install the DirectX SDK (June 2010)

(3) Reinstall the Visual C++ 2010 Redistributable Package version 10.0.40219 (Service Pack 1). On an x64 system, you should install both the x86 and x64 versions of the C++ REDIST. Be sure to install the most current version available, which at this point is the KB 2565063 with a security fix.

All the links for the downloads are given in the link above.

Code: Select all

Occupation: Reverse Engineer
[/color]

User avatar
chili
Site Admin
Posts: 3948
Joined: December 31st, 2011, 4:53 pm
Location: Japan
Contact:

Re: I have a problem with DirectX SDK (June 2010)

Post by chili » May 19th, 2012, 5:11 pm

Hey accucore, thanks for the detailed guide! 8-)

I'm sure some other people will find it useful too.
Chili

Post Reply