Windows 7 0x109 Errors on Brand New PC

shaddoh

New Member
Hello all,

I've been having some trouble with error code 109 on my PC. I have a dump file but I'm a noob at this and I don't know how to upload it. The specs are below:
---
ASUS P8Z68-V LX motherboard
Intel® Core™ i5-2500K Processor (4x 3.30GHz/6MB L3 Cache)
8 GB [4 GB X2] DDR3-1600 corsair ram
NVIDIA GeForce GTX 560 Ti - 2GB - Single Card
120 GB ADATA S510 SSD (for boot)
1 TB HARD DRIVE -- 32M Cache, 7200 RPM, 6.0Gb/s - Dual 1TB Drives (1TB Capacity) - RAID 1 Data Security
Microsoft Windows 7 Home Premium
Realtek Sound card
----
I literally got this computer up and running two days ago. Everything was running fine until I tried putting games on it. First I started blue-screening during games, then eventually during web browsing, watching movies or idling. I then did a system restore back to before I installed any games and there were no blue screens. I tried installing a different game and the computer blue screened again with the 109 error code.

I've read that this problem could be due to faulty memory, so I ran Windows Memory Diagnostic with no errors. I am hesitant to run memtest because I really doubt it is a memory issue, since I bought this computer from ibuypower and they test these sorts of things before shipping it out.

My first guess is that this is a registry problem or a compatibility issue with Win 7 64-bit and these games (Bioshock 2 and Fallout 3) but I'm not certain. I've also read about issues with Realtek audio drivers and DirectX. I've seen others have problems with their HDD in RAID. I've just run a registry cleaner and hope this will solve some problems, but it is too early to tell yet.

Does anyone have any ideas? Also, how do I upload a .dmp file so it is readable (I currently cannot read it)?
 
Hi shaddoh and Welcome to The Forum.

We really need to see the DMP file as it contains the only record of the sequence of events leading up to the crash, what drivers were loaded, and what was responsible.

To ensure minidumps are enabled:
Go to Start, in the Search Box type: sysdm.cpl, press Enter.
Under the Advanced tab, click on the Startup and Recovery Settings... button.
Ensure that Automatically restart is unchecked.
Under the Write Debugging Information header select Small memory dump (256 kB) in the dropdown box (the 256kb varies).
Ensure that the Small Dump Directory is listed as %systemroot%\Minidump.
OK your way out.
Reboot if changes have been made.

The .dmp files are located at C:\Windows\Minidump. Until a .dmp file is generated, the Minidump folder may not exist.

Go to your C:\Windows\Minidump folder. Copy the .dmp files to a new folder on your desktop. Zip up that folder and attach to a post.

Please see: How to ask for help with a BSOD problem Following Method 2:
Download
and run the SF Diagnostics Tool. Right click the SF Diag tool and select Run as Administrator before running. When the reports have been created, zip them up and attach to a post.

Download and run CPU-Z. Take screenshots**/snips of the Mainboard tab, Memory tab and all the slot #'s under the SPD tab.
Go to Post Reply, click on the Go Advanced button and attach the screenshots**/snips to your post for all the RAM experts to see by using the paper clip you will find on the top toolbar. Do not zip them up.
**
If screenshots, please crop.

Also see: http://windows7forums.com/blue-scre...lp-us-help-you-filling-your-system-specs.html
 
Here are screenshots I took from cpu-z. I only have two memory slots, hence only slot 2 and slot 4 were recorded.

Capture.PNGCapture2.PNGCapture3.PNGCapture4.PNGCapture5.PNGCapture6.PNGCapture7.PNG
 
STOP 0x00000109: CRITICAL_STRUCTURE_CORRUPTION
Usual causes:
Device driver, Breakpoint set with no debugger attached, Hardware (Memory in particular)

Your latest dump file lists Memory_Corruption as the probable cause which usually indicates out of date Drivers, incorrectly configured Memory Timings, mismatched Memory or Bad Memory.
Old and incompatible drivers can and do cause issues with Windows 7, often giving false error codes. Random stop codes can often indicate hardware issues.


As a Priority:

McAfee is known to be a cause of BSOD's on many Windows 7 systems. I suggest that you uninstall McAfee using the McAfee Removal Tool . Download Link Removed due to 404 Error as its replacement. Make sure your Windows firewall is enabled! Once your BSOD issues are resolved, feel free to try the latest version of McAfee.


Drivers with Updates:

Rt64win7.sys Thu Jan 13 11:57:19 2011 Realtek PCIe GBE Family Controller v7.049 If you're unsure about manually installing drivers then choose the Win7 and WinServer 2008 R2 Auto Installation Program (SID:1477671) option to download.

RTKVHD64.sys Tue Jan 25 10:38:43 2011 Realtek HD Audio R2.67


If blue screens continue:
Run Memtest86+ overnight, after your computer has been off for about an hour or two so it has a cold start. Ideally let it run for at least 7 passes / 6-8 hours. If errors appear before that you can stop that particular test.
Note!! Any time Memtest86+ reports errors, it can be either bad RAM or a bad Mobo slot. Test RAM sticks individually. When you find a good one then test it in all slots. Post back with the results.


Bugcheck Analysis:
Code:
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 109, {a3a039d89bbb8573, b3b7465eee3854c9, fffff8000358dd7e, 1}

*** WARNING: Unable to verify timestamp for win32k.sys
*** ERROR: Module load completed but symbols could not be loaded for win32k.sys
Probably caused by : memory_corruption

Followup: memory_corruption
---------

3: kd> !analyze -v
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

CRITICAL_STRUCTURE_CORRUPTION (109)
This bugcheck is generated when the kernel detects that critical kernel code or
data have been corrupted. There are generally three causes for a corruption:
1) A driver has inadvertently or deliberately modified critical kernel code
 or data. See http://www.microsoft.com/whdc/driver/kernel/64bitPatching.mspx
2) A developer attempted to set a normal kernel breakpoint using a kernel
 debugger that was not attached when the system was booted. Normal breakpoints,
 "bp", can only be set if the debugger is attached at boot time. Hardware
 breakpoints, "ba", can be set at any time.
3) A hardware corruption occurred, e.g. failing RAM holding kernel code or data.
Arguments:
Arg1: a3a039d89bbb8573, Reserved
Arg2: b3b7465eee3854c9, Reserved
Arg3: fffff8000358dd7e, Failure type dependent information
Arg4: 0000000000000001, Type of corrupted region, can be
    0 : A generic data region
    1 : Modification of a function or .pdata
    2 : A processor IDT
    3 : A processor GDT
    4 : Type 1 process list corruption
    5 : Type 2 process list corruption
    6 : Debug routine modification
    7 : Critical MSR modification

Debugging Details:
------------------


BUGCHECK_STR:  0x109

CUSTOMER_CRASH_COUNT:  1

DEFAULT_BUCKET_ID:  CODE_CORRUPTION

PROCESS_NAME:  System

CURRENT_IRQL:  0

LAST_CONTROL_TRANSFER:  from 0000000000000000 to fffff800032cac40

STACK_TEXT:  
fffff880`033c4498 00000000`00000000 : 00000000`00000109 a3a039d8`9bbb8573 b3b7465e`ee3854c9 fffff800`0358dd7e : nt!KeBugCheckEx


STACK_COMMAND:  kb

CHKIMG_EXTENSION: !chkimg -lo 50 -d !nt
    fffff8000358de5f - nt! ?? ::NNGAKEGL::`string'+e22b
    [ ff:fd ]
1 error : !nt (fffff8000358de5f)

MODULE_NAME: memory_corruption

IMAGE_NAME:  memory_corruption

FOLLOWUP_NAME:  memory_corruption

DEBUG_FLR_IMAGE_TIMESTAMP:  0

MEMORY_CORRUPTOR:  ONE_BIT

FAILURE_BUCKET_ID:  X64_MEMORY_CORRUPTION_ONE_BIT

BUCKET_ID:  X64_MEMORY_CORRUPTION_ONE_BIT

Followup: memory_corruption


Drivers:
Code:
fffff880`00f01000 fffff880`00f58000   ACPI     ACPI.sys     Sat Nov 20 09:19:16 2010 (4CE79294)
fffff880`040f3000 fffff880`0417c000   afd      afd.sys      Mon Apr 25 03:33:58 2011 (4DB4DD96)
fffff880`0f28d000 fffff880`0f2a3000   AgileVpn AgileVpn.sys Tue Jul 14 01:10:24 2009 (4A5BCCF0)
fffff880`01186000 fffff880`01191000   amdxata  amdxata.sys  Fri Mar 19 16:18:18 2010 (4BA3A3CA)
fffff880`05514000 fffff880`05537000   asmthub3 asmthub3.sys Fri Mar 04 07:55:10 2011 (4D709ADE)
fffff880`0ff43000 fffff880`0ffa6000   asmtxhci asmtxhci.sys Fri Mar 04 07:54:59 2011 (4D709AD3)
fffff880`05ff4000 fffff880`05fff000   asyncmac asyncmac.sys Tue Jul 14 01:10:13 2009 (4A5BCCE5)
fffff880`02e33000 fffff880`02e3a000   Beep     Beep.SYS     Tue Jul 14 01:00:13 2009 (4A5BCA8D)
fffff880`040c4000 fffff880`040d5000   blbdrive blbdrive.sys Tue Jul 14 00:35:59 2009 (4A5BC4DF)
fffff880`07ec9000 fffff880`07ee7000   bowser   bowser.sys   Wed Feb 23 04:55:04 2011 (4D649328)
fffff880`05f2f000 fffff880`05f3f000   BthEnum  BthEnum.sys  Tue Jul 14 01:06:52 2009 (4A5BCC1C)
fffff880`05f3f000 fffff880`05f5f000   bthpan   bthpan.sys   Tue Jul 14 01:07:00 2009 (4A5BCC24)
fffff880`05e77000 fffff880`05f03000   bthport  bthport.sys  Sat Nov 20 10:44:51 2010 (4CE7A6A3)
fffff880`058cc000 fffff880`058e4000   BTHUSB   BTHUSB.sys   Sat Nov 20 10:44:33 2010 (4CE7A691)
fffff960`006d0000 fffff960`006f7000   cdd      cdd.dll      unavailable (00000000)
fffff880`02e00000 fffff880`02e2a000   cdrom    cdrom.sys    Sat Nov 20 09:19:20 2010 (4CE79298)
fffff880`00cd9000 fffff880`00d99000   CI       CI.dll       Sat Nov 20 13:12:36 2010 (4CE7C944)
fffff880`01800000 fffff880`01830000   CLASSPNP CLASSPNP.SYS Sat Nov 20 09:19:23 2010 (4CE7929B)
fffff880`00c7b000 fffff880`00cd9000   CLFS     CLFS.SYS     Tue Jul 14 00:19:57 2009 (4A5BC11D)
fffff880`0136c000 fffff880`013de000   cng      cng.sys      Thu Nov 17 04:23:17 2011 (4EC48C35)
fffff880`0f27d000 fffff880`0f28d000   CompositeBus CompositeBus.sys Sat Nov 20 10:33:17 2010 (4CE7A3ED)
fffff880`055cc000 fffff880`055da000   crashdmp crashdmp.sys Tue Jul 14 01:01:01 2009 (4A5BCABD)
fffff880`040a6000 fffff880`040c4000   dfsc     dfsc.sys     Sat Nov 20 09:26:31 2010 (4CE79447)
fffff880`04097000 fffff880`040a6000   discache discache.sys Tue Jul 14 00:37:18 2009 (4A5BC52E)
fffff880`01bdc000 fffff880`01bf2000   disk     disk.sys     Tue Jul 14 00:19:57 2009 (4A5BC11D)
fffff880`07f2a000 fffff880`07f4c000   drmk     drmk.sys     Tue Jul 14 02:01:25 2009 (4A5BD8E5)
fffff880`055da000 fffff880`055ed000   dump_dumpfve dump_dumpfve.sys Tue Jul 14 00:21:51 2009 (4A5BC18F)
fffff880`02ea3000 fffff880`02fc1000   dump_iaStorV dump_iaStorV.sys Fri Jun 11 01:46:19 2010 (4C11875B)
fffff880`055c0000 fffff880`055cc000   Dxapi    Dxapi.sys    Tue Jul 14 00:38:28 2009 (4A5BC574)
fffff880`0428b000 fffff880`0437f000   dxgkrnl  dxgkrnl.sys  Sat Nov 20 09:50:50 2010 (4CE799FA)
fffff880`0437f000 fffff880`043c5000   dxgmms1  dxgmms1.sys  Sat Nov 20 09:49:53 2010 (4CE799C1)
fffff880`011dd000 fffff880`011f1000   fileinfo fileinfo.sys Tue Jul 14 00:34:25 2009 (4A5BC481)
fffff880`01191000 fffff880`011dd000   fltmgr   fltmgr.sys   Sat Nov 20 09:19:24 2010 (4CE7929C)
fffff880`015e4000 fffff880`015ee000   Fs_Rec   Fs_Rec.sys   Tue Jul 14 00:19:45 2009 (4A5BC111)
fffff880`01ba2000 fffff880`01bdc000   fvevol   fvevol.sys   Sat Nov 20 09:24:06 2010 (4CE793B6)
fffff880`01a6c000 fffff880`01ab6000   fwpkclnt fwpkclnt.sys Sat Nov 20 09:21:37 2010 (4CE79321)
fffff800`03205000 fffff800`0324e000   hal      hal.dll      Sat Nov 20 13:00:25 2010 (4CE7C669)
fffff880`043c5000 fffff880`043e9000   HDAudBus HDAudBus.sys Sat Nov 20 10:43:42 2010 (4CE7A65E)
fffff880`043e9000 fffff880`043fa000   HECIx64  HECIx64.sys  Tue Sep 21 17:59:04 2010 (4C98E458)
fffff880`0598c000 fffff880`059a5000   HIDCLASS HIDCLASS.SYS Sat Nov 20 10:43:49 2010 (4CE7A665)
fffff880`059a5000 fffff880`059ad080   HIDPARSE HIDPARSE.SYS Tue Jul 14 01:06:17 2009 (4A5BCBF9)
fffff880`0597e000 fffff880`0598c000   hidusb   hidusb.sys   Sat Nov 20 10:43:49 2010 (4CE7A665)
fffff880`07e00000 fffff880`07ec9000   HTTP     HTTP.sys     Sat Nov 20 09:24:30 2010 (4CE793CE)
fffff880`01b99000 fffff880`01ba2000   hwpolicy hwpolicy.sys Sat Nov 20 09:18:54 2010 (4CE7927E)
fffff880`01068000 fffff880`01186000   iaStorV  iaStorV.sys  Fri Jun 11 01:46:19 2010 (4C11875B)
fffff880`0f267000 fffff880`0f27d000   intelppm intelppm.sys Tue Jul 14 00:19:25 2009 (4A5BC0FD)
fffff880`0fff0000 fffff880`0ffff000   kbdclass kbdclass.sys Tue Jul 14 00:19:50 2009 (4A5BC116)
fffff880`059bb000 fffff880`059c9000   kbdhid   kbdhid.sys   Sat Nov 20 10:33:25 2010 (4CE7A3F5)
fffff800`00b9f000 fffff800`00ba9000   kdcom    kdcom.dll    Sat Feb 05 16:52:49 2011 (4D4D8061)
fffff880`01226000 fffff880`01269000   ks       ks.sys       Sat Nov 20 10:33:23 2010 (4CE7A3F3)
fffff880`015b8000 fffff880`015d3000   ksecdd   ksecdd.sys   Thu Nov 17 03:48:13 2011 (4EC483FD)
fffff880`01660000 fffff880`0168b000   ksecpkg  ksecpkg.sys  Thu Nov 17 04:23:44 2011 (4EC48C50)
fffff880`07f4c000 fffff880`07f51200   ksthunk  ksthunk.sys  Tue Jul 14 01:00:19 2009 (4A5BCA93)
fffff880`05244000 fffff880`05259000   lltdio   lltdio.sys   Tue Jul 14 01:08:50 2009 (4A5BCC92)
fffff880`05200000 fffff880`05223000   luafv    luafv.sys    Tue Jul 14 00:26:13 2009 (4A5BC295)
fffff880`00c18000 fffff880`00c67000   mcupdate_GenuineIntel mcupdate_GenuineIntel.dll Sat Nov 20 13:03:51 2010 (4CE7C737)
fffff880`05f5f000 fffff880`05f82b80   mfeapfk  mfeapfk.sys  Wed Jan 12 21:35:05 2011 (4D2E1E89)
fffff880`05537000 fffff880`0556a300   mfeavfk  mfeavfk.sys  Wed Jan 12 21:35:31 2011 (4D2E1EA3)
fffff880`0127c000 fffff880`0130db80   mfehidk  mfehidk.sys  Wed Jan 12 21:34:12 2011 (4D2E1E54)
fffff880`01ab6000 fffff880`01af8b00   mfewfpk  mfewfpk.sys  Wed Jan 12 21:34:28 2011 (4D2E1E64)
fffff880`055ed000 fffff880`055fb000   monitor  monitor.sys  Tue Jul 14 00:38:52 2009 (4A5BC58C)
fffff880`041ed000 fffff880`041fc000   mouclass mouclass.sys Tue Jul 14 00:19:50 2009 (4A5BC116)
fffff880`059ae000 fffff880`059bb000   mouhid   mouhid.sys   Tue Jul 14 01:00:20 2009 (4A5BCA94)
fffff880`00fd5000 fffff880`00fef000   mountmgr mountmgr.sys Sat Nov 20 09:19:21 2010 (4CE79299)
fffff880`07fbd000 fffff880`07fd5000   mpsdrv   mpsdrv.sys   Tue Jul 14 01:08:25 2009 (4A5BCC79)
fffff880`04821000 fffff880`0484e000   mrxsmb   mrxsmb.sys   Wed Apr 27 03:40:38 2011 (4DB78226)
fffff880`0484e000 fffff880`0489c000   mrxsmb10 mrxsmb10.sys Sat Jul 09 03:46:28 2011 (4E17C104)
fffff880`0489c000 fffff880`048c0000   mrxsmb20 mrxsmb20.sys Wed Apr 27 03:39:37 2011 (4DB781E9)
fffff880`02e98000 fffff880`02ea3000   Msfs     Msfs.SYS     Tue Jul 14 00:19:47 2009 (4A5BC113)
fffff880`00f61000 fffff880`00f6b000   msisadrv msisadrv.sys Tue Jul 14 00:19:26 2009 (4A5BC0FE)
fffff880`0130e000 fffff880`0136c000   msrpc    msrpc.sys    Sat Nov 20 09:21:56 2010 (4CE79334)
fffff880`0408c000 fffff880`04097000   mssmbios mssmbios.sys Tue Jul 14 00:31:10 2009 (4A5BC3BE)
fffff880`01b87000 fffff880`01b99000   mup      mup.sys      Tue Jul 14 00:23:45 2009 (4A5BC201)
fffff880`016f4000 fffff880`017e7000   ndis     ndis.sys     Sat Nov 20 09:23:30 2010 (4CE79392)
fffff880`0427c000 fffff880`04288000   ndistapi ndistapi.sys Tue Jul 14 01:10:00 2009 (4A5BCCD8)
fffff880`05259000 fffff880`0526c000   ndisuio  ndisuio.sys  Sat Nov 20 10:50:08 2010 (4CE7A7E0)
fffff880`0ffa6000 fffff880`0ffd5000   ndiswan  ndiswan.sys  Sat Nov 20 10:52:32 2010 (4CE7A870)
fffff880`01400000 fffff880`01415000   NDProxy  NDProxy.SYS  Sat Nov 20 10:52:20 2010 (4CE7A864)
fffff880`041c1000 fffff880`041d0000   netbios  netbios.sys  Tue Jul 14 01:09:26 2009 (4A5BCCB6)
fffff880`0168b000 fffff880`016d0000   netbt    netbt.sys    Sat Nov 20 09:23:18 2010 (4CE79386)
fffff880`01600000 fffff880`01660000   NETIO    NETIO.SYS    Sat Nov 20 09:23:13 2010 (4CE79381)
fffff880`02fde000 fffff880`02fef000   Npfs     Npfs.SYS     Tue Jul 14 00:19:48 2009 (4A5BC114)
fffff880`04080000 fffff880`0408c000   nsiproxy nsiproxy.sys Tue Jul 14 00:21:02 2009 (4A5BC15E)
fffff800`0324e000 fffff800`03837000   nt       ntkrnlmp.exe Thu Jun 23 03:53:23 2011 (4E02AAA3)
fffff880`01415000 fffff880`015b8000   Ntfs     Ntfs.sys     Sat Nov 20 09:20:57 2010 (4CE792F9)
fffff880`02e2a000 fffff880`02e33000   Null     Null.SYS     Tue Jul 14 00:19:37 2009 (4A5BC109)
fffff880`00e00000 fffff880`00e2d000   nvhda64v nvhda64v.sys Thu Jul 07 17:21:14 2011 (4E15DCFA)
fffff880`0f2cc000 fffff880`0ff43000   nvlddmkm nvlddmkm.sys Sat Oct 15 07:07:55 2011 (4E99233B)
fffff880`07f52000 fffff880`07fa5000   nwifi    nwifi.sys    Tue Jul 14 01:07:23 2009 (4A5BCC3B)
fffff880`04185000 fffff880`041ab000   pacer    pacer.sys    Sat Nov 20 10:52:18 2010 (4CE7A862)
fffff880`00fab000 fffff880`00fc0000   partmgr  partmgr.sys  Sat Nov 20 09:20:00 2010 (4CE792C0)
fffff880`00f6b000 fffff880`00f9e000   pci      pci.sys      Sat Nov 20 09:19:11 2010 (4CE7928F)
fffff880`015d3000 fffff880`015e4000   pcw      pcw.sys      Tue Jul 14 00:19:27 2009 (4A5BC0FF)
fffff880`048c0000 fffff880`04966000   peauth   peauth.sys   Tue Jul 14 02:01:19 2009 (4A5BD8DF)
fffff880`07eed000 fffff880`07f2a000   portcls  portcls.sys  Tue Jul 14 01:06:27 2009 (4A5BCC03)
fffff880`00c67000 fffff880`00c7b000   PSHED    PSHED.dll    Tue Jul 14 02:32:23 2009 (4A5BE027)
fffff880`0f2a3000 fffff880`0f2c7000   rasl2tp  rasl2tp.sys  Sat Nov 20 10:52:34 2010 (4CE7A872)
fffff880`0ffd5000 fffff880`0fff0000   raspppoe raspppoe.sys Tue Jul 14 01:10:17 2009 (4A5BCCE9)
fffff880`016d0000 fffff880`016f1000   raspptp  raspptp.sys  Sat Nov 20 10:52:31 2010 (4CE7A86F)
fffff880`040d5000 fffff880`040ef000   rassstp  rassstp.sys  Tue Jul 14 01:10:25 2009 (4A5BCCF1)
fffff880`0402f000 fffff880`04080000   rdbss    rdbss.sys    Sat Nov 20 09:27:51 2010 (4CE79497)
fffff880`02e7d000 fffff880`02e86000   RDPCDD   RDPCDD.sys   Tue Jul 14 01:16:34 2009 (4A5BCE62)
fffff880`02e86000 fffff880`02e8f000   rdpencdd rdpencdd.sys Tue Jul 14 01:16:34 2009 (4A5BCE62)
fffff880`02e8f000 fffff880`02e98000   rdprefmp rdprefmp.sys Tue Jul 14 01:16:35 2009 (4A5BCE63)
fffff880`01b4d000 fffff880`01b87000   rdyboost rdyboost.sys Sat Nov 20 09:43:10 2010 (4CE7982E)
fffff880`05f03000 fffff880`05f2f000   rfcomm   rfcomm.sys   Tue Jul 14 01:06:56 2009 (4A5BCC20)
fffff880`07fa5000 fffff880`07fbd000   rspndr   rspndr.sys   Tue Jul 14 01:08:50 2009 (4A5BCC92)
fffff880`0f200000 fffff880`0f267000   Rt64win7 Rt64win7.sys Thu Jan 13 11:57:19 2011 (4D2EE89F)
fffff880`0527b000 fffff880`05513580   RTKVHD64 RTKVHD64.sys Tue Jan 25 10:38:43 2011 (4D3EA833)
fffff880`04966000 fffff880`04971000   secdrv   secdrv.SYS   Wed Sep 13 14:18:38 2006 (4508052E)
fffff880`04267000 fffff880`04273000   serenum  serenum.sys  Tue Jul 14 01:00:33 2009 (4A5BCAA1)
fffff880`041d0000 fffff880`041ed000   serial   serial.sys   Tue Jul 14 01:00:40 2009 (4A5BCAA8)
fffff880`01b45000 fffff880`01b4d000   spldr    spldr.sys    Mon May 11 17:56:27 2009 (4A0858BB)
fffff880`05f83000 fffff880`05ff4000   spsys    spsys.sys    Mon May 11 18:20:58 2009 (4A085E7A)
fffff880`05800000 fffff880`05898000   srv      srv.sys      Fri Apr 29 04:06:06 2011 (4DBA2B1E)
fffff880`058f6000 fffff880`0595f000   srv2     srv2.sys     Fri Apr 29 04:05:46 2011 (4DBA2B0A)
fffff880`04971000 fffff880`049a2000   srvnet   srvnet.sys   Fri Apr 29 04:05:35 2011 (4DBA2AFF)
fffff880`04288000 fffff880`04289480   swenum   swenum.sys   Tue Jul 14 01:00:18 2009 (4A5BCA92)
fffff880`01868000 fffff880`01a6c000   tcpip    tcpip.sys    Thu Sep 29 04:43:04 2011 (4E83E948)
fffff880`049a2000 fffff880`049b4000   tcpipreg tcpipreg.sys Sat Nov 20 10:51:48 2010 (4CE7A844)
fffff880`02fef000 fffff880`02ffc000   TDI      TDI.SYS      Sat Nov 20 09:22:06 2010 (4CE7933E)
fffff880`0183e000 fffff880`01860000   tdx      tdx.sys      Sat Nov 20 09:21:54 2010 (4CE79332)
fffff880`0401b000 fffff880`0402f000   termdd   termdd.sys   Sat Nov 20 11:03:40 2010 (4CE7AB0C)
fffff960`00550000 fffff960`0055a000   TSDDD    TSDDD.dll    unavailable (00000000)
fffff880`01200000 fffff880`01226000   tunnel   tunnel.sys   Sat Nov 20 10:51:50 2010 (4CE7A846)
fffff880`0556b000 fffff880`055c0000   udfs     udfs.sys     Sat Nov 20 09:26:11 2010 (4CE79433)
fffff880`017e7000 fffff880`017f9000   umbus    umbus.sys    Sat Nov 20 10:44:37 2010 (4CE7A695)
fffff880`0595f000 fffff880`0597c000   usbccgp  usbccgp.sys  Sat Nov 20 10:44:03 2010 (4CE7A673)
fffff880`0597c000 fffff880`0597df00   USBD     USBD.SYS     Tue Jul 14 01:06:23 2009 (4A5BCBFF)
fffff880`04200000 fffff880`04211000   usbehci  usbehci.sys  Sat Nov 20 10:43:54 2010 (4CE7A66A)
fffff880`01000000 fffff880`0105a000   usbhub   usbhub.sys   Sat Nov 20 10:44:30 2010 (4CE7A68E)
fffff880`04211000 fffff880`04267000   USBPORT  USBPORT.SYS  Sat Nov 20 10:44:00 2010 (4CE7A670)
fffff880`00f9e000 fffff880`00fab000   vdrvroot vdrvroot.sys Tue Jul 14 01:01:31 2009 (4A5BCADB)
fffff880`02e3a000 fffff880`02e48000   vga      vga.sys      Tue Jul 14 00:38:47 2009 (4A5BC587)
fffff880`02e48000 fffff880`02e6d000   VIDEOPRT VIDEOPRT.SYS Tue Jul 14 00:38:51 2009 (4A5BC58B)
fffff880`00fc0000 fffff880`00fd5000   volmgr   volmgr.sys   Sat Nov 20 09:19:28 2010 (4CE792A0)
fffff880`00d99000 fffff880`00df5000   volmgrx  volmgrx.sys  Sat Nov 20 09:20:43 2010 (4CE792EB)
fffff880`01af9000 fffff880`01b45000   volsnap  volsnap.sys  Sat Nov 20 09:20:08 2010 (4CE792C8)
fffff880`041ab000 fffff880`041c1000   vwififlt vwififlt.sys Tue Jul 14 01:07:22 2009 (4A5BCC3A)
fffff880`04000000 fffff880`0401b000   wanarp   wanarp.sys   Sat Nov 20 10:52:36 2010 (4CE7A874)
fffff880`02e6d000 fffff880`02e7d000   watchdog watchdog.sys Tue Jul 14 00:37:35 2009 (4A5BC53F)
fffff880`00e4e000 fffff880`00ef2000   Wdf01000 Wdf01000.sys Tue Jul 14 00:22:07 2009 (4A5BC19F)
fffff880`00ef2000 fffff880`00f01000   WDFLDR   WDFLDR.SYS   Tue Jul 14 00:19:54 2009 (4A5BC11A)
fffff880`0417c000 fffff880`04185000   wfplwf   wfplwf.sys   Tue Jul 14 01:09:26 2009 (4A5BCCB6)
fffff960`00060000 fffff960`00374000   win32k   win32k.sys   unavailable (00000000)
fffff880`04273000 fffff880`0427c000   wmiacpi  wmiacpi.sys  Tue Jul 14 00:31:02 2009 (4A5BC3B6)
fffff880`00f58000 fffff880`00f61000   WMILIB   WMILIB.SYS   Tue Jul 14 00:19:51 2009 (4A5BC117)
fffff880`05223000 fffff880`05244000   WudfPf   WudfPf.sys   Sat Nov 20 10:42:44 2010 (4CE7A624)

Unloaded modules:
fffff880`05898000 fffff880`058cc000   mfeavfk01.sy
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  00034000
fffff880`01830000 fffff880`0183e000   crashdmp.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  0000E000
fffff880`02ead000 fffff880`02fcb000   dump_iaStorV
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  0011E000
fffff880`02fcb000 fffff880`02fde000   dump_dumpfve
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  00013000

Let us know how it goes. If you get further problems with blue screens, attach your new dump files and details and we'll move on from there.


HTH.
 
Update: It has been 2.5 days now since a blue screen. I've run Bioshock 2 and Batman: Arkham City since then with no crashes. As a result, I have not yet run memtest or fiddled with memory. The last thing I did was run the registry repair program. Maybe this is a compatibility issue with Windows 64-bit and some of these games? If it were an issue with faulty memory, shouldn't I have blue-screened again by now?
 
Back
Top