Bad loop in TreeSelectionListener!!!

I have a tree selection listener like this:
               Tree.addTreeSelectionListener(new TreeSelectionListener() {
                    public void valueChanged (TreeSelectionEvent e) {                    
                         DefaultMutableTreeNode node = (DefaultMutableTreeNode) Tree.getLastSelectedPathComponent();
                         if (node == null) {
                              return;
                         if (node.getUserObject() instanceof NodeInfo) {
                              NodeInfo nodeInfo = (NodeInfo) node.getUserObject();
                              nodeInfo.select(node);                         
                         } else
                              return;
Method select() is called whenever a node is selected and performs some actions. My problem is that whenever I select 2 nodes consecutively, the method select loops 2 times, whenever i select 3 nodes consecutively it loops 3 times, and so on. Can anyone help? A sample of my select method is here:
public void select(final DefaultMutableTreeNode top) {
  DefaultMutableTreeNode vehicleNodes;
  Counts VehicleInfos = new Counts(frame);               
  frame.VariableTable.setValueAt("Short Name", 0, 0); 
  frame.VariableTable.setValueAt(ProjectShortName, 0, 1); 
}

There aren't any "loops" there. The method is naturally being called each time you select a node.

Similar Messages

  • Coding help reqd for BADI - looping strategy

    Hi friends,
    Pls help me to post some example codes for looping the table control data items.
    i.e., Details available in table control item in MIGO.
    Ex:
    LINE     Material text        Qty
    1             INGOT              5.0      
    1             INGOT              2.5
    1             INGOT              10.0
    1             FURNACE OIL  180.0
    Pls help me,How to loop this table control items , so that i want to sum the consolidated qty by material wise.
    the fileds are cs_goitem-matnr and cs_goitem-qty.
    FYI, the cs_goitem is a structure of MIGO.(cant do it for looping)
    Post ur comments with sample codes.
    thanks & reagrds
    sankar.
    Edited by: sankar babu on Jan 2, 2008 10:14 AM

    Hello Sankar.
    You can write the code needed in the POST_DOCUMENT method of the BAdI where you have the IT_MSEG table, so that you can loop it and collect the qty you need.
    For example:
    data: ls_mseg type MSEG.
    data: begin of i_coll_qty occurs 0,
               matnr type matnr,
               menge type menge_d,
            end of i_coll_qty.
    loop at it_mseg into ls_mseg where shkzg = 'S'.
        i_coll_qty-matnr = ls_mseg-matnr.
        i_coll_qty-menge = ls_mseg-menge.
        collect i_coll_qty.
    endloop.
    Please reward if helpful.
    Regards,
    George

  • Strange!  Loops sound bizarre in Loop Browser - but not the original CD

    Hi,
    Just bought Jazz Essentials from Beta Monkey Music... Apple Loops from a Third Party. I put in the CD - and dragged all the folders at once into the Apple Loops Browser. Took awhile to copy...
    All the loops sound like they are going through a gated reverb or a delay - really bizarre - and not very pretty to listen to. Yet, when I listen to samples from the CD - no reverb - and no bizarre-ness.
    Suggestions? I probably should drag one folder at a time - right? But, if so - how do I delete all these bad loops now?
    Thanks in advance!

    You won't believe this - it's still not working!!!!
    Still sounds bizarre - I did everything you said... thanks anyways...
    This is so strange!
    There is a "full sample" with each new set of samples - in other words - the original 3 minutes sample that the smaller, cut up samples were taken from: these 'full' samples sound FINE... it's the cut up ones that sound strange as heck.
    Remember - they sound fine on the CD... so odd.

  • While loop and for loop condition terminal

    Hello friends,
    I am using labview 8.6. The condition terminal of the while loop and conditional for loop is behaving in just the opposite way.
    When i wire a true to the condition terminal of my loop, the while loop continues to run when I click on run. when I wire a FALSE, it stops.
    Is there any setting change that I have to make it to get it work properly.
    Please suggest on this.
    Thanks and regards,
    Herok

    Please do NOT attach .bmp images with the extension changed to .jpg to circumvent the forum filters!
    Herok wrote:
    I am sending you the VI. I am not sure if this would help you because only in 2 computers this behaviour is seen. In others, it works as it is supposed to work.
    Whatever you are seeing must be due to some corruption or folding error. It all works fine here.
    To make sure there are no hidden objects, simply press the cleanup button which would reveal any extra stuff (which is obviously not there). Does it fix itself if you click the termination terminal an even number of times? What if you remove the bad loop and create a new one?
    Could it be you have some problems with the graphics card and the icon of the conditional terminal does not update correctly?
    Whay happens if you connect a control instead of a diagram constant?
    What is different on the computers where it acts incorrectly (different CPU (brand, model), #of cores, etc.) 
    LabVIEW Champion . Do more with less code and in less time .

  • Item Approval Looping over approver level 2

    Hi
    Have an issue with item based cart approval (using BADI) looping around the same approver and not getting to the next/final approver.
    Working on simple 3 level approval model. Item received ok to level 1, once approved, ok to level 2 (approval index incremented ok) ... but then when level 2 approves, they receive it again (no increment of approval index takes place)
    I notice that the approval index doesn't appear to increment, so loops around the current one ..... forcing a work item to the same approver multiple times.
    Any ideas greatly appreciated.

    Hi Sheron
    The approval index doesn't appear to increment (from 2 to 3), but also the approval state seems to remain at 2 (although I thought it should change to 0 if succesfully approved??). It does appear to do both of these container changes going from index 1 to 2
    Not sure if this is a problem with WS14500013 or WS14500014.
    I am letting the standard containers deal with the increment values.

  • IPhone mail app - inbox disappears once i go into message

    Not sure what's going on here, but suddenly this morning on my iPhone 3G running latest software as soon as I go into an email message to read it, all access to my inbox is suddenly shut off. There's no "next/previous message" buttons nor a "back to inbox" option. There is just the message. All I can do is move it to a diff folder or trash it and then it still just brings me back to the next message (older, not even newer). I got back to my inbox by turning off mail in settings then turning account back on again. But as soon as I was back in inbox and opened up a message I was right back in the bad loop.
    Has this happened to anyone? Did I finger swipe an option off by accident?
    Thanks in advance for any ideas...

    There is no option that provides for this.
    If there is a problem with an account's mailbox, turning the account off does not remove the mailboxes for the account. Doing so prevents the mailboxes for the account from being available along with not being able to receive or send any messages with the account.
    Try deleting and recreating the account on your iPhone.

  • Simple button action that goes to a page within the same doc

    I can't figure this out. I have a button I want to use that takes a person back to the first, or second page of the same doc. It's a catalog section with a table of contents. I need to make links for the pdf that takes people to certain pages within the same document.
    In the Buttons panel, I see how to make the button, but when I assign an action, the only choice that makes sense is "Go To Destination", but I don't get or see any way to choose "page 2" of the document, or another selection method.
    I did this before a few years ago on hundreds of pages, and when I open those old documents up to copy/paste the same buttons, they don't even appear to have actions on them anymore, as if it never happened.
    So, what's the secret? Certainly there's a way to link to another page in the same ID file, no?

    Finally figured it out. I do NOT use the button panel at all. No buttons needed. Just select the grouped object that I want for my button, and hit the "add hyperlink" button in the Hyperlink panel. Then choose "Page" from the menu that opens up and be on my way. What was throwing me for a bad loop, was that I had copied and pasted the button graphic form another document. Well, since the link made previously was broken now, I had the red flag in the Hyperlinks panel...and thus, the "new hyperlink" button was greyed out, sending me in circles. The minute I deleted the old hyperlink it carried over from the old document, the new hyperlink button worked again and all was well.
    Thanks.

  • Server crashes / unresponsible due to mail activity

    I have a growing problem with a mailserver (10.5.6)
    * There are 200 users (mac+win) that all connect to the server using IMAP.
    * The HW is a intel 2 x 2 GHz xeon with 5 GB ram
    * The mailstorage is on a 2,3 TB RAID 5 xraid currently taking up ca 120 GB disk space and the raid is less than 50 % utilized
    * The server is also running AFP, SMB, DHCP, DNS
    * The server used to be OD master, but due to the many crashes and following OD corruption and restoring, it's now only an OD replica.
    Since we saw many VM growth issues in the past, we applied the plugleak.pl (http://davidleber.net/?p=216) script about a week ago and it has kicked in many times keeping the server alive and we thought that all was good.
    We also applied the fix:
    echo "limit maxproc 1000 2000" | sudo tee -a /etc/launchd.conf
    from this articel: http://support.apple.com/kb/TS1659
    Today the server have started to become unresponsive after ca. 40 minutes of uptime requiring a hard interrupt (where can one find a good guide to reboot the server via the fancy LOM interface?!?) to reboot (unable to ssh, ADR etc.), the logs strongly indicate that the last action was running the plugleak.pl script AND killig the two processes, though the problem must be that the killed processed are unable to be restarted by launchd more than the plugleak script itself.
    The mail service is "pretty standard" in the meaning that we have not yet tried to adjust it to improve performance.
    SO how do we get out of this bad loop.
    What can be the cause (after running plugleak.pl) that the two killed processes (servermgrd & DirectoryService) are not being restarted by launchd as they're supposed to be?
    - How can we decrease the load the server is exposed to?
    -- Is it possible to limit the number of imapd processes generated by each client (Mail.app generating 4 per user, Outlook doing similair)?
    -- Is it possible to let the connection time out faster than they do now?
    -- Something else?
    Could it help to change the launchd task for plugleak to a crontab in stead (I think not since the script IS actually being launched at the right times…)
    I am about to creat a new script (a monster bandaid) that will stop + wait 2 minutes + start the mailservice, since out last test today showed that we could get a longer uptime by NOT starting the mailservice. So this way we can ty to limit the number of connections (really bad solution but maybe we will not have to reboot each hour!)

    I have a growing problem with a mailserver (10.5.6)
    * There are 200 users (mac+win) that all connect to the server using IMAP.
    * The HW is a intel 2 x 2 GHz xeon with 5 GB ram
    * The mailstorage is on a 2,3 TB RAID 5 xraid currently taking up ca 120 GB disk space and the raid is less than 50 % utilized
    * The server is also running AFP, SMB, DHCP, DNS
    * The server used to be OD master, but due to the many crashes and following OD corruption and restoring, it's now only an OD replica.
    Since we saw many VM growth issues in the past, we applied the plugleak.pl (http://davidleber.net/?p=216) script about a week ago and it has kicked in many times keeping the server alive and we thought that all was good.
    We also applied the fix:
    echo "limit maxproc 1000 2000" | sudo tee -a /etc/launchd.conf
    from this articel: http://support.apple.com/kb/TS1659
    Today the server have started to become unresponsive after ca. 40 minutes of uptime requiring a hard interrupt (where can one find a good guide to reboot the server via the fancy LOM interface?!?) to reboot (unable to ssh, ADR etc.), the logs strongly indicate that the last action was running the plugleak.pl script AND killig the two processes, though the problem must be that the killed processed are unable to be restarted by launchd more than the plugleak script itself.
    The mail service is "pretty standard" in the meaning that we have not yet tried to adjust it to improve performance.
    SO how do we get out of this bad loop.
    What can be the cause (after running plugleak.pl) that the two killed processes (servermgrd & DirectoryService) are not being restarted by launchd as they're supposed to be?
    - How can we decrease the load the server is exposed to?
    -- Is it possible to limit the number of imapd processes generated by each client (Mail.app generating 4 per user, Outlook doing similair)?
    -- Is it possible to let the connection time out faster than they do now?
    -- Something else?
    Could it help to change the launchd task for plugleak to a crontab in stead (I think not since the script IS actually being launched at the right times…)
    I am about to creat a new script (a monster bandaid) that will stop + wait 2 minutes + start the mailservice, since out last test today showed that we could get a longer uptime by NOT starting the mailservice. So this way we can ty to limit the number of connections (really bad solution but maybe we will not have to reboot each hour!)

  • Major Bug with ADDRESSBOOK .abbu vs. iCloud

    Hello!
    I’ve been trying to fix this issue with APPLE’s second level support here in Europe, but with no success
    Which is why I’m now turning toward the community, in the hope Cupertino is reading this. Come on guys!
    I presume some sort of inherited bug, either from
    - me.com times – as the contacts synchronisation never really worked flawless, which forced me to use ADDRESSBOOK only locally.
    - or perhaps because being partly using apple products in France and Germany (2 languages)
    - or because of both reasons – don’t know.
    The issue:
    For the above described reasons, I administrate my contacts locally. In other word, my local ADDRESSBOOK is  the “Master” database and I don’t sync my contacts with iCloud although it would be nice, …if it worked reliably.
    I do some backups at least every half year on 20XX-12-31 and 20XX-06-30. Sometimes also inbetween. Over the years, these .abbus increased their sizes up to…
    2012-03-25_abbu : was 95 MB. It seems pretty normal as I gathered nearly 3000 contacts mostly including pictures or logos.
    BUT ! :
    in the weeks after this date, the .abbu suddenly began to grow up to 1.8 GB !!! …for no traceable reason, as I only added let’s say 200-300 new contacts. This exponential increase in size is just weird. It led to two steps:
    a) I opened a copy of my 1.8 GB .abbu (context-menu/show package content) and found out a huge amount of “sub-abbus”.
    Is it normal or it there some kind of bad loop occuring here and responsible for the size-increase? It’s pretty hard to find any information on .abbus. I’d like to analyse the data-structure in order to find out if the bug is sitting here. Which program is appropriate to achieve this? The ideal case would be to get a fix from APPLE itself, but even the support structure itself seems not to be provided with enough information. So, regarding “contacts syncing”, one consequence here is that I have to stay offline – for a couple of years now. Another consequence is, that I can’t purchase any iPhone or iPad before this issue is not fixed.
    b) I consider my 2012-03-25_abbu as THE reliable database. In order not to lose any information, I started to backup each new contact separately. Each time I create one or do some changes on a card, I export the card as a .vcf. So, with the 2012-03-25.abbu and these additional new .vcfs, I’m pretty sure to be able to rebuild my whole contacts’ database each time after it’s been destroyed by iCloud.
    Apart of the incresing size issue of the .abbu, some problems occur as soon as I connect ADDRESSBOOK with iCloud:
    iCloud overwrites my local ADDRESSBOOK content instead of uploading the data. This also occurs/ed with an empty  iCloud.com account – just weird. The data is inconsistent and coming from a no identified source. Even the second level support has no explenation.
    The second level support and I tried every possible approaches with test accounts and so on – e. g.:
    - uploading the 1.8 GB .abbu – doesn’t work
    - uploading the .vcf of the whole database (approx. 3900 contacts now) – looses the groups’ affiliations.
    Resuming it all, it’s just impossible to work with an inconsistent database, because you know you loose data permanently.
    Is there any chance to forward this HELP CALL to Cupertino, for someone exactly knowing the subject will hopefully find a fix, please !
    Desperately yours
    G
    <Personal Information Edited by Host>

    so to clarify, it appears that the multitasking snapshot for the following scenario will not update: open safari and turn to landscape, exit safari using home button or multitasking bar, then double press home button. That snapshot that appears for safari doesn't ever seem to refresh. Whatever is there is stuck there and whats more it will always pop up in the actual browser for 1-2 secs the next time safari is opened after completing those steps. Im not sure when the snapshot is initially created - it must be the first ever time you close safari but as I said in my post, it also appears to be stored in iCloud backups. So I've tried:
    a) hard resetting
    b) clearing safari cache and history
    c) resetting all settings
    d) restoring from iCloud (as mentioned)
    e) opening and closing closing safari using the multitasking menu (both the landscape multitasking menu that appears when you're actually in safari in landscape mode, and the multitasking menu that appear when you double press the home button on the home screen).
    f) same as above except closing all tbs open in safari before then exiting.

  • E71x - web browser crashing

    I've had a Nokia E71x for about 2 years now, and I really and truly love this phone. However, about a week or so ago, the web browser started crashing on me. I will try to get it to load, it will start connecting, and shortly after establishing a connection, it just closes. 
    I've browsed both this forum and the rest of the internet regarding this issue - for this particular phone. I've seen posts by other people in other forums, with no response. I'm really hoping I can get some kind of resolution here. And I do not consider getting a new phone resolution - that's not what I am looking to do. The phone itself works perfectly fine. I just cannot go on the internet at all. 
    Any help at all would be appreciated. Thank you.

    not sure if this will still be helpful to anyone, but I just managed to "fix" these weird symptoms on my wife's year-old E71x by doing this:
    - Check all settings, all fine/unchanged from working, none make a difference. Ovi Store DOES WORK to browse and download apps, so we know it's neither the operator or Wi-Fi network connections.
    - Call ATT tech support, who send a new activation code to the phone, no change (except shutting off the phone and disconnecting the call ;-)
    - Call ATT tech support again and get a transfer to a higher-level tech, who says we should try switching SIM cards to be sure that the card is not the problem, and they will call us back after their next call to see how this process goes.
    - Run the suggested test w/ other SIM cards; no effect. E71x still will not connect to Google, Facebook, etc. via the "Media Net" default browser, but Ovi Store still works fine over both Wi-Fi and 3G.
    - Put SIM cards back in correct phones and test again; no difference (my Pantech works, E71x no web browsing).
    *********** and the steps that actually seemed to work ***************
    - From the main screen, press "Menu" button or softkey
    - Press "Options" softkey from the Menu
    - Select "Download applications" from the Options menu. This should open a browser window to a site that doesn't look to be fully operational anymore.
    - If they browser doesn't kick you out at this point, press the "Options" softkey and select either "Go to web address" or "Bookmarks" to open a useful web page.
    I don't think it should hurt to just try this first. Sorry for including all the other troubleshooting steps we had to try before this, but if this solution doesn't work then the others are probably worth trying too. Saved me having to backup, and restore everything on the phone anyway.
    I hope this helps someone; this was a strange and frustrating problem because it came out of nowhere, the phone worked and then it didn't, with no obvious change other than browsing various web pages. I suspect something in a page cache or something redirecting to a bad loop, but I don't know how to troubleshoot any further into that - and as long as it works, I guess I don't have to this time.
    MODERATOR'S NOTE: Post has been edited as it intended to discuss a procedure that can only be done by a Nokia technical expert.

  • Action question

    Hi to all!
    I have to write my own Action object that extends AbstractAction. I want to use this Action object to set the checked/unchecked state of a JMenuItem or a JButton of a toolbar.
    I want to subclass my object from AbstractAction but I DON'T want to subclass every object using it (JMenuItem or JButton).
    So I'm thinking the the best way to solve the problem was manage the selected state from within the Action object.
    The action object contains its PropertyChangeListneners. For a JMenuItem or JButton the listeners are ButtonActionPropertyChangeListener objects. Those listeners contain the AbstractButton reference they belong, but ButtonActionPropertyChangeListener are contained in a private way, so i cannot access them.
    Any suggestion?
    thanks
    Jacopo.

    It appears that AbstractActionPropertyChangeListener, the superclass to ButtonActionPropertyChangeListener, has a method called getTarget(). You could use this method and cast it to an AbstractButton type and call the setSelected() method on it. As long as you know your AbstractAction is only being used for AbstractButton subclasses, you ought to be OK.
    It would probably be wise to put in some type-checking using instanceof -- I think there may be some extra PropertyChangeListener's that Swing puts in there that aren't of type AbstractActionPropertyChangeListener. The other thing you may have to look out for is recursive calls to this. If you have three AbstractButtons w/ this listener, then as you programmatically set each one to be the same as the one that got clicked on, they may fire their own action listeners to do the same thing. Bad loop to be in.
    I think the code would look something like this:
    setPropertyChangeListenersValue(boolean b)
      PropertyChangeListener[] pcl = this.getPropertyChangeListeners();
      for(int i = 0; i < pcl.length; i++)
        AbstractActionPropertyChangeListener aapcl = (AbstractActionPropertyChangeListener) pcl;
    AbstractButton ab = (AbstractButton) aapcl.getTarget();
    ab.setSelected(b);

  • GPO and 7.2 problems

    This was probably a mistake, but I just loaded 7.2. When I launch it a dialog box comes up and says, "CoreAudio: Plug-In "Garritan P" not available!"
    Any idea where this is found? and where I put it when it is found?
    Thanks for your help.
    Dave P.

    GPO is good for some things, but granted it's not all that great, and my comment pertains to everything from the horrid Kontakt Player GUI (with limited synth parameter implementation) to badly looped samples. Still, I used its solo violins for a track recently and it sounded beautiful. I'm particularly fond of the harps. They're worth the price of admission if you use a lot of harp. And for $249 it's not a bad deal. But admittedly, while highly useful, it is kinda crappy in many respects.
    Re Logic, I'd have to agree, much as I love the program, that it can be technical nightmare depending on what you're doing and depending on your experience level with it. My partner works on DP and he's quiet when he works. We often bounce tracks between DP and Logic while working at his studio, and when I'm at the helm running Logic, I'm not so quiet. I'll go "wwwwwwHAAAATTTTT???" every couple of minutes. It's a running joke between us. But it's really not a joke. I'm finding myself in a tough situation these days, for as much aggravation as Logic presents at times, what are my options? Change horses mid-stream to another program while I've got tons of work lined up? But re DP, there are plenty of people who like that program, and though I've tried, I simply can't warm up to it. I'll take Logic's ease of MIDI and audio editing over DP any day.
    Sorry to hear about your troubles. Can you "downdate" to 7.1.1?

  • BADI For Transaction ME51N going to endless loop

    Hi All,
    I have implemented BADI ME_PROCESS_REQ_CUSTand calling the set data method of it but the badi is going to an endless loop as the value for address number in delivery address is not retained. Any suggestions???
    Asha

    Below is the code I am using
    METHOD if_ex_me_process_req_cust~process_item .
      DATA: ls_mepoitemx TYPE mereq_itemx,
            ls_mepoitem  TYPE mereq_item,
            v_adrn2(10)  TYPE c,  "address number
            l_flag1(1)   TYPE c,              "Flag if Delivery Address should be change
            v_lgnum(3) TYPE c,   "warehouse number
            v_ltkze(3) TYPE c.   "storage type indicator
      DATA: ex_changed TYPE mmpur_bool.
      ls_mepoitem = im_item->get_data( ).
    break-point.
      IF ls_mepoitem-werks NE space AND
         ls_mepoitem-lgort NE space.
    *check if address number, manual delivery address number, customer and vendor are blank.
        IF ls_mepoitem-adrn2 EQ space AND
           ls_mepoitem-adrnr EQ space AND
           ls_mepoitem-kunnr EQ space AND
           ls_mepoitem-emlif EQ space.
          SELECT SINGLE lgnum   "warehouse number
                 FROM t320
                 INTO v_lgnum
                 WHERE werks EQ ls_mepoitem-werks AND
                       lgort EQ ls_mepoitem-lgort.
    *if there is a retrieved warehouse number, select the stock placement value from MLGN.
          IF sy-subrc EQ 0.
            SELECT SINGLE ltkze  "stock placement value
                   FROM mlgn
                   INTO v_ltkze
                   WHERE matnr EQ ls_mepoitem-matnr
                   AND   lgnum EQ v_lgnum.
    *if there is stock placement value and the value is not inital, retrieve the address number.
            IF sy-subrc EQ 0
            AND v_ltkze IS NOT INITIAL.
              SELECT SINGLE adrn2    "delivery address number
                     FROM zmm_adrc
                     INTO v_adrn2
                     WHERE werks EQ ls_mepoitem-werks
                     AND   lgnum EQ v_lgnum
                     AND   ltkze EQ v_ltkze.
    *appends the address with leading zeros to match the data type in adrc
              IF sy-subrc EQ 0.
                CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
                  EXPORTING
                    input  = v_adrn2
                  IMPORTING
                    output = v_adrn2.
    *transfer the address to ls_mepoitem-adrn2.
                MOVE v_adrn2 TO ls_mepoitem-adrn2.
                CALL METHOD im_item->set_data
                  EXPORTING
                    im_data = ls_mepoitem.
              ENDIF.
            ENDIF.
          ENDIF.
        ENDIF.
      ENDIF.
    ENDMETHOD.

  • Bad ID/Password Loop

    I've been in a bad password/ID loop. My family has used itunes, iphone same ID/Password for years and not many problems. After a couple IOS updates problems.  When my ID and password is finally accepted (after many tries) my iphone asks me security questions I have no answer for. And I never filled out. How change these questions? No family member will own up to answering these questions at some point. I don't change password again and agiain since then everyone on phones will have to change their phones once again. 

    Thanks. I found that my older son had made his own itunes/iphone account, but somehow it's attached to mine (were all on the family plan w/ATT) The PW/ID/security questions were all being sent to his UCSB email (which he rarely checks). Nothing like wiling away the hours trying figure out why I never got any email or who the heck picked these questions.
    Noah

  • P67A-GD65 (b2) stuck in boot loop after bad flash

    Hello,
    My mainboard is stuck, I can't open bios setup, (even tho it appears in f11 menu), and it won't boot on any device.
    I removed every hard drive and DVD, and tried to boot on DOS with a usb, but it won't even boot DOS, and no usb device appears in f11 menu (I tried every usb ports)
    And I can't enter bios setup (it just reboots)
    Initially I was trying to update my bios because some features I wanted were not in my old version. But I think Avast blocked the update program (E7681v43.exe opened in an usb) and when I restarted the bios flash failed, and my PC entered a boot loop. When I press f11, it's a new interface so some things in the bios updated.
    The only message I get when I put the E7681v43.exe and E7681IMS.430, or the files for v1j (oldest version before ivy bridge support) on a fat32 usb stick (tried formatted, and formated with Rufus), a red message appears saying "bios me updated ... file not found."
    Same thing if I try the MSIHQ flash utility, it doesn't work as my PC won't boot on the usb.
    I think my motherboard is bricked and the only solution is to send it to msi to get a working bios.
    My motherboard p67a gd65 (b2) (the one with bad sata 2 ports) and it doesn't appear in the product name list anymore to register it on msi...
    It was bought the on the 19th of January 2011, I hope I can still ask for msi for help!
    I'm looking forward to your opinions on my issue, and sorry for the long text.

    Quote from: Svet on 24-September-13, 17:50:38
    older b2 cannot be updated to the .4xx
    you have to send the mobo to be replaced with newer revision
    Thanks! do you know where can I ask for a replacement?
    I can't register it on msi, and when I ask a question and I give the serial number it just abords...
    I already send an email to msi France (I live in Belgium). But email are too slow usually.
    and what about the secondary bios, no way to repair primary bios with it?

Maybe you are looking for

  • Error while upgrading from APEX 3.0 to 3.1

    Hi, I was upgrading from 3.0 to 3.1 and it was going great but then it bombed out on Page 4736. Error page=4736 item="F4000_P4736_P" id="881158261"           declare           ERROR at line 1:           ORA-06502: PL/SQL: numeric or value error      

  • Constantly have to kill and restart EM agents

    Hello, I am currently running EM GC version 10.2.0.4 on an AIX platform. I seem to be encountering frequent issues with various agents within our environment, in that I am constantly having to kill -9 the emagent process on various hosts and then hav

  • Format Dates

    Hi all, JDEV IDE: Oracle IDE     9.0.3.9.93 I made a simple business component. I tried to set the format of a date attribute in the Entity object and also in the View object. I double clicked the attribute in structure window, changed Format Type in

  • Is there a Way to Avoid Crossed Line Joining in Flash?

    Hello, maybe I'm misunderstanding something here, but I'm very green with Flash "philosophy" and this thing annoys me so I hope it can be avoided... Well, when I draw (in example) a simple line, and then move any point in a way that some part of the

  • Getting the value of a user defined environment variable

    hi, i have an environment variable called MY_PATH='E:\data' I am running a batch file which sets the value of this variable. Then i run my java program. Now from my java program i want the value of the variable MY_PATH. How do i get it?