Random BSOD

Page 2 of 2 FirstFirst 12

  1. Posts : 12
    Windows 7
    Thread Starter
       #11

    ...


    Ran the W7 upgrade advisor, came back clean.

    Ran the driver verifier, then walked away, the computer went BSOD 3 times before it even got to the log in screen. It froze up completely once and I was forced to do a manual restart. I launched in safe mode to turn it off. However oddly 2 of the mini-dumps were 0kb, and only 1 looked like a normal size. However I still attached all 3 in a zip file, even though 2 are probably useless.
      My Computer


  2. Posts : 5,705
    Win7 x64 + x86
       #12

    Well, you were right about the 0 kb files - useless.
    But the other one blames stwrt64.sys - most likely a component of your Audio drivers.
    And it is a Driver Verifier memory dump - so you can turn off Driver Verifier (how to is in my instructions).

    Download the latest Win 7 audio drivers for your system from the website of the manufacturer of the audio chipset.
    Then uninstall the current audio drivers through Control Panel...Programs and features...Uninstall a program.
    Then install the freshly downloaded drivers and monitor for further BSOD's.

    Also, please update the program for these drivers - they are pretty old and may cause problems:
    Code:
    OEM02Dev.sys Wed Oct 10 22:29:24 2007 - Creative Video Capture Device Driver
    OEM02Vfx.sys Mon Mar 05 05:55:47 2007 - Advanced Video FX Filter Driver (Win2K based). Manufacturer: EyePower Games Pte. Ltd. http://www.eyepowergames.com/
    Here's the analysis of the memory dump:
    Code:
    Microsoft (R) Windows Debugger Version 6.11.0001.404 AMD64
    Copyright (c) Microsoft Corporation. All rights reserved.
    
    
    Loading Dump File [C:\Users\FUBAR\TempDUMP\DATA\01.dmp]
    Mini Kernel Dump File: Only registers and stack trace are available
    
    Symbol search path is: SRV*c:\symbols*http://msdl.microsoft.com/download/symbols
    Executable search path is: 
    Windows 7 Kernel Version 7600 MP (2 procs) Free x64
    Product: WinNt, suite: TerminalServer SingleUserTS
    Built by: 7600.16385.amd64fre.win7_rtm.090713-1255
    Machine Name:
    Kernel base = 0xfffff800`02a15000 PsLoadedModuleList = 0xfffff800`02c52e50
    Debug session time: Tue Nov  3 08:20:51.349 2009 (GMT-5)
    System Uptime: 0 days 0:00:28.222
    Loading Kernel Symbols
    ...............................................................
    ................................................................
    ........
    Loading User Symbols
    Loading unloaded module list
    ....
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    
    Use !analyze -v to get detailed debugging information.
    
    BugCheck C4, {d7, fffffa80053a14f0, fffffa8005a55050, 0}
    
    Unable to load image \SystemRoot\system32\drivers\stwrt64.sys, Win32 error 0n2
    *** WARNING: Unable to verify timestamp for stwrt64.sys
    *** ERROR: Module load completed but symbols could not be loaded for stwrt64.sys
    Probably caused by : stwrt64.sys ( stwrt64+536d1 )
    
    Followup: MachineOwner
    ---------
    
    0: kd> !thread;!analyze -v;r;kv;lmtn;lmtsmn;.bugcheck;.logclose;q
    GetPointerFromAddress: unable to read from fffff80002cbd000
    THREAD fffffa80036ffb60  Cid 0004.0040  Teb: 0000000000000000 Win32Thread: 0000000000000000 RUNNING on processor 0
    Not impersonating
    GetUlongFromAddress: unable to read from fffff80002bfbb74
    Owning Process            fffffa80036e7b30       Image:         System
    Attached Process          N/A            Image:         N/A
    fffff78000000000: Unable to get shared data
    Wait Start TickCount      1809         
    Context Switch Count      839             
    ReadMemory error: Cannot get nt!KeMaximumIncrement value.
    UserTime                  00:00:00.000
    KernelTime                00:00:00.000
    Win32 Start Address nt!ExpWorkerThread (0xfffff80002a94050)
    Stack Init fffff88002ff6db0 Current fffff88002ff6610
    Base fffff88002ff7000 Limit fffff88002ff1000 Call 0
    Priority 12 BasePriority 12 UnusualBoost 0 ForegroundBoost 0 IoPriority 2 PagePriority 5
    Child-SP          RetAddr           : Args to Child                                                           : Call Site
    fffff880`02ff6aa8 fffff800`02f103dc : 00000000`000000c4 00000000`000000d7 fffffa80`053a14f0 fffffa80`05a55050 : nt!KeBugCheckEx
    fffff880`02ff6ab0 fffff800`02f222e6 : 00000000`00000000 00000000`00000000 fffffa80`05a5b4a0 fffff880`01e57da4 : nt!VerifierBugCheckIfAppropriate+0x3c
    fffff880`02ff6af0 fffff880`01e536d1 : 00000000`00000000 00000000`00000026 fffff980`0186c3b0 fffffa80`05a55010 : nt!VerifierIoInitializeRemoveLockEx+0x66
    fffff880`02ff6b50 00000000`00000000 : 00000000`00000026 fffff980`0186c3b0 fffffa80`05a55010 fffffa80`00000020 : stwrt64+0x536d1
    
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    
    DRIVER_VERIFIER_DETECTED_VIOLATION (c4)
    A device driver attempting to corrupt the system has been caught.  This is
    because the driver was specified in the registry as being suspect (by the
    administrator) and the kernel has enabled substantial checking of this driver.
    If the driver attempts to corrupt the system, bugchecks 0xC4, 0xC1 and 0xA will
    be among the most commonly seen crashes.
    Arguments:
    Arg1: 00000000000000d7, Re-initializing Remove Lock.
    Arg2: fffffa80053a14f0, Address of the chk build Remove Lock structure used internally by Verifier.
    Arg3: fffffa8005a55050, Address of the Remove Lock structure specified by the driver.
        A Remove Lock cannot be re-initialized, even after calling 
        IoReleaseRemoveLockAndWait, because other threads might still be 
        using that lock (by calling IoAcquireRemoveLock). The driver should
        allocate the Remove Lock inside its device extension, and initialize
        it a single time. The lock will be deleted together with the device
        extension.
    Arg4: 0000000000000000
    
    Debugging Details:
    ------------------
    
    
    BUGCHECK_STR:  0xc4_d7
    
    DEFAULT_BUCKET_ID:  VERIFIER_ENABLED_VISTA_MINIDUMP
    
    PROCESS_NAME:  System
    
    CURRENT_IRQL:  0
    
    LAST_CONTROL_TRANSFER:  from fffff80002f103dc to fffff80002a86f00
    
    STACK_TEXT:  
    fffff880`02ff6aa8 fffff800`02f103dc : 00000000`000000c4 00000000`000000d7 fffffa80`053a14f0 fffffa80`05a55050 : nt!KeBugCheckEx
    fffff880`02ff6ab0 fffff800`02f222e6 : 00000000`00000000 00000000`00000000 fffffa80`05a5b4a0 fffff880`01e57da4 : nt!VerifierBugCheckIfAppropriate+0x3c
    fffff880`02ff6af0 fffff880`01e536d1 : 00000000`00000000 00000000`00000026 fffff980`0186c3b0 fffffa80`05a55010 : nt!VerifierIoInitializeRemoveLockEx+0x66
    fffff880`02ff6b50 00000000`00000000 : 00000000`00000026 fffff980`0186c3b0 fffffa80`05a55010 fffffa80`00000020 : stwrt64+0x536d1
    
    
    STACK_COMMAND:  kb
    
    FOLLOWUP_IP: 
    stwrt64+536d1
    fffff880`01e536d1 ??              ???
    
    SYMBOL_STACK_INDEX:  3
    
    SYMBOL_NAME:  stwrt64+536d1
    
    FOLLOWUP_NAME:  MachineOwner
    
    MODULE_NAME: stwrt64
    
    IMAGE_NAME:  stwrt64.sys
    
    DEBUG_FLR_IMAGE_TIMESTAMP:  47b61425
    
    FAILURE_BUCKET_ID:  X64_0xc4_d7_VRF_stwrt64+536d1
    
    BUCKET_ID:  X64_0xc4_d7_VRF_stwrt64+536d1
    
    Followup: MachineOwner
    ---------
    
    rax=0000000000000000 rbx=00000000000000c4 rcx=00000000000000c4
    rdx=00000000000000d7 rsi=0000000000000020 rdi=fffffa8005a55050
    rip=fffff80002a86f00 rsp=fffff88002ff6aa8 rbp=0000000000000026
     r8=fffffa80053a14f0  r9=fffffa8005a55050 r10=fffff80002f5dca0
    r11=000000000000000c r12=0000000000000000 r13=0000000000000000
    r14=0000000000000000 r15=000000004c535453
    iopl=0         nv up ei pl nz na pe nc
    cs=0010  ss=0000  ds=002b  es=002b  fs=0053  gs=002b             efl=00000202
    nt!KeBugCheckEx:
    fffff800`02a86f00 48894c2408      mov     qword ptr [rsp+8],rcx ss:fffff880`02ff6ab0=00000000000000c4
    Child-SP          RetAddr           : Args to Child                                                           : Call Site
    fffff880`02ff6aa8 fffff800`02f103dc : 00000000`000000c4 00000000`000000d7 fffffa80`053a14f0 fffffa80`05a55050 : nt!KeBugCheckEx
    fffff880`02ff6ab0 fffff800`02f222e6 : 00000000`00000000 00000000`00000000 fffffa80`05a5b4a0 fffff880`01e57da4 : nt!VerifierBugCheckIfAppropriate+0x3c
    fffff880`02ff6af0 fffff880`01e536d1 : 00000000`00000000 00000000`00000026 fffff980`0186c3b0 fffffa80`05a55010 : nt!VerifierIoInitializeRemoveLockEx+0x66
    fffff880`02ff6b50 00000000`00000000 : 00000000`00000026 fffff980`0186c3b0 fffffa80`05a55010 fffffa80`00000020 : stwrt64+0x536d1
    start             end                 module name
    fffff800`00bac000 fffff800`00bb6000   kdcom    kdcom.dll    Mon Jul 13 21:31:07 2009 (4A5BDFDB)
    fffff800`02a15000 fffff800`02ff2000   nt       ntkrnlmp.exe Mon Jul 13 19:40:48 2009 (4A5BC600)
    fffff800`02ff2000 fffff800`0303b000   hal      hal.dll      Mon Jul 13 21:27:36 2009 (4A5BDF08)
    fffff880`00c00000 fffff880`00cc0000   CI       CI.dll       Mon Jul 13 21:32:13 2009 (4A5BE01D)
    fffff880`00ccd000 fffff880`00d11000   mcupdate_GenuineIntel mcupdate_GenuineIntel.dll Mon Jul 13 21:29:10 2009 (4A5BDF66)
    fffff880`00d11000 fffff880`00d25000   PSHED    PSHED.dll    Mon Jul 13 21:32:23 2009 (4A5BE027)
    fffff880`00d25000 fffff880`00d83000   CLFS     CLFS.SYS     Mon Jul 13 19:19:57 2009 (4A5BC11D)
    fffff880`00d83000 fffff880`00ddf000   volmgrx  volmgrx.sys  Mon Jul 13 19:20:33 2009 (4A5BC141)
    fffff880`00e00000 fffff880`00e15000   partmgr  partmgr.sys  Mon Jul 13 19:19:58 2009 (4A5BC11E)
    fffff880`00e15000 fffff880`00e1e000   compbatt compbatt.sys Mon Jul 13 19:31:02 2009 (4A5BC3B6)
    fffff880`00e1e000 fffff880`00e2a000   BATTC    BATTC.SYS    Mon Jul 13 19:31:01 2009 (4A5BC3B5)
    fffff880`00e2a000 fffff880`00e3f000   volmgr   volmgr.sys   Mon Jul 13 19:19:57 2009 (4A5BC11D)
    fffff880`00e3f000 fffff880`00e47000   intelide intelide.sys Mon Jul 13 19:19:48 2009 (4A5BC114)
    fffff880`00e47000 fffff880`00e57000   PCIIDEX  PCIIDEX.SYS  Mon Jul 13 19:19:48 2009 (4A5BC114)
    fffff880`00e57000 fffff880`00e71000   mountmgr mountmgr.sys Mon Jul 13 19:19:54 2009 (4A5BC11A)
    fffff880`00e71000 fffff880`00e7a000   atapi    atapi.sys    Mon Jul 13 19:19:47 2009 (4A5BC113)
    fffff880`00e98000 fffff880`00f3c000   Wdf01000 Wdf01000.sys Mon Jul 13 19:22:07 2009 (4A5BC19F)
    fffff880`00f3c000 fffff880`00f4b000   WDFLDR   WDFLDR.SYS   Mon Jul 13 19:19:54 2009 (4A5BC11A)
    fffff880`00f4b000 fffff880`00fa2000   ACPI     ACPI.sys     Mon Jul 13 19:19:34 2009 (4A5BC106)
    fffff880`00fa2000 fffff880`00fab000   WMILIB   WMILIB.SYS   Mon Jul 13 19:19:51 2009 (4A5BC117)
    fffff880`00fab000 fffff880`00fb5000   msisadrv msisadrv.sys Mon Jul 13 19:19:26 2009 (4A5BC0FE)
    fffff880`00fb5000 fffff880`00fe8000   pci      pci.sys      Mon Jul 13 19:19:51 2009 (4A5BC117)
    fffff880`00fe8000 fffff880`00ff5000   vdrvroot vdrvroot.sys Mon Jul 13 20:01:31 2009 (4A5BCADB)
    fffff880`01000000 fffff880`01073000   cng      cng.sys      Mon Jul 13 19:49:40 2009 (4A5BC814)
    fffff880`01073000 fffff880`010bf000   volsnap  volsnap.sys  Mon Jul 13 19:20:08 2009 (4A5BC128)
    fffff880`010c3000 fffff880`010ed000   ataport  ataport.SYS  Mon Jul 13 19:19:52 2009 (4A5BC118)
    fffff880`010ed000 fffff880`010f8000   msahci   msahci.sys   Mon Jul 13 20:01:01 2009 (4A5BCABD)
    fffff880`010f8000 fffff880`01103000   amdxata  amdxata.sys  Tue May 19 13:56:59 2009 (4A12F2EB)
    fffff880`01103000 fffff880`0114f000   fltmgr   fltmgr.sys   Mon Jul 13 19:19:59 2009 (4A5BC11F)
    fffff880`0114f000 fffff880`01163000   fileinfo fileinfo.sys Mon Jul 13 19:34:25 2009 (4A5BC481)
    fffff880`01163000 fffff880`011c1000   msrpc    msrpc.sys    Mon Jul 13 19:21:32 2009 (4A5BC17C)
    fffff880`011c1000 fffff880`011fb000   rdyboost rdyboost.sys Mon Jul 13 19:34:34 2009 (4A5BC48A)
    fffff880`01228000 fffff880`013cb000   Ntfs     Ntfs.sys     Mon Jul 13 19:20:47 2009 (4A5BC14F)
    fffff880`013cb000 fffff880`013e5000   ksecdd   ksecdd.sys   Mon Jul 13 19:20:54 2009 (4A5BC156)
    fffff880`013e5000 fffff880`013f6000   pcw      pcw.sys      Mon Jul 13 19:19:27 2009 (4A5BC0FF)
    fffff880`013f6000 fffff880`01400000   Fs_Rec   Fs_Rec.sys   Mon Jul 13 19:19:45 2009 (4A5BC111)
    fffff880`01400000 fffff880`01460000   NETIO    NETIO.SYS    Mon Jul 13 19:21:46 2009 (4A5BC18A)
    fffff880`01460000 fffff880`0148b000   ksecpkg  ksecpkg.sys  Mon Jul 13 19:50:34 2009 (4A5BC84A)
    fffff880`0148b000 fffff880`014d5000   fwpkclnt fwpkclnt.sys Mon Jul 13 19:21:08 2009 (4A5BC164)
    fffff880`014d5000 fffff880`014e5000   vmstorfl vmstorfl.sys Mon Jul 13 19:42:54 2009 (4A5BC67E)
    fffff880`014eb000 fffff880`015dd000   ndis     ndis.sys     Mon Jul 13 19:21:40 2009 (4A5BC184)
    fffff880`015dd000 fffff880`015e5000   spldr    spldr.sys    Mon May 11 12:56:27 2009 (4A0858BB)
    fffff880`015e5000 fffff880`015f7000   mup      mup.sys      Mon Jul 13 19:23:45 2009 (4A5BC201)
    fffff880`015f7000 fffff880`01600000   hwpolicy hwpolicy.sys Mon Jul 13 19:19:22 2009 (4A5BC0FA)
    fffff880`01600000 fffff880`017fd000   tcpip    tcpip.sys    Mon Jul 13 19:25:34 2009 (4A5BC26E)
    fffff880`01800000 fffff880`01810000   watchdog watchdog.sys Mon Jul 13 19:37:35 2009 (4A5BC53F)
    fffff880`01810000 fffff880`01819000   RDPCDD   RDPCDD.sys   Mon Jul 13 20:16:34 2009 (4A5BCE62)
    fffff880`01819000 fffff880`01822000   rdpencdd rdpencdd.sys Mon Jul 13 20:16:34 2009 (4A5BCE62)
    fffff880`01822000 fffff880`0182b000   rdprefmp rdprefmp.sys Mon Jul 13 20:16:35 2009 (4A5BCE63)
    fffff880`0182b000 fffff880`01836000   Msfs     Msfs.SYS     Mon Jul 13 19:19:47 2009 (4A5BC113)
    fffff880`01836000 fffff880`01847000   Npfs     Npfs.SYS     Mon Jul 13 19:19:48 2009 (4A5BC114)
    fffff880`01847000 fffff880`01865000   tdx      tdx.sys      Mon Jul 13 19:21:15 2009 (4A5BC16B)
    fffff880`01865000 fffff880`01872000   TDI      TDI.SYS      Mon Jul 13 19:21:18 2009 (4A5BC16E)
    fffff880`01872000 fffff880`018a1000   ndiswan  ndiswan.sys  Mon Jul 13 20:10:11 2009 (4A5BCCE3)
    fffff880`018d4000 fffff880`0190e000   fvevol   fvevol.sys   Mon Jul 13 19:22:15 2009 (4A5BC1A7)
    fffff880`0190e000 fffff880`01924000   disk     disk.sys     Mon Jul 13 19:19:57 2009 (4A5BC11D)
    fffff880`01924000 fffff880`01954000   CLASSPNP CLASSPNP.SYS Mon Jul 13 19:19:58 2009 (4A5BC11E)
    fffff880`0198c000 fffff880`019b6000   cdrom    cdrom.sys    Mon Jul 13 19:19:54 2009 (4A5BC11A)
    fffff880`019b6000 fffff880`019bf000   Null     Null.SYS     Mon Jul 13 19:19:37 2009 (4A5BC109)
    fffff880`019bf000 fffff880`019c6000   Beep     Beep.SYS     Mon Jul 13 20:00:13 2009 (4A5BCA8D)
    fffff880`019c6000 fffff880`019d4000   vga      vga.sys      Mon Jul 13 19:38:47 2009 (4A5BC587)
    fffff880`019d4000 fffff880`019f9000   VIDEOPRT VIDEOPRT.SYS Mon Jul 13 19:38:51 2009 (4A5BC58B)
    fffff880`01e00000 fffff880`01e64000   stwrt64  stwrt64.sys  Fri Feb 15 17:37:25 2008 (47B61425)
    fffff880`01e6d000 fffff880`01ebf000   VSTAZL6  VSTAZL6.SYS  Wed Oct 15 20:53:42 2008 (48F69096)
    fffff880`01ebf000 fffff880`01f8a000   VSTCNXT6 VSTCNXT6.SYS Wed Oct 15 20:52:22 2008 (48F69046)
    fffff880`01f8a000 fffff880`01fc7000   portcls  portcls.sys  Mon Jul 13 20:06:27 2009 (4A5BCC03)
    fffff880`01fc7000 fffff880`01fe2000   avgntflt avgntflt.sys Tue Mar 24 10:00:46 2009 (49C8E78E)
    fffff880`0200b000 fffff880`0217f000   VSTDPV6  VSTDPV6.SYS  Wed Oct 15 20:57:45 2008 (48F69189)
    fffff880`0217f000 fffff880`0218e000   modem    modem.sys    Mon Jul 13 20:10:48 2009 (4A5BCD08)
    fffff880`0218e000 fffff880`021b1000   luafv    luafv.sys    Mon Jul 13 19:26:13 2009 (4A5BC295)
    fffff880`021b1000 fffff880`021d8000   IntcHdmi IntcHdmi.sys Fri Jul 10 09:45:10 2009 (4A5745E6)
    fffff880`021d8000 fffff880`021fa000   drmk     drmk.sys     Mon Jul 13 21:01:25 2009 (4A5BD8E5)
    fffff880`02c00000 fffff880`02c51000   rdbss    rdbss.sys    Mon Jul 13 19:24:09 2009 (4A5BC219)
    fffff880`02c51000 fffff880`02c5d000   nsiproxy nsiproxy.sys Mon Jul 13 19:21:02 2009 (4A5BC15E)
    fffff880`02c5d000 fffff880`02c68000   mssmbios mssmbios.sys Mon Jul 13 19:31:10 2009 (4A5BC3BE)
    fffff880`02c68000 fffff880`02c77000   discache discache.sys Mon Jul 13 19:37:18 2009 (4A5BC52E)
    fffff880`02c77000 fffff880`02c98000   raspptp  raspptp.sys  Mon Jul 13 20:10:18 2009 (4A5BCCEA)
    fffff880`02c98000 fffff880`02ca3000   rdpbus   rdpbus.sys   Mon Jul 13 20:17:46 2009 (4A5BCEAA)
    fffff880`02ca5000 fffff880`02d2f000   afd      afd.sys      Mon Jul 13 19:21:40 2009 (4A5BC184)
    fffff880`02d2f000 fffff880`02d74000   netbt    netbt.sys    Mon Jul 13 19:21:28 2009 (4A5BC178)
    fffff880`02d74000 fffff880`02d7d000   wfplwf   wfplwf.sys   Mon Jul 13 20:09:26 2009 (4A5BCCB6)
    fffff880`02d7d000 fffff880`02da3000   pacer    pacer.sys    Mon Jul 13 20:09:41 2009 (4A5BCCC5)
    fffff880`02da3000 fffff880`02db2000   netbios  netbios.sys  Mon Jul 13 20:09:26 2009 (4A5BCCB6)
    fffff880`02db2000 fffff880`02dcd000   wanarp   wanarp.sys   Mon Jul 13 20:10:21 2009 (4A5BCCED)
    fffff880`02dcd000 fffff880`02de1000   termdd   termdd.sys   Mon Jul 13 20:16:36 2009 (4A5BCE64)
    fffff880`02de1000 fffff880`02dfb000   rassstp  rassstp.sys  Mon Jul 13 20:10:25 2009 (4A5BCCF1)
    fffff880`03a00000 fffff880`03a57000   rixdpx64 rixdpx64.sys Mon Jul 28 03:20:31 2008 (488D733F)
    fffff880`03a57000 fffff880`03a7b000   rasl2tp  rasl2tp.sys  Mon Jul 13 20:10:11 2009 (4A5BCCE3)
    fffff880`03a7b000 fffff880`03a87000   ndistapi ndistapi.sys Mon Jul 13 20:10:00 2009 (4A5BCCD8)
    fffff880`03a88000 fffff880`03b0b000   csc      csc.sys      Mon Jul 13 19:24:26 2009 (4A5BC22A)
    fffff880`03b0b000 fffff880`03b29000   dfsc     dfsc.sys     Mon Jul 13 19:23:44 2009 (4A5BC200)
    fffff880`03b29000 fffff880`03b3a000   blbdrive blbdrive.sys Mon Jul 13 19:35:59 2009 (4A5BC4DF)
    fffff880`03b3a000 fffff880`03b60000   tunnel   tunnel.sys   Mon Jul 13 20:09:37 2009 (4A5BCCC1)
    fffff880`03b60000 fffff880`03b76000   intelppm intelppm.sys Mon Jul 13 19:19:25 2009 (4A5BC0FD)
    fffff880`03b76000 fffff880`03bdb000   yk62x64  yk62x64.sys  Mon Sep 28 04:19:31 2009 (4AC07193)
    fffff880`03bdb000 fffff880`03bf6000   raspppoe raspppoe.sys Mon Jul 13 20:10:17 2009 (4A5BCCE9)
    fffff880`03c00000 fffff880`041e4fe0   igdkmd64 igdkmd64.sys Wed Sep 23 15:22:57 2009 (4ABA7591)
    fffff880`041e5000 fffff880`041fb000   AgileVpn AgileVpn.sys Mon Jul 13 20:10:24 2009 (4A5BCCF0)
    fffff880`04200000 fffff880`04211000   usbehci  usbehci.sys  Mon Jul 13 20:06:30 2009 (4A5BCC06)
    fffff880`04211000 fffff880`04235000   HDAudBus HDAudBus.sys Mon Jul 13 20:06:13 2009 (4A5BCBF5)
    fffff880`04235000 fffff880`04244000   kbdclass kbdclass.sys Mon Jul 13 19:19:50 2009 (4A5BC116)
    fffff880`04244000 fffff880`0424d000   wmiacpi  wmiacpi.sys  Mon Jul 13 19:31:02 2009 (4A5BC3B6)
    fffff880`04253000 fffff880`04347000   dxgkrnl  dxgkrnl.sys  Thu Oct 01 21:00:14 2009 (4AC5509E)
    fffff880`04347000 fffff880`0438d000   dxgmms1  dxgmms1.sys  Mon Jul 13 19:38:32 2009 (4A5BC578)
    fffff880`0438d000 fffff880`0439a000   usbuhci  usbuhci.sys  Mon Jul 13 20:06:27 2009 (4A5BCC03)
    fffff880`0439a000 fffff880`043f0000   USBPORT  USBPORT.SYS  Mon Jul 13 20:06:31 2009 (4A5BCC07)
    fffff880`043f0000 fffff880`04400000   CompositeBus CompositeBus.sys Mon Jul 13 20:00:33 2009 (4A5BCAA1)
    fffff880`04800000 fffff880`04804500   CmBatt   CmBatt.sys   Mon Jul 13 19:31:03 2009 (4A5BC3B7)
    fffff880`04805000 fffff880`04806480   swenum   swenum.sys   Mon Jul 13 20:00:18 2009 (4A5BCA92)
    fffff880`0480c000 fffff880`04d47000   netw5v64 netw5v64.sys Thu Mar 26 12:21:24 2009 (49CBAB84)
    fffff880`04d47000 fffff880`04d85000   1394ohci 1394ohci.sys Mon Jul 13 20:07:12 2009 (4A5BCC30)
    fffff880`04d85000 fffff880`04da5000   sdbus    sdbus.sys    Mon Jul 13 19:31:10 2009 (4A5BC3BE)
    fffff880`04da5000 fffff880`04dbb000   rimmpx64 rimmpx64.sys Wed Nov 05 09:25:38 2008 (4911ACE2)
    fffff880`04dbb000 fffff880`04dd2000   rimspx64 rimspx64.sys Sat Oct 11 06:42:40 2008 (48F08320)
    fffff880`04dd2000 fffff880`04df0000   i8042prt i8042prt.sys Mon Jul 13 19:19:57 2009 (4A5BC11D)
    fffff880`04df0000 fffff880`04dff000   mouclass mouclass.sys Mon Jul 13 19:19:50 2009 (4A5BC116)
    fffff880`04e20000 fffff880`04e63000   ks       ks.sys       Mon Jul 13 20:00:31 2009 (4A5BCA9F)
    fffff880`04e63000 fffff880`04e75000   umbus    umbus.sys    Mon Jul 13 20:06:56 2009 (4A5BCC20)
    fffff880`04e75000 fffff880`04ecf000   usbhub   usbhub.sys   Mon Jul 13 20:07:09 2009 (4A5BCC2D)
    fffff880`04ecf000 fffff880`04ee4000   NDProxy  NDProxy.SYS  Mon Jul 13 20:10:05 2009 (4A5BCCDD)
    fffff880`04ee4000 fffff880`04ef0000   Dxapi    Dxapi.sys    Mon Jul 13 19:38:28 2009 (4A5BC574)
    fffff880`04ef0000 fffff880`04f0d000   usbccgp  usbccgp.sys  Mon Jul 13 20:06:45 2009 (4A5BCC15)
    fffff880`04f0d000 fffff880`04f0ef00   USBD     USBD.SYS     Mon Jul 13 20:06:23 2009 (4A5BCBFF)
    fffff880`04f0f000 fffff880`04f50180   OEM02Dev OEM02Dev.sys Wed Oct 10 22:29:24 2007 (470D8A84)
    fffff880`04f51000 fffff880`04f5a000   OEM02Vfx OEM02Vfx.sys Mon Mar 05 05:55:47 2007 (45EBF733)
    fffff880`04f5a000 fffff880`04f5f200   ksthunk  ksthunk.sys  Mon Jul 13 20:00:19 2009 (4A5BCA93)
    fffff880`04f60000 fffff880`04f6e000   monitor  monitor.sys  Mon Jul 13 19:38:52 2009 (4A5BC58C)
    fffff880`04f6e000 fffff880`04f8b000   cdfs     cdfs.sys     Mon Jul 13 19:19:46 2009 (4A5BC112)
    fffff880`04f8b000 fffff880`04f99000   crashdmp crashdmp.sys Mon Jul 13 20:01:01 2009 (4A5BCABD)
    fffff880`04f99000 fffff880`04fa5000   dump_dumpata dump_dumpata.sys Mon Jul 13 19:19:47 2009 (4A5BC113)
    fffff880`04fa5000 fffff880`04fb0000   dump_msahci dump_msahci.sys Mon Jul 13 20:01:01 2009 (4A5BCABD)
    fffff880`04fb0000 fffff880`04fc3000   dump_dumpfve dump_dumpfve.sys Mon Jul 13 19:21:51 2009 (4A5BC18F)
    fffff880`04fc3000 fffff880`04fe4000   WudfPf   WudfPf.sys   Mon Jul 13 20:05:37 2009 (4A5BCBD1)
    fffff960`000d0000 fffff960`003df000   win32k   win32k.sys   unavailable (00000000)
    fffff960`005c0000 fffff960`005ca000   TSDDD    TSDDD.dll    unavailable (00000000)
    fffff960`00710000 fffff960`00737000   cdd      cdd.dll      unavailable (00000000)
    
    Unloaded modules:
    fffff880`01954000 fffff880`01962000   crashdmp.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`01962000 fffff880`0196e000   dump_pciidex
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`0196e000 fffff880`01979000   dump_msahci.
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`01979000 fffff880`0198c000   dump_dumpfve
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    start             end                 module name
    fffff880`04d47000 fffff880`04d85000   1394ohci 1394ohci.sys Mon Jul 13 20:07:12 2009 (4A5BCC30)
    fffff880`00f4b000 fffff880`00fa2000   ACPI     ACPI.sys     Mon Jul 13 19:19:34 2009 (4A5BC106)
    fffff880`02ca5000 fffff880`02d2f000   afd      afd.sys      Mon Jul 13 19:21:40 2009 (4A5BC184)
    fffff880`041e5000 fffff880`041fb000   AgileVpn AgileVpn.sys Mon Jul 13 20:10:24 2009 (4A5BCCF0)
    fffff880`010f8000 fffff880`01103000   amdxata  amdxata.sys  Tue May 19 13:56:59 2009 (4A12F2EB)
    fffff880`00e71000 fffff880`00e7a000   atapi    atapi.sys    Mon Jul 13 19:19:47 2009 (4A5BC113)
    fffff880`010c3000 fffff880`010ed000   ataport  ataport.SYS  Mon Jul 13 19:19:52 2009 (4A5BC118)
    fffff880`01fc7000 fffff880`01fe2000   avgntflt avgntflt.sys Tue Mar 24 10:00:46 2009 (49C8E78E)
    fffff880`00e1e000 fffff880`00e2a000   BATTC    BATTC.SYS    Mon Jul 13 19:31:01 2009 (4A5BC3B5)
    fffff880`019bf000 fffff880`019c6000   Beep     Beep.SYS     Mon Jul 13 20:00:13 2009 (4A5BCA8D)
    fffff880`03b29000 fffff880`03b3a000   blbdrive blbdrive.sys Mon Jul 13 19:35:59 2009 (4A5BC4DF)
    fffff960`00710000 fffff960`00737000   cdd      cdd.dll      unavailable (00000000)
    fffff880`04f6e000 fffff880`04f8b000   cdfs     cdfs.sys     Mon Jul 13 19:19:46 2009 (4A5BC112)
    fffff880`0198c000 fffff880`019b6000   cdrom    cdrom.sys    Mon Jul 13 19:19:54 2009 (4A5BC11A)
    fffff880`00c00000 fffff880`00cc0000   CI       CI.dll       Mon Jul 13 21:32:13 2009 (4A5BE01D)
    fffff880`01924000 fffff880`01954000   CLASSPNP CLASSPNP.SYS Mon Jul 13 19:19:58 2009 (4A5BC11E)
    fffff880`00d25000 fffff880`00d83000   CLFS     CLFS.SYS     Mon Jul 13 19:19:57 2009 (4A5BC11D)
    fffff880`04800000 fffff880`04804500   CmBatt   CmBatt.sys   Mon Jul 13 19:31:03 2009 (4A5BC3B7)
    fffff880`01000000 fffff880`01073000   cng      cng.sys      Mon Jul 13 19:49:40 2009 (4A5BC814)
    fffff880`00e15000 fffff880`00e1e000   compbatt compbatt.sys Mon Jul 13 19:31:02 2009 (4A5BC3B6)
    fffff880`043f0000 fffff880`04400000   CompositeBus CompositeBus.sys Mon Jul 13 20:00:33 2009 (4A5BCAA1)
    fffff880`04f8b000 fffff880`04f99000   crashdmp crashdmp.sys Mon Jul 13 20:01:01 2009 (4A5BCABD)
    fffff880`03a88000 fffff880`03b0b000   csc      csc.sys      Mon Jul 13 19:24:26 2009 (4A5BC22A)
    fffff880`03b0b000 fffff880`03b29000   dfsc     dfsc.sys     Mon Jul 13 19:23:44 2009 (4A5BC200)
    fffff880`02c68000 fffff880`02c77000   discache discache.sys Mon Jul 13 19:37:18 2009 (4A5BC52E)
    fffff880`0190e000 fffff880`01924000   disk     disk.sys     Mon Jul 13 19:19:57 2009 (4A5BC11D)
    fffff880`021d8000 fffff880`021fa000   drmk     drmk.sys     Mon Jul 13 21:01:25 2009 (4A5BD8E5)
    fffff880`04f99000 fffff880`04fa5000   dump_dumpata dump_dumpata.sys Mon Jul 13 19:19:47 2009 (4A5BC113)
    fffff880`04fb0000 fffff880`04fc3000   dump_dumpfve dump_dumpfve.sys Mon Jul 13 19:21:51 2009 (4A5BC18F)
    fffff880`04fa5000 fffff880`04fb0000   dump_msahci dump_msahci.sys Mon Jul 13 20:01:01 2009 (4A5BCABD)
    fffff880`04ee4000 fffff880`04ef0000   Dxapi    Dxapi.sys    Mon Jul 13 19:38:28 2009 (4A5BC574)
    fffff880`04253000 fffff880`04347000   dxgkrnl  dxgkrnl.sys  Thu Oct 01 21:00:14 2009 (4AC5509E)
    fffff880`04347000 fffff880`0438d000   dxgmms1  dxgmms1.sys  Mon Jul 13 19:38:32 2009 (4A5BC578)
    fffff880`0114f000 fffff880`01163000   fileinfo fileinfo.sys Mon Jul 13 19:34:25 2009 (4A5BC481)
    fffff880`01103000 fffff880`0114f000   fltmgr   fltmgr.sys   Mon Jul 13 19:19:59 2009 (4A5BC11F)
    fffff880`013f6000 fffff880`01400000   Fs_Rec   Fs_Rec.sys   Mon Jul 13 19:19:45 2009 (4A5BC111)
    fffff880`018d4000 fffff880`0190e000   fvevol   fvevol.sys   Mon Jul 13 19:22:15 2009 (4A5BC1A7)
    fffff880`0148b000 fffff880`014d5000   fwpkclnt fwpkclnt.sys Mon Jul 13 19:21:08 2009 (4A5BC164)
    fffff800`02ff2000 fffff800`0303b000   hal      hal.dll      Mon Jul 13 21:27:36 2009 (4A5BDF08)
    fffff880`04211000 fffff880`04235000   HDAudBus HDAudBus.sys Mon Jul 13 20:06:13 2009 (4A5BCBF5)
    fffff880`015f7000 fffff880`01600000   hwpolicy hwpolicy.sys Mon Jul 13 19:19:22 2009 (4A5BC0FA)
    fffff880`04dd2000 fffff880`04df0000   i8042prt i8042prt.sys Mon Jul 13 19:19:57 2009 (4A5BC11D)
    fffff880`03c00000 fffff880`041e4fe0   igdkmd64 igdkmd64.sys Wed Sep 23 15:22:57 2009 (4ABA7591)
    fffff880`021b1000 fffff880`021d8000   IntcHdmi IntcHdmi.sys Fri Jul 10 09:45:10 2009 (4A5745E6)
    fffff880`00e3f000 fffff880`00e47000   intelide intelide.sys Mon Jul 13 19:19:48 2009 (4A5BC114)
    fffff880`03b60000 fffff880`03b76000   intelppm intelppm.sys Mon Jul 13 19:19:25 2009 (4A5BC0FD)
    fffff880`04235000 fffff880`04244000   kbdclass kbdclass.sys Mon Jul 13 19:19:50 2009 (4A5BC116)
    fffff800`00bac000 fffff800`00bb6000   kdcom    kdcom.dll    Mon Jul 13 21:31:07 2009 (4A5BDFDB)
    fffff880`04e20000 fffff880`04e63000   ks       ks.sys       Mon Jul 13 20:00:31 2009 (4A5BCA9F)
    fffff880`013cb000 fffff880`013e5000   ksecdd   ksecdd.sys   Mon Jul 13 19:20:54 2009 (4A5BC156)
    fffff880`01460000 fffff880`0148b000   ksecpkg  ksecpkg.sys  Mon Jul 13 19:50:34 2009 (4A5BC84A)
    fffff880`04f5a000 fffff880`04f5f200   ksthunk  ksthunk.sys  Mon Jul 13 20:00:19 2009 (4A5BCA93)
    fffff880`0218e000 fffff880`021b1000   luafv    luafv.sys    Mon Jul 13 19:26:13 2009 (4A5BC295)
    fffff880`00ccd000 fffff880`00d11000   mcupdate_GenuineIntel mcupdate_GenuineIntel.dll Mon Jul 13 21:29:10 2009 (4A5BDF66)
    fffff880`0217f000 fffff880`0218e000   modem    modem.sys    Mon Jul 13 20:10:48 2009 (4A5BCD08)
    fffff880`04f60000 fffff880`04f6e000   monitor  monitor.sys  Mon Jul 13 19:38:52 2009 (4A5BC58C)
    fffff880`04df0000 fffff880`04dff000   mouclass mouclass.sys Mon Jul 13 19:19:50 2009 (4A5BC116)
    fffff880`00e57000 fffff880`00e71000   mountmgr mountmgr.sys Mon Jul 13 19:19:54 2009 (4A5BC11A)
    fffff880`010ed000 fffff880`010f8000   msahci   msahci.sys   Mon Jul 13 20:01:01 2009 (4A5BCABD)
    fffff880`0182b000 fffff880`01836000   Msfs     Msfs.SYS     Mon Jul 13 19:19:47 2009 (4A5BC113)
    fffff880`00fab000 fffff880`00fb5000   msisadrv msisadrv.sys Mon Jul 13 19:19:26 2009 (4A5BC0FE)
    fffff880`01163000 fffff880`011c1000   msrpc    msrpc.sys    Mon Jul 13 19:21:32 2009 (4A5BC17C)
    fffff880`02c5d000 fffff880`02c68000   mssmbios mssmbios.sys Mon Jul 13 19:31:10 2009 (4A5BC3BE)
    fffff880`015e5000 fffff880`015f7000   mup      mup.sys      Mon Jul 13 19:23:45 2009 (4A5BC201)
    fffff880`014eb000 fffff880`015dd000   ndis     ndis.sys     Mon Jul 13 19:21:40 2009 (4A5BC184)
    fffff880`03a7b000 fffff880`03a87000   ndistapi ndistapi.sys Mon Jul 13 20:10:00 2009 (4A5BCCD8)
    fffff880`01872000 fffff880`018a1000   ndiswan  ndiswan.sys  Mon Jul 13 20:10:11 2009 (4A5BCCE3)
    fffff880`04ecf000 fffff880`04ee4000   NDProxy  NDProxy.SYS  Mon Jul 13 20:10:05 2009 (4A5BCCDD)
    fffff880`02da3000 fffff880`02db2000   netbios  netbios.sys  Mon Jul 13 20:09:26 2009 (4A5BCCB6)
    fffff880`02d2f000 fffff880`02d74000   netbt    netbt.sys    Mon Jul 13 19:21:28 2009 (4A5BC178)
    fffff880`01400000 fffff880`01460000   NETIO    NETIO.SYS    Mon Jul 13 19:21:46 2009 (4A5BC18A)
    fffff880`0480c000 fffff880`04d47000   netw5v64 netw5v64.sys Thu Mar 26 12:21:24 2009 (49CBAB84)
    fffff880`01836000 fffff880`01847000   Npfs     Npfs.SYS     Mon Jul 13 19:19:48 2009 (4A5BC114)
    fffff880`02c51000 fffff880`02c5d000   nsiproxy nsiproxy.sys Mon Jul 13 19:21:02 2009 (4A5BC15E)
    fffff800`02a15000 fffff800`02ff2000   nt       ntkrnlmp.exe Mon Jul 13 19:40:48 2009 (4A5BC600)
    fffff880`01228000 fffff880`013cb000   Ntfs     Ntfs.sys     Mon Jul 13 19:20:47 2009 (4A5BC14F)
    fffff880`019b6000 fffff880`019bf000   Null     Null.SYS     Mon Jul 13 19:19:37 2009 (4A5BC109)
    fffff880`04f0f000 fffff880`04f50180   OEM02Dev OEM02Dev.sys Wed Oct 10 22:29:24 2007 (470D8A84)
    fffff880`04f51000 fffff880`04f5a000   OEM02Vfx OEM02Vfx.sys Mon Mar 05 05:55:47 2007 (45EBF733)
    fffff880`02d7d000 fffff880`02da3000   pacer    pacer.sys    Mon Jul 13 20:09:41 2009 (4A5BCCC5)
    fffff880`00e00000 fffff880`00e15000   partmgr  partmgr.sys  Mon Jul 13 19:19:58 2009 (4A5BC11E)
    fffff880`00fb5000 fffff880`00fe8000   pci      pci.sys      Mon Jul 13 19:19:51 2009 (4A5BC117)
    fffff880`00e47000 fffff880`00e57000   PCIIDEX  PCIIDEX.SYS  Mon Jul 13 19:19:48 2009 (4A5BC114)
    fffff880`013e5000 fffff880`013f6000   pcw      pcw.sys      Mon Jul 13 19:19:27 2009 (4A5BC0FF)
    fffff880`01f8a000 fffff880`01fc7000   portcls  portcls.sys  Mon Jul 13 20:06:27 2009 (4A5BCC03)
    fffff880`00d11000 fffff880`00d25000   PSHED    PSHED.dll    Mon Jul 13 21:32:23 2009 (4A5BE027)
    fffff880`03a57000 fffff880`03a7b000   rasl2tp  rasl2tp.sys  Mon Jul 13 20:10:11 2009 (4A5BCCE3)
    fffff880`03bdb000 fffff880`03bf6000   raspppoe raspppoe.sys Mon Jul 13 20:10:17 2009 (4A5BCCE9)
    fffff880`02c77000 fffff880`02c98000   raspptp  raspptp.sys  Mon Jul 13 20:10:18 2009 (4A5BCCEA)
    fffff880`02de1000 fffff880`02dfb000   rassstp  rassstp.sys  Mon Jul 13 20:10:25 2009 (4A5BCCF1)
    fffff880`02c00000 fffff880`02c51000   rdbss    rdbss.sys    Mon Jul 13 19:24:09 2009 (4A5BC219)
    fffff880`02c98000 fffff880`02ca3000   rdpbus   rdpbus.sys   Mon Jul 13 20:17:46 2009 (4A5BCEAA)
    fffff880`01810000 fffff880`01819000   RDPCDD   RDPCDD.sys   Mon Jul 13 20:16:34 2009 (4A5BCE62)
    fffff880`01819000 fffff880`01822000   rdpencdd rdpencdd.sys Mon Jul 13 20:16:34 2009 (4A5BCE62)
    fffff880`01822000 fffff880`0182b000   rdprefmp rdprefmp.sys Mon Jul 13 20:16:35 2009 (4A5BCE63)
    fffff880`011c1000 fffff880`011fb000   rdyboost rdyboost.sys Mon Jul 13 19:34:34 2009 (4A5BC48A)
    fffff880`04da5000 fffff880`04dbb000   rimmpx64 rimmpx64.sys Wed Nov 05 09:25:38 2008 (4911ACE2)
    fffff880`04dbb000 fffff880`04dd2000   rimspx64 rimspx64.sys Sat Oct 11 06:42:40 2008 (48F08320)
    fffff880`03a00000 fffff880`03a57000   rixdpx64 rixdpx64.sys Mon Jul 28 03:20:31 2008 (488D733F)
    fffff880`04d85000 fffff880`04da5000   sdbus    sdbus.sys    Mon Jul 13 19:31:10 2009 (4A5BC3BE)
    fffff880`015dd000 fffff880`015e5000   spldr    spldr.sys    Mon May 11 12:56:27 2009 (4A0858BB)
    fffff880`01e00000 fffff880`01e64000   stwrt64  stwrt64.sys  Fri Feb 15 17:37:25 2008 (47B61425)
    fffff880`04805000 fffff880`04806480   swenum   swenum.sys   Mon Jul 13 20:00:18 2009 (4A5BCA92)
    fffff880`01600000 fffff880`017fd000   tcpip    tcpip.sys    Mon Jul 13 19:25:34 2009 (4A5BC26E)
    fffff880`01865000 fffff880`01872000   TDI      TDI.SYS      Mon Jul 13 19:21:18 2009 (4A5BC16E)
    fffff880`01847000 fffff880`01865000   tdx      tdx.sys      Mon Jul 13 19:21:15 2009 (4A5BC16B)
    fffff880`02dcd000 fffff880`02de1000   termdd   termdd.sys   Mon Jul 13 20:16:36 2009 (4A5BCE64)
    fffff960`005c0000 fffff960`005ca000   TSDDD    TSDDD.dll    unavailable (00000000)
    fffff880`03b3a000 fffff880`03b60000   tunnel   tunnel.sys   Mon Jul 13 20:09:37 2009 (4A5BCCC1)
    fffff880`04e63000 fffff880`04e75000   umbus    umbus.sys    Mon Jul 13 20:06:56 2009 (4A5BCC20)
    fffff880`04ef0000 fffff880`04f0d000   usbccgp  usbccgp.sys  Mon Jul 13 20:06:45 2009 (4A5BCC15)
    fffff880`04f0d000 fffff880`04f0ef00   USBD     USBD.SYS     Mon Jul 13 20:06:23 2009 (4A5BCBFF)
    fffff880`04200000 fffff880`04211000   usbehci  usbehci.sys  Mon Jul 13 20:06:30 2009 (4A5BCC06)
    fffff880`04e75000 fffff880`04ecf000   usbhub   usbhub.sys   Mon Jul 13 20:07:09 2009 (4A5BCC2D)
    fffff880`0439a000 fffff880`043f0000   USBPORT  USBPORT.SYS  Mon Jul 13 20:06:31 2009 (4A5BCC07)
    fffff880`0438d000 fffff880`0439a000   usbuhci  usbuhci.sys  Mon Jul 13 20:06:27 2009 (4A5BCC03)
    fffff880`00fe8000 fffff880`00ff5000   vdrvroot vdrvroot.sys Mon Jul 13 20:01:31 2009 (4A5BCADB)
    fffff880`019c6000 fffff880`019d4000   vga      vga.sys      Mon Jul 13 19:38:47 2009 (4A5BC587)
    fffff880`019d4000 fffff880`019f9000   VIDEOPRT VIDEOPRT.SYS Mon Jul 13 19:38:51 2009 (4A5BC58B)
    fffff880`014d5000 fffff880`014e5000   vmstorfl vmstorfl.sys Mon Jul 13 19:42:54 2009 (4A5BC67E)
    fffff880`00e2a000 fffff880`00e3f000   volmgr   volmgr.sys   Mon Jul 13 19:19:57 2009 (4A5BC11D)
    fffff880`00d83000 fffff880`00ddf000   volmgrx  volmgrx.sys  Mon Jul 13 19:20:33 2009 (4A5BC141)
    fffff880`01073000 fffff880`010bf000   volsnap  volsnap.sys  Mon Jul 13 19:20:08 2009 (4A5BC128)
    fffff880`01e6d000 fffff880`01ebf000   VSTAZL6  VSTAZL6.SYS  Wed Oct 15 20:53:42 2008 (48F69096)
    fffff880`01ebf000 fffff880`01f8a000   VSTCNXT6 VSTCNXT6.SYS Wed Oct 15 20:52:22 2008 (48F69046)
    fffff880`0200b000 fffff880`0217f000   VSTDPV6  VSTDPV6.SYS  Wed Oct 15 20:57:45 2008 (48F69189)
    fffff880`02db2000 fffff880`02dcd000   wanarp   wanarp.sys   Mon Jul 13 20:10:21 2009 (4A5BCCED)
    fffff880`01800000 fffff880`01810000   watchdog watchdog.sys Mon Jul 13 19:37:35 2009 (4A5BC53F)
    fffff880`00e98000 fffff880`00f3c000   Wdf01000 Wdf01000.sys Mon Jul 13 19:22:07 2009 (4A5BC19F)
    fffff880`00f3c000 fffff880`00f4b000   WDFLDR   WDFLDR.SYS   Mon Jul 13 19:19:54 2009 (4A5BC11A)
    fffff880`02d74000 fffff880`02d7d000   wfplwf   wfplwf.sys   Mon Jul 13 20:09:26 2009 (4A5BCCB6)
    fffff960`000d0000 fffff960`003df000   win32k   win32k.sys   unavailable (00000000)
    fffff880`04244000 fffff880`0424d000   wmiacpi  wmiacpi.sys  Mon Jul 13 19:31:02 2009 (4A5BC3B6)
    fffff880`00fa2000 fffff880`00fab000   WMILIB   WMILIB.SYS   Mon Jul 13 19:19:51 2009 (4A5BC117)
    fffff880`04fc3000 fffff880`04fe4000   WudfPf   WudfPf.sys   Mon Jul 13 20:05:37 2009 (4A5BCBD1)
    fffff880`03b76000 fffff880`03bdb000   yk62x64  yk62x64.sys  Mon Sep 28 04:19:31 2009 (4AC07193)
    
    Unloaded modules:
    fffff880`01954000 fffff880`01962000   crashdmp.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`01962000 fffff880`0196e000   dump_pciidex
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`0196e000 fffff880`01979000   dump_msahci.
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`01979000 fffff880`0198c000   dump_dumpfve
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    Bugcheck code 000000C4
    Arguments 00000000`000000d7 fffffa80`053a14f0 fffffa80`05a55050 00000000`00000000
      My Computer


  3. Posts : 12
    Windows 7
    Thread Starter
       #13

    Ok I've been playing around with the sound driver for about an hour without much luck. It is a Sigmatel Audio CODEC, and I downloaded the latest driver from my manufacturer, Dell, which was version 5.10.5207.0, but then I started looking around online and there are 6.1 versions which are newer. However when I uninstall the 5.1 and install the 6.1, when I reboot on my programs list it still says the version is 5.1.

    So it sounds like it is all up-to-date as much as it will let me. But then when I went to try and install Sound Blaster Audigy it said no audio drivers were installed!
      My Computer


  4. Posts : 12
    Windows 7
    Thread Starter
       #14

    Went to take a shower, came back, it crashed at idle I'm thinking it is that sound driver, but I'm unable to get a more current driver for it.

    Here is the mini-dump
      My Computer


  5. Posts : 5,705
    Win7 x64 + x86
       #15

    OK, the dump file is the same. Unfortunately Sigmatel doesn't appear to offer drivers directly to Users. So you're limited to either using the Dell Vista drivers (more on that later), or searching the web for Win7 drivers for this device.

    Uninstall all of the Creative stuff until we've finished troubleshooting the BSOD's.

    Here's the Dell download page ( Drivers & Downloads )

    I wasn't able to locate Win7 drivers either, so I'll suggest this procedure:

    1 - Download the latest version from the Dell website (link above).
    2 - Uninstall the current audio drivers using the Control Panel...Programs and features...Uninstall a program applet.
    3 - Double click on the installer and let it install into the directory at C:\dell\drivers\R218148 Cancel out of the installation before it finishes.
    4 - Navigate to C:\dell\drivers\R218148\Setup.exe, right click on it and select "Properties"
    5 - Select the Compatibility tab - and do the following:
    - Click on the "Change settings for all users" button
    - Click on the box to select "Run this program in compatibility mode for" and then select Windows Vista Service Pack 1
    - Click on the box to select "Run as administrator"
    - Click on OK to exit all the dialogs
    6 - Right click on the Setup.exe file and select "Run as administrator"
    7 - Let it install and see if that stops the BSOD's.
      My Computer


  6. Posts : 12
    Windows 7
    Thread Starter
       #16

    Ok I did as you just said, and now my problems have multiplied?
    My computer says that sigmatel is installed, but then Windows Action Center now says there is a problem with my driver.

    In the bottom right of my screen, right above the clock on teh tool bar it says the following on my background:

    Windows 7
    Build 7600
    This copy of Windows is not genuine

    I looked at the details of my computer and my serial key is no longer there and it says there is no status available for activation And windows defender got turned off, and it won't let me turn it back on.

    Edit: And the network icon on the tool bar has a red x on it, but I still have internet and I can't open the network and sharing center.
    I think I may have to reformat, as it does not recognize my OS as valid.
      My Computer


  7. Posts : 12
    Windows 7
    Thread Starter
       #17

    Rebooting got ride of the message in the corner. However my serial key is still gone...
      My Computer


  8. Posts : 5,705
    Win7 x64 + x86
       #18

    Many different issues - are you sure that this is a legitimate copy of Windows 7?
      My Computer


  9. Posts : 12
    Windows 7
    Thread Starter
       #19

    Yes I am positive. I got the copy through my school (Plymouth State University) in NH, because I am a Computer Science Student. I got the software and serial key through the MSDN Academic Alliance.

    I think I may just back everything up and do a clean install this weekend if I have the time...
    Or maybe a nice healthy system restore to like 3-4 weeks ago.
      My Computer


  10. Posts : 12
    Windows 7
    Thread Starter
       #20

    Update, still was missing serial key, invalid copy all that last night.

    Started up this morning, and my serial key is back! I am really confused now...
      My Computer


 
Page 2 of 2 FirstFirst 12

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 22:36.
Find Us