Blue Screen APC_INDEX_MISMATCH

FlutterPwn

New member
This is the second time I got a blue screen sense I upgraded my computer. I got a new mobo, cpu, hdd and ram. First time happened about 2 weeks after I installed the new parts and today was the second time. I got the parts January 5th.
Copy and Pasted Specs:

CPU: AMD FX 8120 (OC 4.0ghz)
GPU: EVGA GTX 560SC 2G (OC Core-900mhz Memory-2050mhz
RAM: Corsair Vengence 16G (2x 8G)(OC 2300mhz)
Mobo: Asus M5A99X EVO. 2.0
HDD: WD CBlue 1T Raid 0 (OS Drive)
PSU: Kingwin MK Black Series 650w
Case: Azza Toledo 301 (5x 120mm 1x 250mm)
CPU Cooler: Corsair H60 (Sandwitched)
OS: Windows Ultimate x64 (SP1)
Keyboard: MadCatz Cyborg v.7
Mouse: Logitech (cheep wireless mouse)
Screen: Acer 20" 1600x900 Native 5ms (Primary) RCA 24" 1900x1080 Native 6ms (Secondary)

When I installed everything I started off a fresh HDD and fresh install of Windows 7. I believe its not that fact that I overclocked my componets because I've read people who had OC way more then I have. I Tried to google the error codes and didn't find anything that I could comprehend.

Error Codes:
APC_INDEX_MISMATCH:
http://imgur.com/dnChzNM

0x0000000074F52E09:
http://imgur.com/Q9cYpMp

xFFFFF88009F5BB60:
http://imgur.com/8DHV3uC

I'm a novice when it comes to these things. Putting a computer together is easy but programming is way out of my league.
 
Hi,
Check this KB article (with a HotFix) to see if it applies.

"STOP: 0x00000001" error occurs in Windows Server 2008 R2 or in Windows 7
http://support.microsoft.com/kb/2203330/en-US

also :
A KB search 0x00000001 (5 other articles a couple "might" apply).
http://support.microsoft.com/search/default.aspx?mode=a&query=0x00000001&spid=14019&catalog=LCID%3D1033&res=10

Bug Check 0x1: APC_INDEX_MISMATCH
The APC_INDEX_MISMATCH bug check has a value of 0x00000001. This indicates that there has been a mismatch in the APC state index.
Important Information If You Have Received a STOP Code If you have received a blue screen error, or stop code, the computer has shut down abruptly to protect itself from data loss. A hardware device, its driver, or related software might have caused this error. If your copy of Windows came with your computer, call the manufacturer of your computer. If you purchased Windows separately from your computer, Microsoft provides support. To find contact information for Microsoft or your computer manufacturer,Contact Support.
If you have experience with computers and want to try to recover from this error, follow the steps provided in the Microsoft articleResolving STOP (Blue Screen) Errors in Windows.
The following actions might prevent an error like this from happening again:

  1. Download and install updates and device drivers for your computer from Windows Update.
  2. Scan your computer for computer viruses.
  3. Check your hard disk for errors.
APC_INDEX_MISMATCH Parameters The following parameters are displayed on the blue screen.
Parameter Description 1
The address of the system function (system call) or worker routine.
2
The value of the current thread's ApcStateIndex field. 3
The value of current thread's CombinedApcDisable field. This field consists of two separate 16-bit fields: (Thread->SpecialApcDisable << 16) |Thread->KernelApcDisable.
4
Call type (0 - system call, 1 - worker routine).
Cause
The most common cause of this bug check is when a file system or driver has a mismatched sequence of calls to disable and re-enable APCs. The key data item is theThread->CombinedApcDisable field. The CombinedApcDisable field consists of two separate 16-bit fields: SpecialApcDisable and KernelApcDisable. A negative value of either field indicates that a driver has disabled special or normal APCs (respectively) without re-enabling them. A positive value indicates that a driver has enabled special or normal APCs too many times.

Often updating drivers will help, usually Video, Sound, Network Card (NIC), WiFi, 3rd party
keyboard and mouse, as well as other major device drivers.
 
Have you installed ALL the latest drivers for your components ?

Regards,
mArTyN

I Used the install disk for the mobo and went to their website for bios update. I have Nvidia auto update. And I hope windows finds the rest of the driver updates for me. But I have never manually updated everything.
 
If this thread doesn't get deleted I'll post back when i get another blue screen, but if I don't receive another one I'll try to remember to leave a reply confirming that it's fixed.
 
If you haven't already, I would set my RAM timings manually, just to rule that out completely.
I've had blue screens in the past due to ram timings being on auto, so it may be an idea to set those up :)
 
If you haven't already, I would set my RAM timings manually, just to rule that out completely.
I've had blue screens in the past due to ram timings being on auto, so it may be an idea to set those up :)

I have my ram set to 2040mhz and the max the bios lets me OC is up to 3060mhz.
 
Back
Top