problem of memory during installation of the applet

Hello everyone,

I try to install an applet on TOP javacard IM GX4 card, but I have a memory problem...

This is my code of the applet:
package codeSimpleCompteur;
import javacard.framework.APDU;
import javacard.framework.Applet;
import javacard.framework.ISO7816;
import javacard.framework.ISOException;

public class Test extends Applet {

       final byte CLA_MONAPPLET = (byte) 0xB0;
       final byte INS_INCREMENTER_COMPTEUR = 0x00;
       final byte INS_DECREMENTER_COMPTEUR = 0x01;
       final byte INS_INTERROGER_COMPTEUR = 0x02;
       private byte compteur;
       byte[] tab;
     
     public Test() {
          compteur = 5;          
     }
     
     public static void install(byte bArray[], short bOffset, byte bLength)
          throws ISOException {
          new Test().register(bArray, bOffset, bLength);          
     }

     public void process(APDU apdu) throws ISOException {
          byte[] buffer = apdu.getBuffer();
          
          if (this.selectingApplet()){
               return;
          }
          
          if (buffer[ISO7816.OFFSET_CLA] != CLA_MONAPPLET) {
               ISOException.throwIt(ISO7816.SW_CLA_NOT_SUPPORTED);
          }
          
          switch (buffer[ISO7816.OFFSET_INS]) {
          
          
               case INS_INCREMENTER_COMPTEUR:
                    compteur++;          
                    break;
     

               case INS_DECREMENTER_COMPTEUR:
                    compteur--;
                    break;
               
               case INS_INTERROGER_COMPTEUR:
                    tab = new byte[5];
                    tab[0] = compteur;          
                    apdu.setOutgoing();
                    apdu.setOutgoingLength((short)tab.length);
                    apdu.sendBytesLong(tab,(short) 0, (short) tab.length);
                    break;
          
                  default:
                    ISOException.throwIt(ISO7816.SW_INS_NOT_SUPPORTED);
          }
     }
}
and when I try to install it I have this error:
install -file codeSimpleCompteur.cap
file name codeSimpleCompteur.cap
Command --> 80E602001C09A00000006203010C0108A000000018434D000006EF04C60202700000
Wrapped command --> 84E60200286364A6E5E0D338639BBC807D11E7639A6D1A163A3195C79C076B3E6818C0EE2E59066D9AEAAC01ED00
Response <-- 009000
Command --> 80E80000EFC4820265010013DECAFFED010204020109A00000006203010C0102001F0013001F000E000B0056000C00B0000A0023000000BD00000000000001010004000B01020107A000000062010103000E010AA00000006203010C0101003306000C0080030B00010701000000430700B0000210188C00111810B0880018038801180488021805880318068804181006880518078806180888071810078808180888097A04308F000B3D8C000C181D1E8B000D7A0421198B000E2D188B000F60037A1A032510B06A08116E008D00101A042573004800000002000D00180023183D840904415B88097038183D840904435B8809
Wrapped command --> 84E80000F812D71F1AFC82A2FDB501FF71CCEB5E29DE80D33AFFE71FF49288374F89CF6B56C0988032BB379C47534C47E9E3B3F4F45B86B7B564BB2489542CE853946DC877E011CFB1F802FEABB62D9CF84BD723763D3ED8D6E11AA9F7042912DD81EFA827BC88ED3D8938053A2AA38D52FACE16A4852DE7EE63FF85B4265AA002B31E6B63D3A4A3301B88F2A07C6E5C770235369CC984A490365AFD2A1F8FCA02C3E7E3D3DFB65088D66EBD2E167B7199EEE94FD8F9B8C034E27E2FF7C34685D82B5EDC04A8ED6D8B19EBFBBEA73863CFD0BC75C6CD42AC85975908E01477BA2DCB0FD0386C1E552BEFF92DCED548980B830D0A47767FB6BF51176BEB
Response <-- 009000
Command --> 80E80001EF702D181029900B870AAD0A03AE0938198B00123B19AD0A928B001319AD0A03AD0A928B00147008116D008D00107A08000A0000000000000000000005005600150200000102000002020000030200000402000005020000060200000702000008020000090200000A0200000001000000060000010380030203800A0103800303068007010680030003800A0703800A0903800A0509002300140B04040404050404050440050605090203090703000B0531040607051037080A080B00BD010001000000000B00030000000000002E011000000180030210000002800303100000038003041000000480030510000005
Wrapped command --> 84E80001F80AA622FE5D6E75C8EC596F1B01771A23433D84FAA0E45CCF6FD98FC5AF63A1B6C71E8FAFE640E743D30BB5B628255AE9942A60A803599555942C44520B2D2B27F5981029F781D5544A0031518D3399C91F000C7AFE086ED091CF012676CE35A00A5676F087B9F3D3E6C42AEAF2CEE4848E9B751A2C9665AE16F98EEB5D2A160F8B12D9DD7B1A5849579ECF8006289B40454E3E8A8C12451FDA75F575448E41E6BDE1374C50717C872E06439A5F625267A757CB5B247D0C7A363AB3F8F85E40D696D277212E45EF6BE71F6CC43FE4BDD4ED7D6C5FB6C5F785A6926BCD71A30F381C7A11135314721EBD4AC80AE911AB23B8CF0323658AEC8F
Response <-- 009000
Command --> 80E880028B8003061000000680030710000007800308100000088003091000000980030A0200000A8003008100010030003000000000010900330032000E0000000007010043003E006B000000000015002C002C002C002C002C002C002C002C002C002C002EFFFF00300032002E00350037003000390037003B013001B0011004B43101200241014004B441066800A100
Wrapped command --> 84E88002988B26EA862F2CEBBB9D85FAE96EEEA8CC7C9134BDFBC258587EC8A31D0721E35DEE8F8E80B24ADADE5B4871A291FC1A3396CE9F510A650EAB195D352E696F3450325FCEFE18DDF94C86BE8B8A268956AECA9C4E83DC6B91AF0BA0D03E9E78896769146B41578ED560409049D01202A027AF7EF73985FB65F4C0C47B45F400F4B9EDE2BC344EF09DD437D7429043821EC3EC5A6AC6CE99912400
Response <-- 009000
Command --> 80E60C002609A00000006203010C010AA00000006203010C01010AA00000006203010C0101010002C9000000
Wrapped command --> 84E60C0030FE5C8C290BD6BF2BEFF1C59495E884045AB4418BAFBF48D6C41A9BACD25DE3462262C0B503564CCE38087340DAB6C8DF00
Response <-- 6A84
install_for_install_and_make_selectable() returns 0x80206A84 (6A84: Not enough memory space.)
get_Status return:
OP201_get_status() returned 18 items

List of applets (AID state privileges)
a0000000620001     1     0
a0000000620002     1     0
a0000000620003     1     0
a0000000620101     1     0
a000000062010101     1     0
a0000000620102     1     0
a0000000620201     1     0
a00000015100     1     0
a0000001320001     1     0
a0000000030000     1     0
a000000018100101     1     0
a000000018100106     1     0
a000000018100201     1     0
a00000001830080100000000000000ff     1     0
a00000001830080100000000000000fe     1     0
a00000001830060200000000000000ff     1     0
a00000001830060100000000000000ff     1     0
a00000001830030100000000000000ff     1     0
I can't uninstall this applet, and I'm not sure that the problem is memory space...
you have an idea about this? There is an option with GPshell know the size of free memory on the card?

concerning
Alexis

your instruction register (blabla) is bad.

This function receives the INSTALL APDU buffer (to install [and maybe make selectable]).

bOffset points to the offset in the table where the length of using the instance is stored in LV format (see globalplatform).

Register() expected
-the table where the help applet is stored
-the offset in which it is stored
-the duration of the assistance

example: you are somewhere in the apdu
..... 06 112233445566...

bOffset corresponds to the shift in Baker at the "06" value
AID has length 06 and started the next byte.

If you need to write

Register (Baker, (short)(bOffset+1), Baker [bOffset]);

By change, register() without parameters is done automatically.

can you guess your mistake now? Register (Baker, bOffset, bLength) indicates that the cmdlet HELP length is the length of the full buffer, starting at an offset of zero in the buffer zone. It is a bad mistake of length to HELP, combined with excess of array subscript if the french_traveller_64 trying to copy using!

concerning

Tags: Java

Similar Questions

  • install new printer Epson WF-2530, will not install scanner drivers error message ' could not launchrequired program during installation, check the installation disc, and then run the installation again.

    having a problem installing drivers for a new Epson printer scanner all in a WF-2530 on my desktop using windows vista

    error message "could not launch the required program during installation, check the installation disc, then re-run the installer.

    I managed to install the software on my laptop using windows 7.

    spending some time with epson tech dept, after several attempts to solve the problem, they advised that it was a problem with the microsoft software.

    have tried to install it on the internet from the site of epson, but same error

    any help would be greatly appreciated

    < have="" tried="" installing="" over="" internet="" from="" epson="" website="" but="" same="">
    Do you mean that you have downloaded the Epson driver?

    http://www.Epson.com/cgi-bin/store/support/supDetail.jsp?BV_UseBVCookie=Yes&infoType=overview&OID=209709

    Try using the wizard adding printer in the Control Panel, printers. In the wizard, select EPSON under manufacturer. If you don't see your printer in the list, click the Windows Update button. It will take several minutes (about 20) be patient, Windows updates the list. You should see a hard drive activity during the update.

    If that wouldn't work, try to run the System File Checker:

    Use the System File Checker tool to troubleshoot missing or corrupted on Windows Vista or Windows 7 system files
    http://support.Microsoft.com/kb/929833?WA=wsignin1.0

  • Equium A100-549: blue screen error during installation of the recovery CD

    Hey,.

    I recently bought a Toshiba laptop computer, everything worked perfectly until my laptop was attacked. I've got rid of the virus and went to reformat due to a lot of problems that occur. The main one being a mistake has cursed and 'Blah blah' program must be closed. As I continued to get loads of errors.

    http://aumha.org/win5/kbestop.htm
    The types.

    Now then reformatting disk Toshiba said just put the disk in the drive and turn off. I did very well. The said toshiba drive press F12 on startup and then click on run the CD. The CD starts and gets half way thro reformatting.

    Suddenly, I get a blue error screen. I thought oh well ill reboot and continue. This is where the problem started. Because I was half way thro removal/reinstallation of windows I was missing some files. I'll reinstall or try to use the Toshiba CD, I get a blue error screen.

    0 X 00000050: PAGE_FAULT_IN_NONPAGED_AREA
    (Click to consult the Online Win XP Resource Kit article, or see the Windows 2000 Professional, p. 1548 Resource Kit).
    The requested data were not in memory. An address of invalid system memory was referenced. Defective memory (including main memory, L2 RAM, RAM video cache memory) or incompatible software (including remote control and antivirus software) might cause this stop message, as may other hardware issues (for example, incorrect SCSI termination or imperfect PCI card).

    Any ideas what I can do? I don't want to return the Toshiba laptop to fix However im thinking this is the only way out.

    Please if repplying try to keep technical language to a minnium. Thank you, Dan.

    Hello

    It s very strange because the installation since the Toshiba Recovery CD should work properly and without any blue screen message.
    Usually, if the BSOD appears if there is a serious software problem or something wrong with the hardware.
    I don t think that the software on the CD of restoration could be corrupted.

    Have you tried to install the OS from the original CD of Microsoft Windows? It would be very interesting to know if the blue screen also.

    However, I think that your laptop is new and the warranty is valid. In my opinion, you should ask the after-sales Service of Toshiba partner to help him because guys could start the diagnostic test and can find the fault.

  • Fatal error occurred during installation of the file. The willingness of cleanup now install and get out. so that the installation of BIAPPS 11 g

    Hello

    I install BIAPPS 11.1.1.8.1.  I finished the configuration of BIAPPS and finally come to upgrade weblogic 10.3.5. to 10.3.6.

    I stop all BI services and restart the server. After a reboot, I stopped the Oracle WebLogic NodeManager

    at the time of the upgrade of the 1.3.5 weblogic server. to 10.3.6. I got the following error:

    "Fatal error encountered during the installation of the file. The willingness of cleanup now install and get out! D:\Middleware\wlserver_10.3\server\win\x64\wlfileio3.dll(the process Cannot access the file because it is being used by another process)'.

    Could you tell me please even if I stopped all services why I have this error and to overcome this problem what steps I must follow.

    Thank you.

    Hello

    I got the answer that we must stop services databases oracle as well. We must stop DBConsole, NodeManager, TNS Listener and Oracle service and then start the 10.3.6 weblogic upgrade...

    Do all this, then upgrade will be smooth.

    Thank you

  • Fatal error during installation of the software for Officejet Pro 8500 A909g in Windows XP

    This error occurs during the last stage of the installation. I downloaded the latest software from the HP website as well as the supposed "XP Fix", I used the HP service, I used the brush cleaning HP to completely erase the old files and re-installed.  I've exhausted ALL the options on the Web site to correct this. Nothing works. I spent over 8 hours to solve this problem.  My computer guy said it of because the software has been updated to run Win 7 and is not able to access the XP of the software part to make it work.

    Error Situation code: 03867699

    Error Situation code: 24370865 "fatal error during Installation" 'C:\Program HP Imaging\ {F86D9734 - D358 - 4C5B - BC2B - 6D90557FF05B} \hpzsetup.exe' "-adding a device.

    I see other similar messages but can't find an explanation or difficulty.

    Help would be greatly appreciated!

    The only thing to do would be to format and reinstall the OS.  It's a little extreme, but it should work.  I'm sorry, but that's the last thing I know to try.  If you try this, make sure that you back up all your data.  Good luck.

  • Setup error during installation of the package of added value

    I just installed PVAT v 1.2.40. However during the installation I get an error - Setup PVAT Error (Ox8145030B). I have also tried to re - upload the files, and then repeat the installation with the same result. All ideas

    Richard

    Hi Rpayne32,

    What laptop you have exactly?
    Where did you downloaded package of added value?
    The operating system that is pre-installed in Toshiba or your own installation of Windows that you are using?
    Try you added value package update or new installation?

    In my opinion, you should check your antivirus or firewall. I think that something is blocking the installation.

  • Error 1327.Invalid Drive: G:\ during installation of the software

    Original title: I'm trying to install Microsoft WSE 3.0.msi and I get error 1327.Invalid Drive: G:\

    A program I had on my computer wouldn't work the other day when I tried it.  Help on software site says he uses Microsoft WSE 3.0 runtime and to make sure it was on my computer.  It wasn't that I downloaded and tried to install it and got the same message I have original received at the start of this process.

    Hey Bill,.

    Try the steps of Miller - technician technical support of the http://answers.microsoft.com/en-us/windows/forum/windows_vista-windows_programs/error-1327-invalid-drive-g-when-i-try-to-install-a/ccb3a5bf-9d38-4b1c-8f33-d6a53b1c1a36 link and see if that helps.

    If the problem persists, try changing the drive letter G:\ to some other letter as a work-around.

    a. press the 'Windows' and 'R' at the same time and type "diskmgmt.msc" in the prompt to run it to open the disk management window.

    b. right click on the drive G:\ and select "Change Drive Letter and paths".

    c. to change a drive letter, click change, click on assign the following drive letter, click the letter you want to use and then click OK.

    d. restart the computer to ensure that the changes are applied.

    Reference: http://windows.microsoft.com/en-in/windows7/change-add-or-remove-a-drive-letter

    You can also try the steps in the KB Microsoft http://support.microsoft.com/kb/327763 article which has worked for some users with the installation of the software.

    Note: The steps from the link will work for any installation of software/program that uses a disk. Because the steps deal with the registry editor, we recommend that you take a backup of the registry before performing the steps. http://Windows.Microsoft.com/en-us/Windows7/back-up-the-registry

    Let us know if this information useful.

  • ORA-12560 error during installation of the Setup Wizard

    I tried to install Oracle 10.2.0 (10g) on Windows Server 2008 R2 and had this error in the middle of the General installation and 2% of the installation of the Settings Wizard.

    The error is perhaps due to the certification of R2 (Windows Version 6.1). If not, any help?

    I ' v got the same error.
    Just refresh after login.

    Here is the link where I found the bug ID:

    http://www.webxpert.ro/Andrei/2009/02/23/Oracle-10g11g-install-on-Windows-2008-Server/

  • in the face of Windows 8 store error 0 error problem x 80240437 during installation of applications

    Hello

    I am facing problem of Windows 8 store error error 0 x 80240437 during the installation of apps or update applications

    Please solve this problem

    Thank you

    Saurabh

    Slim,

    I followed the advice of e-mail from Microsoft, and it worked! I wanted to help if possible. Please see the information below:

    Go to control PANEL and under SYSTEM & SECURITY go FIND & CORRIGERA PROBLEMS. Here on the right one can click on one or all the rubrics ~ ~ programs/hardware & sounds/network & Internet/System & Security, and each of them find and solve problems. However, I found just pass under security & system and find and fix problems with windows update fixed the problem I had. I hope this helps!

    Ginger

  • Problem during installation of the fulfillment

    Hello

    I'm having a problem on installation of Presse.

    When I run the accomplishment/statuscheck, I get an HTTP error code - 500 on the application (2) server.

    By using verbose mode, I find this:

    HTTP status 500-


    type of Exception report

    Message

    Description The server encountered an internal error () that prevents to satisfy this demand.

    exception

    java.lang.NullPointerException
         com.adobe.adept.fulfillment.servlet.FulfillmentServerStatus.getServers(FulfillmentServerStatus.java:35)
         com.adobe.adept.common.servlet.Status.checkUp(Status.java:355)
         com.adobe.adept.common.servlet.Status.doGet(Status.java:421)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

    Note Track of the full stack of the root cause is available in the Apache Tomcat/6.0.24 logs.


    Apache Tomcat/6.0.24

    And here is my realization - conf.txt:

    #---Propriétés - Commons
    #--Propriétés logging-
    com.adobe.ADEPT.log.Level = trace
    com.adobe.ADEPT.log.file=C:\acs4\log\fulfillment.log

    #--Propriétés-database
    com.adobe.adept.persist.sql.driverClass = com.mysql.jdbc.Driver
    com.adobe.ADEPT.Persist.Sql.Connection = JDBC:MySQL://127.0.0.1:3306 / adept
    com.adobe.ADEPT.Persist.Sql.Dialect = MySQL
    com.adobe.ADEPT.Persist.Sql.User = acs4user
    com.adobe.ADEPT.Persist.Sql.Password = *.

    Specific to achieve #---Propriétés-
    com.adobe.adept.serviceURL = http://174.129.32.159:8080 / run
    com.adobe.adept.fulfillment.security.licensesignURL = https://eusigningservice.Adobe.com/licensesign
    com.adobe.ADEPT.Fulfillment.Security.PKCS12.file=file:///C:/ACS4/Operator.P12
    com.adobe.ADEPT.Fulfillment.Security.keystore.User = acs4user
    com.adobe.ADEPT.Fulfillment.Security.keystore.Password = *.

    Can someone please?

    Thank you

    Mauro Widman

    In view of this stack trace it is trying tor read the license signging run configuration file server URL and have failed to do.

    I would check three things

    1.) is your implementation file in the right place (since you are on a windows system c:\config\fulfillment-conf.txt

    2.) is the Tomcat process has read access to the file (and directory c:\config)

    3.) are there spaces wandering around the key name, check for stray spaces located at the beginiing of the line and before the = sign

    I also see this setting:

    com.adobe.ADEPT.Fulfillment.Security.keystore.User = acs4user

    There is a bug in the version 4.0.3 and below that the only valid value is 'operator', which is also the default value.  It is better, until the bug gets fixed, to just remove this line.  This does not mean, however, that you will need to regenerate your .p12 file.

  • There was a problem installing HID Non-User Input filter data (KB911895), a fatal error occurred during installation of the device

    I tried to uninstall the faulty data filter & reinstall download (KB911895). all attempts fail & downloads auto continues trying to install "ad noursium". How can I solve this problem please someone? Brian

    Hello

    Step 1: Follow these steps and then try to install the update.

    1. go to the location: c:\windows\system\drivers\
    2. search for and rename the file wdf01000.sys wdf01000.old
    3. restart the computer.

    Step 2:

    Reset windows update components

    http://support.Microsoft.com/kb/971058

    Hope this information is useful.

    Amrita M

    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • BIOS reports that node NUMBER 1 has no memory during installation VMVisor - 4.1 on ASUS KGPE-D16

    Hello

    I try to install vSphere Hypervisor (ESXi) 4.1 on a newly built server and during the installation process, I get the following error message:

    The BIOS reports that node NUMBER 1 has no memory. This problem is caused by either a bad BIOS or a very skewed distribution of modules of memory.

    Here's my server details

    Motherboard - ASUS KGPE-D14 socket 34

    Processor: AMD Opteron 6128, 2 GHz

    Memory - Kingston 2 X 4 GB

    Currently I use a single processor and 8 GB of memory (4 GB each two locations) and do not install another CPU or add additional memory to the same problem of NUMA. I went through all the articles from vmware regarding this issue and there is no luck so far. Please help me how I can solve this problem and get further.

    Thank you

    Praveen

    You have the RAM installed in what locations? If you use a CPU, I think that you need a stick in the first slot of orange, ignore the following location Orange and install the second stick in the third slot orange.

  • [JS CS5] problem with memory leak possible with the dialog box in the event handler

    Hello

    I'm having a very difficult problem.

    I am attaching a script in a handler for a menu item, by using an installation script menu that I wrote based on one by Marc Autret. My version of the script menu installation attach a bunch of event handlers at the same time, to the actions of different menu.

    What is the event handler, with that I have a problem is to prompt the user for a URL and then applies the URL as a hyperlink to the text selection, with our house style for the way in which the URL should look like.

    The problem is the following:

    1. all other installed menu actions work very well, except for this one.

    2. the addition of URL script works fine, when you run it directly from the script menu.

    3. the combination of #1 and #2 (using the script to add URL by function as an event handler in the Edit menu) blocks to InDesign. But it is only after the addition of URL script has finished and done what it was supposed to do!

    4. when I comment on the section of the script URL adding user input, so that instead of saying

    userInput = myDisplayDialog();
    

    It is said

    userInput = "http://thisworks.com";   // userInput = myDisplayDialog();
    

    It works well as an event handler.

    So obviously a problem with the dialog box, but only when adding URL script is executed as an event handler. My first guess is that this is some kind of memory leak, but I think I am following the model of. destroy() the way I saw it elsewhere.

    Someone knows something like that before?

    I can provide all relevant if necessary scripts, but they are quite complicated. The most important of them is the input of the user function. Here it is:

    var myDisplayDialog = function( defaultText ) {
      
        var defaultText = defaultText || "";
        
        var myDialog = app.dialogs.add({
            name: "Type in a URL"
        });
        
        var myOuterColumns = [];
        var myInnerColumns = [];
        var myOuterRows = [];
        var myBorderPanels = [];
        var myTextEditboxes = [];
        var myInput;
        
        myOuterColumns[0] = myDialog.dialogColumns.add();
        myOuterRows[0] = myOuterColumns[0].dialogRows.add();
    
    
        myBorderPanels[0] = myOuterRows[0].borderPanels.add();
        myInnerColumns[0] = myBorderPanels[0].dialogColumns.add();
        myInnerColumns[0].staticTexts.add({
            staticLabel: "URL:"
        });
        
        myInnerColumns[1] = myBorderPanels[0].dialogColumns.add();
            
        myTextEditboxes[0] = myInnerColumns[1].textEditboxes.add({
             minWidth: 300,
             editContents: defaultText ? defaultText : "http://"
        });
        
        var myResult = myDialog.show();
        var myInput = myTextEditboxes[0].editContents;
        
        myDialog.destroy();
    
        if (myResult == false) {
              exit();
        }
        
        return myInput;
    
    }
    
    

    Hi Richard,

    Unfortunately, there is no guarantee that the ScriptUI longer work.

    Thake a peek here: http://forums.adobe.com/message/2881364

    --

    Marijan (tomaxxi)

    http://tomaxxi.com

  • SimplePass 2012 stuck during installation after the upgrade to windows 8 pro

    Hello!

    I just upgraded my Pavilion dv6-6145dx to windows 8 pro and new installation preforming. I downloaded all the drivers and software from the hp support center, but when I tried to install SimplePass

    2012 stuck it in the middle of the progress of the installation for about 4 hours as shown below:

    Will I keep waiting? Or there is a solution knowing that I found its icon in the start menu?

    Thank you!

    Samuel Farid

    I installed the windows 7 one instead of. In any case, I fixed that by closing the Task Manager installation program, that the I started the software in the start menu, and believe it or not, it worked great. There is another way to solve this problem of Morphix, site Web AuthenTec software, it is much more updated and working great.

  • The DirectX Web Installer hangs during installation of the components

    I try to get several games running, but am stuck by the demands to DirectX 9 c. My machine is Windows 7, so it's DX11 installed. I went here to download the web installer:

    http://www.Microsoft.com/downloads/details.aspx?FamilyId=2da43d38-DB71-4C1B-bc6a-9b6652cd92a3&displaylang=en

    When I run the installer, it downloads the components, then hangs on "Installation of components. It displays the message "copying files...". "and the 1.0.2910.0/Microsoft.DirectX.Direct3DX.xml

    One of my CPU is maxed out running dxwsetup.exe * 32 and this for hours. My computer is a Dell with Windows 7 64 bit.

    Are there instructions anywhere to update DirectX to hand?

    Thanks for any help.

    Steve, thanks for your suggestion. Running at startup using the minimum does not solve the problem, but it got me thinking in the right direction.

    I finally put in the Win7 disc and 'fix '. It is really a re - install, but the programs and data are stored.
    It took a few hours to go through the installation, but after that, I ran the DirectX Web Installer smoothly. Played some BioShock 2 last night!
    Thank you

Maybe you are looking for

  • Need PCI Simple Communications Controller driver for Win7 for Portege A600-122

    Hello I put Windows 7 x 64 on my Portege A600-122 and have a "PCI of Simple Communications controller" in Device Manager. It seems that it is because the Intel AMT (Active Management Technology) driver is not installed. I am struggling to find it, th

  • How save multiple tabs as a bookmark?

    I find the Tabs (Pages) reopen last opened is great, I used it as Favorites. However, if my system crash or I need to reinstall the OS or something else - all tabs have disappeared and I can't transfer the addresses of tabs like bookmarks don't. Y at

  • When I plug my laptop into an amplifier (mixer) I have a strange noise

    I've read about it - http://forums.computers.toshiba-europe.com/forums/thread.jspa?threadID=20824 but the sounds have not disappeared. Strange thing is that when I do ANYTHING on my laptop - I hear noises that change (for example, when I write this p

  • How to avoid Photos

    How to avoid the Photos and not the transfer of the app and open it that my images directly from my camera? My brother is trying to avoid the picture and just get the pictures from his camera on his hard drive. But the Photo does not seem to give him

  • Is it possible to downgrade Windows XP Professional 64 bit to 32 bit? How?

    Windows XP Professional 64-bit Is it possible to downgrade Windows XP Professional 64 bit to 32 bit? How? Please advice. Thank you!