Help with updating Panels - pausing mid-method

I am developing a relatively simple card game (a version of the wisconsin card sort test, more specifically). The user clicks on a card in the top row to match it, receives feedback for a precise amount of time (ie, a popup appears for exactly 1 second declaring if the match was correct or not, and then disappears). After the status disappears, the next card must flip.
So, I have a top row of four cards, which are fixed.
The next row is the cards that have been matched to the top cards (selected by the user).
The bottom row shows the next card, to match to the top row.
The problem is, I can't seem to get the window to update in a time-appropriate manner. I want the user to receive feedback after clicking one of the top row cards for a specific amount of time, either in the form of a dialog, popup, or even simply painting the panel itself). Then, after that specific amount of time has passed, the status clears (either the popup or dialog disappears or panel resets), and then the bottom card flips to the next card, and the match is placed below the card selected.
The problem is, I cannot seem to get the status to appear and then disappear. I have tried causing the Thread to sleep, I have tried putting the Model on a separate thread and then causing that to sleep, and then updating the model, and I have also tried just hacking it (ie, doing a while loop and calling Calendar.getInstance().getTimeInMillis() until the correct amount of time has passed). With all of these attempts, the frame will simply not update until AFTER the pause, but I absolutely MUST have the status reflected back to the user for a specific amount of time.
It seems as if, based on my reading and understanding of how swing works, that it's waiting until the very end of the method to update the entire panel. Right now, I have a Model class holding all the card information that extends Observable, and calls setChanged() and updateObservers(). The View/Controller class is the Observer, and the update() method is definitely being called (based on the printlns I have placed). However, I have tried a seemingly infinite variety of repaint(), invalidate(), validate() calls within the update method that are not executed until the model's entire method is executed.
I am not sure if this is a threading issue, if I should try and put the Model on a separate thread, or if I should be ensuring that building the View should all be done on the event dispatch thread? I feel like I've been running around in circles, this seems like a relatively straightforward thing to do but hasn't been at all.

Thanks, I think I've gotten closer - I hope this is an appropriate example of an SSCCE.
So, I'm having trouble understanding how to stop the timer after the second has passed. The println that I'm calling from the actionPerformed method is being called continuously, until I kill the code execution. And if I click the panel again, the popup hides immediately instead of pausing a full second.
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.Popup;
import javax.swing.PopupFactory;
import javax.swing.Timer;
import javax.swing.border.LineBorder;
public class TestHideStatus extends JFrame implements MouseListener {
     public JPanel mainPanel;
     public JLabel mainLabel;
     public JPanel statusPanel;
     public JLabel statusLabel;
     public String statusString;
     public Popup popup;
     public int numTimesClicked;
     public TestHideStatus() {
          numTimesClicked = 0;
          this.setSize(500,500);
          mainPanel = new JPanel();
          mainPanel.setSize(400,400);
          mainPanel.setBorder(new LineBorder(Color.PINK, 3));
          this.setLayout(new BorderLayout());
          this.add(mainPanel, BorderLayout.CENTER);
          mainLabel = new JLabel("Click this panel to get the status");
          mainPanel.add(mainLabel);
          statusLabel = new JLabel(" YOU CLICKED TO GET THE STATUS");
          statusPanel = new JPanel();
          statusPanel.add(statusLabel);
          this.setVisible(true);
          addMouseListener(this);
     public static void main(String args[]) {
          new TestHideStatus();
     public void mouseClicked(MouseEvent e) {
          numTimesClicked++;
          System.out.println("Clicked the main panel");
          PopupFactory factory = PopupFactory.getSharedInstance();
          popup = factory.getPopup(this, statusPanel, 300,300);
          popup.show();
          ActionListener hider = new ActionListener() {
               public void actionPerformed(ActionEvent e) {
                         System.out.println("Should be hiding the popup");
                         popup.hide();
                         mainLabel.setText("Now switching the text label after clicking " + numTimesClicked);
          Timer timer = new Timer(1000, hider);
          timer.start();
     public void mouseEntered(MouseEvent arg0) {
     public void mouseExited(MouseEvent arg0) {
     public void mousePressed(MouseEvent arg0) {
     public void mouseReleased(MouseEvent arg0) {
}

Similar Messages

  • HT201541 I need help with updating my browser.

    I need help with updating my browser.  Its telling me that Safari is outdated.

    That is a very old version belonging to Snow Leopard. I take it you are not actually running Yosemite.
    Upgrading to Yosemite
    You can upgrade to Yosemite from Lion or directly from Snow Leopard. Yosemite can be downloaded from the Mac App Store for FREE.
    Upgrading to Yosemite
    To upgrade to Yosemite you must have Snow Leopard 10.6.8 or Lion installed. Download Yosemite from the App Store. Sign in using your Apple ID. Yosemite is free. The file is quite large, over 5 GBs, so allow some time to download. It would be preferable to use Ethernet because it is nearly four times faster than wireless.
        OS X Mavericks/Yosemite- System Requirements
          Macs that can be upgraded to OS X Yosemite
             1. iMac (Mid 2007 or newer) - Model Identifier 7,1 or later
             2. MacBook (Late 2008 Aluminum, or Early 2009 or newer) - Model Identifier 5,1 or later
             3. MacBook Pro (Mid/Late 2007 or newer) - Model Identifier 3,1 or later
             4. MacBook Air (Late 2008 or newer) - Model Identifier 2,1 or later
             5. Mac mini (Early 2009 or newer) - Model Identifier 3,1 or later
             6. Mac Pro (Early 2008 or newer) - Model Identifier 3,1 or later
             7. Xserve (Early 2009) - Model Identifier 3,1 or later
    To find the model identifier open System Profiler in the Utilities folder. It's displayed in the panel on the right.
         Are my applications compatible?
             See App Compatibility Table - RoaringApps.
    Upgrading to Lion
    If your computer does not meet the requirements to install Mavericks, it may still meet the requirements to install Lion.
    You can purchase Lion at the Online Apple Store. The cost is $19.99 (as it was before) plus tax.  It's a download. You will get an email containing a redemption code that you then use at the Mac App Store to download Lion. Save a copy of that installer to your Downloads folder because the installer deletes itself at the end of the installation.
         Lion System Requirements
           1. Mac computer with an Intel Core 2 Duo, Core i3, Core i5, Core i7,
               or Xeon processor
           2. 2GB of memory
           3. OS X v10.6.6 or later (v10.6.8 recommended)
           4. 7GB of available space
           5. Some features require an Apple ID; terms apply.

  • Trouble with Update Panel in Chrome browser

    Hi. 
    I work with update panel.
        <asp:UpdatePanel runat="server" ID="someid" >
            <ContentTemplate>
            </ContentTemplate>
            <Triggers>
                <asp:AsyncPostBackTrigger ControlID="someid2" EventName="somefunction" />
            </Triggers>
        </asp:UpdatePanel>
    In IE all working fine. In Chrome and Firefox after ~30 seconds if i tried to clicked any button the postback is done and page will reset.
    How to fix it?

    Hi,
    Do you want to use the update panel on application page or user control in SharePoint 2013?
    If that is the case, here is a similar thread for you to take a look at:
    https://social.technet.microsoft.com/Forums/office/en-US/c33d4a46-87d6-4dbc-a24c-cb8e5f9eb1ea/page-refresh-after-postback-from-updatepanel-in-sharepoint-2013
    If not, I suggest you post it to ASP.NET Forum, you will get more help and confirmed answers from there.
    Best Regards
    Dennis Guo
    TechNet Community Support

  • MAC OS 10.6.8 Using Safari 5.1 Needing Help With Updating Adobe Flash

    Hello-
    Recently Adobe Flash installed an icon in my System Preferences and when I click the icon there are several tabs.  One allows updates to check automatically.  It says it will install the latest version of Flash without having to remove the previous version, but I have never been told that a newer version is available unless I clcik "check now."  although "Check for updates automatically" is checked, I do not know where it tells me a newer version is available.  Also, there has been 5 "newer versions" available since this icon was installed in System Prefeences, I have only found out about the newer versions when I clicked "Check Now."  If I read that with this new way to install the latest Mac version of Flash does not require me to uninstall the previous version of Flash how do I install the most recent version of Flash?  Does it come in an email?
    Since it is not telling me that there is a more recent version of Flash unless I click "Check Now" should I still do it the way I used to install the latest version of flash?  (The way before this icon was added to System Preferences)?
    I would appreciate help with updating Flash to the most recent version.  I used to uninstall the older version, restart the browser and download the most recent version and install it.  It always worked find but this was before there was an Adobe icon in my system Preferences.

    Hello,
    The way you used to do this (uninstall, restart the browser, etc.) is still definitely valid and probably the "safest" way to get a new version installed.  Uninstalling shouldn't be required, but it definitely doesn't hurt.  If you feel comfortable doing it the old way, please feel free to continue using that process.
    As for notifications, this is a bit trickier, but in general you should be notified within 30 days (or so) after a new player is released.  This usually occurs when the browser loads swf content.  Clicking the button will, like you mention, immediately check.  Another alternative to finding out when a new player is released is to subscribe to our Flash Player Releases feed.
    Is there a way to be automatically notified when a new Flash Runtime release is made?
    Thanks,
    Chris

  • Help with updates for CS6

    I need help installing latest updates for CS6.  I have Win 7 and have tried updating from the Help - Updates menu.  The error is:  U43M1D207.

    Thanks for your response.  I am in the United States in So. Arizona.
    Date: Fri, 5 Oct 2012 12:21:45 -0600
    From: [email protected]
    To: [email protected]
    Subject: Help with updates for CS6
    Re: Help with updates for CS6 created by Jeff A Wright in Downloading, Installing, Setting Up - View the full discussion
    Crunkle1 you are welcome to work directly with our support team for guided assistance.  If you go to http://www.adobe.com/ and select Help and Contact Us you should be given the option to contact our support team via telephone.  Which country/region are you in?
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/4752605#4752605
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4752605#4752605
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4752605#4752605. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Downloading, Installing, Setting Up by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Help with updates - The software change returned error code 0x87D00215(-2016411115).

    I have rolled out bunch of updates across few hundred workstation systems.
    Few of the desktops have failed to install SOME of the updates and just can't get my head around as to why?
    Looking at one of the workstations, I can see 5 updates are pending download at 0%.
    Some of these fail after a while and with in Software Centre, I can see 'Help with updates - The software change returned error code 0x87D00215(-2016411115).'. Not exactly sure what this means, but I have tried clearing the cache and
    rebooting the workstations few times.
    (I have also tried to use Windows Update and install one of these manually, which worked.)

    Investigating this further, I have found the following in CAS.log:
    ICcmContentTransferManager::ModifyJobPriority failed with error 0x87d00215 ContentAccess 01/06/2013 17:19:24 3316 (0x0CF4)
    No need to change timeout settings ContentAccess 01/06/2013 17:19:24 3316 (0x0CF4)
    Successfully created download request {ED6E9E5C-E806-43CA-9F93-49AC72D1DEAD} for content 53bf87a2-bedf-4def-b0ec-9637613c3429.1 ContentAccess 01/06/2013 17:19:24 3316 (0x0CF4)
    Requesting locations synchronously for content 99ddb078-b780-4605-8fac-9607fe56450d.1 with priority Foreground ContentAccess 01/06/2013 17:19:24 3316 (0x0CF4)
    The number of discovered DPs(including Branch DP and Multicast) is 1 ContentAccess 01/06/2013 17:19:24 3316 (0x0CF4)
    Calling back with the following distribution points ContentAccess 01/06/2013 17:19:24 3316 (0x0CF4)
    Distribution Point='http://DPSERVER.com/SMS_DP_SMSPKG$/99ddb078-b780-4605-8fac-9607fe56450d', Locality='LOCAL' ContentAccess 01/06/2013 17:19:24 3316 (0x0CF4)
    Requesting content 99ddb078-b780-4605-8fac-9607fe56450d.1, size(KB) 0, under context System with priority Foreground ContentAccess 01/06/2013 17:19:24 3316 (0x0CF4)
    ICcmContentTransferManager::ModifyJobPriority failed with error 0x87d00215 ContentAccess 01/06/2013 17:19:24 3316 (0x0CF4)
    No need to change timeout settings ContentAccess 01/06/2013 17:19:24 3316 (0x0CF4)
    Successfully created download request {67B7E59B-A386-4EA8-BF39-2EB64B108A6C} for content 99ddb078-b780-4605-8fac-9607fe56450d.1 ContentAccess 01/06/2013 17:19:24 3316 (0x0CF4)
    Requesting locations synchronously for content 61d33de7-9582-41e3-82fc-3e0f970b60f3.1 with priority Foreground ContentAccess 01/06/2013 17:19:24 3316 (0x0CF4)
    The number of discovered DPs(including Branch DP and Multicast) is 1 ContentAccess 01/06/2013 17:19:24 3316 (0x0CF4)
    Calling back with the following distribution points ContentAccess 01/06/2013 17:19:24 3316 (0x0CF4)
    Distribution Point='http://DPSERVER.com/SMS_DP_SMSPKG$/61d33de7-9582-41e3-82fc-3e0f970b60f3', Locality='LOCAL' ContentAccess 01/06/2013 17:19:24 3316 (0x0CF4)
    Requesting content 61d33de7-9582-41e3-82fc-3e0f970b60f3.1, size(KB) 0, under context System with priority Foreground ContentAccess 01/06/2013 17:19:24 3316 (0x0CF4)
    ICcmContentTransferManager::ModifyJobPriority failed with error 0x87d00215 ContentAccess 01/06/2013 17:19:24 3316 (0x0CF4)
    No need to change timeout settings ContentAccess 01/06/2013 17:19:24 3316 (0x0CF4)
    Successfully created download request {12E48136-B545-4C42-9745-9FF97CE38D52} for content 61d33de7-9582-41e3-82fc-3e0f970b60f3.1 ContentAccess 01/06/2013 17:19:24 3316 (0x0CF4)

  • Help With Kernel Panic in Mid 2012 13" Macbook Pro

    I have a 13" Mid-2012 Macbook Pro.
    2.5 GHz Intel Core i5 / 8GB Memory
    OS X 10.9.5
    Recently I have been getting kernel panics / grey screens of death.  From the Console logs, it appears I have had four kernel panics since September 22.
    I am not aware of any particular thing I can do to produce the error.
    Some things I've tried:
    Disk Utility (this generally returns no errors.  However, once it asked me to boot to recovery mode to run Disk Utility there)
    Disk Utility in recovery mode (No errors)
    single user mode fsck -fy (No errors)
    Apple Hardware Test, extended mode (No errors)
    Observed Console logs for kernel panics (I am not sure how to parse these)
    Other details about the setup/environment:
    No peripherals
    I did see one update About the OS X Mavericks v10.9.5 Update that I had not installed until tonight.  Since September 22, I have installed 3 such updates.
    No anti-virus
    Hard drive is mostly empty
    File Vault is on
    I hope this is not poor form but I thought I would post some snippets from my kernel panic logs here to help with assessment.    I removed some information that looked like it might include personal identifiers and also the "loaded kexts" portions because of their length.   If those are helpful I could post them. 
    Any help diagnosing this problem would be appreciated.
    Mon Sep 22 10:56:45 2014
    panic(cpu 0 caller 0xffffff80064a3cf7): "VM_PAGE_QUEUES_REMOVE: unmarked page on Q"@/SourceCache/xnu/xnu-2422.110.17/osfmk/vm/vm_resident.c:3007
    Backtrace (CPU 0), Frame : Return Address
    0xffffff81108c3990 : 0xffffff8006422f79
    0xffffff81108c3a10 : 0xffffff80064a3cf7
    0xffffff81108c3a70 : 0xffffff80064a5c52
    0xffffff81108c3a90 : 0xffffff80064a7527
    0xffffff81108c3ae0 : 0xffffff800649d8da
    0xffffff81108c3e00 : 0xffffff800649eca5
    0xffffff81108c3e20 : 0xffffff80068bc731
    0xffffff81108c3e60 : 0xffffff7f87d8acc2
    0xffffff81108c3e80 : 0xffffff7f87db1e8c
    0xffffff81108c3ed0 : 0xffffff7f87daf8e7
    0xffffff81108c3ef0 : 0xffffff80068b07f0
    0xffffff81108c3f30 : 0xffffff80068af292
    0xffffff81108c3f80 : 0xffffff80068af367
    0xffffff81108c3fb0 : 0xffffff80064d7417
          Kernel Extensions in backtrace:
             com.apple.iokit.IOAcceleratorFamily2(98.22)[0EC64777-94B9-32E3-AC03-A2367895744 B]@0xffffff7f87d89000->0xffffff7f87dedfff
                dependency: com.apple.iokit.IOPCIFamily(2.9)[4662B11D-2ECA-315D-875C-618C97CDAB2A]@0xffffff 7f86abe000
                dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[75D81741-64C1-3941-ADFA-9D6B6C434EE4]@0 xffffff7f8731f000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    13E28
    >>>>>>>
    System uptime in nanoseconds: 27450106852892
    last loaded kext at 25016211949613: com.apple.driver.AppleIntelMCEReporter 104 (addr 0xffffff7f882de000, size 49152)
    last unloaded kext at 25123578772021: com.apple.driver.AppleIntelMCEReporter 104 (addr 0xffffff7f882de000, size 32768)
    Fri Sep 26 13:48:09 2014
    panic(cpu 0 caller 0xffffff80032dc24e): Kernel trap at 0xffffff80032a87e3, type 13=general protection, registers:
    CR0: 0x000000008001003b, CR2: 0x0000000109e19000, CR3: 0x000000000578e000, CR4: 0x00000000001606e0
    RAX: 0x0000000000000040, RBX: 0x001e3de600010000, RCX: 0xffffff80038d0320, RDX: 0xffffff80038d01c0
    RSP: 0xffffff810d5fbc70, RBP: 0xffffff810d5fbd80, RSI: 0xffffff8008adc0b0, RDI: 0xffffff80038d01c0
    R8:  0x0000000000000000, R9:  0x0000000000000010, R10: 0x0000000000000001, R11: 0xffffff800322fe40
    R12: 0xffffff80038d0570, R13: 0x00000000001ae747, R14: 0x0000000000000001, R15: 0x0000000000000025
    RFL: 0x0000000000010206, RIP: 0xffffff80032a87e3, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0x0000000109e19000, Error code: 0x0000000000000000, Fault CPU: 0x0
    Backtrace (CPU 0), Frame : Return Address
    0xffffff80e5307c50 : 0xffffff8003222f79
    0xffffff80e5307cd0 : 0xffffff80032dc24e
    0xffffff80e5307ea0 : 0xffffff80032f3746
    0xffffff80e5307ec0 : 0xffffff80032a87e3
    0xffffff810d5fbd80 : 0xffffff8003681300
    0xffffff810d5fbef0 : 0xffffff80036e1f6f
    0xffffff810d5fbf00 : 0xffffff800369b8cc
    0xffffff810d5fbf20 : 0xffffff800324a20a
    0xffffff810d5fbfb0 : 0xffffff80032d7417
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    13E28
    >>>>>>>
    System uptime in nanoseconds: 12133027063361
    last loaded kext at 12126462633739: com.apple.driver.AppleIntelMCEReporter 104 (addr 0xffffff7f8514b000, size 49152)
    last unloaded kext at 11457958413580: com.apple.driver.AppleIntelMCEReporter 104 (addr 0xffffff7f8514b000, size 32768)
    Wed Oct  1 12:10:05 2014
    panic(cpu 2 caller 0xffffff802b8dc24e): Kernel trap at 0xffffff802b8a42c0, type 13=general protection, registers:
    CR0: 0x0000000080010033, CR2: 0x000000000f0ab000, CR3: 0x000000022136b08e, CR4: 0x00000000001606e0
    RAX: 0xffffff802bed0320, RBX: 0x0000000000000025, RCX: 0x0000000000000025, RDX: 0x001778a600020000
    RSP: 0xffffff813719bd00, RBP: 0xffffff813719bd20, RSI: 0xffffff8032ed3df0, RDI: 0xffffff802bed0570
    R8:  0xffffff8033110728, R9:  0xffffff8032faed40, R10: 0x0000000000000000, R11: 0x0000000000000000
    R12: 0x0000000000000000, R13: 0xffffff8050405f80, R14: 0x0000000000000069, R15: 0xffffff8032faed40
    RFL: 0x0000000000210282, RIP: 0xffffff802b8a42c0, CS:  0x0000000000000008, SS:  0x0000000000000000
    Fault CR2: 0x000000000f0ab000, Error code: 0x0000000000000000, Fault CPU: 0x2
    Backtrace (CPU 2), Frame : Return Address
    0xffffff812d90ddf0 : 0xffffff802b822f79
    0xffffff812d90de70 : 0xffffff802b8dc24e
    0xffffff812d90e040 : 0xffffff802b8f3746
    0xffffff812d90e060 : 0xffffff802b8a42c0
    0xffffff813719bd20 : 0xffffff802b8a4f65
    0xffffff813719bd50 : 0xffffff802b879033
    0xffffff813719bf20 : 0xffffff802b8dc68c
    0xffffff813719bfb0 : 0xffffff802b8f364b
    BSD process name corresponding to current thread: Google Chrome He
    Mac OS version:
    13E28
    >>>>>>
    System uptime in nanoseconds: 13240283519708
    last loaded kext at 12513142203574: com.apple.driver.AppleIntelMCEReporter 104 (addr 0xffffff7fad74b000, size 49152)
    last unloaded kext at 12584738581143: com.apple.driver.AppleIntelMCEReporter 104 (addr 0xffffff7fad74b000, size 32768)
    Fri Oct 10 22:39:52 2014
    panic(cpu 3 caller 0xffffff8020cdc24e): Kernel trap at 0xffffff8020ca42c0, type 13=general protection, registers:
    CR0: 0x0000000080010033, CR2: 0x0000000035c56000, CR3: 0x00000000858c80b8, CR4: 0x00000000001606e0
    RAX: 0xffffff80212d0320, RBX: 0x0000000000000025, RCX: 0x0000000000000025, RDX: 0x00251d6600020000
    RSP: 0xffffff8141f63d00, RBP: 0xffffff8141f63d20, RSI: 0xffffff802c33f3f0, RDI: 0xffffff80212d0570
    R8:  0xffffff8028b38928, R9:  0xffffff802c3d2ad8, R10: 0x0000000035c9b000, R11: 0x0000000000000000
    R12: 0x0000000000000000, R13: 0xffffff804dd51260, R14: 0x0000000000000084, R15: 0xffffff802c3d2ad8
    RFL: 0x0000000000010282, RIP: 0xffffff8020ca42c0, CS:  0x0000000000000008, SS:  0x0000000000000000
    Fault CR2: 0x0000000035c56000, Error code: 0x0000000000000000, Fault CPU: 0x3
    Backtrace (CPU 3), Frame : Return Address
    0xffffff8122ec5df0 : 0xffffff8020c22f79
    0xffffff8122ec5e70 : 0xffffff8020cdc24e
    0xffffff8122ec6040 : 0xffffff8020cf3746
    0xffffff8122ec6060 : 0xffffff8020ca42c0
    0xffffff8141f63d20 : 0xffffff8020ca4f65
    0xffffff8141f63d50 : 0xffffff8020c79033
    0xffffff8141f63f20 : 0xffffff8020cdc68c
    0xffffff8141f63fb0 : 0xffffff8020cf364b
    BSD process name corresponding to current thread: Google Chrome He
    Mac OS version:
    13E28
    >>>>
    System uptime in nanoseconds: 88915375202175
    last loaded kext at 88230087275581: com.apple.driver.AppleIntelMCEReporter 104 (addr 0xffffff7fa2b97000, size 49152)
    last unloaded kext at 88295369975570: com.apple.driver.AppleIntelMCEReporter 104 (addr 0xffffff7fa2b97000, size 32768)

    Thank you.  below I have included the full panic logs, including kernel extensions. 
    I did run and pass a memory test last night, but thank you for noting that this may not be conclusive.
    Do you see anything else notable in the logs, that would suggest anything other than a memory problem?  What would be the best way to test it?  Last night I used Rember .  Assuming that you don't identify anything else, would the next step be simply memory replacement?
    Logs below.
    Thanks!
    ==========================
    Anonymous UUID:       XXXXX
    Mon Sep 22 10:56:45 2014
    panic(cpu 0 caller 0xffffff80064a3cf7): "VM_PAGE_QUEUES_REMOVE: unmarked page on Q"@/SourceCache/xnu/xnu-2422.110.17/osfmk/vm/vm_resident.c:3007
    Backtrace (CPU 0), Frame : Return Address
    0xffffff81108c3990 : 0xffffff8006422f79
    0xffffff81108c3a10 : 0xffffff80064a3cf7
    0xffffff81108c3a70 : 0xffffff80064a5c52
    0xffffff81108c3a90 : 0xffffff80064a7527
    0xffffff81108c3ae0 : 0xffffff800649d8da
    0xffffff81108c3e00 : 0xffffff800649eca5
    0xffffff81108c3e20 : 0xffffff80068bc731
    0xffffff81108c3e60 : 0xffffff7f87d8acc2
    0xffffff81108c3e80 : 0xffffff7f87db1e8c
    0xffffff81108c3ed0 : 0xffffff7f87daf8e7
    0xffffff81108c3ef0 : 0xffffff80068b07f0
    0xffffff81108c3f30 : 0xffffff80068af292
    0xffffff81108c3f80 : 0xffffff80068af367
    0xffffff81108c3fb0 : 0xffffff80064d7417
          Kernel Extensions in backtrace:
             com.apple.iokit.IOAcceleratorFamily2(98.22)[0EC64777-94B9-32E3-AC03-A2367895744 B]@0xffffff7f87d89000->0xffffff7f87dedfff
                dependency: com.apple.iokit.IOPCIFamily(2.9)[4662B11D-2ECA-315D-875C-618C97CDAB2A]@0xffffff 7f86abe000
                dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[75D81741-64C1-3941-ADFA-9D6B6C434EE4]@0 xffffff7f8731f000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    13E28
    Kernel version:
    Darwin Kernel Version 13.3.0: Tue Jun  3 21:27:35 PDT 2014; root:xnu-2422.110.17~1/RELEASE_X86_64
    Kernel UUID: XXXXX
    Kernel slide:     0x0000000006200000
    Kernel text base: 0xffffff8006400000
    System model name: MacBookPro9,2 (Mac-XXXXX)
    System uptime in nanoseconds: 27450106852892
    last loaded kext at 25016211949613: com.apple.driver.AppleIntelMCEReporter 104 (addr 0xffffff7f882de000, size 49152)
    last unloaded kext at 25123578772021: com.apple.driver.AppleIntelMCEReporter 104 (addr 0xffffff7f882de000, size 32768)
    loaded kexts:
    com.apple.filesystems.autofs 3.0
    com.apple.iokit.IOBluetoothSerialManager 4.2.6f1
    com.apple.driver.AudioAUUC 1.60
    com.apple.driver.AppleMikeyHIDDriver 124
    com.apple.driver.AGPM 100.14.28
    com.apple.driver.X86PlatformShim 1.0.0
    com.apple.driver.AppleHDA 2.6.3f4
    com.apple.driver.AppleUpstreamUserClient 3.5.13
    com.apple.driver.AppleMikeyDriver 2.6.3f4
    com.apple.driver.AppleBacklight 170.3.5
    com.apple.driver.AppleSMCPDRC 1.0.0
    com.apple.driver.AppleIntelHD4000Graphics 8.2.8
    com.apple.driver.AppleSMCLMU 2.0.4d1
    com.apple.driver.AppleLPC 1.7.0
    com.apple.driver.AppleThunderboltIP 1.1.2
    com.apple.driver.AppleMCCSControl 1.2.5
    com.apple.driver.AppleIntelFramebufferCapri 8.2.8
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.2.6f1
    com.apple.iokit.IOUserEthernet 1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.driver.AppleHWAccess 1
    com.apple.driver.SMCMotionSensor 3.0.4d1
    com.apple.driver.AppleUSBTCButtons 240.2
    com.apple.driver.AppleUSBTCKeyboard 240.2
    com.apple.driver.AppleIRController 325.7
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeLZVN 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.BootCache 35
    com.apple.iokit.SCSITaskUserClient 3.6.6
    com.apple.driver.XsanFilter 404
    com.apple.iokit.IOAHCIBlockStorage 2.6.0
    com.apple.driver.AirPort.Brcm4331 700.20.22
    com.apple.driver.AppleFWOHCI 5.0.2
    com.apple.driver.AppleUSBHub 683.4.0
    com.apple.iokit.AppleBCM5701Ethernet 3.8.1b2
    com.apple.driver.AppleSDXC 1.5.2
    com.apple.driver.AppleUSBEHCI 660.4.0
    com.apple.driver.AppleAHCIPort 3.0.5
    com.apple.driver.AppleUSBXHCI 683.4.0
    com.apple.driver.AppleSmartBatteryManager 161.0.0
    com.apple.driver.AppleACPIButtons 2.0
    com.apple.driver.AppleRTC 2.0
    com.apple.driver.AppleHPET 1.8
    com.apple.driver.AppleSMBIOS 2.1
    com.apple.driver.AppleACPIEC 2.0
    com.apple.driver.AppleAPIC 1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient 217.92.1
    com.apple.nke.applicationfirewall 153
    com.apple.security.quarantine 3
    com.apple.driver.AppleIntelCPUPowerManagement 217.92.1
    com.apple.kext.triggers 1.0
    com.apple.iokit.IOSerialFamily 10.0.7
    com.apple.driver.DspFuncLib 2.6.3f4
    com.apple.vecLib.kext 1.0.0
    com.apple.iokit.IOAudioFamily 1.9.7fc2
    com.apple.kext.OSvKernDSPLib 1.14
    com.apple.driver.X86PlatformPlugin 1.0.0
    com.apple.iokit.IOFireWireIP 2.2.6
    com.apple.driver.AppleHDAController 2.6.3f4
    com.apple.iokit.IOHDAFamily 2.6.3f4
    com.apple.driver.AppleSMBusPCI 1.0.12d1
    com.apple.driver.AppleBacklightExpert 1.0.4
    com.apple.driver.IOPlatformPluginFamily 5.7.1d6
    com.apple.driver.AppleSMBusController 1.0.12d1
    com.apple.iokit.IONDRVSupport 2.4.1
    com.apple.iokit.IOAcceleratorFamily2 98.22
    com.apple.AppleGraphicsDeviceControl 3.6.22
    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.2.6f1
    com.apple.iokit.IOSurface 91.1
    com.apple.iokit.IOGraphicsFamily 2.4.1
    com.apple.iokit.IOBluetoothFamily 4.2.6f1
    com.apple.driver.AppleSMC 3.1.8
    com.apple.driver.AppleUSBMultitouch 240.9
    com.apple.iokit.IOUSBHIDDriver 660.4.0
    com.apple.driver.AppleThunderboltDPInAdapter 3.1.7
    com.apple.driver.AppleThunderboltDPAdapterFamily 3.1.7
    com.apple.driver.AppleThunderboltPCIDownAdapter 1.4.5
    com.apple.driver.AppleUSBMergeNub 650.4.0
    com.apple.driver.AppleUSBComposite 656.4.1
    com.apple.driver.CoreStorage 380
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 3.6.6
    com.apple.iokit.IOBDStorageFamily 1.7
    com.apple.iokit.IODVDStorageFamily 1.7.1
    com.apple.iokit.IOCDStorageFamily 1.7.1
    com.apple.iokit.IOAHCISerialATAPI 2.6.1
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.6.6
    com.apple.driver.AppleThunderboltNHI 2.0.1
    com.apple.iokit.IOThunderboltFamily 3.3.1
    com.apple.iokit.IO80211Family 640.36
    com.apple.iokit.IOFireWireFamily 4.5.5
    com.apple.iokit.IOEthernetAVBController 1.0.3b4
    com.apple.driver.mDNSOffloadUserClient 1.0.1b5
    com.apple.iokit.IONetworkingFamily 3.2
    com.apple.iokit.IOUSBUserClient 660.4.2
    com.apple.iokit.IOAHCIFamily 2.6.5
    com.apple.iokit.IOUSBFamily 683.4.0
    com.apple.driver.AppleEFINVRAM 2.0
    com.apple.driver.AppleEFIRuntime 2.0
    com.apple.iokit.IOHIDFamily 2.0.0
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.sandbox 278.11.1
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.security.TMSafetyNet 7
    com.apple.driver.AppleKeyStore 2
    com.apple.driver.DiskImages 371.1
    com.apple.iokit.IOStorageFamily 1.9
    com.apple.iokit.IOReportFamily 23
    com.apple.driver.AppleFDEKeyStore 28.30
    com.apple.driver.AppleACPIPlatform 2.0
    com.apple.iokit.IOPCIFamily 2.9
    com.apple.iokit.IOACPIFamily 1.4
    com.apple.kec.corecrypto 1.0
    com.apple.kec.pthread 1
    ================================================
    Anonymous UUID:       XXXXX
    Fri Sep 26 13:48:09 2014
    panic(cpu 0 caller 0xffffff80032dc24e): Kernel trap at 0xffffff80032a87e3, type 13=general protection, registers:
    CR0: 0x000000008001003b, CR2: 0x0000000109e19000, CR3: 0x000000000578e000, CR4: 0x00000000001606e0
    RAX: 0x0000000000000040, RBX: 0x001e3de600010000, RCX: 0xffffff80038d0320, RDX: 0xffffff80038d01c0
    RSP: 0xffffff810d5fbc70, RBP: 0xffffff810d5fbd80, RSI: 0xffffff8008adc0b0, RDI: 0xffffff80038d01c0
    R8:  0x0000000000000000, R9:  0x0000000000000010, R10: 0x0000000000000001, R11: 0xffffff800322fe40
    R12: 0xffffff80038d0570, R13: 0x00000000001ae747, R14: 0x0000000000000001, R15: 0x0000000000000025
    RFL: 0x0000000000010206, RIP: 0xffffff80032a87e3, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0x0000000109e19000, Error code: 0x0000000000000000, Fault CPU: 0x0
    Backtrace (CPU 0), Frame : Return Address
    0xffffff80e5307c50 : 0xffffff8003222f79
    0xffffff80e5307cd0 : 0xffffff80032dc24e
    0xffffff80e5307ea0 : 0xffffff80032f3746
    0xffffff80e5307ec0 : 0xffffff80032a87e3
    0xffffff810d5fbd80 : 0xffffff8003681300
    0xffffff810d5fbef0 : 0xffffff80036e1f6f
    0xffffff810d5fbf00 : 0xffffff800369b8cc
    0xffffff810d5fbf20 : 0xffffff800324a20a
    0xffffff810d5fbfb0 : 0xffffff80032d7417
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    13E28
    Kernel version:
    Darwin Kernel Version 13.3.0: Tue Jun  3 21:27:35 PDT 2014; root:xnu-2422.110.17~1/RELEASE_X86_64
    Kernel UUID: XXXXXXXXXX
    Kernel slide:     0x0000000003000000
    Kernel text base: 0xffffff8003200000
    System model name: MacBookPro9,2 (Mac-XXXXXXXX)
    System uptime in nanoseconds: 12133027063361
    last loaded kext at 12126462633739: com.apple.driver.AppleIntelMCEReporter 104 (addr 0xffffff7f8514b000, size 49152)
    last unloaded kext at 11457958413580: com.apple.driver.AppleIntelMCEReporter 104 (addr 0xffffff7f8514b000, size 32768)
    loaded kexts:
    com.apple.driver.AppleIntelMCEReporter 104
    com.apple.filesystems.afpfs 11.1
    com.apple.nke.asp-tcp 8.0.1
    com.apple.filesystems.autofs 3.0
    com.apple.iokit.IOBluetoothSerialManager 4.2.6f1
    com.apple.driver.AudioAUUC 1.60
    com.apple.driver.X86PlatformShim 1.0.0
    com.apple.driver.AGPM 100.14.28
    com.apple.driver.AppleMikeyHIDDriver 124
    com.apple.driver.AppleHDA 2.6.3f4
    com.apple.driver.AppleUpstreamUserClient 3.5.13
    com.apple.iokit.IOUserEthernet 1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.driver.AppleHWAccess 1
    com.apple.driver.AppleThunderboltIP 1.1.2
    com.apple.driver.AppleIntelHD4000Graphics 8.2.8
    com.apple.driver.AppleLPC 1.7.0
    com.apple.driver.AppleBacklight 170.3.5
    com.apple.driver.AppleMCCSControl 1.2.5
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.2.6f1
    com.apple.driver.AppleSMCLMU 2.0.4d1
    com.apple.driver.AppleIntelFramebufferCapri 8.2.8
    com.apple.driver.AppleMikeyDriver 2.6.3f4
    com.apple.driver.AppleSMCPDRC 1.0.0
    com.apple.driver.SMCMotionSensor 3.0.4d1
    com.apple.driver.AppleUSBTCButtons 240.2
    com.apple.driver.AppleIRController 325.7
    com.apple.driver.AppleUSBTCKeyboard 240.2
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeLZVN 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.BootCache 35
    com.apple.iokit.SCSITaskUserClient 3.6.6
    com.apple.driver.XsanFilter 404
    com.apple.iokit.IOAHCIBlockStorage 2.6.0
    com.apple.iokit.AppleBCM5701Ethernet 3.8.1b2
    com.apple.driver.AppleFWOHCI 5.0.2
    com.apple.driver.AppleSDXC 1.5.2
    com.apple.driver.AppleUSBHub 683.4.0
    com.apple.driver.AirPort.Brcm4331 700.20.22
    com.apple.driver.AppleAHCIPort 3.0.5
    com.apple.driver.AppleUSBEHCI 660.4.0
    com.apple.driver.AppleUSBXHCI 683.4.0
    com.apple.driver.AppleSmartBatteryManager 161.0.0
    com.apple.driver.AppleRTC 2.0
    com.apple.driver.AppleACPIButtons 2.0
    com.apple.driver.AppleHPET 1.8
    com.apple.driver.AppleSMBIOS 2.1
    com.apple.driver.AppleACPIEC 2.0
    com.apple.driver.AppleAPIC 1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient 217.92.1
    com.apple.nke.applicationfirewall 153
    com.apple.security.quarantine 3
    com.apple.driver.AppleIntelCPUPowerManagement 217.92.1
    com.apple.security.SecureRemotePassword 1.0
    com.apple.kext.triggers 1.0
    com.apple.iokit.IOSerialFamily 10.0.7
    com.apple.driver.DspFuncLib 2.6.3f4
    com.apple.vecLib.kext 1.0.0
    com.apple.iokit.IOAudioFamily 1.9.7fc2
    com.apple.kext.OSvKernDSPLib 1.14
    com.apple.iokit.IOBluetoothFamily 4.2.6f1
    com.apple.driver.X86PlatformPlugin 1.0.0
    com.apple.driver.AppleHDAController 2.6.3f4
    com.apple.iokit.IOHDAFamily 2.6.3f4
    com.apple.iokit.IOSurface 91.1
    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.2.6f1
    com.apple.iokit.IOFireWireIP 2.2.6
    com.apple.iokit.IOAcceleratorFamily2 98.22
    com.apple.AppleGraphicsDeviceControl 3.6.22
    com.apple.driver.AppleSMBusController 1.0.12d1
    com.apple.driver.AppleSMBusPCI 1.0.12d1
    com.apple.driver.IOPlatformPluginFamily 5.7.1d6
    com.apple.driver.AppleBacklightExpert 1.0.4
    com.apple.iokit.IONDRVSupport 2.4.1
    com.apple.iokit.IOGraphicsFamily 2.4.1
    com.apple.driver.AppleSMC 3.1.8
    com.apple.driver.AppleThunderboltDPInAdapter 3.1.7
    com.apple.driver.AppleThunderboltDPAdapterFamily 3.1.7
    com.apple.driver.AppleThunderboltPCIDownAdapter 1.4.5
    com.apple.driver.AppleUSBMultitouch 240.9
    com.apple.iokit.IOUSBHIDDriver 660.4.0
    com.apple.driver.CoreStorage 380
    com.apple.driver.AppleUSBMergeNub 650.4.0
    com.apple.driver.AppleUSBComposite 656.4.1
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 3.6.6
    com.apple.iokit.IOBDStorageFamily 1.7
    com.apple.iokit.IODVDStorageFamily 1.7.1
    com.apple.iokit.IOCDStorageFamily 1.7.1
    com.apple.iokit.IOAHCISerialATAPI 2.6.1
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.6.6
    com.apple.iokit.IOEthernetAVBController 1.0.3b4
    com.apple.driver.mDNSOffloadUserClient 1.0.1b5
    com.apple.iokit.IOFireWireFamily 4.5.5
    com.apple.driver.AppleThunderboltNHI 2.0.1
    com.apple.iokit.IOThunderboltFamily 3.3.1
    com.apple.iokit.IOUSBUserClient 660.4.2
    com.apple.iokit.IO80211Family 640.36
    com.apple.iokit.IONetworkingFamily 3.2
    com.apple.iokit.IOAHCIFamily 2.6.5
    com.apple.iokit.IOUSBFamily 683.4.0
    com.apple.driver.AppleEFINVRAM 2.0
    com.apple.driver.AppleEFIRuntime 2.0
    com.apple.iokit.IOHIDFamily 2.0.0
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.sandbox 278.11.1
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.security.TMSafetyNet 7
    com.apple.driver.AppleKeyStore 2
    com.apple.driver.DiskImages 371.1
    com.apple.iokit.IOStorageFamily 1.9
    com.apple.iokit.IOReportFamily 23
    com.apple.driver.AppleFDEKeyStore 28.30
    com.apple.driver.AppleACPIPlatform 2.0
    com.apple.iokit.IOPCIFamily 2.9
    com.apple.iokit.IOACPIFamily 1.4
    com.apple.kec.corecrypto 1.0
    com.apple.kec.pthread 1
    ================================================
    Anonymous UUID:       XXXXXXXXXXX
    Wed Oct  1 12:10:05 2014
    panic(cpu 2 caller 0xffffff802b8dc24e): Kernel trap at 0xffffff802b8a42c0, type 13=general protection, registers:
    CR0: 0x0000000080010033, CR2: 0x000000000f0ab000, CR3: 0x000000022136b08e, CR4: 0x00000000001606e0
    RAX: 0xffffff802bed0320, RBX: 0x0000000000000025, RCX: 0x0000000000000025, RDX: 0x001778a600020000
    RSP: 0xffffff813719bd00, RBP: 0xffffff813719bd20, RSI: 0xffffff8032ed3df0, RDI: 0xffffff802bed0570
    R8:  0xffffff8033110728, R9:  0xffffff8032faed40, R10: 0x0000000000000000, R11: 0x0000000000000000
    R12: 0x0000000000000000, R13: 0xffffff8050405f80, R14: 0x0000000000000069, R15: 0xffffff8032faed40
    RFL: 0x0000000000210282, RIP: 0xffffff802b8a42c0, CS:  0x0000000000000008, SS:  0x0000000000000000
    Fault CR2: 0x000000000f0ab000, Error code: 0x0000000000000000, Fault CPU: 0x2
    Backtrace (CPU 2), Frame : Return Address
    0xffffff812d90ddf0 : 0xffffff802b822f79
    0xffffff812d90de70 : 0xffffff802b8dc24e
    0xffffff812d90e040 : 0xffffff802b8f3746
    0xffffff812d90e060 : 0xffffff802b8a42c0
    0xffffff813719bd20 : 0xffffff802b8a4f65
    0xffffff813719bd50 : 0xffffff802b879033
    0xffffff813719bf20 : 0xffffff802b8dc68c
    0xffffff813719bfb0 : 0xffffff802b8f364b
    BSD process name corresponding to current thread: Google Chrome He
    Mac OS version:
    13E28
    Kernel version:
    Darwin Kernel Version 13.3.0: Tue Jun  3 21:27:35 PDT 2014; root:xnu-2422.110.17~1/RELEASE_X86_64
    Kernel UUID: XXXXXXXXX
    Kernel slide:     0x000000002b600000
    Kernel text base: 0xffffff802b800000
    System model name: MacBookPro9,2 (Mac-XXXXXXXX)
    System uptime in nanoseconds: 13240283519708
    last loaded kext at 12513142203574: com.apple.driver.AppleIntelMCEReporter 104 (addr 0xffffff7fad74b000, size 49152)
    last unloaded kext at 12584738581143: com.apple.driver.AppleIntelMCEReporter 104 (addr 0xffffff7fad74b000, size 32768)
    loaded kexts:
    com.apple.filesystems.afpfs 11.1
    com.apple.nke.asp-tcp 8.0.1
    com.apple.filesystems.autofs 3.0
    com.apple.iokit.IOBluetoothSerialManager 4.2.6f1
    com.apple.driver.AudioAUUC 1.60
    com.apple.driver.AppleMikeyHIDDriver 124
    com.apple.driver.X86PlatformShim 1.0.0
    com.apple.driver.AGPM 100.14.28
    com.apple.driver.AppleMikeyDriver 2.6.3f4
    com.apple.driver.AppleUpstreamUserClient 3.5.13
    com.apple.driver.AppleHDA 2.6.3f4
    com.apple.driver.AppleBacklight 170.3.5
    com.apple.driver.AppleThunderboltIP 1.1.2
    com.apple.driver.AppleMCCSControl 1.2.5
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.2.6f1
    com.apple.driver.AppleSMCLMU 2.0.4d1
    com.apple.driver.AppleLPC 1.7.0
    com.apple.driver.AppleSMCPDRC 1.0.0
    com.apple.iokit.IOUserEthernet 1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.driver.AppleHWAccess 1
    com.apple.driver.AppleIntelHD4000Graphics 8.2.8
    com.apple.driver.AppleIntelFramebufferCapri 8.2.8
    com.apple.driver.SMCMotionSensor 3.0.4d1
    com.apple.driver.AppleUSBTCButtons 240.2
    com.apple.driver.AppleUSBTCKeyboard 240.2
    com.apple.driver.AppleIRController 325.7
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeLZVN 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.BootCache 35
    com.apple.iokit.SCSITaskUserClient 3.6.6
    com.apple.driver.XsanFilter 404
    com.apple.iokit.IOAHCIBlockStorage 2.6.0
    com.apple.driver.AppleFWOHCI 5.0.2
    com.apple.driver.AirPort.Brcm4331 700.20.22
    com.apple.driver.AppleUSBHub 683.4.0
    com.apple.driver.AppleSDXC 1.5.2
    com.apple.iokit.AppleBCM5701Ethernet 3.8.1b2
    com.apple.driver.AppleAHCIPort 3.0.5
    com.apple.driver.AppleUSBEHCI 660.4.0
    com.apple.driver.AppleUSBXHCI 683.4.0
    com.apple.driver.AppleRTC 2.0
    com.apple.driver.AppleACPIButtons 2.0
    com.apple.driver.AppleSmartBatteryManager 161.0.0
    com.apple.driver.AppleHPET 1.8
    com.apple.driver.AppleSMBIOS 2.1
    com.apple.driver.AppleACPIEC 2.0
    com.apple.driver.AppleAPIC 1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient 217.92.1
    com.apple.nke.applicationfirewall 153
    com.apple.security.quarantine 3
    com.apple.driver.AppleIntelCPUPowerManagement 217.92.1
    com.apple.security.SecureRemotePassword 1.0
    com.apple.kext.triggers 1.0
    com.apple.iokit.IOSerialFamily 10.0.7
    com.apple.driver.DspFuncLib 2.6.3f4
    com.apple.vecLib.kext 1.0.0
    com.apple.iokit.IOAudioFamily 1.9.7fc2
    com.apple.kext.OSvKernDSPLib 1.14
    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.2.6f1
    com.apple.driver.X86PlatformPlugin 1.0.0
    com.apple.iokit.IOFireWireIP 2.2.6
    com.apple.driver.AppleSMBusController 1.0.12d1
    com.apple.driver.AppleSMBusPCI 1.0.12d1
    com.apple.driver.IOPlatformPluginFamily 5.7.1d6
    com.apple.driver.AppleHDAController 2.6.3f4
    com.apple.iokit.IOHDAFamily 2.6.3f4
    com.apple.iokit.IOBluetoothFamily 4.2.6f1
    com.apple.iokit.IOSurface 91.1
    com.apple.iokit.IOAcceleratorFamily2 98.22
    com.apple.AppleGraphicsDeviceControl 3.6.22
    com.apple.driver.AppleBacklightExpert 1.0.4
    com.apple.iokit.IONDRVSupport 2.4.1
    com.apple.iokit.IOGraphicsFamily 2.4.1
    com.apple.driver.AppleSMC 3.1.8
    com.apple.driver.AppleUSBMultitouch 240.9
    com.apple.driver.AppleThunderboltDPInAdapter 3.1.7
    com.apple.driver.AppleThunderboltDPAdapterFamily 3.1.7
    com.apple.driver.AppleThunderboltPCIDownAdapter 1.4.5
    com.apple.iokit.IOUSBHIDDriver 660.4.0
    com.apple.driver.AppleUSBMergeNub 650.4.0
    com.apple.driver.AppleUSBComposite 656.4.1
    com.apple.driver.CoreStorage 380
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 3.6.6
    com.apple.iokit.IOBDStorageFamily 1.7
    com.apple.iokit.IODVDStorageFamily 1.7.1
    com.apple.iokit.IOCDStorageFamily 1.7.1
    com.apple.iokit.IOAHCISerialATAPI 2.6.1
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.6.6
    com.apple.iokit.IOFireWireFamily 4.5.5
    com.apple.iokit.IO80211Family 640.36
    com.apple.driver.AppleThunderboltNHI 2.0.1
    com.apple.iokit.IOThunderboltFamily 3.3.1
    com.apple.iokit.IOEthernetAVBController 1.0.3b4
    com.apple.driver.mDNSOffloadUserClient 1.0.1b5
    com.apple.iokit.IONetworkingFamily 3.2
    com.apple.iokit.IOUSBUserClient 660.4.2
    com.apple.iokit.IOAHCIFamily 2.6.5
    com.apple.iokit.IOUSBFamily 683.4.0
    com.apple.driver.AppleEFINVRAM 2.0
    com.apple.driver.AppleEFIRuntime 2.0
    com.apple.iokit.IOHIDFamily 2.0.0
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.sandbox 278.11.1
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.security.TMSafetyNet 7
    com.apple.driver.AppleKeyStore 2
    com.apple.driver.DiskImages 371.1
    com.apple.iokit.IOStorageFamily 1.9
    com.apple.iokit.IOReportFamily 23
    com.apple.driver.AppleFDEKeyStore 28.30
    com.apple.driver.AppleACPIPlatform 2.0
    com.apple.iokit.IOPCIFamily 2.9
    com.apple.iokit.IOACPIFamily 1.4
    com.apple.kec.corecrypto 1.0
    com.apple.kec.pthread 1
    ================================================
    Anonymous UUID:       XXXXXX
    Fri Oct 10 22:39:52 2014
    panic(cpu 3 caller 0xffffff8020cdc24e): Kernel trap at 0xffffff8020ca42c0, type 13=general protection, registers:
    CR0: 0x0000000080010033, CR2: 0x0000000035c56000, CR3: 0x00000000858c80b8, CR4: 0x00000000001606e0
    RAX: 0xffffff80212d0320, RBX: 0x0000000000000025, RCX: 0x0000000000000025, RDX: 0x00251d6600020000
    RSP: 0xffffff8141f63d00, RBP: 0xffffff8141f63d20, RSI: 0xffffff802c33f3f0, RDI: 0xffffff80212d0570
    R8:  0xffffff8028b38928, R9:  0xffffff802c3d2ad8, R10: 0x0000000035c9b000, R11: 0x0000000000000000
    R12: 0x0000000000000000, R13: 0xffffff804dd51260, R14: 0x0000000000000084, R15: 0xffffff802c3d2ad8
    RFL: 0x0000000000010282, RIP: 0xffffff8020ca42c0, CS:  0x0000000000000008, SS:  0x0000000000000000
    Fault CR2: 0x0000000035c56000, Error code: 0x0000000000000000, Fault CPU: 0x3
    Backtrace (CPU 3), Frame : Return Address
    0xffffff8122ec5df0 : 0xffffff8020c22f79
    0xffffff8122ec5e70 : 0xffffff8020cdc24e
    0xffffff8122ec6040 : 0xffffff8020cf3746
    0xffffff8122ec6060 : 0xffffff8020ca42c0
    0xffffff8141f63d20 : 0xffffff8020ca4f65
    0xffffff8141f63d50 : 0xffffff8020c79033
    0xffffff8141f63f20 : 0xffffff8020cdc68c
    0xffffff8141f63fb0 : 0xffffff8020cf364b
    BSD process name corresponding to current thread: Google Chrome He
    Mac OS version:
    13E28
    Kernel version:
    Darwin Kernel Version 13.3.0: Tue Jun  3 21:27:35 PDT 2014; root:xnu-2422.110.17~1/RELEASE_X86_64
    Kernel UUID: XXXXXX
    Kernel slide:     0x0000000020a00000
    Kernel text base: 0xffffff8020c00000
    System model name: MacBookPro9,2 (Mac-XXXXXXX)
    System uptime in nanoseconds: 88915375202175
    last loaded kext at 88230087275581: com.apple.driver.AppleIntelMCEReporter 104 (addr 0xffffff7fa2b97000, size 49152)
    last unloaded kext at 88295369975570: com.apple.driver.AppleIntelMCEReporter 104 (addr 0xffffff7fa2b97000, size 32768)
    loaded kexts:
    com.apple.filesystems.afpfs 11.1
    com.apple.nke.asp-tcp 8.0.1
    com.apple.filesystems.smbfs 2.0.2
    com.apple.iokit.IOBluetoothSerialManager 4.2.6f1
    com.apple.filesystems.autofs 3.0
    com.apple.driver.AudioAUUC 1.60
    com.apple.driver.AGPM 100.14.28
    com.apple.driver.X86PlatformShim 1.0.0
    com.apple.driver.AppleMikeyHIDDriver 124
    com.apple.driver.AppleUpstreamUserClient 3.5.13
    com.apple.driver.AppleHDA 2.6.3f4
    com.apple.iokit.IOUserEthernet 1.0.0d1
    com.apple.driver.AppleIntelHD4000Graphics 8.2.8
    com.apple.driver.AppleMikeyDriver 2.6.3f4
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.driver.AppleBacklight 170.3.5
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.2.6f1
    com.apple.driver.AppleHWAccess 1
    com.apple.driver.AppleThunderboltIP 1.1.2
    com.apple.driver.AppleMCCSControl 1.2.5
    com.apple.driver.AppleSMCPDRC 1.0.0
    com.apple.driver.AppleSMCLMU 2.0.4d1
    com.apple.driver.AppleLPC 1.7.0
    com.apple.driver.AppleIntelFramebufferCapri 8.2.8
    com.apple.driver.SMCMotionSensor 3.0.4d1
    com.apple.driver.AppleUSBTCButtons 240.2
    com.apple.driver.AppleUSBTCKeyboard 240.2
    com.apple.driver.AppleIRController 325.7
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeLZVN 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.BootCache 35
    com.apple.iokit.SCSITaskUserClient 3.6.6
    com.apple.driver.XsanFilter 404
    com.apple.iokit.IOAHCIBlockStorage 2.6.0
    com.apple.driver.AppleSDXC 1.5.2
    com.apple.driver.AppleUSBHub 683.4.0
    com.apple.driver.AppleFWOHCI 5.0.2
    com.apple.driver.AirPort.Brcm4331 700.20.22
    com.apple.iokit.AppleBCM5701Ethernet 3.8.1b2
    com.apple.driver.AppleUSBEHCI 660.4.0
    com.apple.driver.AppleAHCIPort 3.0.5
    com.apple.driver.AppleUSBXHCI 683.4.0
    com.apple.driver.AppleRTC 2.0
    com.apple.driver.AppleSmartBatteryManager 161.0.0
    com.apple.driver.AppleACPIButtons 2.0
    com.apple.driver.AppleHPET 1.8
    com.apple.driver.AppleSMBIOS 2.1
    com.apple.driver.AppleACPIEC 2.0
    com.apple.driver.AppleAPIC 1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient 217.92.1
    com.apple.nke.applicationfirewall 153
    com.apple.security.quarantine 3
    com.apple.driver.AppleIntelCPUPowerManagement 217.92.1
    com.apple.security.SecureRemotePassword 1.0
    com.apple.iokit.IOSerialFamily 10.0.7
    com.apple.kext.triggers 1.0
    com.apple.driver.DspFuncLib 2.6.3f4
    com.apple.vecLib.kext 1.0.0
    com.apple.iokit.IOAudioFamily 1.9.7fc2
    com.apple.kext.OSvKernDSPLib 1.14
    com.apple.iokit.IOBluetoothFamily 4.2.6f1
    com.apple.iokit.IOSurface 91.1
    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.2.6f1
    com.apple.driver.AppleHDAController 2.6.3f4
    com.apple.iokit.IOHDAFamily 2.6.3f4
    com.apple.driver.AppleSMBusController 1.0.12d1
    com.apple.iokit.IOFireWireIP 2.2.6
    com.apple.driver.AppleSMBusPCI 1.0.12d1
    com.apple.driver.AppleBacklightExpert 1.0.4
    com.apple.iokit.IONDRVSupport 2.4.1
    com.apple.iokit.IOAcceleratorFamily2 98.22
    com.apple.AppleGraphicsDeviceControl 3.6.22
    com.apple.iokit.IOGraphicsFamily 2.4.1
    com.apple.driver.X86PlatformPlugin 1.0.0
    com.apple.driver.IOPlatformPluginFamily 5.7.1d6
    com.apple.driver.AppleSMC 3.1.8
    com.apple.driver.AppleUSBMultitouch 240.9
    com.apple.iokit.IOUSBHIDDriver 660.4.0
    com.apple.driver.AppleThunderboltDPInAdapter 3.1.7
    com.apple.driver.AppleThunderboltDPAdapterFamily 3.1.7
    com.apple.driver.AppleThunderboltPCIDownAdapter 1.4.5
    com.apple.driver.CoreStorage 380
    com.apple.driver.AppleUSBMergeNub 650.4.0
    com.apple.driver.AppleUSBComposite 656.4.1
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 3.6.6
    com.apple.iokit.IOBDStorageFamily 1.7
    com.apple.iokit.IODVDStorageFamily 1.7.1
    com.apple.iokit.IOCDStorageFamily 1.7.1
    com.apple.iokit.IOAHCISerialATAPI 2.6.1
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.6.6
    com.apple.driver.AppleThunderboltNHI 2.0.1
    com.apple.iokit.IOThunderboltFamily 3.3.1
    com.apple.iokit.IOFireWireFamily 4.5.5
    com.apple.iokit.IO80211Family 640.36
    com.apple.iokit.IOEthernetAVBController 1.0.3b4
    com.apple.driver.mDNSOffloadUserClient 1.0.1b5
    com.apple.iokit.IONetworkingFamily 3.2
    com.apple.iokit.IOUSBUserClient 660.4.2
    com.apple.iokit.IOAHCIFamily 2.6.5
    com.apple.iokit.IOUSBFamily 683.4.0
    com.apple.driver.AppleEFINVRAM 2.0
    com.apple.driver.AppleEFIRuntime 2.0
    com.apple.iokit.IOHIDFamily 2.0.0
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.sandbox 278.11.1
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.security.TMSafetyNet 7
    com.apple.driver.AppleKeyStore 2
    com.apple.driver.DiskImages 371.1
    com.apple.iokit.IOStorageFamily 1.9
    com.apple.iokit.IOReportFamily 23
    com.apple.driver.AppleFDEKeyStore 28.30
    com.apple.driver.AppleACPIPlatform 2.0
    com.apple.iokit.IOPCIFamily 2.9
    com.apple.iokit.IOACPIFamily 1.4
    com.apple.kec.corecrypto 1.0
    com.apple.kec.pthread 1

  • Help with updating the grid(CONNECT 4)

    Hi, this a small portion of my connect 4 game program. I have a problem with updating the grid. During the game, whenever I enter a column number for the first time, the program works properly. But when i try to give the same column for the second time, the chip falls in the same row instead of going to the second row. Can anybody help me write the method that will do this.
    This is the method that switches the chip's value(By the way discard the variable 'turn' because that works properly, it is used in another method):
        //Method 2: Updates the matrix
        public static void UpdateMatrix (char location, char turn)
            c.println (location);
            switch (location)
                case '1':
                    matrix [5] [0] = turn;
                    break;
                case '2':
                    matrix [5] [1] = turn;
                    break;
                case '3':
                    matrix [5] [2] = turn;
                    break;
                case '4':
                    matrix [5] [3] = turn;
                    break;
                case '5':
                    matrix [5] [4] = turn;
                    break;
                case '6':
                    matrix [5] [5] = turn;
                    break;
                case '7':
                    matrix [5] [6] = turn;
                    break;
        } //End Method 2Can anybody describe me how to write a method or write a method that will tell the computer to assign the chip to the next row. You an edit my method if u want to. THANX A LOT!!!

    HERE IS THE METHODS SO FAR!
        //Method 3: Checks if assigned place for the chip has a chip there already
        public static void emptyspot (int column, int row)
            for (row = 5 ; row >= 0 ; row--)
                for (column = 0 ; column <= 6 ; column++)
                    if (matrix [row] [column] == 'X' || matrix [row] [column] == 'O')
                        row--;
        }I AM GETTING AN ERROR!!! AT THE BOTTOM OF MY PROGRAM! SOMEBODY HELP!
    Message was edited by:
    Taufiq

  • Help with Update task

    Hi friends,
    In the below am trying to update a custom table using a call function in update task. I dont see the table getting updated can someone take a look at it and let me knw what the problem is? I have the commit work statement and also marked the function module as an update one in the attribute. Please help me . Thanks in advance! kathy
    *&  Include           ZINBOUND_TEST
    Report: ZINBOUND_TEST.
    DATA: l_dest     TYPE REF TO if_bgrfc_destination_inbound,
          l_unit     TYPE REF TO if_trfc_unit_inbound,
          l_inb_dest TYPE bgrfc_main_i_dst,
          lv_matid TYPE /sapapo/matid,
          lv_matnr TYPE /sapapo/matnr,
          lv_maktx type /SAPAPO/MAKTX,
          lv_langu  TYPE LANGU.
    data: lt_product type  STANDARD TABLE OF ZUPDATE,
          ls_product type ZUPDATE.
    lv_matid = '123'.
    lv_langu = 'E'.
    lv_maktx = 'Materia1'.
    CALL FUNCTION 'Z_TEST' IN UPDATE TASK
      EXPORTING
        iv_matid = lv_matid
        iv_maktx = lv_maktx
        iv_langu = lv_langu .
    COMMIT WORK.
    select * from zupdate into corresponding fields OF TABLE lt_product.
    if sy-subrc <> 0.
      write 'no records added'.
    else.
      loop at lt_product into ls_product.
        write: / ls_product-MATID,
                 ls_product-MAKTX.
      endloop.
    endif.
    FUNCTION Z_TEST.
    *"*"Update Function Module:
    *"*"Local Interface:
    *"  IMPORTING
    *"     VALUE(IV_MATID) TYPE  /SAPAPO/MATID
    *"     VALUE(IV_MAKTX) TYPE  /SAPAPO/MAKTX
    *"     VALUE(IV_LANGU) TYPE  LANGU
    data: itab type standard table of zupdate,
    wa_itab type zupdate.
    wa_itab-matid = iv_matid.
    wa_itab-maktx = iv_maktx.
    wa_itab-langu = iv_langu.
    append wa_itab to itab.
    update zupdate from table itab .
    ENDFUNCTION.
    Edited by: ka reddy on Sep 24, 2009 4:14 PM
    Edited by: ka reddy on Sep 24, 2009 4:15 PM
    Edited by: ka reddy on Sep 24, 2009 4:16 PM
    Edited by: ka reddy on Sep 24, 2009 4:17 PM
    Edited by: ka reddy on Sep 24, 2009 4:21 PM

    Hey Naimesh thanks for the reply. yeah i read that document way before and i started taking a stab at implementing it.
    I started with update task to see how it behaves and then wanted to go with BGRFC tats when i had the update issue.
    Now that am done with update i want to implement BGRFC.
    I have modified the earlier prgm...Can you give me some ideas how to extend this? Thanks!
    *&  Include           ZBGRFC_INBOUND_TEST
    Report: ZBGRFC_INBOUND_TEST.
    DATA: l_dest     TYPE REF TO if_bgrfc_destination_inbound,
          l_unit     TYPE REF TO if_trfc_unit_inbound,
          l_inb_dest TYPE bgrfc_main_i_dst,
          lv_matid TYPE /sapapo/matid,
          lv_matnr TYPE /sapapo/matnr,
          lv_maktx type /SAPAPO/MAKTX,
          lv_matid1 TYPE /sapapo/matid,
          lv_matnr1 TYPE /sapapo/matnr,
          lv_maktx1 type /SAPAPO/MAKTX,
          lv_langu1  TYPE LANGU,
          lv_langu  TYPE LANGU.
    data: lt_product type  STANDARD TABLE OF ZUPDATE,
          ls_product type ZUPDATE.
    lv_matid = '125'.
    lv_langu = 'E'.
    lv_maktx = 'Materia3'.
    **--Get the inbound destination for BGRFC.
      IF l_inb_dest IS INITIAL.
          SELECT SINGLE * FROM bgrfc_main_i_dst INTO l_inb_dest.
        ENDIF.
        l_dest = cl_bgrfc_destination_inbound=>create( l_inb_dest-destination ).
        l_unit = l_dest->create_trfc_unit( ).
    CALL FUNCTION 'Z_TEST' IN BACKGROUND UNIT l_unit
      EXPORTING
        iv_matid = lv_matid
        iv_maktx = lv_maktx
        iv_langu = lv_langu .
    select * from zupdate into corresponding fields OF TABLE lt_product.
    if sy-subrc <> 0.
      write 'no records added'.
    else.
      loop at lt_product into ls_product.
        write: / ls_product-MATID,
                 ls_product-MAKTX.
      endloop.
    endif.
    Edited by: ka reddy on Sep 24, 2009 5:16 PM

  • Help with Updates

    My son has a Droid Inc2 and has had multiple problems with updates. They always happen overnight and he gets a message telling him to do a battery pull to avoid further messages regarding the update. Each time we eventually have to do a hard reset so that we can restore the service to the phone. This has been happening for quite sometime now starting back in early August.
    The current software running is 3.02.605.1. My wife messaged a VZW Support Rep on Twitter about it and was told it was an old software version and to keep trying to pull the update. We have stopped trying since having to do a reset this weekend. This is really aggravating and I need to know what we should do. Right now if you check for software update it acts like it's checking but then does nothing more. Then in a couple days the phone will try to update overnight.
    Someone please tell me what needs to be done. I have looked thru the oter posts and couldn't find what I needed and got tired of looking at all the pages of posts regarding the updates.
    Thx!

    AntonioC_VZW wrote:
    Hi 2tonpickup,
    I understand your concerns regarding your son's phone. We also value your time and have different processes in place to troubleshoot any issues with your phones. Please keep in mind that this is a peer to peer forum and while our Social Media Team monitors these forums the best way to get assistance troubleshooting a device is to call us at 800-922-0204 from a different phone and have the faulty device fully charged and available when calling.
    Your device includes a one year manufacturer's warranty and we'll be happy to replace it with a Certified Like New unit of the same model if we are unable to resolve your concerns and phone is under warranty. Please visit this LINK for replacement process details.
    To the original poster: Please keep in mind that the Verizon employees are moderators, meaning that they mostly make sure we abide by the rules and regulations of the forums. While they do chime in occationally to help, your best bet is really to call tech support first or to go into a Verizon store.

  • Help with Update failure please

    I have Adobe Photoshop CC running on win 7 64 bit. When doing the latest batch of updates one keeps failing with the error message "Adobe CSXS Infrastructure 4 Installation Failed Error Code U44M1P7" Can anyone help with this?

    Thanks Eshant
    I had since  been researching this on the web and it seems it is a very
    common fault which has not always been fixed by the full re-install
    advocated by Adobe in the link you kindly provided. I therefore decided
    to keep trying for a couple of days before resorting to such a drastic
    solution.
    After several failures to get CSXS Infrastructure 4 to install, both via
    the CC Desktop App and from the "Help" menu within Photoshop CC, I had
    one more try this morning and this time it seems to have installed
    without a hitch. I have no idea why, as I have made no system changes,
    but for now I do seem to have solved the problem as my installation of
    Photoshop CC is now reporting that it is fully up to date.
    Thanks for your response.
    Pixellated

  • I NEED SOME HELP WITH UPDATING MY IPOD TOUCH PLEASE

    i need some help with my ipod the version is 3.1.3 and every time I'm trying to update it says it can not be restored then it says unknown error so i need some help updating my ipod to version 4.2

    If you mean you're trying to update your ios go to settings/general/software update. then you should see the latest ios just tap it and it will automatically update your ipod. If you're trying to restore your ipod (as it's not quite clear in your query) try doing it through itunes instead of on the device itself

  • Help with update to 2.3

    can anyone help with my x10 im unable to update to android 2.3 my phone just says you already have the latest softwere!!!! its driving me insane...

    Unfortunately that generally means that the network/country that your handset was manufactured for has not yet passed approval on the 2.3 update. With this being the case there is little that I can advise you do to resolve this until acceptance has been passed on this update.
     - Official Sony Xperia Support Staff
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

  • Help with front panel audio on K9N board.

    Okay, I admit I'm a bit of a moron with front panel audio but I just can't figure out how to configure this board with my case.  Here are the pins:
    Case:
    Mic In
    Mic Bias
    SpeakOut L
    Return L
    SpeakOut R
    Return R
    Ground
    Motherboard:
    PIN    SIGNAL                  DESCRIPTION    
    1    PORT 1L                  Analog Port 1 -Left channel    
    2    GND                  Ground    
    3    PORT 1R                  Analog Port 1 -Right channel    
    4    PRESENCE#     Active low signal -signals BIOS that a High Definition Audio dongle is connected to the analog header. PRESENCE# = 0 when a High Definition Audio dongle is connected.    
    5    PORT 2R                  Analog Port 2 -Right channel    
    6    SENSE1_RETIRN     Jack detection return from frontpanel JACK1    
    7    SENSE_SEND     Jack detectionsenselinefrom the High Definition Audio CODEC jack detection resistor network    
    8    KEY                  ConnectorKey    
    9    PORT 2L                  Analog Port 2 -Left channel    
    10    SENSE2_RETIRN     Jack detection return from frontpanel JACK2    
    I haven't been able to make any sense of the two, so if anyone here can help, I would appreciate it very much.

    Quote from: crazy on 09-June-06, 15:51:46
    You may tell us more information about your mainboard, please give us the detailed name of your mainboard. :D  Then there will be more users could give some suggestions.
    Sorry, there aren't that many K9N boards out there, but mine is the K9N Platinum MS7250 Version 1.0.  It's the AM2 non-SLI nVidia nForce 570 Chipset model.
    Thanks for any help.

  • Help with update statement

    Create table temp_sibs as
    (select 1701 sib_1, 1702 sib_2 from dual
    union all
    select 1171,1172 from dual
    union all
    select 1701,1172 from dual
    union all
    select 1171,1174 from dual
    union all
    select 1173,1176 from dual
    union all
    select 2001,2004 from dual
    union all
    select 2001,2006 from dual
    union all
    select 2002,2006
    from dual)
    create table temp_sib_data as
    (select 111 pid, 1701 sibid, 5 amt from dual
    union all
    select 111 pid, 1176 sibid, 5 from dual
    union all
    select 222 pid, 2006 sibid, 5 from dual
    union all
    select 333 pid, 2001 sibid, 5 from dual
    union all
    select 333 pid, 2002 sibid, 5 from dual
    union all
    select 333 pid, 1171 sibid, 5 from dual
    First table is a lookup table that defines relationships sib_1 is related to sib_2
    Second table consists of a column pid and column sibid which is either sib_1 or sib_2
    The user would pass parameter pid and sibid and I want to update all the related rows with any matching sibid to 0.
    It is like 1701 matches with 1702 and 1701 matches with 1174 so indirectly 1701 and 1174 match...and 1171 matches because
    1171 matches with 1174
    so all 1701,1702,1171,1172, 1173,1174,1176 match (indirectly with each other)
    So for example if the user passes 333 pid and 2001 rows with 333,2001 and 333,2002 should update the amt to 0
    and if the user passes 111 and 1176 than 1st 2 rows should be updated to 0.

    Hi,
    try this:
    DEFINE PID='333'
    DEFINE sibid='2001'
    -- SELECT is only for test.
    -- Replace SELECT with: UPDATE TEMP_SIB_DATA SET AMT = 0
    SELECT * FROM TEMP_SIB_DATA  
    WHERE  PID = &PID   AND  SIBID IN (
           WITH TEMP AS(
                SELECT SIB_1, SIB_2 FROM TEMP_SIBS
                   START WITH     SIB_1 = &&SIBID   OR  SIB_2 = &&SIBID
                   CONNECT BY NOCYCLE      PRIOR SIB_2 = SIB_1  
                                       OR  PRIOR SIB_1 = SIB_2  
                                       OR  SIB_2 = PRIOR SIB_2  
                                       OR  SIB_1 = PRIOR SIB_1
            SELECT SIB_1 FROM TEMP
            UNION ALL
            SELECT SIB_2 FROM TEMP
    );For pid=333 and sibid=2001 it returns desired records for update:
    PID                    SIBID                  AMT                   
    333                    2001                   5
    333                    2002                   5For pid=111 and=1176 it returns one row - 1176 matches only with 1173 and 1173 doesn't match with any other rows,
    so only 5th row, not first 2, should be updated ... maybe I missed something ?
    PID                    SIBID                  AMT
    111                    1176                   5

Maybe you are looking for

  • Finding the context path or docBase in a backing bean - Howto

    How should I go about finding the context path or docBase in a backing bean? Is there anyway to get this from glassfish or jsf? GlassFish proudly displayed it on the Application Server > Applications > Web Applications > page. It puts it there with a

  • Urgent Quicktime Download Issue

    I have bought the full version of Quicktime and have it installed. I have downloaded an avi file (Xvid.PDTV [Ramp]) but it isn't showing any picture or playing any audio. Quicktime pointed me to the page that shows additional downloads but I'm not su

  • Forte/Visibroker/C++ question

    I am trying to have a C++ client (MSVC++ 5.0) communicate via Visibroker (3.2) with a Forte Service Object (3.0.G.2) and have had some success. I have successfully received a sequence (array) of TextData from Forte, but am having problems with retrie

  • How to shutdown the PC using Lab View

    Hi, We are doing UPS project. In this project we have to shutdown the PC if there is a battery low condition. I want to know whether is their any library function in Lab View to shutdown the PC. And also we want make this labview to run in background

  • Movie app update problem in 8.0.A.0.4

    the latest update of movie app 8.0.A.0.4 has some options missing that is the expand option for the playing video in full screen mode.please fix this problem soon with an other update