Directx sdk (june2010) s1023 error

i tried to install directx sdk, after installing at the end of the installintion(99% percent completion)it results in error s1023
reffer log file for more details the log file is pasted below please help me urgent
[01/28/15 19:26:03] module: dxupdate(Jun  2 2010), file: dxupdate.cpp, line: 189, function: GetDXVersion
    Failed API: RegQueryValueEx()
    Error: (2) - The system cannot find the file specified.
    Current DirectX may be a older version which does not have the version value in the registry.
[01/28/15 19:26:03] module: dxupdate(Jun  2 2010), file: dxupdate.cpp, line: 4751, function: DirectXUpdateGetSetupInformation
    GetDXVersion() failed.
[01/28/15 19:26:03] module: dsetup32(Jun  2 2010), file: dxupdate.cpp, line: 280, function: CSetup::InstallPlugIn
    DirectXUpdateInstallPlugIn() failed.
[01/28/15 19:26:03] module: dsetup32(Jun  2 2010), file: setup.cpp, line: 1723, function: CSetup::SetupForDirectX
    InstallPlugIn() failed.

Hi sudhanva3637,
Check here:
"S1023" error when you install the DirectX SDK (June 2010)
If you have an existing Microsoft Visual C++ 2010 Redistributable installed on your computer, you may receive an "S1023" error when you install the June 2010 DirectX SDK.  
The issue occurs because a newer version of the Visual C++ 2010 Redistributable is present on the computer. The June 2010 DirectX SDK installs version 10.0.30319 of the Visual C++ Redistributable.
To resolve this issue, you must uninstall all versions of the Visual C++ 2010 Redistributable before installing the June 2010 DirectX SDK.  You may have one or more of the following products installed:
Microsoft Visual C++ 2010 x86 Redistributable
Microsoft Visual C++ 2010 x64 Redistributable
You can use Add or Remove Programs in Control Panel to uninstall the products. Or, you can run the following commands from an administrator command prompt: 
MsiExec.exe /passive /X{F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}
MsiExec.exe /passive /X{1D8E6291-B0D5-35EC-8441-6616F567A0F7}
After uninstalling the Microsoft Visual C++ 2010 Redistributable products, you may install the
June 2010 DirectX SDK
After installing the   June 2010 DirectX SDK, you may then reinstall the most current version of the
Visual C++ 2010 Redistributable Package.
Best regards
Michael Shao
TechNet Community Support

Similar Messages

  • Flex SDK 4.5 error in compiled resource bundle

    I have just started using Flex SDK 4.5 (I was using 4.1 before).
    I am compiling my resource bundles into SWF files and using them. I am including the required framework bundles also when compiling my resources into SWF.I have copied the generated SWF file to the deployment folder. When I start the application, I am getting the following error even though this bundle is included in my generated SWF file.
    Error: Could not find compiled resource bundle 'core' for locale 'en'.
        at mx.resources::ResourceManagerImpl/installCompiledResourceBundle()[E:\ dev\hero_private_beta\frameworks\projects\framework\src\mx\resources\R esourceManagerImpl.as:367]
        at mx.resources::ResourceManagerImpl/installCompiledResourceBundles()[E: \dev\hero_private_beta\frameworks\projects\framework\src\mx\resources\ ResourceManagerImpl.as:287]
        at mx.core::FlexModuleFactory/installCompiledResourceBundles()[E:\dev\he ro_private_beta\frameworks\projects\framework\src\mx\core\FlexModuleFa ctory.as:631]
        at mx.core::FlexModuleFactory/docFrameHandler()[E:\dev\hero_private_beta \frameworks\projects\framework\src\mx\core\FlexModuleFactory.as:601]
        at mx.core::FlexModuleFactory/docFrameListener()[E:\dev\hero_private_bet a\frameworks\projects\framework\src\mx\core\FlexModuleFactory.as:129]
    following is the command that I use to compile resource bundles into SWF file:
    C:\"Program Files (x86)"\Adobe\"Adobe Flash Builder Burrito"\sdks\4.5.0\bin\mxmlc -locale=en -source-path=locale/{locale} -include-resource-bundles=core,effects,skins,styles,components,layout ,MyAppResources -output MyAppResources_en.swf

    Any ideas on this will be much appreciated. I have to step back from 4.5 to 4.1 if I do not get past this error. Thanks.

  • AIR 2.6 SDK : APKPackager.setDebugHost Error

    I've had no problem at all launching my Android AIR app on my Samsung Vibrant phone.
    However, I just downloaded installed the new AIR 2.6 SDK, updated my application descriptor to 2.6 and can test without issue on the desktop; however, attempting to either Run or Debug on my phone avails the following error:
    An internal error occurred during: "Launching Rhuz - Mobile".
    com.adobe.air.apk.APKPackager.setDebugHost(Ljava/lang/String;)V
    If I switch my compiler settings back to 2.5 and revert the descriptor, I can still test on desktop and phone.  The issue only appears with the 2.6 SDK.
    Google is no help at all, so I'm giving it a shot here.  I'm running Flash Builder Burrito on Win 7 x64.

    For those interested in using 2.6 with Flash Builder 4, please check out Christian Cantrell's blog where he describes a compiler argument that can be added to your project that will allow you to work around the problem:
    How to Use AIR 2.6 with Flash Builder 4
    Chris

  • SDK 3.0 error: profile doesn't match Application Identifier

    I'm testing my app w/ iPhone SDK 3.0 beta 5 on Xcode 3.1.3.
    Development provisioning profile under "Project-> Info -> Code Signing Identity" is grayed out & shows the error(including quote at the end):
    profile doesn't match Application Identifier "
    any ideas? The same profile has no such issue w/ SDK 2.2.1 on Xcode 3.1.
    My Bundle Identifier is of the below format :
    com.<mycompanyname>.{PRODUCT_NAME:identifier}
    I specified the "Product name" under both "Project -> Info" & "Target -> Info".. that didn't help either.
    I also noticed that there is no such problem under "Target -> Info -> Code Signing Identity"
    I'm testing to ensure compatibility of my 2.2.1 app with 3.0. I appreciate any help with this issue.. It has been a frustrating couple of days trying to resolve just this one issue which is preventing me from codesigning onto my iphone

    I was able to deploy to my iphone by following the instructions here
    http://www.loonsoft.com/posts/21
    Note: it is {} and not () ${SDKROOT}/ResourceRules.plist
    I was getting the below error during codesign & I thought that the above "graying out" of the dev provisioning profile in the "Code Signing Identity" was causing it.
    "object file format invalid or unsuitable"
    Turns out it does not prevent me from deploying to my iphone after I fixed the SDKROOT. I still have the dev provisioning profile grayed out and would be interested to know how to solve this problem "cleanly" even though it doesn't seem to have any immediate downside.. fingers crossed for distribution signing.

  • Flex SDK Download - checksum error

    Hello,
    I downloaded the Flex SDK from
    http://www.adobe.com/products/flex/downloads/
    When I unzip it (with WinRAR), I get a checksum error.
    Any advice?
    Thanks.

    Thanks!   I noticed the whole site was down for a bit and is now back up.    Just wanted to be clear that this was not my initial problem - it was just the flex sdk 3.1  - which is still not available, at least for me.

  • SDK DB Configuration Error

    I have installed standalone client and PMDB via SQL, all with no issues. Can open the DB and access projects.
    When I try to install the SDK and configure the PMSDK DB alias via the DB Config tool, I get the following error message:
    Bad public user name or password. Database Server Error: Named Pipes Provider: Could not open a connection to SQL Server [53]
    I am using pubuser/pubuser as the username/password.
    I've search on this topic and have change from dynamic to static port and still no luck. Any ideas?

    hello.
    have you tried manually adding a system data source and connect to the DB?
    regards

  • IPhone SDK beta 4: error running app on device

    My app ran fine on my iPhone up until beta 4. I've fixed in in accordance with the changes to the SDK, and it runs perfectly on the simulator. I've also followed the directions in the Program Portal to use code signing for the app.
    When I try to compile it for the device, I get the following errors:
    cc1obj: error: /var/folders/pA/pAvrzjzKGQe5O6saRJWAXE+TI/-Caches-/com.apple.Xcode.501/SharedPrecompiledHeaders/iCrosswordPrefix-ayguzoobuyunjzbvsayctaqnkcfp/iCrosswordPrefix.pch: No such file or directory
    cc1obj: error: one or more PCH files were found, but they were invalid
    cc1obj: error: use -Winvalid-pch for more information
    I get about 7 copies of those errors, once per header file in my app.
    Does anyone know what this means, or how to fix it?
    Thanks,
    Eliza

    Sorry, I'm an idiot; I didn't clean my targets before compiling. After cleaning targets, it installed and ran without any trouble.
    Message was edited by: Eliza Block

  • [Flex SDK in Linux] Errors running a .swf file

    Hi! Trying to set up flash development on my linux machine. Using FDT in Eclipse. The version of Flex sdk I have is 4.6.0.23201-2.
    I have in the first place had problems running the project. It gets terminated instantly and I get this output in my terminal:
    [Info] Listening to port 7935.
    Using Flex SDK 4.5 Debugger Adapter.
    [Info] Could not connect to the player, will try to connect for the next 72000 ms
    [Info] Listening to port 7935.
    [...etc etc...]
    [Info] Could not connect to the player, will try to connect for the next 8000 ms
    [Info] Listening to port 7935.
    [Info] Could not connect to the player, debug session stopped. Maybe you do not have the Debug Flash Player installed.
    Does "the Debug Flash Player" here mean Flex?
    And this is what happens when I run the .swf file that is compiled by FDT (Using Flex..), in Flex: http://justpaste.it/dlr3
    Any idea what could be the problem? Thanks!

    Hey Mark,
    Thanks for replying.  It's a standalone swf.  I'm still stuck on this issue.  It seems like it would be simple but it's baffling me.

  • Java ME SDk Tools plugins error

    Yesterday I couldn't find Device Selector window in Eclipse. And when I realized that the option of Java ME was dissapeared in "Tools" I went to take a look to the plugins.
    I unistalled both Java ME SDK tools and Java ME SDK Demos. In order to instal them again. But I get the message below in the pugins window:
    Some plugins require plugin org.netbeans.api.mobility to be installed.
    The plugin org.netbeans.api.mobility is requested in version 8.3.1.  The following plugin is affected:       Java ME SDK Tools
    Some plugins require plugin org.netbeans.api.mobility to be installed.
    The plugin org.netbeans.api.mobility is requested in version 8.7.1.  The following plugin is affected:       Java ME SDK Tools
    Some plugins require plugin org.netbeans.modules.j2me.kit to be installed.
    The plugin org.netbeans.modules.j2me.kit is requested in version 1.0.  The following plugin is affected:       Java ME SDK Tools
    Some plugins require plugin org.netbeans.modules.j2me.project to be installed.
    The plugin org.netbeans.modules.j2me.project is requested in version 1.2.  The following plugin is affected:       Java ME SDK Tools
    Some plugins require plugin org.netbeans.modules.mobility.cldcplatform to be installed.
    The plugin org.netbeans.modules.mobility.cldcplatform is requested in version 1.4.  The following plugin is affected:       Java ME SDK Tools
    Some plugins require plugin org.netbeans.modules.mobility.cldcplatform to be installed.
    The plugin org.netbeans.modules.mobility.cldcplatform is requested in version 1.8.1.  The following plugin is affected:       Java ME SDK Tools 
    Some plugins not installed to avoid potential installation problems.
    I followed all the steps last week to get the same developing environment but I don't know what has happened.
    Any help will be very usefull. Thanks

    I had a similar issue after uninstalling the early release of the SDK.  I think it unloads some core components from the IDE.  I don't remember the exact steps to fix it, but it was something like this:
    1. Under Plugins dialog box, Settings tab, check the "NetBeans Distribution" option.
    2. Once the window refreshes, look under Available Plugins
    3. You should see a Java ME option.  Install that.
    After I installed that I went back and followed the steps to install the SDK.  Not sure why it worked, but it did.
    Brent S

  • Installing sdk fails with "Error 1325..."-prompt

    I have tried to install the j2sdk-1_4_2_02-windows-i586-p-iftw.exe on two different servers lately, without luck. On both machines I get a prompt telling me: Error 1325. Dokumenter is not a valid short file name.
    Any ideas? The servers are running win2k.
    I tried the same on my PC (running XP) and everything worked fine.

    Try running Windows CleanUp Utility, as mentioned here:
    http://support.microsoft.com/?kbid=328162
    - bjorn
    http://www.bie.no / php&java software

  • HOWTO: Fix beta 7 SDK provisioning/device errors.

    Okay, through trial and error, I have determined:
    1) Provisioning profiles have to be regenerated; ones generated yesterday or this morning are corrupted.
    2) Apparently, your app ID must now be only three dot-levels deep. I.e., if you have 'com.mycompany.foo' on Mac OS X, you cannot name your app ID 'com.mycompany.foo.mobile' -- you will need to do 'com.mycompany.mobilefoo' or whatever. (This was the one that got me, and took me quite a while to figure out.)
    3) Your app ID and the bundle ID in the target properties of Xcode must be identical, to the character. So if you have 'com.mycompany.*' as an app ID, you will need to set the bundle ID to 'com.mycompany.*' rather than 'com.mycompany.mobilefoo'
    4) You will need to go re-select the code signing profile in Xcode before rebuilding for devices under beta 7.
    5) You MAY (I didn't, but others did) have to change your code signing identity to be just 'iPhone Developer' instead of 'iPhone Developer: Firstname Lastname'
    Hopefully this helps folks!
    Message was edited by: RainPacket

    jamois
    Maybe I can help if you are still stuck. I figured it out with your help, so maybe I can help a bit.
    I first grabbed my new provisioning information about about 8pm on the10th, so maybe I got good provisioning files. My provisioning identifier is 4 long xxxx.com.myco.myapp but following other's advice on this chain. Here is all I had to do:
    1) I entered com.myco.myapp into my plist bundle identifer
    2) In the Build configuration of the Project Info, I
    a) Used my name in the Code Signing Identity field. I used the same name as I was told to use in the provisioning Certificates:
    http://developer.apple.com/iphone/manage/certificates/team/index.action
    b) I selected the proper provisioning profile from the Code Signing Provisioning Profile selector field.
    c) That automatically selected the same profile in the Any iPhone Device selector field.
    I compiled and it ran.
    I figured out the last steps by reviewing this information:
    http://developer.apple.com/iphone/manage/overview/development.action
    Hope this helps
    Joe
    www.softwareops.com

  • Pragma error when compiling with SDK X

    Hi,
    I am trying to compile my plugin application (which compiled fine with the previous sdk) using the SDK X, but receive errors in CAVAlert.h on the exception handler construct DURING, HANDLER, END_HANDLER.
    The errors are listed here:
    Headers/API/CAVAlert.h:156:3: error: 'suppress' was not declared in this scope
    Headers/API/CAVAlert.h:156:3: error: 'warning' was not declared in this scope
    Headers/API/CAVAlert.h:156:3: error: '__pragma' was not declared in this scope
    Headers/API/CAVAlert.h:156:3: error: expected ';' before 'jmp_buf'
    Headers/API/CAVAlert.h:156:3: error: 'ASException' was not declared in this scope
    Headers/API/CAVAlert.h:156:3: error: expected ')' before ':' token
    Headers/API/CAVAlert.h:156:3: error: expected ';' before 'struct'
    Headers/API/CAVAlert.h:162:3: error: request for member 'E_RETURNOutsideDURINGBlock' in 'gBadReturnCatcher', which is of non-class type 'int'
    Headers/API/CAVAlert.h:162:3: error: expected ')' before ':' token
    Headers/API/CAVAlert.h:162:3: error: expected ';' before 'int'
    Headers/API/CAVAlert.h:165:3: error: 'ENDHANDLEROutsideHANDLER' was not declared in this scope
    To compile against to SDK X all I did was:
    1) Used PIMain.c from the SDK X API directory.
    2) Changed ACRO_SDK_LEVEL=0x00090000 => ACRO_SDK_LEVEL=0x000A0000
    3) Changed the include directories to point to the new SDK X directories
    Is there another directive I must add to get the plugin to compile with SDK X?
    My preprocessor list is as follows:
    ACRO_SDK_LEVEL=0x000A0000
    HAVE_W32API_H
    PDMETADATA_HFT=1
    PLUGIN=1
    WIN32
    WIN_ENV
    WIN_PLATFORM
    WXUSINGDLL
    _CRT_SECURE_NO_DEPRECATE
    _DEBUG
    _WINDOWS
    __GNUWIN32__
    __WIN32__
    __WXMSW__
    Thank you,
    Magda

    Without seeing your code, I can't really help.
    If you want help with your code, open a formal support ticket.
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Tue, 6 Dec 2011 04:09:25 -0800
    To: Leonard Rosenthol <[email protected]<mailto:[email protected]>>
    Subject: Pragma error when compiling with SDK X
    Pragma error when compiling with SDK X
    created by magdakuit<http://forums.adobe.com/people/magdakuit> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/4066378#4066378

  • Nokia Series 40 SDK, preverify error

    When making my first project with JBuilder9 and Nokia Developer's Suite 2.2 for J2ME && Nokia Series 40 SDK, such an error appears:
    ERROR: floating-point arguments should not appear
    Error preverifying class java.lang.String
    However I dont use any floating-point arguments, there are used in java.lang.String,
    as I see.
    So how can I solve this problem?

    i have the same problem with eclipse, i think that
    eclipse isnt work so good in Nokia Developer's Suite
    2.2 for J2ME(TM), but i attache the sdk 1.1 in
    eclipse, and then run the stand alone version of
    Nokia Developer's Suite 2.2 for J2ME(TM), and have
    the same problem... how can i configure it there ?I had the same problem, but, when I turned on the built-in preverifier, the error dissapeared. What confuses me most is the fact that the error appeared suddenly after adding j2me-ws.jar to the build path and persisted even after I removed it from the class path.

  • Getting Error:Digitally Signing documents using Acrobat SDK

    I am using following API's to digitally sign a document using Acrobat SDK but getting error(return code -2) while making a call to folllowing API DigSigCommitSigRefDict(ASAtomFromString("DocMDP"), tempDict, &pOutRefDict);
    What am i missing?
    Here's my code.
        CosObj sigDict = CosNewDict(cosDoc, true, 1L);                         //Signature Dictionary Cos Object
        CosObj  sigRefDict= CosNewDict(cosDoc, true, 1L);                    //Signature Reference Dictionary Cos Object
        CosDictPut(sigRefDict, ASAtomFromString("TransformMethod"), CosNewName(cosDoc, false, ASAtomFromString("DocMDP")));
        CosDictPut(sigRefDict, ASAtomFromString("Type"), CosNewName(cosDoc, false, ASAtomFromString("SigRef")));
        refArrayObj = CosNewArray(cosDoc, false, 1L);                         //Reference array object inside signature dictionary
        CosArrayInsert(refArrayObj,1, sigRefDict);
        CosDictPut(sigDict, ASAtomFromString("Reference"), refArrayObj);
        CosDictPut(sigDict, ASAtomFromString("Type"), CosNewName(cosDoc, false, ASAtomFromString("Sig")));  
        CosDictPut(sigField, ASAtomFromString("V"), sigDict);               //SigField is an AcroForm object
        DSSigRefDictParamsRec myDSSigRefDictParams;
        myDSSigRefDictParams.size = sizeof(DSSigRefDictParamsRec);
        myDSSigRefDictParams.cosDoc  = PDDocGetCosDoc(pdDoc);
        myDSSigRefDictParams.rootObj   = cRoot;
        myDSSigRefDictParams.sigDict   = sigDict ;
        myDSSigRefDictParams.transformMethod   = ASAtomFromString("DocMDP");
        //myDSSigRefDictParams->transformParams   =
        myDSSigRefDictParams.bIndirect    = true;
        DSSigRefDictErrParams errParams;
        DSRetCode retCode = DigSigNewSigRefDict(&myDSSigRefDictParams,errParams);
        CosObj pOutRefDict;
        retCode = DigSigCommitSigRefDict(ASAtomFromString("DocMDP"),sigDict , &pOutRefDict);
        retCode = DigSigFinishSigRefDict(ASAtomFromString("DocMDP"), sigDict , pOutRefDict,errParams);
    -amit

    Thanks for the tip George. I'm using Acrobat Pro X to create a form. Can you tell me how to make the form reader-enabled so that it can be digitally signed?
    Josh

  • Power Map DirectX Error

    My graphics card info shows DDI Verson 11, but I am still getting the need DirectX 10 or higher error when I try to access PowerMap.  Any thoughts?
    Thanks!!
    Mark

    For feature/support requests, can you send a Frown in the UI to the team?
    Thanks!
    Ed Price, Azure & Power BI Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!

Maybe you are looking for