Blue screen After login

Page 2 of 2 FirstFirst 12

  1. Posts : 5,705
    Win7 x64 + x86
       #11

    Where did you get your copy of Win7 v7600 from? The build information is something that I'm not familiar with - and the build that you're using doesn't have a recognized symbol file for ntoskrnl.exe (which it should have as Microsoft has loaded the symbol files for v7600 on their symbol server).
    Built by: 7600.16397.amd64fre.win7_gdr_staging.090720-1852
    Because of this issue, it's gonna be difficult to figure out what's causing this. The stack information (that we usually use to get more info) is truncated due to the absence of the symbols. We can continue to analyze dump files, or run Driver Verifier - but I'm unsure of being able to interpret the results because of that lack of symbols.

    I'd suggest continuing to follow TGSoldier's advice, it's usually "spot on"
    Forcing a replacement of ntoskrnl is likely to cause issues with your system - if SFC.EXE doesn't fix it, then I'd have to suggest either a repair install or a wipe and reinstall.

    Here's 2 older drivers on the system that should be updated:
    Code:
    amdide64.sys Thu Oct 11 21:40:08 2007 (I suspect that this is an AMD driver for your storage drivers and AMD chipset) 
    pcouffin.sys Tue Dec 05 09:39:30 2006 (a driver included in a lot of CD/DVD burning problems)
    Here's the dump file analysis:
    Code:
    Copyright (c) Microsoft Corporation. All rights reserved.
    
    
    Loading Dump File [C:\Users\FUBAR-RC1-Desktop\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: 
    Unable to load image \SystemRoot\system32\ntoskrnl.exe, Win32 error 0n2
    *** WARNING: Unable to verify timestamp for ntoskrnl.exe
    *** ERROR: Module load completed but symbols could not be loaded for ntoskrnl.exe
    Windows 7 Kernel Version 7600 MP (2 procs) Free x64
    Product: WinNt, suite: TerminalServer SingleUserTS
    Built by: 7600.16397.amd64fre.win7_gdr_staging.090720-1852
    Machine Name:
    Kernel base = 0xfffff800`0380e000 PsLoadedModuleList = 0xfffff800`03a4be50
    Debug session time: Thu Aug 27 12:41:31.363 2009 (GMT-4)
    System Uptime: 0 days 0:01:36.361
    Unable to load image \SystemRoot\system32\ntoskrnl.exe, Win32 error 0n2
    *** WARNING: Unable to verify timestamp for ntoskrnl.exe
    *** ERROR: Module load completed but symbols could not be loaded for ntoskrnl.exe
    Loading Kernel Symbols
    ...............................................................
    ................................................................
    ................................
    Loading User Symbols
    Loading unloaded module list
    ....
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    
    Use !analyze -v to get detailed debugging information.
    
    BugCheck 7F, {8, 80050031, 6f8, fffff800039b23e1}
    
    ***** Kernel symbols are WRONG. Please fix symbols to do analysis.
    
    *************************************************************************
    ***                                                                   ***
    ***                                                                   ***
    ***    Your debugger is not using the correct symbols                 ***
    ***                                                                   ***
    ***    In order for this command to work properly, your symbol path   ***
    ***    must point to .pdb files that have full type information.      ***
    ***                                                                   ***
    ***    Certain .pdb files (such as the public OS symbols) do not      ***
    ***    contain the required information.  Contact the group that      ***
    ***    provided you with these symbols if you need this command to    ***
    ***    work.                                                          ***
    ***                                                                   ***
    ***    Type referenced: nt!_KPRCB                                     ***
    ***                                                                   ***
    *************************************************************************
    *************************************************************************
    ***                                                                   ***
    ***                                                                   ***
    ***    Your debugger is not using the correct symbols                 ***
    ***                                                                   ***
    ***    In order for this command to work properly, your symbol path   ***
    ***    must point to .pdb files that have full type information.      ***
    ***                                                                   ***
    ***    Certain .pdb files (such as the public OS symbols) do not      ***
    ***    contain the required information.  Contact the group that      ***
    ***    provided you with these symbols if you need this command to    ***
    ***    work.                                                          ***
    ***                                                                   ***
    ***    Type referenced: nt!_KPRCB                                     ***
    ***                                                                   ***
    *************************************************************************
    *************************************************************************
    ***                                                                   ***
    ***                                                                   ***
    ***    Your debugger is not using the correct symbols                 ***
    ***                                                                   ***
    ***    In order for this command to work properly, your symbol path   ***
    ***    must point to .pdb files that have full type information.      ***
    ***                                                                   ***
    ***    Certain .pdb files (such as the public OS symbols) do not      ***
    ***    contain the required information.  Contact the group that      ***
    ***    provided you with these symbols if you need this command to    ***
    ***    work.                                                          ***
    ***                                                                   ***
    ***    Type referenced: nt!_KPRCB                                     ***
    ***                                                                   ***
    *************************************************************************
    Probably caused by : ntoskrnl.exe ( nt+71f40 )
    
    Followup: MachineOwner
    ---------
    
    1: kd> !thread;!analyze -v;r;kv;lmtn;lmtsmn;.bugcheck;.logclose;q
    GetPointerFromAddress: unable to read from fffff80003ab6000
    *************************************************************************
    ***                                                                   ***
    ***                                                                   ***
    ***    Your debugger is not using the correct symbols                 ***
    ***                                                                   ***
    ***    In order for this command to work properly, your symbol path   ***
    ***    must point to .pdb files that have full type information.      ***
    ***                                                                   ***
    ***    Certain .pdb files (such as the public OS symbols) do not      ***
    ***    contain the required information.  Contact the group that      ***
    ***    provided you with these symbols if you need this command to    ***
    ***    work.                                                          ***
    ***                                                                   ***
    ***    Type referenced: nt!_ETHREAD                                   ***
    ***                                                                   ***
    *************************************************************************
    fffffa80052095e0: Unable to get thread contents
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    
    UNEXPECTED_KERNEL_MODE_TRAP (7f)
    This means a trap occurred in kernel mode, and it's a trap of a kind
    that the kernel isn't allowed to have/catch (bound trap) or that
    is always instant death (double fault).  The first number in the
    bugcheck params is the number of the trap (8 = double fault, etc)
    Consult an Intel x86 family manual to learn more about what these
    traps are. Here is a *portion* of those codes:
    If kv shows a taskGate
            use .tss on the part before the colon, then kv.
    Else if kv shows a trapframe
            use .trap on that value
    Else
            .trap on the appropriate frame will show where the trap was taken
            (on x86, this will be the ebp that goes with the procedure KiTrap)
    Endif
    kb will then show the corrected stack.
    Arguments:
    Arg1: 0000000000000008, EXCEPTION_DOUBLE_FAULT
    Arg2: 0000000080050031
    Arg3: 00000000000006f8
    Arg4: fffff800039b23e1
    
    Debugging Details:
    ------------------
    
    ***** Kernel symbols are WRONG. Please fix symbols to do analysis.
    
    *************************************************************************
    ***                                                                   ***
    ***                                                                   ***
    ***    Your debugger is not using the correct symbols                 ***
    ***                                                                   ***
    ***    In order for this command to work properly, your symbol path   ***
    ***    must point to .pdb files that have full type information.      ***
    ***                                                                   ***
    ***    Certain .pdb files (such as the public OS symbols) do not      ***
    ***    contain the required information.  Contact the group that      ***
    ***    provided you with these symbols if you need this command to    ***
    ***    work.                                                          ***
    ***                                                                   ***
    ***    Type referenced: nt!_KPRCB                                     ***
    ***                                                                   ***
    *************************************************************************
    *************************************************************************
    ***                                                                   ***
    ***                                                                   ***
    ***    Your debugger is not using the correct symbols                 ***
    ***                                                                   ***
    ***    In order for this command to work properly, your symbol path   ***
    ***    must point to .pdb files that have full type information.      ***
    ***                                                                   ***
    ***    Certain .pdb files (such as the public OS symbols) do not      ***
    ***    contain the required information.  Contact the group that      ***
    ***    provided you with these symbols if you need this command to    ***
    ***    work.                                                          ***
    ***                                                                   ***
    ***    Type referenced: nt!_KPRCB                                     ***
    ***                                                                   ***
    *************************************************************************
    *************************************************************************
    ***                                                                   ***
    ***                                                                   ***
    ***    Your debugger is not using the correct symbols                 ***
    ***                                                                   ***
    ***    In order for this command to work properly, your symbol path   ***
    ***    must point to .pdb files that have full type information.      ***
    ***                                                                   ***
    ***    Certain .pdb files (such as the public OS symbols) do not      ***
    ***    contain the required information.  Contact the group that      ***
    ***    provided you with these symbols if you need this command to    ***
    ***    work.                                                          ***
    ***                                                                   ***
    ***    Type referenced: nt!_KPRCB                                     ***
    ***                                                                   ***
    *************************************************************************
    
    ADDITIONAL_DEBUG_TEXT:  
    
    Use '!findthebuild' command to search for the target build information.
    
    If the build information is available, run '!findthebuild -s ; .reload' to set symbol path and load symbols.
    
    MODULE_NAME: nt
    
    FAULTING_MODULE: fffff8000380e000 nt
    
    DEBUG_FLR_IMAGE_TIMESTAMP:  4a6567b3
    
    BUGCHECK_STR:  0x7f_8
    
    DEFAULT_BUCKET_ID:  VISTA_DRIVER_FAULT
    
    CURRENT_IRQL:  0
    
    LAST_CONTROL_TRANSFER:  from fffff8000387f4a9 to fffff8000387ff40
    
    STACK_TEXT:  
    fffff880`009eec68 fffff800`0387f4a9 : 00000000`0000007f 00000000`00000008 00000000`80050031 00000000`000006f8 : nt+0x71f40
    fffff880`009eec70 00000000`0000007f : 00000000`00000008 00000000`80050031 00000000`000006f8 fffff800`039b23e1 : nt+0x714a9
    fffff880`009eec78 00000000`00000008 : 00000000`80050031 00000000`000006f8 fffff800`039b23e1 00000000`00000000 : 0x7f
    fffff880`009eec80 00000000`80050031 : 00000000`000006f8 fffff800`039b23e1 00000000`00000000 00000000`00000000 : 0x8
    fffff880`009eec88 00000000`000006f8 : fffff800`039b23e1 00000000`00000000 00000000`00000000 00000000`00000000 : 0x80050031
    fffff880`009eec90 fffff800`039b23e1 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : 0x6f8
    fffff880`009eec98 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt+0x1a43e1
    
    
    STACK_COMMAND:  kb
    
    FOLLOWUP_IP: 
    nt+71f40
    fffff800`0387ff40 48894c2408      mov     qword ptr [rsp+8],rcx
    
    SYMBOL_STACK_INDEX:  0
    
    SYMBOL_NAME:  nt+71f40
    
    FOLLOWUP_NAME:  MachineOwner
    
    IMAGE_NAME:  ntoskrnl.exe
    
    BUCKET_ID:  WRONG_SYMBOLS
    
    Followup: MachineOwner
    ---------
    
    rax=fffff880009eed70 rbx=fffffa80058bd940 rcx=000000000000007f
    rdx=0000000000000008 rsi=fffffa80059de588 rdi=fffffa80059de1a0
    rip=fffff8000387ff40 rsp=fffff880009eec68 rbp=fffff880009eee30
     r8=0000000080050031  r9=00000000000006f8 r10=fffff800039b23e1
    r11=0000000000000000 r12=fffffa80059de050 r13=fffffa80058a73c0
    r14=0000000000000001 r15=00000000206d6457
    iopl=0         nv up ei ng nz na pe nc
    cs=0010  ss=0018  ds=002b  es=002b  fs=0053  gs=002b             efl=00000282
    nt+0x71f40:
    fffff800`0387ff40 48894c2408      mov     qword ptr [rsp+8],rcx ss:0018:fffff880`009eec70=000000000000007f
    Child-SP          RetAddr           : Args to Child                                                           : Call Site
    fffff880`009eec68 fffff800`0387f4a9 : 00000000`0000007f 00000000`00000008 00000000`80050031 00000000`000006f8 : nt+0x71f40
    fffff880`009eec70 00000000`0000007f : 00000000`00000008 00000000`80050031 00000000`000006f8 fffff800`039b23e1 : nt+0x714a9
    fffff880`009eec78 00000000`00000008 : 00000000`80050031 00000000`000006f8 fffff800`039b23e1 00000000`00000000 : 0x7f
    fffff880`009eec80 00000000`80050031 : 00000000`000006f8 fffff800`039b23e1 00000000`00000000 00000000`00000000 : 0x8
    fffff880`009eec88 00000000`000006f8 : fffff800`039b23e1 00000000`00000000 00000000`00000000 00000000`00000000 : 0x80050031
    fffff880`009eec90 fffff800`039b23e1 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : 0x6f8
    fffff880`009eec98 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt+0x1a43e1
    start             end                 module name
    fffff800`00b9d000 fffff800`00ba7000   kdcom    kdcom.dll    Mon Jul 13 21:31:07 2009 (4A5BDFDB)
    fffff800`0380e000 fffff800`03deb000   nt       ntoskrnl.exe Tue Jul 21 03:01:07 2009 (4A6567B3)
    fffff800`03deb000 fffff800`03e34000   hal      hal.dll      Tue Jul 21 06:29:39 2009 (4A659893)
    fffff880`00c00000 fffff880`00c30000   CLASSPNP CLASSPNP.SYS Mon Jul 13 19:19:58 2009 (4A5BC11E)
    fffff880`00c3f000 fffff880`00c4c000   mcupdate_AuthenticAMD mcupdate_AuthenticAMD.dll Mon Jul 13 21:29:09 2009 (4A5BDF65)
    fffff880`00c4c000 fffff880`00c60000   PSHED    PSHED.dll    Mon Jul 13 21:32:23 2009 (4A5BE027)
    fffff880`00c60000 fffff880`00cbe000   CLFS     CLFS.SYS     Mon Jul 13 19:19:57 2009 (4A5BC11D)
    fffff880`00cbe000 fffff880`00d7e000   CI       CI.dll       Mon Jul 13 21:32:13 2009 (4A5BE01D)
    fffff880`00d7e000 fffff880`00d8e000   PCIIDEX  PCIIDEX.SYS  Mon Jul 13 19:19:48 2009 (4A5BC114)
    fffff880`00d8e000 fffff880`00da8000   mountmgr mountmgr.sys Mon Jul 13 19:19:54 2009 (4A5BC11A)
    fffff880`00da8000 fffff880`00db1000   atapi    atapi.sys    Mon Jul 13 19:19:47 2009 (4A5BC113)
    fffff880`00db1000 fffff880`00ddb000   ataport  ataport.SYS  Mon Jul 13 19:19:52 2009 (4A5BC118)
    fffff880`00ddb000 fffff880`00de6000   amdxata  amdxata.sys  Tue May 19 13:56:59 2009 (4A12F2EB)
    fffff880`00de6000 fffff880`00dfc000   disk     disk.sys     Mon Jul 13 19:19:57 2009 (4A5BC11D)
    fffff880`00e00000 fffff880`00e5c000   volmgrx  volmgrx.sys  Mon Jul 13 19:20:33 2009 (4A5BC141)
    fffff880`00e5c000 fffff880`00e63000   pciide   pciide.sys   Mon Jul 13 19:19:49 2009 (4A5BC115)
    fffff880`00e63000 fffff880`00e6a000   amdide   amdide.sys   Mon Jul 13 19:19:49 2009 (4A5BC115)
    fffff880`00e70000 fffff880`00f14000   Wdf01000 Wdf01000.sys Mon Jul 13 19:22:07 2009 (4A5BC19F)
    fffff880`00f14000 fffff880`00f23000   WDFLDR   WDFLDR.SYS   Mon Jul 13 19:19:54 2009 (4A5BC11A)
    fffff880`00f23000 fffff880`00f7a000   ACPI     ACPI.sys     Mon Jul 13 19:19:34 2009 (4A5BC106)
    fffff880`00f7a000 fffff880`00f83000   WMILIB   WMILIB.SYS   Mon Jul 13 19:19:51 2009 (4A5BC117)
    fffff880`00f83000 fffff880`00f8d000   msisadrv msisadrv.sys Mon Jul 13 19:19:26 2009 (4A5BC0FE)
    fffff880`00f8d000 fffff880`00fc0000   pci      pci.sys      Mon Jul 13 19:19:51 2009 (4A5BC117)
    fffff880`00fc0000 fffff880`00fcd000   vdrvroot vdrvroot.sys Mon Jul 13 20:01:31 2009 (4A5BCADB)
    fffff880`00fcd000 fffff880`00fe2000   partmgr  partmgr.sys  Mon Jul 13 19:19:58 2009 (4A5BC11E)
    fffff880`00fe2000 fffff880`00ff7000   volmgr   volmgr.sys   Mon Jul 13 19:19:57 2009 (4A5BC11D)
    fffff880`00ff7000 fffff880`00ffe000   amdide64 amdide64.sys Thu Oct 11 21:40:08 2007 (470ED078)
    fffff880`01000000 fffff880`0103a000   rdyboost rdyboost.sys Mon Jul 13 19:34:34 2009 (4A5BC48A)
    fffff880`0103a000 fffff880`01074000   fvevol   fvevol.sys   Mon Jul 13 19:22:15 2009 (4A5BC1A7)
    fffff880`0107d000 fffff880`010c9000   fltmgr   fltmgr.sys   Mon Jul 13 19:19:59 2009 (4A5BC11F)
    fffff880`010c9000 fffff880`010dd000   fileinfo fileinfo.sys Mon Jul 13 19:34:25 2009 (4A5BC481)
    fffff880`010dd000 fffff880`0113b000   msrpc    msrpc.sys    Mon Jul 13 19:21:32 2009 (4A5BC17C)
    fffff880`0113b000 fffff880`011ae000   cng      cng.sys      Mon Jul 13 19:49:40 2009 (4A5BC814)
    fffff880`011ae000 fffff880`011fa000   volsnap  volsnap.sys  Mon Jul 13 19:20:08 2009 (4A5BC128)
    fffff880`01200000 fffff880`0120a000   Fs_Rec   Fs_Rec.sys   Mon Jul 13 19:19:45 2009 (4A5BC111)
    fffff880`0120a000 fffff880`0121c000   mup      mup.sys      Mon Jul 13 19:23:45 2009 (4A5BC201)
    fffff880`01230000 fffff880`013d3000   Ntfs     Ntfs.sys     Mon Jul 13 19:20:47 2009 (4A5BC14F)
    fffff880`013d3000 fffff880`013ed000   ksecdd   ksecdd.sys   Mon Jul 13 19:20:54 2009 (4A5BC156)
    fffff880`013ed000 fffff880`013fe000   pcw      pcw.sys      Mon Jul 13 19:19:27 2009 (4A5BC0FF)
    fffff880`01400000 fffff880`0144a000   fwpkclnt fwpkclnt.sys Fri Jul 24 02:14:00 2009 (4A695128)
    fffff880`0144a000 fffff880`0145a000   vmstorfl vmstorfl.sys Mon Jul 13 19:42:54 2009 (4A5BC67E)
    fffff880`0145a000 fffff880`01462000   spldr    spldr.sys    Mon May 11 12:56:27 2009 (4A0858BB)
    fffff880`01462000 fffff880`0146b000   hwpolicy hwpolicy.sys Mon Jul 13 19:19:22 2009 (4A5BC0FA)
    fffff880`0146b000 fffff880`0146f700   BtHidBus BtHidBus.sys Wed Jan 07 10:29:05 2009 (4964CA41)
    fffff880`01473000 fffff880`01565000   ndis     ndis.sys     Fri Jul 24 02:14:51 2009 (4A69515B)
    fffff880`01565000 fffff880`015c5000   NETIO    NETIO.SYS    Mon Jul 13 19:21:46 2009 (4A5BC18A)
    fffff880`015c5000 fffff880`015f0000   ksecpkg  ksecpkg.sys  Mon Jul 13 19:50:34 2009 (4A5BC84A)
    fffff880`015f0000 fffff880`015f8000   AtiPcie  AtiPcie.sys  Tue May 05 11:00:22 2009 (4A005486)
    fffff880`01602000 fffff880`017ff000   tcpip    tcpip.sys    Fri Jul 24 02:16:32 2009 (4A6951C0)
    fffff880`0221c000 fffff880`02236000   aswMonFlt aswMonFlt.sys Thu Feb 05 16:07:05 2009 (498B54F9)
    fffff880`02236000 fffff880`0223f000   aswFsBlk aswFsBlk.sys Thu Feb 05 16:07:15 2009 (498B5503)
    fffff880`0223f000 fffff880`02260000   WudfPf   WudfPf.sys   Mon Jul 13 20:05:37 2009 (4A5BCBD1)
    fffff880`02260000 fffff880`02275000   lltdio   lltdio.sys   Mon Jul 13 20:08:50 2009 (4A5BCC92)
    fffff880`02275000 fffff880`0228d000   rspndr   rspndr.sys   Mon Jul 13 20:08:50 2009 (4A5BCC92)
    fffff880`0228d000 fffff880`02355000   HTTP     HTTP.sys     Mon Jul 13 19:22:16 2009 (4A5BC1A8)
    fffff880`02355000 fffff880`02373000   bowser   bowser.sys   Mon Jul 13 19:23:50 2009 (4A5BC206)
    fffff880`02373000 fffff880`0238b000   mpsdrv   mpsdrv.sys   Mon Jul 13 20:08:25 2009 (4A5BCC79)
    fffff880`0238b000 fffff880`023b7000   mrxsmb   mrxsmb.sys   Mon Jul 13 19:23:59 2009 (4A5BC20F)
    fffff880`02a00000 fffff880`02a8a000   afd      afd.sys      Mon Jul 13 19:21:40 2009 (4A5BC184)
    fffff880`02a8a000 fffff880`02a93000   aswRdr   aswRdr.SYS   Thu Feb 05 16:06:11 2009 (498B54C3)
    fffff880`02a93000 fffff880`02ad8000   netbt    netbt.sys    Mon Jul 13 19:21:28 2009 (4A5BC178)
    fffff880`02ad8000 fffff880`02ae1000   wfplwf   wfplwf.sys   Mon Jul 13 20:09:26 2009 (4A5BCCB6)
    fffff880`02af5000 fffff880`02b1f000   cdrom    cdrom.sys    Tue Jul 21 02:54:09 2009 (4A656611)
    fffff880`02b1f000 fffff880`02b28000   Null     Null.SYS     Mon Jul 13 19:19:37 2009 (4A5BC109)
    fffff880`02b28000 fffff880`02b2f000   Beep     Beep.SYS     Mon Jul 13 20:00:13 2009 (4A5BCA8D)
    fffff880`02b2f000 fffff880`02b3d000   vga      vga.sys      Mon Jul 13 19:38:47 2009 (4A5BC587)
    fffff880`02b3d000 fffff880`02b62000   VIDEOPRT VIDEOPRT.SYS Mon Jul 13 19:38:51 2009 (4A5BC58B)
    fffff880`02b62000 fffff880`02b72000   watchdog watchdog.sys Mon Jul 13 19:37:35 2009 (4A5BC53F)
    fffff880`02b72000 fffff880`02b7b000   RDPCDD   RDPCDD.sys   Mon Jul 13 20:16:34 2009 (4A5BCE62)
    fffff880`02b7b000 fffff880`02b84000   rdpencdd rdpencdd.sys Mon Jul 13 20:16:34 2009 (4A5BCE62)
    fffff880`02b84000 fffff880`02b8d000   rdprefmp rdprefmp.sys Mon Jul 13 20:16:35 2009 (4A5BCE63)
    fffff880`02b8d000 fffff880`02b98000   Msfs     Msfs.SYS     Mon Jul 13 19:19:47 2009 (4A5BC113)
    fffff880`02b98000 fffff880`02ba9000   Npfs     Npfs.SYS     Mon Jul 13 19:19:48 2009 (4A5BC114)
    fffff880`02ba9000 fffff880`02bc7000   tdx      tdx.sys      Mon Jul 13 19:21:15 2009 (4A5BC16B)
    fffff880`02bc7000 fffff880`02bd4000   TDI      TDI.SYS      Mon Jul 13 19:21:18 2009 (4A5BC16E)
    fffff880`02bd4000 fffff880`02be5000   aswTdi   aswTdi.SYS   Thu Feb 05 16:06:22 2009 (498B54CE)
    fffff880`02be5000 fffff880`02bf4000   kbdclass kbdclass.sys Mon Jul 13 19:19:50 2009 (4A5BC116)
    fffff880`03800000 fffff880`0381c000   aswSP    aswSP.SYS    Thu Feb 05 16:07:35 2009 (498B5517)
    fffff880`0381c000 fffff880`03836000   rassstp  rassstp.sys  Mon Jul 13 20:10:25 2009 (4A5BCCF1)
    fffff880`0383c000 fffff880`03862000   pacer    pacer.sys    Mon Jul 13 20:09:41 2009 (4A5BCCC5)
    fffff880`03862000 fffff880`03871000   netbios  netbios.sys  Mon Jul 13 20:09:26 2009 (4A5BCCB6)
    fffff880`03871000 fffff880`0388e000   serial   serial.sys   Mon Jul 13 20:00:40 2009 (4A5BCAA8)
    fffff880`0388e000 fffff880`038a9000   wanarp   wanarp.sys   Mon Jul 13 20:10:21 2009 (4A5BCCED)
    fffff880`038a9000 fffff880`038bd000   termdd   termdd.sys   Mon Jul 13 20:16:36 2009 (4A5BCE64)
    fffff880`038bd000 fffff880`0390e000   rdbss    rdbss.sys    Mon Jul 13 19:24:09 2009 (4A5BC219)
    fffff880`0390e000 fffff880`0391a000   nsiproxy nsiproxy.sys Mon Jul 13 19:21:02 2009 (4A5BC15E)
    fffff880`0391a000 fffff880`03925000   mssmbios mssmbios.sys Mon Jul 13 19:31:10 2009 (4A5BC3BE)
    fffff880`03925000 fffff880`03934000   discache discache.sys Mon Jul 13 19:37:18 2009 (4A5BC52E)
    fffff880`03934000 fffff880`039b7000   csc      csc.sys      Mon Jul 13 19:24:26 2009 (4A5BC22A)
    fffff880`039b7000 fffff880`039d5000   dfsc     dfsc.sys     Mon Jul 13 19:23:44 2009 (4A5BC200)
    fffff880`039d5000 fffff880`039e6000   blbdrive blbdrive.sys Mon Jul 13 19:35:59 2009 (4A5BC4DF)
    fffff880`039e6000 fffff880`039fa380   pcouffin pcouffin.sys Tue Dec 05 09:39:30 2006 (457584A2)
    fffff880`03a00000 fffff880`03a16000   AgileVpn AgileVpn.sys Mon Jul 13 20:10:24 2009 (4A5BCCF0)
    fffff880`03a16000 fffff880`03a3a000   rasl2tp  rasl2tp.sys  Mon Jul 13 20:10:11 2009 (4A5BCCE3)
    fffff880`03a3a000 fffff880`03a46000   ndistapi ndistapi.sys Mon Jul 13 20:10:00 2009 (4A5BCCD8)
    fffff880`03a46000 fffff880`03a75000   ndiswan  ndiswan.sys  Mon Jul 13 20:10:11 2009 (4A5BCCE3)
    fffff880`03a75000 fffff880`03a90000   raspppoe raspppoe.sys Mon Jul 13 20:10:17 2009 (4A5BCCE9)
    fffff880`03a90000 fffff880`03ab1000   raspptp  raspptp.sys  Mon Jul 13 20:10:18 2009 (4A5BCCEA)
    fffff880`03ab2000 fffff880`03ad8000   tunnel   tunnel.sys   Mon Jul 13 20:09:37 2009 (4A5BCCC1)
    fffff880`03ad8000 fffff880`03aef000   amdk8    amdk8.sys    Mon Jul 13 19:19:25 2009 (4A5BC0FD)
    fffff880`03aef000 fffff880`03af8000   wmiacpi  wmiacpi.sys  Mon Jul 13 19:31:02 2009 (4A5BC3B6)
    fffff880`03af8000 fffff880`03afe180   IvtBtBus IvtBtBus.sys Wed Jul 02 02:57:21 2008 (486B26D1)
    fffff880`03aff000 fffff880`03b55000   USBPORT  USBPORT.SYS  Sat Jun 13 04:30:55 2009 (4A3363BF)
    fffff880`03b55000 fffff880`03b93000   1394ohci 1394ohci.sys Mon Jul 13 20:07:12 2009 (4A5BCC30)
    fffff880`03b93000 fffff880`03b9f000   serenum  serenum.sys  Mon Jul 13 20:00:33 2009 (4A5BCAA1)
    fffff880`03b9f000 fffff880`03bbc000   parport  parport.sys  Mon Jul 13 20:00:40 2009 (4A5BCAA8)
    fffff880`03bbc000 fffff880`03bc4d80   VcommMgr VcommMgr.sys Wed Jan 07 13:16:30 2009 (4964F17E)
    fffff880`03bc5000 fffff880`03bd5000   CompositeBus CompositeBus.sys Mon Jul 13 20:00:33 2009 (4A5BCAA1)
    fffff880`03bd5000 fffff880`03bdd000   RootMdm  RootMdm.sys  Mon Jul 13 20:10:47 2009 (4A5BCD07)
    fffff880`03bdd000 fffff880`03bec000   modem    modem.sys    Mon Jul 13 20:10:48 2009 (4A5BCD08)
    fffff880`03bec000 fffff880`03bf7000   rdpbus   rdpbus.sys   Mon Jul 13 20:17:46 2009 (4A5BCEAA)
    fffff880`03c00000 fffff880`03c0c000   usbfilter usbfilter.sys Fri Apr 03 07:39:51 2009 (49D5F587)
    fffff880`03c0c000 fffff880`03c1d000   usbehci  usbehci.sys  Sat Jun 13 04:30:51 2009 (4A3363BB)
    fffff880`03c1d000 fffff880`03c2a000   fdc      fdc.sys      Mon Jul 13 20:00:54 2009 (4A5BCAB6)
    fffff880`03c2a000 fffff880`03c31200   btnetBus btnetBus.sys Sat Dec 06 23:39:29 2008 (493B5381)
    fffff880`03c32000 fffff880`04257000   atikmdag atikmdag.sys Tue Jul 14 22:41:07 2009 (4A5D41C3)
    fffff880`04257000 fffff880`0434b000   dxgkrnl  dxgkrnl.sys  Fri Aug 07 00:44:08 2009 (4A7BB118)
    fffff880`0434b000 fffff880`04391000   dxgmms1  dxgmms1.sys  Mon Jul 13 19:38:32 2009 (4A5BC578)
    fffff880`04391000 fffff880`043b5000   HDAudBus HDAudBus.sys Mon Jul 13 20:06:13 2009 (4A5BCBF5)
    fffff880`043b5000 fffff880`043f3000   Rt64win7 Rt64win7.sys Thu Jul 30 07:58:43 2009 (4A718AF3)
    fffff880`043f3000 fffff880`043fe000   usbohci  usbohci.sys  Sat Jun 13 04:30:51 2009 (4A3363BB)
    fffff880`04800000 fffff880`0480e000   monitor  monitor.sys  Mon Jul 13 19:38:52 2009 (4A5BC58C)
    fffff880`0480e000 fffff880`04831000   luafv    luafv.sys    Mon Jul 13 19:26:13 2009 (4A5BC295)
    fffff880`0484a000 fffff880`04859000   mouclass mouclass.sys Mon Jul 13 19:19:50 2009 (4A5BC116)
    fffff880`04859000 fffff880`0485a480   swenum   swenum.sys   Mon Jul 13 20:00:18 2009 (4A5BCA92)
    fffff880`0485b000 fffff880`0489e000   ks       ks.sys       Mon Jul 13 20:00:31 2009 (4A5BCA9F)
    fffff880`0489e000 fffff880`048b0000   umbus    umbus.sys    Tue Jul 21 03:48:37 2009 (4A6572D5)
    fffff880`048b0000 fffff880`0490a000   usbhub   usbhub.sys   Tue Jul 21 03:49:00 2009 (4A6572EC)
    fffff880`0490a000 fffff880`04915000   flpydisk flpydisk.sys Mon Jul 13 20:00:54 2009 (4A5BCAB6)
    fffff880`04915000 fffff880`0492a000   NDProxy  NDProxy.SYS  Mon Jul 13 20:10:05 2009 (4A5BCCDD)
    fffff880`0492a000 fffff880`04938000   crashdmp crashdmp.sys Mon Jul 13 20:01:01 2009 (4A5BCABD)
    fffff880`04938000 fffff880`04944000   dump_dumpata dump_dumpata.sys Mon Jul 13 19:19:47 2009 (4A5BC113)
    fffff880`04944000 fffff880`0494d000   dump_atapi dump_atapi.sys Mon Jul 13 19:19:47 2009 (4A5BC113)
    fffff880`0494d000 fffff880`04960000   dump_dumpfve dump_dumpfve.sys Mon Jul 13 19:21:51 2009 (4A5BC18F)
    fffff880`04960000 fffff880`0496c000   Dxapi    Dxapi.sys    Mon Jul 13 19:38:28 2009 (4A5BC574)
    fffff880`0496c000 fffff880`04989000   usbccgp  usbccgp.sys  Sat Jun 13 04:31:03 2009 (4A3363C7)
    fffff880`04989000 fffff880`0498af00   USBD     USBD.SYS     Sat Jun 13 04:30:46 2009 (4A3363B6)
    fffff880`0498b000 fffff880`04999000   hidusb   hidusb.sys   Mon Jul 13 20:06:22 2009 (4A5BCBFE)
    fffff880`04999000 fffff880`049b2000   HIDCLASS HIDCLASS.SYS Mon Jul 13 20:06:21 2009 (4A5BCBFD)
    fffff880`049b2000 fffff880`049ba080   HIDPARSE HIDPARSE.SYS Mon Jul 13 20:06:17 2009 (4A5BCBF9)
    fffff880`049bb000 fffff880`049c9000   kbdhid   kbdhid.sys   Mon Jul 13 20:00:20 2009 (4A5BCA94)
    fffff880`049c9000 fffff880`049d5000   dc3d     dc3d.sys     Wed May 20 22:58:41 2009 (4A14C361)
    fffff880`049d5000 fffff880`049de000   NuidFltr NuidFltr.sys Fri May 08 04:53:31 2009 (4A03F30B)
    fffff880`049de000 fffff880`049eb000   mouhid   mouhid.sys   Mon Jul 13 20:00:20 2009 (4A5BCA94)
    fffff880`049eb000 fffff880`049f9000   point64k point64k.sys Thu Dec 04 04:47:58 2008 (4937A74E)
    fffff880`05200000 fffff880`05269000   srv2     srv2.sys     Mon Jul 13 19:25:02 2009 (4A5BC24E)
    fffff880`05269000 fffff880`052b6000   mrxsmb10 mrxsmb10.sys Mon Jul 13 19:24:08 2009 (4A5BC218)
    fffff880`052b6000 fffff880`052d9000   mrxsmb20 mrxsmb20.sys Mon Jul 13 19:24:05 2009 (4A5BC215)
    fffff880`052d9000 fffff880`052db880   VComm    VComm.sys    Mon Jan 21 06:26:13 2008 (47948155)
    fffff880`052dc000 fffff880`052e6100   btcusb   btcusb.sys   Sat Jan 03 03:37:16 2009 (495F23BC)
    fffff880`052e7000 fffff880`0538d000   peauth   peauth.sys   Mon Jul 13 21:01:19 2009 (4A5BD8DF)
    fffff880`0538d000 fffff880`05398000   secdrv   secdrv.SYS   Wed Sep 13 09:18:38 2006 (4508052E)
    fffff880`05398000 fffff880`053c5000   srvnet   srvnet.sys   Mon Jul 13 19:24:58 2009 (4A5BC24A)
    fffff880`053c5000 fffff880`053d7000   tcpipreg tcpipreg.sys Mon Jul 13 20:09:49 2009 (4A5BCCCD)
    fffff880`08000000 fffff880`08098000   srv      srv.sys      Mon Jul 13 19:25:11 2009 (4A5BC257)
    fffff880`080fc000 fffff880`0816d000   spsys    spsys.sys    Mon May 11 13:20:58 2009 (4A085E7A)
    fffff960`00000000 fffff960`0030f000   win32k   win32k.sys   Fri Jul 24 02:34:57 2009 (4A695611)
    fffff960`005a0000 fffff960`005aa000   TSDDD    TSDDD.dll    Mon Jul 13 20:16:34 2009 (4A5BCE62)
    fffff960`00700000 fffff960`00727000   cdd      cdd.dll      unavailable (00000000)
    fffff960`00910000 fffff960`00971000   ATMFD    ATMFD.DLL    Thu Jul 30 01:07:22 2009 (4A712A8A)
    
    Unloaded modules:
    fffff880`0121c000 fffff880`0122a000   crashdmp.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`00c30000 fffff880`00c3c000   dump_ataport
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`01074000 fffff880`0107d000   dump_atapi.s
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`02ae2000 fffff880`02af5000   dump_dumpfve
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    start             end                 module name
    fffff880`03b55000 fffff880`03b93000   1394ohci 1394ohci.sys Mon Jul 13 20:07:12 2009 (4A5BCC30)
    fffff880`00f23000 fffff880`00f7a000   ACPI     ACPI.sys     Mon Jul 13 19:19:34 2009 (4A5BC106)
    fffff880`02a00000 fffff880`02a8a000   afd      afd.sys      Mon Jul 13 19:21:40 2009 (4A5BC184)
    fffff880`03a00000 fffff880`03a16000   AgileVpn AgileVpn.sys Mon Jul 13 20:10:24 2009 (4A5BCCF0)
    fffff880`00e63000 fffff880`00e6a000   amdide   amdide.sys   Mon Jul 13 19:19:49 2009 (4A5BC115)
    fffff880`00ff7000 fffff880`00ffe000   amdide64 amdide64.sys Thu Oct 11 21:40:08 2007 (470ED078)
    fffff880`03ad8000 fffff880`03aef000   amdk8    amdk8.sys    Mon Jul 13 19:19:25 2009 (4A5BC0FD)
    fffff880`00ddb000 fffff880`00de6000   amdxata  amdxata.sys  Tue May 19 13:56:59 2009 (4A12F2EB)
    fffff880`02236000 fffff880`0223f000   aswFsBlk aswFsBlk.sys Thu Feb 05 16:07:15 2009 (498B5503)
    fffff880`0221c000 fffff880`02236000   aswMonFlt aswMonFlt.sys Thu Feb 05 16:07:05 2009 (498B54F9)
    fffff880`02a8a000 fffff880`02a93000   aswRdr   aswRdr.SYS   Thu Feb 05 16:06:11 2009 (498B54C3)
    fffff880`03800000 fffff880`0381c000   aswSP    aswSP.SYS    Thu Feb 05 16:07:35 2009 (498B5517)
    fffff880`02bd4000 fffff880`02be5000   aswTdi   aswTdi.SYS   Thu Feb 05 16:06:22 2009 (498B54CE)
    fffff880`00da8000 fffff880`00db1000   atapi    atapi.sys    Mon Jul 13 19:19:47 2009 (4A5BC113)
    fffff880`00db1000 fffff880`00ddb000   ataport  ataport.SYS  Mon Jul 13 19:19:52 2009 (4A5BC118)
    fffff880`03c32000 fffff880`04257000   atikmdag atikmdag.sys Tue Jul 14 22:41:07 2009 (4A5D41C3)
    fffff880`015f0000 fffff880`015f8000   AtiPcie  AtiPcie.sys  Tue May 05 11:00:22 2009 (4A005486)
    fffff960`00910000 fffff960`00971000   ATMFD    ATMFD.DLL    Thu Jul 30 01:07:22 2009 (4A712A8A)
    fffff880`02b28000 fffff880`02b2f000   Beep     Beep.SYS     Mon Jul 13 20:00:13 2009 (4A5BCA8D)
    fffff880`039d5000 fffff880`039e6000   blbdrive blbdrive.sys Mon Jul 13 19:35:59 2009 (4A5BC4DF)
    fffff880`02355000 fffff880`02373000   bowser   bowser.sys   Mon Jul 13 19:23:50 2009 (4A5BC206)
    fffff880`052dc000 fffff880`052e6100   btcusb   btcusb.sys   Sat Jan 03 03:37:16 2009 (495F23BC)
    fffff880`0146b000 fffff880`0146f700   BtHidBus BtHidBus.sys Wed Jan 07 10:29:05 2009 (4964CA41)
    fffff880`03c2a000 fffff880`03c31200   btnetBus btnetBus.sys Sat Dec 06 23:39:29 2008 (493B5381)
    fffff960`00700000 fffff960`00727000   cdd      cdd.dll      unavailable (00000000)
    fffff880`02af5000 fffff880`02b1f000   cdrom    cdrom.sys    Tue Jul 21 02:54:09 2009 (4A656611)
    fffff880`00cbe000 fffff880`00d7e000   CI       CI.dll       Mon Jul 13 21:32:13 2009 (4A5BE01D)
    fffff880`00c00000 fffff880`00c30000   CLASSPNP CLASSPNP.SYS Mon Jul 13 19:19:58 2009 (4A5BC11E)
    fffff880`00c60000 fffff880`00cbe000   CLFS     CLFS.SYS     Mon Jul 13 19:19:57 2009 (4A5BC11D)
    fffff880`0113b000 fffff880`011ae000   cng      cng.sys      Mon Jul 13 19:49:40 2009 (4A5BC814)
    fffff880`03bc5000 fffff880`03bd5000   CompositeBus CompositeBus.sys Mon Jul 13 20:00:33 2009 (4A5BCAA1)
    fffff880`0492a000 fffff880`04938000   crashdmp crashdmp.sys Mon Jul 13 20:01:01 2009 (4A5BCABD)
    fffff880`03934000 fffff880`039b7000   csc      csc.sys      Mon Jul 13 19:24:26 2009 (4A5BC22A)
    fffff880`049c9000 fffff880`049d5000   dc3d     dc3d.sys     Wed May 20 22:58:41 2009 (4A14C361)
    fffff880`039b7000 fffff880`039d5000   dfsc     dfsc.sys     Mon Jul 13 19:23:44 2009 (4A5BC200)
    fffff880`03925000 fffff880`03934000   discache discache.sys Mon Jul 13 19:37:18 2009 (4A5BC52E)
    fffff880`00de6000 fffff880`00dfc000   disk     disk.sys     Mon Jul 13 19:19:57 2009 (4A5BC11D)
    fffff880`04944000 fffff880`0494d000   dump_atapi dump_atapi.sys Mon Jul 13 19:19:47 2009 (4A5BC113)
    fffff880`04938000 fffff880`04944000   dump_dumpata dump_dumpata.sys Mon Jul 13 19:19:47 2009 (4A5BC113)
    fffff880`0494d000 fffff880`04960000   dump_dumpfve dump_dumpfve.sys Mon Jul 13 19:21:51 2009 (4A5BC18F)
    fffff880`04960000 fffff880`0496c000   Dxapi    Dxapi.sys    Mon Jul 13 19:38:28 2009 (4A5BC574)
    fffff880`04257000 fffff880`0434b000   dxgkrnl  dxgkrnl.sys  Fri Aug 07 00:44:08 2009 (4A7BB118)
    fffff880`0434b000 fffff880`04391000   dxgmms1  dxgmms1.sys  Mon Jul 13 19:38:32 2009 (4A5BC578)
    fffff880`03c1d000 fffff880`03c2a000   fdc      fdc.sys      Mon Jul 13 20:00:54 2009 (4A5BCAB6)
    fffff880`010c9000 fffff880`010dd000   fileinfo fileinfo.sys Mon Jul 13 19:34:25 2009 (4A5BC481)
    fffff880`0490a000 fffff880`04915000   flpydisk flpydisk.sys Mon Jul 13 20:00:54 2009 (4A5BCAB6)
    fffff880`0107d000 fffff880`010c9000   fltmgr   fltmgr.sys   Mon Jul 13 19:19:59 2009 (4A5BC11F)
    fffff880`01200000 fffff880`0120a000   Fs_Rec   Fs_Rec.sys   Mon Jul 13 19:19:45 2009 (4A5BC111)
    fffff880`0103a000 fffff880`01074000   fvevol   fvevol.sys   Mon Jul 13 19:22:15 2009 (4A5BC1A7)
    fffff880`01400000 fffff880`0144a000   fwpkclnt fwpkclnt.sys Fri Jul 24 02:14:00 2009 (4A695128)
    fffff800`03deb000 fffff800`03e34000   hal      hal.dll      Tue Jul 21 06:29:39 2009 (4A659893)
    fffff880`04391000 fffff880`043b5000   HDAudBus HDAudBus.sys Mon Jul 13 20:06:13 2009 (4A5BCBF5)
    fffff880`04999000 fffff880`049b2000   HIDCLASS HIDCLASS.SYS Mon Jul 13 20:06:21 2009 (4A5BCBFD)
    fffff880`049b2000 fffff880`049ba080   HIDPARSE HIDPARSE.SYS Mon Jul 13 20:06:17 2009 (4A5BCBF9)
    fffff880`0498b000 fffff880`04999000   hidusb   hidusb.sys   Mon Jul 13 20:06:22 2009 (4A5BCBFE)
    fffff880`0228d000 fffff880`02355000   HTTP     HTTP.sys     Mon Jul 13 19:22:16 2009 (4A5BC1A8)
    fffff880`01462000 fffff880`0146b000   hwpolicy hwpolicy.sys Mon Jul 13 19:19:22 2009 (4A5BC0FA)
    fffff880`03af8000 fffff880`03afe180   IvtBtBus IvtBtBus.sys Wed Jul 02 02:57:21 2008 (486B26D1)
    fffff880`02be5000 fffff880`02bf4000   kbdclass kbdclass.sys Mon Jul 13 19:19:50 2009 (4A5BC116)
    fffff880`049bb000 fffff880`049c9000   kbdhid   kbdhid.sys   Mon Jul 13 20:00:20 2009 (4A5BCA94)
    fffff800`00b9d000 fffff800`00ba7000   kdcom    kdcom.dll    Mon Jul 13 21:31:07 2009 (4A5BDFDB)
    fffff880`0485b000 fffff880`0489e000   ks       ks.sys       Mon Jul 13 20:00:31 2009 (4A5BCA9F)
    fffff880`013d3000 fffff880`013ed000   ksecdd   ksecdd.sys   Mon Jul 13 19:20:54 2009 (4A5BC156)
    fffff880`015c5000 fffff880`015f0000   ksecpkg  ksecpkg.sys  Mon Jul 13 19:50:34 2009 (4A5BC84A)
    fffff880`02260000 fffff880`02275000   lltdio   lltdio.sys   Mon Jul 13 20:08:50 2009 (4A5BCC92)
    fffff880`0480e000 fffff880`04831000   luafv    luafv.sys    Mon Jul 13 19:26:13 2009 (4A5BC295)
    fffff880`00c3f000 fffff880`00c4c000   mcupdate_AuthenticAMD mcupdate_AuthenticAMD.dll Mon Jul 13 21:29:09 2009 (4A5BDF65)
    fffff880`03bdd000 fffff880`03bec000   modem    modem.sys    Mon Jul 13 20:10:48 2009 (4A5BCD08)
    fffff880`04800000 fffff880`0480e000   monitor  monitor.sys  Mon Jul 13 19:38:52 2009 (4A5BC58C)
    fffff880`0484a000 fffff880`04859000   mouclass mouclass.sys Mon Jul 13 19:19:50 2009 (4A5BC116)
    fffff880`049de000 fffff880`049eb000   mouhid   mouhid.sys   Mon Jul 13 20:00:20 2009 (4A5BCA94)
    fffff880`00d8e000 fffff880`00da8000   mountmgr mountmgr.sys Mon Jul 13 19:19:54 2009 (4A5BC11A)
    fffff880`02373000 fffff880`0238b000   mpsdrv   mpsdrv.sys   Mon Jul 13 20:08:25 2009 (4A5BCC79)
    fffff880`0238b000 fffff880`023b7000   mrxsmb   mrxsmb.sys   Mon Jul 13 19:23:59 2009 (4A5BC20F)
    fffff880`05269000 fffff880`052b6000   mrxsmb10 mrxsmb10.sys Mon Jul 13 19:24:08 2009 (4A5BC218)
    fffff880`052b6000 fffff880`052d9000   mrxsmb20 mrxsmb20.sys Mon Jul 13 19:24:05 2009 (4A5BC215)
    fffff880`02b8d000 fffff880`02b98000   Msfs     Msfs.SYS     Mon Jul 13 19:19:47 2009 (4A5BC113)
    fffff880`00f83000 fffff880`00f8d000   msisadrv msisadrv.sys Mon Jul 13 19:19:26 2009 (4A5BC0FE)
    fffff880`010dd000 fffff880`0113b000   msrpc    msrpc.sys    Mon Jul 13 19:21:32 2009 (4A5BC17C)
    fffff880`0391a000 fffff880`03925000   mssmbios mssmbios.sys Mon Jul 13 19:31:10 2009 (4A5BC3BE)
    fffff880`0120a000 fffff880`0121c000   mup      mup.sys      Mon Jul 13 19:23:45 2009 (4A5BC201)
    fffff880`01473000 fffff880`01565000   ndis     ndis.sys     Fri Jul 24 02:14:51 2009 (4A69515B)
    fffff880`03a3a000 fffff880`03a46000   ndistapi ndistapi.sys Mon Jul 13 20:10:00 2009 (4A5BCCD8)
    fffff880`03a46000 fffff880`03a75000   ndiswan  ndiswan.sys  Mon Jul 13 20:10:11 2009 (4A5BCCE3)
    fffff880`04915000 fffff880`0492a000   NDProxy  NDProxy.SYS  Mon Jul 13 20:10:05 2009 (4A5BCCDD)
    fffff880`03862000 fffff880`03871000   netbios  netbios.sys  Mon Jul 13 20:09:26 2009 (4A5BCCB6)
    fffff880`02a93000 fffff880`02ad8000   netbt    netbt.sys    Mon Jul 13 19:21:28 2009 (4A5BC178)
    fffff880`01565000 fffff880`015c5000   NETIO    NETIO.SYS    Mon Jul 13 19:21:46 2009 (4A5BC18A)
    fffff880`02b98000 fffff880`02ba9000   Npfs     Npfs.SYS     Mon Jul 13 19:19:48 2009 (4A5BC114)
    fffff880`0390e000 fffff880`0391a000   nsiproxy nsiproxy.sys Mon Jul 13 19:21:02 2009 (4A5BC15E)
    fffff800`0380e000 fffff800`03deb000   nt       ntoskrnl.exe Tue Jul 21 03:01:07 2009 (4A6567B3)
    fffff880`01230000 fffff880`013d3000   Ntfs     Ntfs.sys     Mon Jul 13 19:20:47 2009 (4A5BC14F)
    fffff880`049d5000 fffff880`049de000   NuidFltr NuidFltr.sys Fri May 08 04:53:31 2009 (4A03F30B)
    fffff880`02b1f000 fffff880`02b28000   Null     Null.SYS     Mon Jul 13 19:19:37 2009 (4A5BC109)
    fffff880`0383c000 fffff880`03862000   pacer    pacer.sys    Mon Jul 13 20:09:41 2009 (4A5BCCC5)
    fffff880`03b9f000 fffff880`03bbc000   parport  parport.sys  Mon Jul 13 20:00:40 2009 (4A5BCAA8)
    fffff880`00fcd000 fffff880`00fe2000   partmgr  partmgr.sys  Mon Jul 13 19:19:58 2009 (4A5BC11E)
    fffff880`00f8d000 fffff880`00fc0000   pci      pci.sys      Mon Jul 13 19:19:51 2009 (4A5BC117)
    fffff880`00e5c000 fffff880`00e63000   pciide   pciide.sys   Mon Jul 13 19:19:49 2009 (4A5BC115)
    fffff880`00d7e000 fffff880`00d8e000   PCIIDEX  PCIIDEX.SYS  Mon Jul 13 19:19:48 2009 (4A5BC114)
    fffff880`039e6000 fffff880`039fa380   pcouffin pcouffin.sys Tue Dec 05 09:39:30 2006 (457584A2)
    fffff880`013ed000 fffff880`013fe000   pcw      pcw.sys      Mon Jul 13 19:19:27 2009 (4A5BC0FF)
    fffff880`052e7000 fffff880`0538d000   peauth   peauth.sys   Mon Jul 13 21:01:19 2009 (4A5BD8DF)
    fffff880`049eb000 fffff880`049f9000   point64k point64k.sys Thu Dec 04 04:47:58 2008 (4937A74E)
    fffff880`00c4c000 fffff880`00c60000   PSHED    PSHED.dll    Mon Jul 13 21:32:23 2009 (4A5BE027)
    fffff880`03a16000 fffff880`03a3a000   rasl2tp  rasl2tp.sys  Mon Jul 13 20:10:11 2009 (4A5BCCE3)
    fffff880`03a75000 fffff880`03a90000   raspppoe raspppoe.sys Mon Jul 13 20:10:17 2009 (4A5BCCE9)
    fffff880`03a90000 fffff880`03ab1000   raspptp  raspptp.sys  Mon Jul 13 20:10:18 2009 (4A5BCCEA)
    fffff880`0381c000 fffff880`03836000   rassstp  rassstp.sys  Mon Jul 13 20:10:25 2009 (4A5BCCF1)
    fffff880`038bd000 fffff880`0390e000   rdbss    rdbss.sys    Mon Jul 13 19:24:09 2009 (4A5BC219)
    fffff880`03bec000 fffff880`03bf7000   rdpbus   rdpbus.sys   Mon Jul 13 20:17:46 2009 (4A5BCEAA)
    fffff880`02b72000 fffff880`02b7b000   RDPCDD   RDPCDD.sys   Mon Jul 13 20:16:34 2009 (4A5BCE62)
    fffff880`02b7b000 fffff880`02b84000   rdpencdd rdpencdd.sys Mon Jul 13 20:16:34 2009 (4A5BCE62)
    fffff880`02b84000 fffff880`02b8d000   rdprefmp rdprefmp.sys Mon Jul 13 20:16:35 2009 (4A5BCE63)
    fffff880`01000000 fffff880`0103a000   rdyboost rdyboost.sys Mon Jul 13 19:34:34 2009 (4A5BC48A)
    fffff880`03bd5000 fffff880`03bdd000   RootMdm  RootMdm.sys  Mon Jul 13 20:10:47 2009 (4A5BCD07)
    fffff880`02275000 fffff880`0228d000   rspndr   rspndr.sys   Mon Jul 13 20:08:50 2009 (4A5BCC92)
    fffff880`043b5000 fffff880`043f3000   Rt64win7 Rt64win7.sys Thu Jul 30 07:58:43 2009 (4A718AF3)
    fffff880`0538d000 fffff880`05398000   secdrv   secdrv.SYS   Wed Sep 13 09:18:38 2006 (4508052E)
    fffff880`03b93000 fffff880`03b9f000   serenum  serenum.sys  Mon Jul 13 20:00:33 2009 (4A5BCAA1)
    fffff880`03871000 fffff880`0388e000   serial   serial.sys   Mon Jul 13 20:00:40 2009 (4A5BCAA8)
    fffff880`0145a000 fffff880`01462000   spldr    spldr.sys    Mon May 11 12:56:27 2009 (4A0858BB)
    fffff880`080fc000 fffff880`0816d000   spsys    spsys.sys    Mon May 11 13:20:58 2009 (4A085E7A)
    fffff880`08000000 fffff880`08098000   srv      srv.sys      Mon Jul 13 19:25:11 2009 (4A5BC257)
    fffff880`05200000 fffff880`05269000   srv2     srv2.sys     Mon Jul 13 19:25:02 2009 (4A5BC24E)
    fffff880`05398000 fffff880`053c5000   srvnet   srvnet.sys   Mon Jul 13 19:24:58 2009 (4A5BC24A)
    fffff880`04859000 fffff880`0485a480   swenum   swenum.sys   Mon Jul 13 20:00:18 2009 (4A5BCA92)
    fffff880`01602000 fffff880`017ff000   tcpip    tcpip.sys    Fri Jul 24 02:16:32 2009 (4A6951C0)
    fffff880`053c5000 fffff880`053d7000   tcpipreg tcpipreg.sys Mon Jul 13 20:09:49 2009 (4A5BCCCD)
    fffff880`02bc7000 fffff880`02bd4000   TDI      TDI.SYS      Mon Jul 13 19:21:18 2009 (4A5BC16E)
    fffff880`02ba9000 fffff880`02bc7000   tdx      tdx.sys      Mon Jul 13 19:21:15 2009 (4A5BC16B)
    fffff880`038a9000 fffff880`038bd000   termdd   termdd.sys   Mon Jul 13 20:16:36 2009 (4A5BCE64)
    fffff960`005a0000 fffff960`005aa000   TSDDD    TSDDD.dll    Mon Jul 13 20:16:34 2009 (4A5BCE62)
    fffff880`03ab2000 fffff880`03ad8000   tunnel   tunnel.sys   Mon Jul 13 20:09:37 2009 (4A5BCCC1)
    fffff880`0489e000 fffff880`048b0000   umbus    umbus.sys    Tue Jul 21 03:48:37 2009 (4A6572D5)
    fffff880`0496c000 fffff880`04989000   usbccgp  usbccgp.sys  Sat Jun 13 04:31:03 2009 (4A3363C7)
    fffff880`04989000 fffff880`0498af00   USBD     USBD.SYS     Sat Jun 13 04:30:46 2009 (4A3363B6)
    fffff880`03c0c000 fffff880`03c1d000   usbehci  usbehci.sys  Sat Jun 13 04:30:51 2009 (4A3363BB)
    fffff880`03c00000 fffff880`03c0c000   usbfilter usbfilter.sys Fri Apr 03 07:39:51 2009 (49D5F587)
    fffff880`048b0000 fffff880`0490a000   usbhub   usbhub.sys   Tue Jul 21 03:49:00 2009 (4A6572EC)
    fffff880`043f3000 fffff880`043fe000   usbohci  usbohci.sys  Sat Jun 13 04:30:51 2009 (4A3363BB)
    fffff880`03aff000 fffff880`03b55000   USBPORT  USBPORT.SYS  Sat Jun 13 04:30:55 2009 (4A3363BF)
    fffff880`052d9000 fffff880`052db880   VComm    VComm.sys    Mon Jan 21 06:26:13 2008 (47948155)
    fffff880`03bbc000 fffff880`03bc4d80   VcommMgr VcommMgr.sys Wed Jan 07 13:16:30 2009 (4964F17E)
    fffff880`00fc0000 fffff880`00fcd000   vdrvroot vdrvroot.sys Mon Jul 13 20:01:31 2009 (4A5BCADB)
    fffff880`02b2f000 fffff880`02b3d000   vga      vga.sys      Mon Jul 13 19:38:47 2009 (4A5BC587)
    fffff880`02b3d000 fffff880`02b62000   VIDEOPRT VIDEOPRT.SYS Mon Jul 13 19:38:51 2009 (4A5BC58B)
    fffff880`0144a000 fffff880`0145a000   vmstorfl vmstorfl.sys Mon Jul 13 19:42:54 2009 (4A5BC67E)
    fffff880`00fe2000 fffff880`00ff7000   volmgr   volmgr.sys   Mon Jul 13 19:19:57 2009 (4A5BC11D)
    fffff880`00e00000 fffff880`00e5c000   volmgrx  volmgrx.sys  Mon Jul 13 19:20:33 2009 (4A5BC141)
    fffff880`011ae000 fffff880`011fa000   volsnap  volsnap.sys  Mon Jul 13 19:20:08 2009 (4A5BC128)
    fffff880`0388e000 fffff880`038a9000   wanarp   wanarp.sys   Mon Jul 13 20:10:21 2009 (4A5BCCED)
    fffff880`02b62000 fffff880`02b72000   watchdog watchdog.sys Mon Jul 13 19:37:35 2009 (4A5BC53F)
    fffff880`00e70000 fffff880`00f14000   Wdf01000 Wdf01000.sys Mon Jul 13 19:22:07 2009 (4A5BC19F)
    fffff880`00f14000 fffff880`00f23000   WDFLDR   WDFLDR.SYS   Mon Jul 13 19:19:54 2009 (4A5BC11A)
    fffff880`02ad8000 fffff880`02ae1000   wfplwf   wfplwf.sys   Mon Jul 13 20:09:26 2009 (4A5BCCB6)
    fffff960`00000000 fffff960`0030f000   win32k   win32k.sys   Fri Jul 24 02:34:57 2009 (4A695611)
    fffff880`03aef000 fffff880`03af8000   wmiacpi  wmiacpi.sys  Mon Jul 13 19:31:02 2009 (4A5BC3B6)
    fffff880`00f7a000 fffff880`00f83000   WMILIB   WMILIB.SYS   Mon Jul 13 19:19:51 2009 (4A5BC117)
    fffff880`0223f000 fffff880`02260000   WudfPf   WudfPf.sys   Mon Jul 13 20:05:37 2009 (4A5BCBD1)
    
    Unloaded modules:
    fffff880`0121c000 fffff880`0122a000   crashdmp.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`00c30000 fffff880`00c3c000   dump_ataport
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`01074000 fffff880`0107d000   dump_atapi.s
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`02ae2000 fffff880`02af5000   dump_dumpfve
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    Bugcheck code 0000007F
    Arguments 00000000`00000008 00000000`80050031 00000000`000006f8 fffff800`039b23e1
      My Computer


  2. Posts : 167
    ,Windows 7-64.7600.16385 Ultimate
    Thread Starter
       #12

    The copy is OK its been running fine for a long time now since the day it was leaked
    I did installed the updates that came out thats why the build numbers changed

    I want to try and replace the file to see if that works
    Can someone please post a "ntoskrnl.exe" FILE from a x64 6400 System
    so I can replace mine to fix the problem
    Thanks Gaz


    The pcouffin.sys is a Driver that comes with ConvertX2DVD

    I don't know about the AMD driver I alway try to keep my drivers updated
      My Computer


  3. Posts : 2,899
    Windows 7 Ult x64(x2), HomePrem x32(x4), Server 08 (+VM), 08 R2 (VM) , SuSe 11.2 (VM), XP 32 (VM)
       #13

    the only thing i can think of is unnistalling the update (if possible)
    if not then there is little hope (you will have to reinstall) until you have a dump which public symbols are available for....

    ntoskrnl.exe changing is very difficult and dangerous and as such should be avoided at all possible as people before me posted...
      My Computer


  4. Posts : 167
    ,Windows 7-64.7600.16385 Ultimate
    Thread Starter
       #14

    what about system restore how do I do that from from safe mode
      My Computer


  5. Posts : 167
    ,Windows 7-64.7600.16385 Ultimate
    Thread Starter
       #15

    I have uninstalled all the updates 17 of them I will try that now
      My Computer


  6. Posts : 1
    Windows 7 RTM
       #16

    Ok this is really strange. I'm having the EXACT same issue on my Windows XP (SP3) box. It only recently started happening.

    - Safe mode = works perfectly
    - Normal mode = blue screen 2 or 3 seconds after login
    - memory.dmp = says ntoskrnl.exe is causing the problem

    I'm just wondering if a Windows Update is causing a problem? Why would the same thing happen on Windows 7 RTM? WEIRD!
      My Computer


  7. Posts : 167
    ,Windows 7-64.7600.16385 Ultimate
    Thread Starter
       #17

    I uninstalled 17 updates only 2 uninstalled correctly
    I had a few blue screens before login
      My Computer


  8. Posts : 2,899
    Windows 7 Ult x64(x2), HomePrem x32(x4), Server 08 (+VM), 08 R2 (VM) , SuSe 11.2 (VM), XP 32 (VM)
       #18

    Gazzasore said:
    I uninstalled 17 updates only 2 uninstalled correctly
    I had a few blue screens before login
    can you check which ones were able to unnistall?
    Windows6.1-KB675605-v2-x86.msu is the one that changes the build number so you want to check whether KB675605 was able to, if not then it means that it might only be that a reinstall is the only option so that if it happens again it can be debugged...
    Last edited by darkassain; 27 Aug 2009 at 22:59.
      My Computer


  9. Posts : 167
    ,Windows 7-64.7600.16385 Ultimate
    Thread Starter
       #19

    KB675605-v2-x86.msu will not Uninstall
    I am saving stuff I need to save
    getting ready to do a fresh install
      My Computer


  10. Posts : 167
    ,Windows 7-64.7600.16385 Ultimate
    Thread Starter
       #20

    All fixed did a fresh reinstal thanks for all your help guys
      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 06:33.
Find Us