Explorer.exe error on windows 8 with blank message and a yellow warning with ok button

Whenever i boot my laptop the attached screenshot is always popping up, it shows a window with "Explorer.exe" with a yellow warning sign and a "OK" button. 

ok, I found a possible solution here:
[FIX] Getting “Explorer.exe” Error On Windows 8 Start Up
http://www.kapilarya.com/fix-getting-explorer-exe-error-on-windows-8-start-up
Open regedit.exe, go to
HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows
and delete the highlighted string "Load". This should fix the issue.
"A programmer is just a tool which converts caffeine into code"

Similar Messages

  • Windows 8.1 issue explorer.exe error on shutdown NOT resolved and painfully slow bootup

    Hi,
    I have a brand new HP Pavilion Laptop with Windows 8 64bit. I just downloaded the free update to 8.1. And then problems started. 
    First off, the boot up time has almost doubled. Just before the desktop becomes visible, there is a 10 second period where all you see is a black screen. At times this is more than 10 seconds. Then the desktop wallpaper can be seen.
    Secondly, the most annoying problem-, everytime I shutdown or restart , I get an explorer.exe error saying memory cant be read some instruction referenced memory at 0x00000000. ?! What the h-- is this ? I mean is this what we expect to see after updating to
    Windows 8.1 ? This is ridiculous. There is no offical response from the developers either. This is affecting many people all over the world and there is not even any official patch or announcement ? 
    I have read similar posts here and none of the solutions work. Someone says edit the registry, someone says remove the bluetooth service from startup ?! nothing and stopping a bluetooth service should not be considered a solution. Why should I not be able
    to use bluetooth just to resolve this Windows 8.1 error ??
    Please fix this problem urgently. And DO NOT ask us to re-install windows... I mean come on.. You think people have nothing better to do than installing/reinstalling Windows throughout the day ?? Bandwidth does not come cheap everywhere in the world either.
    Please release a patch or some guidelines on fixing this problem ASAP. 

    Hi, I have checked with that link on HP's site and for my product number it said that my laptop has been tested-Update your System from Windows 8 to Windows 8.1
    HP has tested your Windows 8 PC with Windows 8.1 and has created update instructions.
    This is what they say. And I clicked on the Windows Store Icon >> Then I clicked on the Upgrade to Windows 8.1 Tile >> Then I clicked Download Windows 8.1 Update ( over 3 GB ) waited for a couple of days >> Then clicked next a bunch of
    times >> Selected some options that it asked me >> Then waited some more >> some more waiting >> and in 2 weeks I had upgraded to Windows 8.1 >> Then the above PROBLEMS started...
    So, as a request to the tech team or dev team, pls fix this issue. 

  • How to raise pop up window along with radio buttons in module pool program

    how to raise pop up window along with radio buttons in module pool program

    FUNCTION zscheme_determination.
    *"*"Local Interface:
    *"  IMPORTING
    *"     REFERENCE(I_KUNNR) TYPE  KUNNR
    *"  EXPORTING
    *"     REFERENCE(E_VALUE) TYPE  NETWR_AK
    *"  TABLES
    *"      G_ITEM_DATA_ITAB STRUCTURE  ZITEM_DATA
    *  TYPES: BEGIN OF ty_sord,
    *         include type ZSD_SCHEME_DTL,
    *         END   OF ty_sord.
    *  data : gt_sord type standard table of ZSD_SCHEME_DTL,
    *         wa_sord type ZSD_SCHEME_DTL.
    *  select * from ZSD_SCHEME_DTL into table
    *  gt_sord
    *  where matnr = i_matnr.
    *  T_ITEM_DATA
    *********Data Declarations
       DATA:
             salesdocumentin LIKE bapivbeln-vbeln,
             orderheaderin LIKE bapisdhd1,
             orderheaderinx LIKE bapisdhd1x,
             sender LIKE bapi_sender,
             binaryrelationshiptype LIKE bapireltype-reltype,
             intnumberassignment LIKE bapiflag-bapiflag,
             behavewhenerror LIKE bapiflag-bapiflag,
             logicswitch LIKE bapisdls,
             testrun LIKE bapiflag-bapiflag,
             convert LIKE bapiflag-bapiflag,
             return LIKE bapiret2 OCCURS 0,
             orderitemsin LIKE bapisditm OCCURS 0,
             orderitemsinx LIKE bapisditmx OCCURS 0,
             orderpartners LIKE bapiparnr OCCURS 0,
             orderschedulesin LIKE bapischdl OCCURS 0,
             orderschedulesinx LIKE bapischdlx OCCURS 0,
             orderconditionsin LIKE bapicond OCCURS 0,
             orderconditionsinx LIKE bapicondx OCCURS 0,
             ordercfgsref LIKE bapicucfg OCCURS 0,
             ordercfgsinst LIKE bapicuins OCCURS 0,
             ordercfgspartof LIKE bapicuprt OCCURS 0,
             ordercfgsvalue LIKE bapicuval OCCURS 0,
             ordercfgsblob LIKE bapicublb OCCURS 0,
             ordercfgsvk LIKE bapicuvk OCCURS 0,
             ordercfgsrefinst LIKE bapicuref OCCURS 0,
             orderccard LIKE bapiccard OCCURS 0,
             ordertext LIKE bapisdtext OCCURS 0,
             orderkeys LIKE bapisdkey OCCURS 0,
             extensionin LIKE bapiparex OCCURS 0,
             partneraddresses LIKE bapiaddr1 OCCURS 0.
       DATA : wa_orderpartners LIKE bapiparnr,
              wa_orderitemsin LIKE bapisditm,
              wa_orderitemsinx LIKE bapisditmx,
              wa_orderschedulesin LIKE bapischdl,
              wa_orderschedulesinx LIKE bapischdlx,
              wa_orderconditionsin LIKE bapicond,
              wa_orderconditionsinx LIKE bapicondx,
              wa_return LIKE bapiret2,
              lv_value TYPE netwr_ak.
       DATA : lv_dtyp TYPE char45,
              lv_sorg TYPE vkorg,
              lv_sdch TYPE vtweg,
              lv_sdiv TYPE spart.
       TYPES : BEGIN OF ty_sord,
               zsdscheme TYPE comt_scheme_id,
               posnr TYPE posnr_va,
               matnr TYPE matnr,
               disc_type TYPE rebate_disc_type,
               calc_type TYPE catyp,
               qty_from TYPE kwmeng,
               qty_to TYPE kwmeng,
               spart TYPE spart,
               custcondgrp TYPE kdkg1,
               werks TYPE werks_d,
               matmn TYPE matnr,
               END   OF ty_sord.
       DATA : gt_sord   TYPE STANDARD TABLE OF ty_sord,
              gt_sordd  TYPE STANDARD TABLE OF ty_sord,
              wa_sord TYPE ty_sord,
              wa_knvv TYPE knvv,
              lv_cal_foc TYPE p DECIMALS 3,
              lv_cal_dis TYPE p DECIMALS 3,
              lv_new_qty TYPE kwmeng,
              lv_posmat TYPE posnr_va,
              lv_posfoc TYPE posnr_va.
       DATA:lv_diff TYPE kwmeng.
    ******Schemes Selection Logic
    * Get Valid Schemes
    * Validate Scheme for validity Period, Material, Customer Type and Plant
       TYPES : BEGIN OF ty_rtab,
               sign   TYPE c LENGTH 1,
               option TYPE c LENGTH 2,
               low    LIKE mara-matnr,
               high   LIKE mara-matnr,
             END OF ty_rtab.
    *  TYPES : ty_matnr TYPE RANGE OF ty_rtab.
       DATA : it_matnr TYPE TABLE OF ty_rtab,
              wa_matnr TYPE ty_rtab,
              wa_it    TYPE zitem_data,
             wa_tab TYPE zitem_data.
    *order table declaration
       TYPES:
             BEGIN OF ty_order,
               zsdscheme TYPE comt_scheme_id,
               matnr     TYPE matnr,
               kwmeng    TYPE kwmeng,
             END OF ty_order,
       BEGIN OF ty_scheme,
        zsdscheme TYPE comt_scheme_id,
    *                matnr     TYPE matnr,
        kwmeng    TYPE kwmeng,
      END OF ty_scheme.
       DATA:
             gt_order      TYPE TABLE OF ty_order,
             gt_scheme     TYPE TABLE OF ty_scheme,
              wa_scheme    TYPE ty_scheme,
              wa_order     TYPE  ty_order.
       DATA:i_kwmeng TYPE kwmeng.
    * Transfer all the material received from order to internal table
       LOOP AT g_item_data_itab INTO wa_it.
         MOVE : wa_it-matnr TO wa_matnr-low,
                'I'          TO wa_matnr-sign,
                'EQ'         TO wa_matnr-option.
         APPEND wa_matnr TO it_matnr.
         CLEAR wa_it.
       ENDLOOP.
    * Get the Valid Schemes based on given criteria
       SELECT
               zsd_scheme_dtl~zsdscheme
               zsd_scheme_dtl~posnr
               zsd_scheme_dtl~matnr
               zsd_scheme_dtl~disc_type
               zsd_scheme_dtl~calc_type
               zsd_scheme_dtl~qty_from
               zsd_scheme_dtl~qty_to
               zsd_scheme~spart
               zsd_scheme_hdr~custcondgrp
               zsd_scheme_hdr~werks
               zsd_scheme_hdr~matnr
       FROM zsd_scheme_hdr
       INNER JOIN zsd_scheme ON zsd_scheme~zsdscheme = zsd_scheme_hdr~zsdscheme
       INNER JOIN zsd_scheme_dtl ON zsd_scheme_dtl~zsdscheme = zsd_scheme_hdr~zsdscheme
       INTO TABLE  gt_sord
       WHERE  zsd_scheme_dtl~matnr IN it_matnr
    *    zsd_scheme_hdr~matnr IN it_matnr
    *    AND zsd_scheme_hdr~werks = '1509'
         AND zsd_scheme_hdr~werks = '1529'
         AND zsd_scheme_hdr~custcondgrp = '01'
         AND zsd_scheme~datuv LE sy-datum
         AND zsd_scheme~datub GE sy-datum.
       SORT gt_sord BY zsdscheme ASCENDING.
    *  LOOP AT gt_sord INTO wa_sord.
    *    READ TABLE g_item_data_itab INTO wa_it WITH  KEY matnr = wa_sord-matnr.
    *    wa_order-zsdscheme = wa_sord-zsdscheme.
    *    wa_order-matnr = wa_it-matnr.
    *    wa_order-kwmeng = wa_it-kwmeng.
    *    COLLECT wa_order INTO gt_order.
    *    CLEAR wa_order.
    *  ENDLOOP.
       LOOP AT g_item_data_itab INTO wa_it.
         READ TABLE gt_sord INTO wa_sord WITH  KEY matnr = wa_it-matnr.
         wa_order-zsdscheme = wa_sord-zsdscheme.
         wa_order-matnr = wa_it-matnr.
         wa_order-kwmeng = wa_it-kwmeng.
         COLLECT wa_order INTO gt_order.
         MOVE : wa_sord-zsdscheme  TO wa_scheme-zsdscheme,
                wa_it-kwmeng  TO wa_scheme-kwmeng.
         COLLECT wa_scheme INTO gt_scheme.
         CLEAR : wa_order, wa_scheme.
       ENDLOOP.
       CLEAR wa_scheme.
       DATA w_line TYPE sy-tabix.
    * Updating table based on Schemes
       LOOP AT gt_scheme INTO wa_scheme.
         CLEAR w_line.
         gt_sordd[] = gt_sord[].
    *    DELETE gt_sordd WHERE zsdscheme NE wa_scheme-zsdscheme and disc_type NE 'FOC'.
         DELETE gt_sordd WHERE zsdscheme NE wa_scheme-zsdscheme AND disc_type NE 'F'.
         DELETE ADJACENT DUPLICATES FROM gt_sordd COMPARING zsdscheme matnr.
         DESCRIBE TABLE gt_sordd LINES w_line.
         IF w_line GT 1.
    * popup message to select one foc type.
         ELSE.
           CLEAR wa_sord.
           READ TABLE gt_sordd INTO wa_sord INDEX 1.
           IF sy-subrc EQ 0.
             i_kwmeng = wa_scheme-kwmeng.
             lv_cal_foc = i_kwmeng DIV wa_sord-qty_from.
             lv_cal_dis = i_kwmeng MOD wa_sord-qty_from.
             MOVE : lv_cal_foc TO wa_it-kwmeng,
                    wa_sord-matnr TO wa_it-matnr.
             APPEND  wa_it TO g_item_data_itab.
             SORT gt_order BY kwmeng DESCENDING.
             LOOP AT gt_order INTO wa_order WHERE zsdscheme = wa_scheme-zsdscheme.
               IF lv_cal_dis GT 0.
    *        LOOP AT gt_order INTO wa_order WHERE zsdscheme = wa_scheme-zsdscheme
    *                                             AND lv_cal_dis GT 0.
    *                  LOOP AT gt_order INTO wa_order WHERE zsdscheme = wa_scheme-zsdscheme.
    *                LOOP AT g_item_data INTO wa_item_data WHERE matnr EQ wa_order-matnr.
                         LOOP AT g_item_data_itab INTO wa_tab WHERE matnr EQ wa_order-matnr.
                           wa_orderconditionsin-itm_number = wa_tab-posnr.
    *                  wa_orderconditionsin-itm_number = wa_item_data-posnr.
                           wa_orderconditionsin-cond_st_no = '001'.
    *                  IF gt_sordd-calc EQ ‘post AND disc_type EQ ‘percentage’.
                           IF wa_sord-calc_type EQ 'O' AND wa_sord-disc_type EQ 'P'.
                             wa_orderconditionsin-cond_type = 'ZTPB'.   "'ZREG'.
    *                  ELSEIF gt_sordd-calc EQ ‘pre’ AND disc_type EQ ‘percentage’
                           ELSEIF wa_sord-calc_type EQ 'E' AND wa_sord-disc_type EQ 'P'.
                             wa_orderconditionsin-cond_type = 'ZTPP'.   "'ZREG'.
                           ENDIF.
                           wa_orderconditionsin-currency = 'INR'.
                           wa_orderconditionsin-conpricdat = sy-datum.
                           APPEND wa_orderconditionsin TO orderconditionsin.
                           CLEAR wa_orderconditionsin.
    *Update Discount Conditon
                         ENDLOOP.
    *                  ENDLOOP.
    *Modify balance of Item
                 CLEAR wa_tab.
                 READ TABLE g_item_data_itab INTO wa_tab WITH KEY matnr = wa_order-matnr.
                 IF sy-subrc EQ 0.
                   lv_diff = wa_tab-kwmeng - lv_cal_dis.
                   IF lv_diff GT 0.
                     wa_tab-kwmeng  = wa_tab-kwmeng - lv_cal_dis.
    *            MODIFY g_item_data TRANSPORTING kwmeng  index sy-tabix.
                     MODIFY g_item_data_itab INDEX sy-tabix FROM wa_tab TRANSPORTING kwmeng  .
                   ELSE.
                     wa_tab-kwmeng  =  lv_cal_dis.
                     lv_cal_dis  = lv_diff.
                     MODIFY g_item_data_itab INDEX sy-tabix FROM wa_tab TRANSPORTING kwmeng .
    *            MODIFY G_ITEM_DATA_ITAB TRANSPORTING kwmeng index sy-tabix.
                   ENDIF.
                   gt_sordd[] = gt_sord[].
                   DELETE gt_sordd WHERE zsdscheme NE wa_scheme-zsdscheme AND disc_type EQ 'F'.
                   DESCRIBE TABLE gt_sordd LINES w_line.
                   IF w_line GT 1.
                     SORT gt_sordd BY zsdscheme DESCENDING.
    *              SORT gt_sordd BY quantity DESCENDING.
                     CLEAR wa_sord.
    *              LOOP AT gt_sordd WHERE quantity_from LT wa_shceme-kwmeng AND quantity_to GT wa_shceme-kwmeng.
                     LOOP AT gt_sordd INTO wa_sord  WHERE qty_from LT wa_scheme-kwmeng AND qty_to GT wa_scheme-kwmeng.
    *             LOOP AT gt_order INTO wa_order WHERE scheme = wa_scheme-scheme.
                       LOOP AT gt_order INTO wa_order WHERE zsdscheme = wa_scheme-zsdscheme.
    *                LOOP AT g_item_data INTO wa_item_data WHERE matnr EQ wa_order-matnr.
                         LOOP AT g_item_data_itab INTO wa_tab WHERE matnr EQ wa_order-matnr.
                           wa_orderconditionsin-itm_number = wa_tab-posnr.
    *                  wa_orderconditionsin-itm_number = wa_item_data-posnr.
                           wa_orderconditionsin-cond_st_no = '001'.
    *                  IF gt_sordd-calc EQ ‘post AND disc_type EQ ‘percentage’.
                           IF wa_sord-calc_type EQ 'O' AND wa_sord-disc_type EQ 'P'.
                             wa_orderconditionsin-cond_type = 'ZDPD'.   "'ZREG'.
    *                  ELSEIF gt_sordd-calc EQ ‘pre’ AND disc_type EQ ‘percentage’
                           ELSEIF wa_sord-calc_type EQ 'E' AND wa_sord-disc_type EQ 'P'.
                             wa_orderconditionsin-cond_type = 'ZDPD'.   "'ZREG'.
                           ENDIF.
                           wa_orderconditionsin-currency = 'INR'.
                           wa_orderconditionsin-conpricdat = sy-datum.
                           APPEND wa_orderconditionsin TO orderconditionsin.
                           CLEAR wa_orderconditionsin.
    *Update Discount Conditon
                         ENDLOOP.
                       ENDLOOP.
                     ENDLOOP.
                   ELSE.
                   ENDIF.
                 ENDIF.
               ENDIF.
             ENDLOOP.
           ENDIF.
         ENDIF.
       ENDLOOP.
    *  select
    *          ZSD_SCHEME_DTL~ZSDSCHEME
    *          ZSD_SCHEME_DTL~POSNR
    *          ZSD_SCHEME_DTL~matnr
    *          ZSD_SCHEME_DTL~DISC_TYPE
    *          ZSD_SCHEME_DTL~CALC_TYPE
    *          ZSD_SCHEME_DTL~QTY_FROM
    *          ZSD_SCHEME_DTL~QTY_TO
    *          ZSD_SCHEME~SPART
    *          ZSD_SCHEME_HDR~CUSTCONDGRP
    *          ZSD_SCHEME_HDR~WERKS
    *          ZSD_SCHEME_HDR~MATNR
    *  from ZSD_SCHEME_DTL
    *  inner join ZSD_SCHEME on ZSD_SCHEME~ZSDSCHEME = ZSD_SCHEME_DTL~ZSDSCHEME
    *  inner join ZSD_SCHEME_HDR on ZSD_SCHEME_HDR~ZSDSCHEME = ZSD_SCHEME_DTL~ZSDSCHEME
    *  into table
    *  gt_sord
    *  where ZSD_SCHEME_DTL~matnr = i_matnr and
    *        ZSD_SCHEME~DATUV LE sy-datum and
    *        ZSD_SCHEME~DATUB GE sy-datum.
    *  break-point.
    * Process Common Logic for Schemes Processcing
       CLEAR wa_sord.
    * Convert FOC Quantity and Materials
    *  LOOP AT gt_sord INTO wa_sord.
    **   lv_cal = i_kwmeng / wa_sord-QTY_FROM.
    *    lv_cal_foc = i_kwmeng DIV wa_sord-qty_from.
    *    lv_cal_dis = i_kwmeng MOD wa_sord-qty_from.
    *  ENDLOOP.
    *lv_new_qty = i_kwmeng - lv_cal_dis.
    * Get the Sales Document Type
       SELECT SINGLE low
    FROM tvarvc
    INTO  lv_dtyp WHERE
    name = 'SD_DOC_TYPE'.
       SELECT SINGLE * FROM knvv INTO wa_knvv WHERE kunnr = i_kunnr.
       IF sy-subrc = 0.
         lv_sorg = wa_knvv-vkorg.
         lv_sdch = wa_knvv-vtweg.
         lv_sdiv = wa_knvv-spart.
       ENDIF.
    * Give the Popup for schemes with multiple FOC
    * Schemes Specific Processing
    * Schemes Specific Processing
       orderheaderin-doc_type = lv_dtyp.
       orderheaderin-sales_org = lv_sorg.
       orderheaderin-distr_chan = lv_sdch.
       orderheaderin-division = lv_sdiv.
       wa_orderpartners-partn_role = 'AG'.
       wa_orderpartners-partn_numb = i_kunnr.
       APPEND wa_orderpartners TO orderpartners.
    *    wa_ORDERPARTNERS-PARTN_ROLE = 'WE'.
    *    wa_ORDERPARTNERS-PARTN_NUMB = p_ship.
    *    append wa_ORDERPARTNERS to ORDERPARTNERS.
    * Item number begin
       CLEAR : lv_posmat.
       lv_posmat = lv_posmat + 10.
       wa_orderitemsin-itm_number = lv_posmat.
       wa_orderitemsin-material = wa_sord-matmn.  "i_matnr.
       wa_orderitemsin-target_qty = lv_new_qty.
    *  wa_ORDERITEMSIN-TARGET_QU = i_VRKME.
       APPEND wa_orderitemsin TO orderitemsin.
       wa_orderitemsinx-itm_number = lv_posmat.
       wa_orderitemsinx-material = 'X'.
       wa_orderitemsinx-target_qty = 'X'.
       wa_orderitemsinx-target_qu = 'X'.
       APPEND wa_orderitemsinx TO orderitemsinx.
       wa_orderschedulesin-itm_number = lv_posmat.
       wa_orderschedulesin-sched_line = lv_posmat.
       wa_orderschedulesin-req_qty = lv_new_qty.
       APPEND wa_orderschedulesin TO orderschedulesin.
       wa_orderschedulesinx-itm_number = lv_posmat.
       wa_orderschedulesinx-sched_line = lv_posmat.
       wa_orderschedulesinx-req_qty  = 'X'.
       wa_orderschedulesinx-updateflag = 'X'.
       APPEND wa_orderschedulesinx TO orderschedulesinx.
       wa_orderconditionsin-itm_number = lv_posmat.
       wa_orderconditionsin-cond_st_no = '001'.
       wa_orderconditionsin-cond_type = 'ZDPD'.   "'ZREG'.
       wa_orderconditionsin-currency = 'INR'.
       wa_orderconditionsin-conpricdat = sy-datum.
       APPEND wa_orderconditionsin TO orderconditionsin.
       wa_orderconditionsinx-itm_number = lv_posmat.
       wa_orderconditionsinx-cond_st_no = '001'.
       wa_orderconditionsinx-cond_type = 'ZDPD'. "'ZREG'.
       wa_orderconditionsinx-updateflag = 'X'.
       wa_orderconditionsinx-cond_value ='X'.
       wa_orderconditionsinx-currency = 'X'.
       APPEND wa_orderconditionsinx TO orderconditionsinx.
    ****18/06Beg
    *  if not lv_cal_dis is initial.
    *    lv_posmat = lv_posmat + 10.
    *    wa_ORDERITEMSIN-ITM_NUMBER = lv_posmat.
    *    wa_ORDERITEMSIN-MATERIAL = WA_SORD-MATMN.  "i_matnr.
    *    wa_ORDERITEMSIN-TARGET_QTY = lv_cal_dis.
    **  wa_ORDERITEMSIN-TARGET_QU = i_VRKME.
    *    append wa_ORDERITEMSIN to ORDERITEMSIN.
    *    wa_ORDERITEMSINX-ITM_NUMBER = lv_posmat.
    *    wa_ORDERITEMSINX-MATERIAL = 'X'.
    *    wa_ORDERITEMSINX-TARGET_QTY = 'X'.
    *    wa_ORDERITEMSINX-TARGET_QU = 'X'.
    *    append wa_ORDERITEMSINX to ORDERITEMSINX.
    *    wa_ORDERSCHEDULESIN-ITM_NUMBER = lv_posmat.
    *    wa_ORDERSCHEDULESIN-SCHED_LINE = lv_posmat.
    *    wa_ORDERSCHEDULESIN-REQ_QTY = lv_cal_dis.
    *    append wa_ORDERSCHEDULESIN to ORDERSCHEDULESIN.
    *    wa_ORDERSCHEDULESINX-itm_number = lv_posmat.
    *    wa_ORDERSCHEDULESINX-sched_line = lv_posmat.
    *    wa_ORDERSCHEDULESINX-req_qty  = 'X'.
    *    wa_ORDERSCHEDULESINX-updateflag = 'X'.
    *    append wa_ORDERSCHEDULESINX to ORDERSCHEDULESINX.
    *  endif.
    *  lv_posmat = lv_posmat + 10.
    *  wa_ORDERITEMSIN-ITM_NUMBER = lv_posmat.
    *  wa_ORDERITEMSIN-MATERIAL = i_matnr.  "WA_SORD-MATMN.
    *  wa_ORDERITEMSIN-TARGET_QTY = LV_CAL_FOC.
    *  wa_ORDERITEMSIN-ITEM_CATEG = 'ZDGN'.
    **  wa_ORDERITEMSIN-TARGET_QU = i_VRKME.
    *  append wa_ORDERITEMSIN to ORDERITEMSIN.
    *  wa_ORDERITEMSINX-ITM_NUMBER = lv_posmat.
    *  wa_ORDERITEMSINX-MATERIAL = 'X'.
    *  wa_ORDERITEMSINX-TARGET_QTY = 'X'.
    *  wa_ORDERITEMSINX-TARGET_QU = 'X'.
    *  wa_ORDERITEMSINX-ITEM_CATEG = 'X'.
    *  append wa_ORDERITEMSINX to ORDERITEMSINX.
    *  wa_ORDERSCHEDULESIN-ITM_NUMBER = lv_posmat.
    *  wa_ORDERSCHEDULESIN-SCHED_LINE = lv_posmat.
    *  wa_ORDERSCHEDULESIN-REQ_QTY = LV_CAL_FOC.
    *  append wa_ORDERSCHEDULESIN to ORDERSCHEDULESIN.
    *  wa_ORDERSCHEDULESINX-itm_number = lv_posmat.
    *  wa_ORDERSCHEDULESINX-sched_line = lv_posmat.
    *  wa_ORDERSCHEDULESINX-req_qty  = 'X'.
    *  wa_ORDERSCHEDULESINX-updateflag = 'X'.
    *  append wa_ORDERSCHEDULESINX to ORDERSCHEDULESINX.
    ****18/06End
    * Item number end
    * Switch off dialog (BAPIs always run without)
       CALL FUNCTION 'DIALOG_SET_NO_DIALOG'.
       CALL FUNCTION 'BAPI_SALESORDER_CREATEFROMDAT2'
         EXPORTING
    *     SALESDOCUMENTIN               =
         order_header_in               = orderheaderin
    *     ORDER_HEADER_INX              =
    *     SENDER                        =
    *     BINARY_RELATIONSHIPTYPE       =
    *     INT_NUMBER_ASSIGNMENT         =
    *     BEHAVE_WHEN_ERROR             =
    *     LOGIC_SWITCH                  =
    *     TESTRUN                       =
    *     CONVERT                       = ' '
    *   IMPORTING
    *     SALESDOCUMENT                 =
       TABLES
         return                        = return
         order_items_in                = orderitemsin
         order_items_inx               = orderitemsinx
         order_partners                = orderpartners
         order_schedules_in            = orderschedulesin
         order_schedules_inx           = orderschedulesinx
         order_conditions_in           = orderconditionsin
         order_conditions_inx          = orderconditionsinx
    *     ORDER_CFGS_REF                =
    *     ORDER_CFGS_INST               =
    *     ORDER_CFGS_PART_OF            =
    *     ORDER_CFGS_VALUE              =
    *     ORDER_CFGS_BLOB               =
    *     ORDER_CFGS_VK                 =
    *     ORDER_CFGS_REFINST            =
    *     ORDER_CCARD                   =
    *     ORDER_TEXT                    =
    *     ORDER_KEYS                    =
    *     EXTENSIONIN                   =
    *     PARTNERADDRESSES              =
    *    commit work.
       CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
    *     EXPORTING
    *       WAIT          =
    *     IMPORTING
    *       RETURN        =
       LOOP AT return INTO wa_return.
         WRITE:/ wa_return-message.
       ENDLOOP.
    ENDFUNCTION.
    *& Include ZSD_SO_CHANGES2_TOP                               Module Pool      ZSD_SO_CHANGES2
    PROGRAM  ZSD_SO_CHANGES2.
    ***&SPWIZARD: DATA DECLARATION FOR TABLECONTROL 'ITEM_DATA'
    *&SPWIZARD: DEFINITION OF DDIC-TABLE
    TABLES:   VBAP,kna1.
    *&SPWIZARD: TYPE FOR THE DATA OF TABLECONTROL 'ITEM_DATA'
    TYPES: BEGIN OF T_ITEM_DATA,
              POSNR LIKE VBAP-POSNR,
              MATNR LIKE VBAP-MATNR,
              KWMENG LIKE VBAP-KWMENG,
              VRKME LIKE VBAP-VRKME,
            END OF T_ITEM_DATA.
    *&SPWIZARD: INTERNAL TABLE FOR TABLECONTROL 'ITEM_DATA'
    DATA:     G_ITEM_DATA_ITAB   TYPE T_ITEM_DATA OCCURS 0,
               G_ITEM_DATA_WA     TYPE T_ITEM_DATA. "work area
    DATA:     G_ITEM_DATA_COPIED.           "copy flag
    *&SPWIZARD: DECLARATION OF TABLECONTROL 'ITEM_DATA' ITSELF
    CONTROLS: ITEM_DATA TYPE TABLEVIEW USING SCREEN 4000.
    DATA:GV_NUM TYPE I VALUE 1,
           GV_NUM2 TYPE I.
    DATA:     G_T_YREC_TAB_LINES  LIKE SY-LOOPC.***********top*************
    *& Include ZSD_SO_CHANGES2_TOP                               Module Pool      ZSD_SO_CHANGES2
    PROGRAM  ZSD_SO_CHANGES2.
    ***&SPWIZARD: DATA DECLARATION FOR TABLECONTROL 'ITEM_DATA'
    *&SPWIZARD: DEFINITION OF DDIC-TABLE
    TABLES:   VBAP,kna1.
    *&SPWIZARD: TYPE FOR THE DATA OF TABLECONTROL 'ITEM_DATA'
    TYPES: BEGIN OF T_ITEM_DATA,
              POSNR LIKE VBAP-POSNR,
              MATNR LIKE VBAP-MATNR,
              KWMENG LIKE VBAP-KWMENG,
              VRKME LIKE VBAP-VRKME,
            END OF T_ITEM_DATA.
    *&SPWIZARD: INTERNAL TABLE FOR TABLECONTROL 'ITEM_DATA'
    DATA:     G_ITEM_DATA_ITAB   TYPE T_ITEM_DATA OCCURS 0,
               G_ITEM_DATA_WA     TYPE T_ITEM_DATA. "work area
    DATA:     G_ITEM_DATA_COPIED.           "copy flag
    *&SPWIZARD: DECLARATION OF TABLECONTROL 'ITEM_DATA' ITSELF
    CONTROLS: ITEM_DATA TYPE TABLEVIEW USING SCREEN 4000.
    DATA:GV_NUM TYPE I VALUE 1,
           GV_NUM2 TYPE I.
    DATA:     G_T_YREC_TAB_LINES  LIKE SY-LOOPC.
    ************************pbo*******************
    *&  Include           ZSD_SO_CHANGES2_PBO
    *&SPWIZARD: OUTPUT MODULE FOR TC 'ITEM_DATA'. DO NOT CHANGE THIS LINE!
    *&SPWIZARD: COPY DDIC-TABLE TO ITAB
    MODULE ITEM_DATA_INIT OUTPUT.
       IF G_ITEM_DATA_COPIED IS INITIAL.
    *&SPWIZARD: COPY DDIC-TABLE 'VBAP'
    *&SPWIZARD: INTO INTERNAL TABLE 'g_ITEM_DATA_itab'
    *    SELECT * FROM VBAP
    *       INTO CORRESPONDING FIELDS
    *       OF TABLE G_ITEM_DATA_ITAB.
    *    G_ITEM_DATA_COPIED = 'X'.
         REFRESH CONTROL 'ITEM_DATA' FROM SCREEN '4000'.
       ENDIF.
       ITEM_DATA-LINES = G_T_YREC_TAB_LINES + 15.
    ENDMODULE.
    *&SPWIZARD: OUTPUT MODULE FOR TC 'ITEM_DATA'. DO NOT CHANGE THIS LINE!
    *&SPWIZARD: MOVE ITAB TO DYNPRO
    MODULE ITEM_DATA_MOVE OUTPUT.
       MOVE-CORRESPONDING G_ITEM_DATA_WA TO VBAP.
    ENDMODULE.
    *&      Module  STATUS_4000  OUTPUT
    *       text
    MODULE STATUS_4000 OUTPUT.
       SET PF-STATUS 'APAR'.
    *  REFRESH G_ITEM_DATA_ITAB.
        GV_NUM = 1.
    *  SET TITLEBAR 'xxx'.
    ENDMODULE.                 " STATUS_4000  OUTPUT

  • Windows 8.1 explorer.exe error, on shutdown

    Hello
    I am experiencing a problem, after I upgrade to Window 8.1, i get "explorer.exe - Application Error" dialog every shutdown.
    Which reads
    The instruction at 0x42e93cd9 referenced memory at 0x00000000. The memory could not be read.
    It then only gives me the option to terminate it. Sometimes it hinders m ability to shut down my computer, other times it closes after a few seconds and
    shuts down.
    My computer is a ASUS X550L
    Thanks

    Check this : http://social.technet.microsoft.com/Forums/windows/en-US/ef0a5644-5b92-49d6-91de-338e8e409b99/windows-81-explorerexe-application-error-during-shutdown-process?forum=w8itprogeneral
    Arnav Sharma | Facebook |
    Twitter Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members
    reading the thread.

  • Windows 7 explorer.exe Error "No such interface supported"

    Hello, i have encountered a problem with the Windows 7 RC. I have instaled it a while back and it seemed to work ok.
    Yesterday I installed IE 7 Standalone . The newly instaled IE7 did't work so i uninstaled it.
    I think that the previous operation messes something up in the registry because now when i try to duble click any folder i get : explorer.exe "No such interface supported". The same thing happens when i try to open Control Panel, or Add Remove Programs and other System utilities (the title zone reads something like : "::{26EE0668-....}\0\::{...}")
    If i right click a folder and select open it works ok.
    I have sfc /scannow but with no success.
    Unfotunately i haven't made a system restore point previousely.
    Is there any way i can fix the problem or must i reinstall?
    Thanks.

    Hi I was searching for a solution to a same issue that a customer had and was able to resolve it going through this forum, however I used a different batch file that i created and was able to resolve it.
    cd /d %SystemRoot%\system32
    regsvr32 comcat.dll /s
    regsvr32 shdoc401.dll /s
    regsvr32 shdoc401.dll /i /s
    regsvr32 asctrls.ocx /s
    regsvr32 oleaut32.dll /s
    regsvr32 shdocvw.dll /I /s
    regsvr32 shdocvw.dll /s
    regsvr32 browseui.dll /s
    regsvr32 browseui.dll /I /s
    regsvr32 msrating.dll /s
    regsvr32 mlang.dll /s
    regsvr32 hlink.dll /s
    regsvr32 mshtml.dll /I /S
    regsvr32 mshtmled.dll /s
    regsvr32 Wininet.dll /I /S
    regsvr32 msjava.dll /S
    regsvr32 urlmon.dll /s
    regsvr32 softpub.dll /S
    regsvr32 wintrust.dll /s
    regsvr32 initpki.dll /s
    regsvr32 Dssenh.dll /s
    regsvr32 rsaenh.dll /s
    regsvr32 Gpkcsp.dll /s
    regsvr32 sccbase.dll /s
    regsvr32 Slbcsp.dll /s
    regsvr32 plugin.ocx /s
    regsvr32 sendmail.dll /s
    regsvr32 scrobj.dll /s
    regsvr32 mmefxe.ocx /s
    regsvr32 corpol.dll /s
    regsvr32 jscript.dll /s
    regsvr32 msxml.dll /s
    regsvr32 msxml3.dll /s
    regsvr32 mssip32.dll /s
    regsvr32 imgutil.dll /s
    regsvr32 thumbvw.dll /s
    regsvr32 cryptext.dll /s
    regsvr32 rsabase.dll /s
    regsvr32 inseng.dll /s
    regsvr32 iesetup.dll /i /s
    regsvr32 cryptdlg.dll /s
    regsvr32 actxprxy.dll /s
    regsvr32 dispex.dll /s
    regsvr32 occache.dll /s
    regsvr32 occache.dll /i /s
    regsvr32 iepeers.dll /s
    regsvr32 urlmon.dll /i /s
    regsvr32 cdfview.dll /s
    regsvr32 webcheck.dll /s
    regsvr32 mobsync.dll /s
    regsvr32 pngfilt.dll /s
    regsvr32 licmgr10.dll /s
    regsvr32 icmfilter.dll /s
    regsvr32 hhctrl.ocx /s
    regsvr32 inetcfg.dll /s
    regsvr32 tdc.ocx /s
    regsvr32 MSR2C.DLL /s
    regsvr32 msident.dll /s
    regsvr32 msieftp.dll /s
    regsvr32 xmsconf.ocx /s
    regsvr32 ils.dll /s
    regsvr32 msoeacct.dll /s
    regsvr32 inetcomm.dll /s
    regsvr32 msdxm.ocx /s
    regsvr32 dxmasf.dll /s
    regsvr32 l3codecx.ax /s
    regsvr32 acelpdec.ax /s
    regsvr32 mpg4ds32.ax /s
    regsvr32 voxmsdec.ax /s
    regsvr32 danim.dll /s
    regsvr32 Daxctle.ocx /s
    regsvr32 lmrt.dll /s
    regsvr32 datime.dll /s
    regsvr32 dxtrans.dll /s
    regsvr32 dxtmsft.dll /s
    regsvr32 WEBPOST.DLL /s
    regsvr32 WPWIZDLL.DLL /s
    regsvr32 POSTWPP.DLL /s
    regsvr32 CRSWPP.DLL /s
    regsvr32 FTPWPP.DLL /s
    regsvr32 FPWPP.DLL /s
    regsvr32 WUAPI.DLL /s
    regsvr32 WUAUENG.DLL /s
    regsvr32 ATL.DLL /s
    regsvr32 WUCLTUI.DLL /s
    regsvr32 WUPS.DLL /s
    regsvr32 WUWEB.DLL /s
    regsvr32 wshom.ocx /s
    regsvr32 wshext.dll /s
    regsvr32 vbscript.dll /s
    regsvr32 scrrun.dll mstinit.exe /setup /s
    regsvr32 msnsspc.dll /SspcCreateSspiReg /s
    regsvr32 msapsspc.dll /SspcCreateSspiReg /s
    exit
    Copy the files above to a notepad and save it as reg.bat onto the desktop and run it.
    the issue will get fixed in 3 mins at the most.

  • File Explorer (explorer.exe) Crashes in Windows 8.1 at shutdown

    Hi,
    Iv been running a custom built PC with Windows 8.1 (Win7 upgrade to Win8 then 8.1) Now since a couple of weeks after Win8.1, which was running perfectly fine up until last month when I Started to get these Explorer.exe crashes, Im  quite knowledge able
    with PC so iv done various things such as System Restore (as far back a could) and also followed all the guides on using the Registry editor to disable the Shell Extensions, in addition iv also used Registry Recycler but all to no avail. I then saw this support.microsoft.com/kb/2929203
    and decided to use the charms bar to shut down but it still made no difference at all.
    I don't really want to preform a refresh because i have so many Desktop Programs installed and i have only had this issue since around Mid way through last month, each time on shut down the instructions (referenced memory) are different but all structured
    like: "The instruction at 0x referenced memory at 0x. The memory could not be read. Please if you could help me find a solution to solve this problem with
    out preforming a refresh, I know this could be a a program but event viewer tells me nothing so I would greatly appreciate any help.
    My System Specs are as follows:
    MB: Asus Sabertooth FX R2
    CPU: FX6300
    GPU: GTX660
    RAM: 8GB DDR3 1600
    OS: Windows 8.1 Pro 64bit With Latest Updates
    If you require any other info just ask :-)

    Another Update after changing some options in Event Viewer I get this two logs from each crash at shutdown: 
    The process C:\WINDOWS\Explorer.EXE (DESKTOP) has initiated the power off of computer DESKTOP on behalf of user Desktop\Calum for the following reason: Other (Unplanned)
     Reason Code: 0x0
     Shut-down Type: power off
     Comment:
    Followed by:
    Application pop-up: explorer.exe - Application Error : The instruction at 0xffffffff referenced memory at 0xffffffff. The memory could not be written.
    Click on OK to terminate the program
    EDIT: I also got the time of the first reported error: 02/02/2014 04:50:26

  • Explorer.exe crashing when opening directory with FLV files in them

    Hi,
    In the past few days for no reason at all, every time I open
    a folder containing FLV files, I get an error with Explorer.exe
    crashing. I don't even touch a file, just opening the folder
    containing them causes it.
    Has anyone else experienced this issue. It getting a bit
    annoying now.
    All of my FLV files are created with Premier Pro CS3, and
    until recently I haven't seen any issues.
    Even if I use Remote Desktop into my Windows 2003 Web Server
    to view the folder on Flash Media Server, my local computer drops
    Explorer.exe.
    cheers

    it's probably because you have .flv registered as a video
    file, and the explorer tries to create a video-thumbnail. (have you
    installed any funky FLV video players/ or maybe a codec pack?)
    If you can, try navigate to the folder in "details" view
    mode..that should be fine, because details view, does not show
    thumbnails.
    Then try to click on one of the FLV files.. you'll see the
    preview pane..and eplorer will crash.
    i'm not sure how to fix this, but somehow, you should remove
    .flv from the filetypes that windows conciders a video file.

  • Searchindexer.exe and explorer.exe errors

    A few days ago I uninstalled Norton with Revo Uninstaller and installed malwarebytes pro. I restarted my computer only to find that approximately every 3 seconds, explorer.exe crashed and restarted. This went on for about 3 days. The event viewer showed
    the "The Windows Search service terminated unexpectedly.  It has done this 7864 time(s)" message that I've seen in other threads.
    http://social.technet.microsoft.com/Forums/windows/en-US/38a0ac31-501d-4b84-9b75-5d64fd684e10/workaround-windows-search-service-terminated-unexpectedly-faulting-application-searchindexerexe?forum=w7itprogeneral
      Here's what I've done so far.
    ran malwarebytes full system scan - found a few problems but after fixing them the main issues persisted.
    ran sfc/ scannow (7-8 times... found issues at first but now returns the message "Windows Resource Protection did not find any integrity violations.")
    Set 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Search\SetupCompletedSuccessfully' from 1 to 0
    left computer on overnight (windows explorer still crashing every few seconds)
    hard reset by removing the battery. Now windows explorer won't load at all. (no desktop, no modern UI or Taskbar)
    attempted to rebuild the index, which didn't work.
    Here's the what the event viewer shows
    Faulting application name: SearchIndexer.exe, version: 7.0.9600.16384, time stamp: 0x5215d4c4
    Faulting module name: PROPSYS.dll, version: 7.0.9600.16504, time stamp: 0x52c84647
    Exception code: 0xc0000005
    Fault offset: 0x000000000002e7cf
    Faulting process ID: 0x12cc
    Faulting application start time: 0x01cf2ce75776bd39
    Faulting application path: C:\WINDOWS\system32\SearchIndexer.exe
    Faulting module path: C:\WINDOWS\system32\PROPSYS.dll
    Report ID: 9558cdec-98da-11e3-bf19-ccaf78ef940c
    Faulting package full name:
    Faulting package-relative application ID:
    and
    Faulting application name: explorer.exe, version: 6.3.9600.16441, time stamp: 0x5265dec8
    Faulting module name: PROPSYS.dll, version: 7.0.9600.16504, time stamp: 0x52c84647
    Exception code: 0xc0000005
    Fault offset: 0x000000000002e7cf
    Faulting process ID: 0x4038
    Faulting application start time: 0x01cf2c003f8be4cd
    Faulting application path: C:\WINDOWS\explorer.exe
    Faulting module path: C:\WINDOWS\SYSTEM32\PROPSYS.dll
    Report ID: 7f1c8601-97f3-11e3-bf18-ccaf78ef940c
    Faulting package full name:
    Faulting package-relative application ID:
    I can't run Microsoft's fix it because explorer.exe won't load, so trying to save any installer results in Firefox crashing.
    Not really sure what do do at this point.
    Edit: did a system restore. returned with an error saying system restore error failed while deleting c:\$MFT\
    An unspecified error occurred during system resotre (0x8007007b)

    I have a very similar problem involving this module. It has errors and eventually the system reboots with a Kernal error 41 which I believe is from this application, the error code is
    Faulting application name: SearchIndexer.exe, version: 7.0.9600.16384, time stamp: 0x5215d4c4
    Faulting module name: MSSRCH.DLL, version: 7.0.9600.16384, time stamp: 0x5215d425
    Exception code: 0xc0000005
    Fault offset: 0x0000000000006dbe
    Faulting process ID: 0x1b84
    Faulting application start time: 0x01cf4f7e92d28b12
    Faulting application path: C:\WINDOWS\system32\SearchIndexer.exe
    Faulting module path: C:\WINDOWS\system32\MSSRCH.DLL
    Report ID: d0dab473-bb71-11e3-bf22-001fd0ada17a
    Faulting package full name:
    Faulting package-relative application ID:

  • Gwes.exe error on Windows Mobile 5.0

    I keep getting a gwes.exe error while running my app built using LabVIEW for PocketPC 8.0.1.  What is it?  How can I debug this?
    Robert

    Hi Robert,
    This seems like a windows issue.  After a quick Google search I found many links which explain what GWES is (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceshellui5/html/wce50conShellandUs...), and many people who encountered similar errors with different applications.   Since the GWES stands for Graphics, Windowing, and Events Subsystem, I was wondering if you can correlate the crashes with anything in you program that has to do with using a graph, or event structure, etc.
    You may want to read some of the posts online in case one of them is similar to your issue.  
    Regards,
    AG

  • Internet Explorer Script Error when running report with user-entered params

    We are using Crystal Reports Version 11.0.0.1282.  We have multiple copies each installed on a separate computer.  We have a relatively simple report with a prompt for 2 values (parameters) to be selected or input by the users.  The desktop is either Windows XP SP3 or Windows Server 2003 SP2  On all the XP/SP3 computers, this report works as expected.  On the exception computer, the Windows Server2003 Desktop, we see the prompting screen with place holders for graphics instead of the buttons.  When we attempt to select a value for the parameter by keying in the value and clicking on the OK link (no button), we see message box titled "Internet Explorer Script Error" with text: An error has occurred in the script on this page.
    Line: xxx (varies depending on param chosen)
    char 1
    error: Object expected
    url: file:///c:/doc...../temp/1/prompting1.html
    ===============================
    Searhing around the forum and using Google, I found a suggestion to be copying the "prompting" folder and dll from a known working system - tried this, it didn't work.
    So. I still need a solution. Any other suggestions??
    Edited by: Grant Ellsworth on Mar 16, 2009 10:29 PM

    >> I do not think it is because of the parameters you are entering/using, try without using the
    >> parameters (just for testing), if you still get the error then its not the parameters which is causing
    >> the problem.
    If I create the report without asking for user-entered params, it works.
    >> Can you please specify the browser and the tool to display the report you are using? Generally the
    >> error popps up when there are any mistakes in html or if you are using a javascript which has a error.
    The active browser on the computer is IE7 - 7.0.5730.13
    I am using the installed crystal reports 11 program to run the report.  I open the report in CR by going to File/Open and selecting the report. Then I get prompted for my ms sql login info, which I enter.  Then I see the "Enter Values" window with my data entry fields; but I don't see the nice formatting and buttons which I see when I run this from the other computers; I see only the placeholders.  I select or enter data and click on the "OK" link.  Then the message box pops up.  The message box pops up when I click on any of the links or on the "x" in the upper right.  Mesage box is explicit - Intenet Explorer Script Error, etc., as I described in my original post.
    Thanks
    Azhar

  • Explorer.exe restarting in Windows 8.1

    Hi,
    The thing is that yesterday I was on my computer, and then I became to have a problem with the Explorer.Exe, I install a couple of third parties porgram that I never had problem with, in my past computers, the problem is that I tried a lot of stuff, unistalling,
    I run the ChkDsk, Anti virus, anti Malware, Rogue killer, I dont know what else to do.
    For the record, I make another user account and this one didn't present any problem, the safe mode, also didn't present any problem.
    The event log said this:
    "Faulting application name: explorer.exe, version: 6.3.9600.16441, time stamp: 0x5265dec8
    Faulting module name: verifier.dll, version: 6.3.9600.16384, time stamp: 0x5215f8f7
    Exception code: 0x80000003
    Fault offset: 0x000000000000a43a
    Faulting process id: 0x9bc
    Faulting application start time: 0x01cf2d208c65db7d
    Faulting application path: C:\WINDOWS\explorer.exe
    Faulting module path: C:\WINDOWS\system32\verifier.dll
    Report Id: b06ef933-9915-11e3-beec-14dae9d0e163
    Faulting package full name: 
    Faulting package-relative application ID:"
    I dont know if this will help, and this is what appears on the problem reports
    Source
    Windows Explorer
    Summary
    Stopped working
    Date
    ‎18/‎02/‎2014 09:20
    Status
    Report sent
    Description
    Faulting Application Path: C:\Windows\explorer.exe
    Problem signature
    Problem Event Name: AutoVerifierV2
    Application Name: Explorer.EXE
    Application Version: 6.3.9600.16441
    Application Timestamp: 5265dec8
    Fault Module Name: verifier.dll
    Fault Module Version: 6.3.9600.16384
    Fault Module Timestamp: 5215f8f7
    Exception Code: 80000003
    Exception Offset: 000000000000abd4
    Status Code: 201
    OriginalBucketID: unknown
    OS Version: 6.3.9600.2.0.0.256.48
    Locale ID: 4105
    Additional Information 1: c2e1
    Additional Information 2: c2e13b1aeab302e452699b96b40177af
    Additional Information 3: 6fc9
    Additional Information 4: 6fc9f42ae133281a1648cfab1a0009ef
    Extra information about the problem
    Bucket ID: c88c9067d445320fe7fc8872b32d5644 (-309879039)
    I dont know what else to do, thanks in advance for everything.

    Hi,
    Try to run sfc /scannow command to repair the corrupted system file:
    Use the System File Checker tool to repair missing or corrupted system files
    http://support.microsoft.com/kb/929833
    Also we could a easier way system restore to roll back to a time when everything works fine:
    How to  refresh, reset, or restore your PC
    http://windows.microsoft.com/en-IN/windows-8/restore-refresh-reset-pc
    Karen Hu
    TechNet Community Support

  • ARM.exe error on Windows 8.1

    ARM.exe error after updat from windows 8 to windows 8.1; sensapi is not suitable for windows or contains a fault?
    error code 0xc000012f

    I also get this error after upgrading to windows 8.1    along with Sensapi.dll      No one on any boards gives me a fix.. Just standard answers of refresh windows or reinstall windows.
    Why would i do that if the problem only exists on Adobe?  When I X out the error messages Abobe works well?
    This is just annoying constantly closing out these 2 error messages which have no effect on adobe..

  • WLPASS.EXE error on Windows XP HOME

    Can I install Weblogic Server 5.1.0 on Windows XP Home??.......I am getting installed but not working........
    I am getting WLPASS.EXE error......
    please help me in this....
    Thanks
    Laxman

    NO. Support for XP was not available until this year, in the newer releases.
    In addition, you have to watch the Home vs Pro versions. Check the documentation
    section on certified configurations.
    Wayne Scott
    laxman wrote:
    Can I install Weblogic Server 5.1.0 on Windows XP Home??.......I am getting installed but not working........
    I am getting WLPASS.EXE error......
    please help me in this....
    Thanks
    Laxman

  • Low Virtual Memory Error in Windows 7 with Itunes 10.3

    Just got home today after leaving my PC on all day and found this error below in my event viewere..I never got this error when using itunes befroe the 10.3 version...anyone else having this issue??
    Windows successfully diagnosed a low virtual memory condition. The following programs consumed the most virtual memory: iTunes.exe (4260) consumed 439631872 bytes, TuneUpApp.exe (4516) consumed 170782720 bytes, and dwm.exe (5924) consumed 126164992 bytes.

    The program starts to load until it gets to the going on line and then gives error message and closes.
    What does the error message (or error messages) say, dawn? (Precise text, please.)

  • TS3297 I have installed, reinstalled, repaired, retarted and followed all trouble-shooting tasks; Now I am getting "Apple Supprt Application not found: error 2(Windows 5). Please uninstall and reinstall itunes.  I have done that. It is listed in my progra

    I am trying to install itunes on my computer (Windows Vista).  After initial instillation I got an error  42404 A required itunes componenet is not installed; please repair or re-intall itunes and error 50, cannot access itunes store at this time.  Please try later. I have done that multiple times; uninstalled all components, reinstalled all components, repaired all components, restarted my computer.  I have changed firewall settings to allow acess to all of the apple components.  I have made sure the required ports are open.  All of the components are showing on the installed programs section of my control panel.
    I am now getting an error message that says that Apple Support Application is not found error 2 (windows 5).  It is listed in the installed programs and I have repaired it.
    I am out of options.  And help would be appreciated.

    'The installer has insufficient privileges to modify this file C:\Program Files (x86)\Common Files\Apple\Apple Application Support\Web kit.resources\inspector\Images\Spinner Inactive Selected.gif.'
    That one's consistent with disk/file damage. The first thing I'd try with that is running a disk check (chkdsk) over your C drive.
    XP instructions in the following document: How to perform disk error checking in Windows XP
    Vista instructions in the following document: Check your hard disk for errors
    Windows 7 instructions in the following document: How to use CHKDSK (Check Disk)
    Select both Automatically fix file system errors and Scan for and attempt recovery of bad sectors, or use chkdsk /r (depending on which way you decide to go about doing this). You'll almost certainly have to schedule the chkdsk to run on startup. The scan should take quite a while ... if it quits after a few minutes or seconds, something's interfering with the scan.
    Does the chkdsk find/repair any damage? If so, can you get an install to go through properly afterwards?

Maybe you are looking for

  • [SOLVED] Suddenly unable to mount samba share using cifs

    I have a home server running ArchLinux, hosting an SMB share. My client box is also ArchLinux, both are up to date, running Linux-ck 3.9.2-2-ck. Prior to rebooting both machines around twenty minutes ago, the share mounted fine for months. Here is th

  • Credit Card Transaction Loader Interface Errors Out

    Hi to All, Ran into a problem when trying to load credit card transactions from a file on file server. Rand the following request: Credit Card Transaction Loader Interface Received the following error message: This request finished with an error and

  • My skype no shows Line Busy Always

    Hello, I have got Skype No for US [number redacted for privacy] forwarded to my Indian mobile no. However, if someone calls this no it always shows "Line Busy". Ideally, it should forward calls to my Indian mobile and also offer Voice Msg options..

  • Csm on 6500

    A bit of confussion...In page 3-1 of the CSM(content switching module) manual of 6500, it says 'be sure that the cisco ios versions for the switch and the module match.'...Does this mean that the CSM is also running cisco IOS?...If that is so, why ar

  • How do I ensure permissions I set apply to all files and folder below

    Hi Everyone, I dont know if you will be able to help but Im sure someone will know the answer to this one. OK, so, I run my MAC with a VMWare Fusion Windows Virtual Machine running Windows 7  and I manage my time machine and some other backups using