problem reading mini dump file

Page 2 of 3 FirstFirst 123 LastLast

  1. Posts : 206
    Windows 10 Pro x64
    Thread Starter
       #11

    Could someone check this dump file for me Please.
      My Computer


  2. ppp
    Posts : 32
    Windows 7
       #12

    For Windows 7 you MUST use the online source, otherwise it just won't work.
      My Computer


  3. Posts : 5,705
    Win7 x64 + x86
       #13

    First, this is a leaked build. They aren't as rigourously tested as the officially released builds - so you can expect that it wasn't tested on all hardware configurations. As such the analysis may not be very helpful. The missing symbol (nt!_KPRCB) is for the NTOSKRNL.EXE file - and that's updated with each build that comes out - so it's no surprise that symbols aren't available (and it doesn't significantly affect the analysis)

    This is a STOP 0x24 error (an error with the NTFS file system). There's not much evidence about the cause of the crash in the dump file, so we'll have to run some tests. There's many things that can cause this, but I'll address the most common one's first.

    Interestingly, this driver is way, way out of date:
    fffff880`0420d000 fffff880`04215000 ASACPI ASACPI.sys Sun Mar 27 22:30:36 2005 (42476C4C)
    It usually has to do with utilities supplied with Asus motherboards. I have had issues with Asus utilities in the Beta of Win7 and have not installed them in the RC (and don't have any problems with them). I'd suspect that this could indirectly cause this problem - so I'd suggest that you uninstall all of the Asus utilities.

    Next, the NTFS file system can be repaired by running chkdsk /r from an elevated command prompt. To do this, go to Start and type "cmd" (without the quotes).
    At the top of the search box, right click on CMD.EXE and select "Run as administrator"
    In the black window that opens, type "chkdsk /r" (without the quotes) and press Enter.
    It'll tell you it can't run right now and will ask if you want it to schedule itself for the next reboot. Press the Y key and Enter - then reboot. Chkdsk will run, and when it's done, will boot into Windows. Chkdsk /r is a long process, but check it to see if there's any errors mentioned (no need to write them down). Let us know if it finds any errors.

    If this doesn't fix it, then I'd have to suggest running a bootable hard drive diagnostic.
    I've written some instructions here: Bootable Hard Drive Diagnostics - Vox

    And, just for the heck of it, try a bootable memory diagnostic also: Bootable Memory Test Diagnostics - Vox

    All that being said, here's the analysis:
    Code:
    Microsoft (R) Windows Debugger Version 6.11.0001.404 AMD64
    Copyright (c) Microsoft Corporation. All rights reserved.
    
    
    Loading Dump File [C:\Users\FUBAR-RC1-Desktop\Downloads\061709-12636-01\061709-12636-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 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 7232 MP (4 procs) Free x64
    Product: WinNt, suite: TerminalServer SingleUserTS
    Machine Name:
    Kernel base = 0xfffff800`02861000 PsLoadedModuleList = 0xfffff800`02a9ee50
    Debug session time: Wed Jun 17 03:24:05.768 2009 (GMT-4)
    System Uptime: 0 days 0:54:33.625
    Unable to load image 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
    ........
    Unable to load image Ntfs.sys, Win32 error 0n2
    *** WARNING: Unable to verify timestamp for Ntfs.sys
    *** ERROR: Module load completed but symbols could not be loaded for Ntfs.sys
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    
    Use !analyze -v to get detailed debugging information.
    
    BugCheck 24, {1904fb, fffff88005ac7c98, fffff88005ac74f0, fffff800028f6f41}
    
    ***** 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                                     ***
    ***                                                                   ***
    *************************************************************************
    *************************************************************************
    ***                                                                   ***
    ***                                                                   ***
    ***    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                                     ***
    ***                                                                   ***
    *************************************************************************
    *************************************************************************
    ***                                                                   ***
    ***                                                                   ***
    ***    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 : Ntfs.sys ( Ntfs+213d8 )
    
    Followup: MachineOwner
    ---------
    
    3: kd> !analyze -v;!thread;r;kv;lmtn;lmtsmn;.bugcheck 
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    
    NTFS_FILE_SYSTEM (24)
        If you see NtfsExceptionFilter on the stack then the 2nd and 3rd
        parameters are the exception record and context record. Do a .cxr
        on the 3rd parameter and then kb to obtain a more informative stack
        trace.
    Arguments:
    Arg1: 00000000001904fb
    Arg2: fffff88005ac7c98
    Arg3: fffff88005ac74f0
    Arg4: fffff800028f6f41
    
    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                                     ***
    ***                                                                   ***
    *************************************************************************
    *************************************************************************
    ***                                                                   ***
    ***                                                                   ***
    ***    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                                     ***
    ***                                                                   ***
    *************************************************************************
    *************************************************************************
    ***                                                                   ***
    ***                                                                   ***
    ***    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: Ntfs
    
    FAULTING_MODULE: fffff80002861000 nt
    
    DEBUG_FLR_IMAGE_TIMESTAMP:  4a309e39
    
    EXCEPTION_RECORD:  fffff88005ac7c98 -- (.exr 0xfffff88005ac7c98)
    ExceptionAddress: fffff800028f6f41 (nt+0x0000000000095f41)
       ExceptionCode: c000001d (Illegal instruction)
      ExceptionFlags: 00000000
    NumberParameters: 0
    
    CONTEXT:  fffff88005ac74f0 -- (.cxr 0xfffff88005ac74f0)
    rax=fffffa800a1810b0 rbx=fffffa80090dcf88 rcx=fffffa80090dcf88
    rdx=0000000000060001 rsi=fffffa800882af20 rdi=fffff88002fd5180
    rip=fffff800028f6f41 rsp=fffff88005ac7ed0 rbp=fffff88005ac8800
     r8=00000000000002fd  r9=fffff88005ac7f68 r10=fffff8800124b000
    r11=fffff88005ac80a8 r12=0000000000000000 r13=fffffa800a181060
    r14=0000000000000001 r15=0000000000000001
    iopl=0         nv up di pl nz na pe nc
    cs=0010  ss=0018  ds=002b  es=002b  fs=0053  gs=002b             efl=00010002
    nt+0x95f41:
    fffff800`028f6f41 fe              ???
    Resetting default scope
    
    CUSTOMER_CRASH_COUNT:  1
    
    DEFAULT_BUCKET_ID:  VISTA_DRIVER_FAULT
    
    BUGCHECK_STR:  0x24
    
    CURRENT_IRQL:  0
    
    LAST_CONTROL_TRANSFER:  from fffffa800a607490 to fffff800028f6f41
    
    STACK_TEXT:  
    fffff880`05ac6c88 fffff880`0126c3d8 : 00000000`00000024 00000000`001904fb fffff880`05ac7c98 fffff880`05ac74f0 : nt+0x71f00
    fffff880`05ac6c90 00000000`00000024 : 00000000`001904fb fffff880`05ac7c98 fffff880`05ac74f0 fffff800`028f6f41 : Ntfs+0x213d8
    fffff880`05ac6c98 00000000`001904fb : fffff880`05ac7c98 fffff880`05ac74f0 fffff800`028f6f41 00000000`c00000c0 : 0x24
    fffff880`05ac6ca0 fffff880`05ac7c98 : fffff880`05ac74f0 fffff800`028f6f41 00000000`c00000c0 00000000`00000000 : 0x1904fb
    fffff880`05ac6ca8 fffff880`05ac74f0 : fffff800`028f6f41 00000000`c00000c0 00000000`00000000 fffff880`01264951 : 0xfffff880`05ac7c98
    fffff880`05ac6cb0 fffff800`028f6f41 : 00000000`c00000c0 00000000`00000000 fffff880`01264951 fffff880`012981b4 : 0xfffff880`05ac74f0
    fffff880`05ac6cb8 00000000`c00000c0 : 00000000`00000000 fffff880`01264951 fffff880`012981b4 fffff880`05ac8880 : nt+0x95f41
    fffff880`05ac6cc0 00000000`00000000 : fffff880`01264951 fffff880`012981b4 fffff880`05ac8880 fffff880`05ac8850 : 0xc00000c0
    
    
    STACK_COMMAND:  kb
    
    FOLLOWUP_IP: 
    Ntfs+213d8
    fffff880`0126c3d8 ??              ???
    
    SYMBOL_STACK_INDEX:  1
    
    SYMBOL_NAME:  Ntfs+213d8
    
    FOLLOWUP_NAME:  MachineOwner
    
    IMAGE_NAME:  Ntfs.sys
    
    BUCKET_ID:  WRONG_SYMBOLS
    
    Followup: MachineOwner
    ---------
    
    GetPointerFromAddress: unable to read from fffff80002b09000
    *************************************************************************
    ***                                                                   ***
    ***                                                                   ***
    ***    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                                   ***
    ***                                                                   ***
    *************************************************************************
    fffffa800a181060: Unable to get thread contents
    rax=fffff800028f6f41 rbx=00000000c000001d rcx=0000000000000024
    rdx=00000000001904fb rsi=fffff88005ac6d40 rdi=fffffa800a607490
    rip=fffff800028d2f00 rsp=fffff88005ac6c88 rbp=00000000c00000d8
     r8=fffff88005ac7c98  r9=fffff88005ac74f0 r10=fffffa8006e27000
    r11=fffffa8006e27df4 r12=fffff880012981a8 r13=0000000000017413
    r14=fffff8800124b000 r15=fffff88005ac7c98
    iopl=0         nv up di ng nz na po nc
    cs=0010  ss=0018  ds=002b  es=002b  fs=0053  gs=002b             efl=00000086
    nt+0x71f00:
    fffff800`028d2f00 48894c2408      mov     qword ptr [rsp+8],rcx ss:0018:fffff880`05ac6c90=0000000000000024
    Child-SP          RetAddr           : Args to Child                                                           : Call Site
    fffff880`05ac6c88 fffff880`0126c3d8 : 00000000`00000024 00000000`001904fb fffff880`05ac7c98 fffff880`05ac74f0 : nt+0x71f00
    fffff880`05ac6c90 00000000`00000024 : 00000000`001904fb fffff880`05ac7c98 fffff880`05ac74f0 fffff800`028f6f41 : Ntfs+0x213d8
    fffff880`05ac6c98 00000000`001904fb : fffff880`05ac7c98 fffff880`05ac74f0 fffff800`028f6f41 00000000`c00000c0 : 0x24
    fffff880`05ac6ca0 fffff880`05ac7c98 : fffff880`05ac74f0 fffff800`028f6f41 00000000`c00000c0 00000000`00000000 : 0x1904fb
    fffff880`05ac6ca8 fffff880`05ac74f0 : fffff800`028f6f41 00000000`c00000c0 00000000`00000000 fffff880`01264951 : 0xfffff880`05ac7c98
    fffff880`05ac6cb0 fffff800`028f6f41 : 00000000`c00000c0 00000000`00000000 fffff880`01264951 fffff880`012981b4 : 0xfffff880`05ac74f0
    fffff880`05ac6cb8 00000000`c00000c0 : 00000000`00000000 fffff880`01264951 fffff880`012981b4 fffff880`05ac8880 : nt+0x95f41
    fffff880`05ac6cc0 00000000`00000000 : fffff880`01264951 fffff880`012981b4 fffff880`05ac8880 fffff880`05ac8850 : 0xc00000c0
    start             end                 module name
    fffff800`00ba0000 fffff800`00baa000   kdcom    kdcom.dll    Thu Jun 11 04:40:17 2009 (4A30C2F1)
    fffff800`02818000 fffff800`02861000   hal      hal.dll      Thu Jun 11 04:36:55 2009 (4A30C227)
    fffff800`02861000 fffff800`02e3e000   nt       ntoskrnl.exe Thu Jun 11 02:10:20 2009 (4A309FCC)
    fffff880`00c00000 fffff880`00c5c000   volmgrx  volmgrx.sys  Thu Jun 11 02:02:56 2009 (4A309E10)
    fffff880`00c5c000 fffff880`00c76000   mountmgr mountmgr.sys Thu Jun 11 02:02:21 2009 (4A309DED)
    fffff880`00c93000 fffff880`00cd7000   mcupdate mcupdate.dll Thu Jun 11 04:38:08 2009 (4A30C270)
    fffff880`00cd7000 fffff880`00ceb000   PSHED    PSHED.dll    Thu Jun 11 04:42:06 2009 (4A30C35E)
    fffff880`00ceb000 fffff880`00d49000   CLFS     CLFS.SYS     Thu Jun 11 02:02:11 2009 (4A309DE3)
    fffff880`00d49000 fffff880`00d7c000   pci      pci.sys      Thu Jun 11 02:02:06 2009 (4A309DDE)
    fffff880`00d7c000 fffff880`00d91000   partmgr  partmgr.sys  Thu Jun 11 02:02:34 2009 (4A309DFA)
    fffff880`00d91000 fffff880`00da6000   volmgr   volmgr.sys   Thu Jun 11 02:02:24 2009 (4A309DF0)
    fffff880`00da6000 fffff880`00dc4000   tdx      tdx.sys      Thu Jun 11 02:03:54 2009 (4A309E4A)
    fffff880`00dc4000 fffff880`00df1100   usbvideo usbvideo.sys Thu Jun 11 03:00:38 2009 (4A30AB96)
    fffff880`00e00000 fffff880`00ea4000   Wdf01000 Wdf01000.sys Thu Jun 11 02:05:24 2009 (4A309EA4)
    fffff880`00eaf000 fffff880`00f6f000   CI       CI.dll       Thu Jun 11 04:41:57 2009 (4A30C355)
    fffff880`00f6f000 fffff880`00f7e000   WDFLDR   WDFLDR.SYS   Thu Jun 11 02:02:18 2009 (4A309DEA)
    fffff880`00f7e000 fffff880`00fd5000   ACPI     ACPI.sys     Thu Jun 11 02:02:08 2009 (4A309DE0)
    fffff880`00fd5000 fffff880`00fde000   WMILIB   WMILIB.SYS   Thu Jun 11 02:02:17 2009 (4A309DE9)
    fffff880`00fde000 fffff880`00fe8000   msisadrv msisadrv.sys Thu Jun 11 02:01:56 2009 (4A309DD4)
    fffff880`00fe8000 fffff880`00ff5000   vdrvroot vdrvroot.sys Thu Jun 11 02:53:45 2009 (4A30A9F9)
    fffff880`01000000 fffff880`0104c000   fltmgr   fltmgr.sys   Thu Jun 11 02:02:17 2009 (4A309DE9)
    fffff880`01059000 fffff880`01176000   iaStor   iaStor.sys   Fri Apr 10 13:23:01 2009 (49DF8075)
    fffff880`01176000 fffff880`0117f000   atapi    atapi.sys    Thu Jun 11 02:02:03 2009 (4A309DDB)
    fffff880`0117f000 fffff880`011a9000   ataport  ataport.SYS  Thu Jun 11 02:02:08 2009 (4A309DE0)
    fffff880`011a9000 fffff880`011b4000   msahci   msahci.sys   Thu Jun 11 02:53:08 2009 (4A30A9D4)
    fffff880`011b4000 fffff880`011c4000   PCIIDEX  PCIIDEX.SYS  Thu Jun 11 02:02:04 2009 (4A309DDC)
    fffff880`011c4000 fffff880`011cf000   amdxata  amdxata.sys  Tue May 19 13:56:59 2009 (4A12F2EB)
    fffff880`011cf000 fffff880`011e3000   fileinfo fileinfo.sys Thu Jun 11 02:19:13 2009 (4A30A1E1)
    fffff880`01200000 fffff880`01230000   CLASSPNP CLASSPNP.SYS Thu Jun 11 02:02:16 2009 (4A309DE8)
    fffff880`01230000 fffff880`01241000   Npfs     Npfs.SYS     Thu Jun 11 02:02:14 2009 (4A309DE6)
    fffff880`0124b000 fffff880`013ee000   Ntfs     Ntfs.sys     Thu Jun 11 02:03:37 2009 (4A309E39)
    fffff880`01400000 fffff880`0143a000   fvevol   fvevol.sys   Thu Jun 11 02:05:15 2009 (4A309E9B)
    fffff880`0143a000 fffff880`01450000   disk     disk.sys     Thu Jun 11 02:02:24 2009 (4A309DF0)
    fffff880`01456000 fffff880`014b4000   msrpc    msrpc.sys    Thu Jun 11 02:04:20 2009 (4A309E64)
    fffff880`014b4000 fffff880`014ce000   ksecdd   ksecdd.sys   Thu Jun 11 02:03:31 2009 (4A309E33)
    fffff880`014ce000 fffff880`01541000   cng      cng.sys      Thu Jun 11 02:37:57 2009 (4A30A645)
    fffff880`01541000 fffff880`01552000   pcw      pcw.sys      Thu Jun 11 02:01:57 2009 (4A309DD5)
    fffff880`01552000 fffff880`0155c000   Fs_Rec   Fs_Rec.sys   Thu Jun 11 02:02:02 2009 (4A309DDA)
    fffff880`0155c000 fffff880`015a8000   volsnap  volsnap.sys  Thu Jun 11 02:02:43 2009 (4A309E03)
    fffff880`015a8000 fffff880`015e2000   rdyboost rdyboost.sys Thu Jun 11 02:19:28 2009 (4A30A1F0)
    fffff880`015f0000 fffff880`015fd000   TDI      TDI.SYS      Thu Jun 11 02:03:48 2009 (4A309E44)
    fffff880`01600000 fffff880`01610000   vmstorfl vmstorfl.sys Thu Jun 11 02:29:35 2009 (4A30A44F)
    fffff880`01610000 fffff880`01618000   spldr    spldr.sys    Mon May 11 12:56:27 2009 (4A0858BB)
    fffff880`01618000 fffff880`0162a000   mup      mup.sys      Thu Jun 11 02:06:40 2009 (4A309EF0)
    fffff880`0162a000 fffff880`01633000   hwpolicy hwpolicy.sys Thu Jun 11 02:01:50 2009 (4A309DCE)
    fffff880`01638000 fffff880`0172a000   ndis     ndis.sys     Thu Jun 11 02:04:32 2009 (4A309E70)
    fffff880`0172a000 fffff880`0178a000   NETIO    NETIO.SYS    Thu Jun 11 02:04:35 2009 (4A309E73)
    fffff880`0178a000 fffff880`017b5000   ksecpkg  ksecpkg.sys  Thu Jun 11 02:39:03 2009 (4A30A687)
    fffff880`017b5000 fffff880`017ff000   fwpkclnt fwpkclnt.sys Thu Jun 11 02:03:55 2009 (4A309E4B)
    fffff880`01800000 fffff880`019fd000   tcpip    tcpip.sys    Thu Jun 11 02:06:45 2009 (4A309EF5)
    fffff880`02c00000 fffff880`02c23000   ehdrv    ehdrv.sys    Thu May 14 09:32:02 2009 (4A0C1D52)
    fffff880`02c23000 fffff880`02c31000   vga      vga.sys      Thu Jun 11 02:24:45 2009 (4A30A32D)
    fffff880`02c31000 fffff880`02c56000   VIDEOPRT VIDEOPRT.SYS Thu Jun 11 02:24:44 2009 (4A30A32C)
    fffff880`02c56000 fffff880`02c66000   watchdog watchdog.sys Thu Jun 11 02:23:12 2009 (4A30A2D0)
    fffff880`02c66000 fffff880`02c6f000   RDPCDD   RDPCDD.sys   Thu Jun 11 03:12:13 2009 (4A30AE4D)
    fffff880`02c6f000 fffff880`02c78000   rdpencdd rdpencdd.sys Thu Jun 11 03:12:12 2009 (4A30AE4C)
    fffff880`02c78000 fffff880`02c81000   rdprefmp rdprefmp.sys Thu Jun 11 03:12:13 2009 (4A30AE4D)
    fffff880`02c81000 fffff880`02c8c000   Msfs     Msfs.SYS     Thu Jun 11 02:02:13 2009 (4A309DE5)
    fffff880`02c8c000 fffff880`02da9000   dump_iaStor dump_iaStor.sys Fri Apr 10 13:23:01 2009 (49DF8075)
    fffff880`02dbe000 fffff880`02de8000   cdrom    cdrom.sys    Thu Jun 11 02:02:18 2009 (4A309DEA)
    fffff880`02de8000 fffff880`02df1000   Null     Null.SYS     Thu Jun 11 02:01:59 2009 (4A309DD7)
    fffff880`02df1000 fffff880`02df8000   Beep     Beep.SYS     Thu Jun 11 02:52:05 2009 (4A30A995)
    fffff880`03a00000 fffff880`03a1b000   wanarp   wanarp.sys   Thu Jun 11 03:04:53 2009 (4A30AC95)
    fffff880`03a1b000 fffff880`03a2f000   termdd   termdd.sys   Thu Jun 11 03:12:11 2009 (4A30AE4B)
    fffff880`03a2f000 fffff880`03a48000   SCDEmu   SCDEmu.SYS   Sun Mar 15 06:30:00 2009 (49BCD8A8)
    fffff880`03a48000 fffff880`03a99000   rdbss    rdbss.sys    Thu Jun 11 02:06:56 2009 (4A309F00)
    fffff880`03a99000 fffff880`03aa5000   nsiproxy nsiproxy.sys Thu Jun 11 02:03:35 2009 (4A309E37)
    fffff880`03aa5000 fffff880`03ab0000   mssmbios mssmbios.sys Thu Jun 11 02:15:14 2009 (4A30A0F2)
    fffff880`03ab0000 fffff880`03abf000   discache discache.sys Thu Jun 11 02:22:54 2009 (4A30A2BE)
    fffff880`03abf000 fffff880`03ae2000   luafv    luafv.sys    Thu Jun 11 02:08:44 2009 (4A309F6C)
    fffff880`03ae4000 fffff880`03b6e000   afd      afd.sys      Thu Jun 11 02:04:28 2009 (4A309E6C)
    fffff880`03b6e000 fffff880`03bb3000   netbt    netbt.sys    Thu Jun 11 02:03:52 2009 (4A309E48)
    fffff880`03bb3000 fffff880`03bbc000   wfplwf   wfplwf.sys   Thu Jun 11 03:03:28 2009 (4A30AC40)
    fffff880`03bbc000 fffff880`03be2000   pacer    pacer.sys    Thu Jun 11 03:03:46 2009 (4A30AC52)
    fffff880`03be2000 fffff880`03bf1000   netbios  netbios.sys  Thu Jun 11 03:03:29 2009 (4A30AC41)
    fffff880`04000000 fffff880`0400f000   kbdclass kbdclass.sys Thu Jun 11 02:02:03 2009 (4A309DDB)
    fffff880`0400f000 fffff880`0401e000   mouclass mouclass.sys Thu Jun 11 02:02:03 2009 (4A309DDB)
    fffff880`0401e000 fffff880`04061000   ks       ks.sys       Thu Jun 11 02:52:30 2009 (4A30A9AE)
    fffff880`04061000 fffff880`04073000   umbus    umbus.sys    Thu Jun 11 03:00:28 2009 (4A30AB8C)
    fffff880`04073000 fffff880`04081000   monitor  monitor.sys  Thu Jun 11 02:24:47 2009 (4A30A32F)
    fffff880`0409e000 fffff880`04121000   csc      csc.sys      Thu Jun 11 02:07:38 2009 (4A309F2A)
    fffff880`04121000 fffff880`0413f000   dfsc     dfsc.sys     Thu Jun 11 02:06:40 2009 (4A309EF0)
    fffff880`0413f000 fffff880`04150000   blbdrive blbdrive.sys Thu Jun 11 02:21:18 2009 (4A30A25E)
    fffff880`04150000 fffff880`04176000   tunnel   tunnel.sys   Thu Jun 11 03:03:44 2009 (4A30AC50)
    fffff880`04176000 fffff880`0418c000   intelppm intelppm.sys Thu Jun 11 02:01:53 2009 (4A309DD1)
    fffff880`0418c000 fffff880`041bb000   ndiswan  ndiswan.sys  Thu Jun 11 03:04:29 2009 (4A30AC7D)
    fffff880`041bb000 fffff880`041dc000   raspptp  raspptp.sys  Thu Jun 11 03:04:37 2009 (4A30AC85)
    fffff880`041dc000 fffff880`041f6000   rassstp  rassstp.sys  Thu Jun 11 03:04:43 2009 (4A30AC8B)
    fffff880`04200000 fffff880`0420d000   fdc      fdc.sys      Thu Jun 11 02:53:00 2009 (4A30A9CC)
    fffff880`0420d000 fffff880`04215000   ASACPI   ASACPI.sys   Sun Mar 27 22:30:36 2005 (42476C4C)
    fffff880`04215000 fffff880`04220000   Epfwndis Epfwndis.sys Thu May 14 09:12:52 2009 (4A0C18D4)
    fffff880`04220000 fffff880`04221480   swenum   swenum.sys   Thu Jun 11 02:52:16 2009 (4A30A9A0)
    fffff880`04223000 fffff880`04317000   dxgkrnl  dxgkrnl.sys  Thu Jun 11 02:24:46 2009 (4A30A32E)
    fffff880`04317000 fffff880`0435d000   dxgmms1  dxgmms1.sys  Thu Jun 11 02:24:20 2009 (4A30A314)
    fffff880`0435d000 fffff880`0436a000   usbuhci  usbuhci.sys  Thu Jun 11 02:59:54 2009 (4A30AB6A)
    fffff880`0436a000 fffff880`043c0000   USBPORT  USBPORT.SYS  Thu Jun 11 03:00:00 2009 (4A30AB70)
    fffff880`043c0000 fffff880`043d1000   usbehci  usbehci.sys  Thu Jun 11 03:00:03 2009 (4A30AB73)
    fffff880`043d1000 fffff880`043f5000   HDAudBus HDAudBus.sys Thu Jun 11 02:59:41 2009 (4A30AB5D)
    fffff880`043f5000 fffff880`04400000   rdpbus   rdpbus.sys   Thu Jun 11 03:13:44 2009 (4A30AEA8)
    fffff880`04646000 fffff880`04709000   eamon    eamon.sys    Thu May 14 09:30:49 2009 (4A0C1D09)
    fffff880`04709000 fffff880`0472a000   WudfPf   WudfPf.sys   Thu Jun 11 02:58:55 2009 (4A30AB2F)
    fffff880`0472a000 fffff880`04755000   epfw     epfw.sys     Thu May 14 09:12:55 2009 (4A0C18D7)
    fffff880`04755000 fffff880`0476a000   lltdio   lltdio.sys   Thu Jun 11 03:02:44 2009 (4A30AC14)
    fffff880`0476a000 fffff880`04782000   rspndr   rspndr.sys   Thu Jun 11 03:02:44 2009 (4A30AC14)
    fffff880`04800000 fffff880`04863000   yk62x64  yk62x64.sys  Mon Feb 23 10:02:27 2009 (49A2BA83)
    fffff880`04863000 fffff880`04873000   CompositeBus CompositeBus.sys Thu Jun 11 02:52:35 2009 (4A30A9B3)
    fffff880`04873000 fffff880`04889000   AgileVpn AgileVpn.sys Thu Jun 11 03:04:43 2009 (4A30AC8B)
    fffff880`04889000 fffff880`048ad000   rasl2tp  rasl2tp.sys  Thu Jun 11 03:04:28 2009 (4A30AC7C)
    fffff880`048ad000 fffff880`048b9000   ndistapi ndistapi.sys Thu Jun 11 03:04:13 2009 (4A30AC6D)
    fffff880`048c6000 fffff880`053dc600   nvlddmkm nvlddmkm.sys Mon Jun 01 19:52:12 2009 (4A2469AC)
    fffff880`053dd000 fffff880`053de180   nvBridge nvBridge.kmd Mon Jun 01 18:52:20 2009 (4A245BA4)
    fffff880`053df000 fffff880`053fa000   raspppoe raspppoe.sys Thu Jun 11 03:04:37 2009 (4A30AC85)
    fffff880`05600000 fffff880`05619000   HIDCLASS HIDCLASS.SYS Thu Jun 11 02:59:47 2009 (4A30AB63)
    fffff880`05619000 fffff880`05627000   kbdhid   kbdhid.sys   Thu Jun 11 02:52:16 2009 (4A30A9A0)
    fffff880`05627000 fffff880`05634000   mouhid   mouhid.sys   Thu Jun 11 02:52:17 2009 (4A30A9A1)
    fffff880`05634000 fffff880`05642000   point64k point64k.sys Thu Dec 04 04:47:58 2008 (4937A74E)
    fffff880`0564c000 fffff880`056a6000   usbhub   usbhub.sys   Thu Jun 11 03:00:47 2009 (4A30AB9F)
    fffff880`056a6000 fffff880`056b1000   flpydisk flpydisk.sys Thu Jun 11 02:53:00 2009 (4A30A9CC)
    fffff880`056b1000 fffff880`056c6000   NDProxy  NDProxy.SYS  Thu Jun 11 03:04:18 2009 (4A30AC72)
    fffff880`056c6000 fffff880`05724000   HdAudio  HdAudio.sys  Thu Jun 11 03:00:50 2009 (4A30ABA2)
    fffff880`05724000 fffff880`05761000   portcls  portcls.sys  Thu Jun 11 02:59:52 2009 (4A30AB68)
    fffff880`05761000 fffff880`05783000   drmk     drmk.sys     Thu Jun 11 04:10:07 2009 (4A30BBDF)
    fffff880`05783000 fffff880`05788180   ksthunk  ksthunk.sys  Thu Jun 11 02:52:21 2009 (4A30A9A5)
    fffff880`057aa000 fffff880`057b6000   Dxapi    Dxapi.sys    Thu Jun 11 02:24:12 2009 (4A30A30C)
    fffff880`057b6000 fffff880`057d3000   usbccgp  usbccgp.sys  Thu Jun 11 03:00:19 2009 (4A30AB83)
    fffff880`057d3000 fffff880`057d4f00   USBD     USBD.SYS     Thu Jun 11 02:59:51 2009 (4A30AB67)
    fffff880`057d5000 fffff880`057e1000   dc3d     dc3d.sys     Wed May 20 22:58:41 2009 (4A14C361)
    fffff880`057e1000 fffff880`057e9080   HIDPARSE HIDPARSE.SYS Thu Jun 11 02:59:45 2009 (4A30AB61)
    fffff880`057ea000 fffff880`057f8000   hidusb   hidusb.sys   Thu Jun 11 02:59:50 2009 (4A30AB66)
    fffff880`07400000 fffff880`07423000   mrxsmb20 mrxsmb20.sys Thu Jun 11 02:06:57 2009 (4A309F01)
    fffff880`07423000 fffff880`0743b000   adfs     adfs.SYS     Thu Jun 26 16:52:37 2008 (48640195)
    fffff880`0743b000 fffff880`0744b000   epfwwfp  epfwwfp.sys  Thu May 14 09:12:55 2009 (4A0C18D7)
    fffff880`07491000 fffff880`07559000   HTTP     HTTP.sys     Thu Jun 11 02:04:50 2009 (4A309E82)
    fffff880`07559000 fffff880`07577000   bowser   bowser.sys   Thu Jun 11 02:06:44 2009 (4A309EF4)
    fffff880`07577000 fffff880`075a3000   mrxsmb   mrxsmb.sys   Thu Jun 11 02:06:52 2009 (4A309EFC)
    fffff880`075a3000 fffff880`075f0000   mrxsmb10 mrxsmb10.sys Thu Jun 11 02:07:01 2009 (4A309F05)
    fffff880`07a72000 fffff880`07b18000   peauth   peauth.sys   Thu Jun 11 04:10:29 2009 (4A30BBF5)
    fffff880`07b18000 fffff880`07b23000   secdrv   secdrv.SYS   Wed Sep 13 09:18:38 2006 (4508052E)
    fffff880`07b23000 fffff880`07b50000   srvnet   srvnet.sys   Thu Jun 11 02:07:28 2009 (4A309F20)
    fffff880`07b50000 fffff880`07b62000   tcpipreg tcpipreg.sys Thu Jun 11 03:03:58 2009 (4A30AC5E)
    fffff880`07b62000 fffff880`07bcb000   srv2     srv2.sys     Thu Jun 11 02:07:42 2009 (4A309F2E)
    fffff880`07c71000 fffff880`07c7c000   asyncmac asyncmac.sys Thu Jun 11 03:04:34 2009 (4A30AC82)
    fffff880`07ced000 fffff880`07cfb000   crashdmp crashdmp.sys Thu Jun 11 02:53:07 2009 (4A30A9D3)
    fffff880`07cfb000 fffff880`07d93000   srv      srv.sys      Thu Jun 11 02:08:05 2009 (4A309F45)
    fffff880`07d93000 fffff880`07da6000   dump_dumpfve dump_dumpfve.sys Thu Jun 11 02:04:51 2009 (4A309E83)
    fffff960`000a0000 fffff960`003bf000   win32k   win32k.sys   Thu Jun 11 02:26:49 2009 (4A30A3A9)
    fffff960`005e0000 fffff960`005ea000   TSDDD    TSDDD.dll    Thu Jun 11 03:12:11 2009 (4A30AE4B)
    fffff960`00730000 fffff960`00759000   cdd      cdd.dll      Thu Jun 11 04:35:27 2009 (4A30C1CF)
    fffff960`00800000 fffff960`00861000   ATMFD    ATMFD.DLL    Thu Jun 11 02:23:59 2009 (4A30A2FF)
    
    Unloaded modules:
    fffff880`07c7c000 fffff880`07ced000   spsys.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`05789000 fffff880`05797000   crashdmp.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`02c8c000 fffff880`02da9000   dump_iaStor.
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`05797000 fffff880`057aa000   dump_dumpfve
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`07c00000 fffff880`07c71000   spsys.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`015e2000 fffff880`015f0000   crashdmp.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`02c8e000 fffff880`02dab000   dump_iaStor.
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`02dab000 fffff880`02dbe000   dump_dumpfve
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    start             end                 module name
    fffff880`00f7e000 fffff880`00fd5000   ACPI     ACPI.sys     Thu Jun 11 02:02:08 2009 (4A309DE0)
    fffff880`07423000 fffff880`0743b000   adfs     adfs.SYS     Thu Jun 26 16:52:37 2008 (48640195)
    fffff880`03ae4000 fffff880`03b6e000   afd      afd.sys      Thu Jun 11 02:04:28 2009 (4A309E6C)
    fffff880`04873000 fffff880`04889000   AgileVpn AgileVpn.sys Thu Jun 11 03:04:43 2009 (4A30AC8B)
    fffff880`011c4000 fffff880`011cf000   amdxata  amdxata.sys  Tue May 19 13:56:59 2009 (4A12F2EB)
    fffff880`0420d000 fffff880`04215000   ASACPI   ASACPI.sys   Sun Mar 27 22:30:36 2005 (42476C4C)
    fffff880`07c71000 fffff880`07c7c000   asyncmac asyncmac.sys Thu Jun 11 03:04:34 2009 (4A30AC82)
    fffff880`01176000 fffff880`0117f000   atapi    atapi.sys    Thu Jun 11 02:02:03 2009 (4A309DDB)
    fffff880`0117f000 fffff880`011a9000   ataport  ataport.SYS  Thu Jun 11 02:02:08 2009 (4A309DE0)
    fffff960`00800000 fffff960`00861000   ATMFD    ATMFD.DLL    Thu Jun 11 02:23:59 2009 (4A30A2FF)
    fffff880`02df1000 fffff880`02df8000   Beep     Beep.SYS     Thu Jun 11 02:52:05 2009 (4A30A995)
    fffff880`0413f000 fffff880`04150000   blbdrive blbdrive.sys Thu Jun 11 02:21:18 2009 (4A30A25E)
    fffff880`07559000 fffff880`07577000   bowser   bowser.sys   Thu Jun 11 02:06:44 2009 (4A309EF4)
    fffff960`00730000 fffff960`00759000   cdd      cdd.dll      Thu Jun 11 04:35:27 2009 (4A30C1CF)
    fffff880`02dbe000 fffff880`02de8000   cdrom    cdrom.sys    Thu Jun 11 02:02:18 2009 (4A309DEA)
    fffff880`00eaf000 fffff880`00f6f000   CI       CI.dll       Thu Jun 11 04:41:57 2009 (4A30C355)
    fffff880`01200000 fffff880`01230000   CLASSPNP CLASSPNP.SYS Thu Jun 11 02:02:16 2009 (4A309DE8)
    fffff880`00ceb000 fffff880`00d49000   CLFS     CLFS.SYS     Thu Jun 11 02:02:11 2009 (4A309DE3)
    fffff880`014ce000 fffff880`01541000   cng      cng.sys      Thu Jun 11 02:37:57 2009 (4A30A645)
    fffff880`04863000 fffff880`04873000   CompositeBus CompositeBus.sys Thu Jun 11 02:52:35 2009 (4A30A9B3)
    fffff880`07ced000 fffff880`07cfb000   crashdmp crashdmp.sys Thu Jun 11 02:53:07 2009 (4A30A9D3)
    fffff880`0409e000 fffff880`04121000   csc      csc.sys      Thu Jun 11 02:07:38 2009 (4A309F2A)
    fffff880`057d5000 fffff880`057e1000   dc3d     dc3d.sys     Wed May 20 22:58:41 2009 (4A14C361)
    fffff880`04121000 fffff880`0413f000   dfsc     dfsc.sys     Thu Jun 11 02:06:40 2009 (4A309EF0)
    fffff880`03ab0000 fffff880`03abf000   discache discache.sys Thu Jun 11 02:22:54 2009 (4A30A2BE)
    fffff880`0143a000 fffff880`01450000   disk     disk.sys     Thu Jun 11 02:02:24 2009 (4A309DF0)
    fffff880`05761000 fffff880`05783000   drmk     drmk.sys     Thu Jun 11 04:10:07 2009 (4A30BBDF)
    fffff880`07d93000 fffff880`07da6000   dump_dumpfve dump_dumpfve.sys Thu Jun 11 02:04:51 2009 (4A309E83)
    fffff880`02c8c000 fffff880`02da9000   dump_iaStor dump_iaStor.sys Fri Apr 10 13:23:01 2009 (49DF8075)
    fffff880`057aa000 fffff880`057b6000   Dxapi    Dxapi.sys    Thu Jun 11 02:24:12 2009 (4A30A30C)
    fffff880`04223000 fffff880`04317000   dxgkrnl  dxgkrnl.sys  Thu Jun 11 02:24:46 2009 (4A30A32E)
    fffff880`04317000 fffff880`0435d000   dxgmms1  dxgmms1.sys  Thu Jun 11 02:24:20 2009 (4A30A314)
    fffff880`04646000 fffff880`04709000   eamon    eamon.sys    Thu May 14 09:30:49 2009 (4A0C1D09)
    fffff880`02c00000 fffff880`02c23000   ehdrv    ehdrv.sys    Thu May 14 09:32:02 2009 (4A0C1D52)
    fffff880`0472a000 fffff880`04755000   epfw     epfw.sys     Thu May 14 09:12:55 2009 (4A0C18D7)
    fffff880`04215000 fffff880`04220000   Epfwndis Epfwndis.sys Thu May 14 09:12:52 2009 (4A0C18D4)
    fffff880`0743b000 fffff880`0744b000   epfwwfp  epfwwfp.sys  Thu May 14 09:12:55 2009 (4A0C18D7)
    fffff880`04200000 fffff880`0420d000   fdc      fdc.sys      Thu Jun 11 02:53:00 2009 (4A30A9CC)
    fffff880`011cf000 fffff880`011e3000   fileinfo fileinfo.sys Thu Jun 11 02:19:13 2009 (4A30A1E1)
    fffff880`056a6000 fffff880`056b1000   flpydisk flpydisk.sys Thu Jun 11 02:53:00 2009 (4A30A9CC)
    fffff880`01000000 fffff880`0104c000   fltmgr   fltmgr.sys   Thu Jun 11 02:02:17 2009 (4A309DE9)
    fffff880`01552000 fffff880`0155c000   Fs_Rec   Fs_Rec.sys   Thu Jun 11 02:02:02 2009 (4A309DDA)
    fffff880`01400000 fffff880`0143a000   fvevol   fvevol.sys   Thu Jun 11 02:05:15 2009 (4A309E9B)
    fffff880`017b5000 fffff880`017ff000   fwpkclnt fwpkclnt.sys Thu Jun 11 02:03:55 2009 (4A309E4B)
    fffff800`02818000 fffff800`02861000   hal      hal.dll      Thu Jun 11 04:36:55 2009 (4A30C227)
    fffff880`043d1000 fffff880`043f5000   HDAudBus HDAudBus.sys Thu Jun 11 02:59:41 2009 (4A30AB5D)
    fffff880`056c6000 fffff880`05724000   HdAudio  HdAudio.sys  Thu Jun 11 03:00:50 2009 (4A30ABA2)
    fffff880`05600000 fffff880`05619000   HIDCLASS HIDCLASS.SYS Thu Jun 11 02:59:47 2009 (4A30AB63)
    fffff880`057e1000 fffff880`057e9080   HIDPARSE HIDPARSE.SYS Thu Jun 11 02:59:45 2009 (4A30AB61)
    fffff880`057ea000 fffff880`057f8000   hidusb   hidusb.sys   Thu Jun 11 02:59:50 2009 (4A30AB66)
    fffff880`07491000 fffff880`07559000   HTTP     HTTP.sys     Thu Jun 11 02:04:50 2009 (4A309E82)
    fffff880`0162a000 fffff880`01633000   hwpolicy hwpolicy.sys Thu Jun 11 02:01:50 2009 (4A309DCE)
    fffff880`01059000 fffff880`01176000   iaStor   iaStor.sys   Fri Apr 10 13:23:01 2009 (49DF8075)
    fffff880`04176000 fffff880`0418c000   intelppm intelppm.sys Thu Jun 11 02:01:53 2009 (4A309DD1)
    fffff880`04000000 fffff880`0400f000   kbdclass kbdclass.sys Thu Jun 11 02:02:03 2009 (4A309DDB)
    fffff880`05619000 fffff880`05627000   kbdhid   kbdhid.sys   Thu Jun 11 02:52:16 2009 (4A30A9A0)
    fffff800`00ba0000 fffff800`00baa000   kdcom    kdcom.dll    Thu Jun 11 04:40:17 2009 (4A30C2F1)
    fffff880`0401e000 fffff880`04061000   ks       ks.sys       Thu Jun 11 02:52:30 2009 (4A30A9AE)
    fffff880`014b4000 fffff880`014ce000   ksecdd   ksecdd.sys   Thu Jun 11 02:03:31 2009 (4A309E33)
    fffff880`0178a000 fffff880`017b5000   ksecpkg  ksecpkg.sys  Thu Jun 11 02:39:03 2009 (4A30A687)
    fffff880`05783000 fffff880`05788180   ksthunk  ksthunk.sys  Thu Jun 11 02:52:21 2009 (4A30A9A5)
    fffff880`04755000 fffff880`0476a000   lltdio   lltdio.sys   Thu Jun 11 03:02:44 2009 (4A30AC14)
    fffff880`03abf000 fffff880`03ae2000   luafv    luafv.sys    Thu Jun 11 02:08:44 2009 (4A309F6C)
    fffff880`00c93000 fffff880`00cd7000   mcupdate mcupdate.dll Thu Jun 11 04:38:08 2009 (4A30C270)
    fffff880`04073000 fffff880`04081000   monitor  monitor.sys  Thu Jun 11 02:24:47 2009 (4A30A32F)
    fffff880`0400f000 fffff880`0401e000   mouclass mouclass.sys Thu Jun 11 02:02:03 2009 (4A309DDB)
    fffff880`05627000 fffff880`05634000   mouhid   mouhid.sys   Thu Jun 11 02:52:17 2009 (4A30A9A1)
    fffff880`00c5c000 fffff880`00c76000   mountmgr mountmgr.sys Thu Jun 11 02:02:21 2009 (4A309DED)
    fffff880`07577000 fffff880`075a3000   mrxsmb   mrxsmb.sys   Thu Jun 11 02:06:52 2009 (4A309EFC)
    fffff880`075a3000 fffff880`075f0000   mrxsmb10 mrxsmb10.sys Thu Jun 11 02:07:01 2009 (4A309F05)
    fffff880`07400000 fffff880`07423000   mrxsmb20 mrxsmb20.sys Thu Jun 11 02:06:57 2009 (4A309F01)
    fffff880`011a9000 fffff880`011b4000   msahci   msahci.sys   Thu Jun 11 02:53:08 2009 (4A30A9D4)
    fffff880`02c81000 fffff880`02c8c000   Msfs     Msfs.SYS     Thu Jun 11 02:02:13 2009 (4A309DE5)
    fffff880`00fde000 fffff880`00fe8000   msisadrv msisadrv.sys Thu Jun 11 02:01:56 2009 (4A309DD4)
    fffff880`01456000 fffff880`014b4000   msrpc    msrpc.sys    Thu Jun 11 02:04:20 2009 (4A309E64)
    fffff880`03aa5000 fffff880`03ab0000   mssmbios mssmbios.sys Thu Jun 11 02:15:14 2009 (4A30A0F2)
    fffff880`01618000 fffff880`0162a000   mup      mup.sys      Thu Jun 11 02:06:40 2009 (4A309EF0)
    fffff880`01638000 fffff880`0172a000   ndis     ndis.sys     Thu Jun 11 02:04:32 2009 (4A309E70)
    fffff880`048ad000 fffff880`048b9000   ndistapi ndistapi.sys Thu Jun 11 03:04:13 2009 (4A30AC6D)
    fffff880`0418c000 fffff880`041bb000   ndiswan  ndiswan.sys  Thu Jun 11 03:04:29 2009 (4A30AC7D)
    fffff880`056b1000 fffff880`056c6000   NDProxy  NDProxy.SYS  Thu Jun 11 03:04:18 2009 (4A30AC72)
    fffff880`03be2000 fffff880`03bf1000   netbios  netbios.sys  Thu Jun 11 03:03:29 2009 (4A30AC41)
    fffff880`03b6e000 fffff880`03bb3000   netbt    netbt.sys    Thu Jun 11 02:03:52 2009 (4A309E48)
    fffff880`0172a000 fffff880`0178a000   NETIO    NETIO.SYS    Thu Jun 11 02:04:35 2009 (4A309E73)
    fffff880`01230000 fffff880`01241000   Npfs     Npfs.SYS     Thu Jun 11 02:02:14 2009 (4A309DE6)
    fffff880`03a99000 fffff880`03aa5000   nsiproxy nsiproxy.sys Thu Jun 11 02:03:35 2009 (4A309E37)
    fffff800`02861000 fffff800`02e3e000   nt       ntoskrnl.exe Thu Jun 11 02:10:20 2009 (4A309FCC)
    fffff880`0124b000 fffff880`013ee000   Ntfs     Ntfs.sys     Thu Jun 11 02:03:37 2009 (4A309E39)
    fffff880`02de8000 fffff880`02df1000   Null     Null.SYS     Thu Jun 11 02:01:59 2009 (4A309DD7)
    fffff880`053dd000 fffff880`053de180   nvBridge nvBridge.kmd Mon Jun 01 18:52:20 2009 (4A245BA4)
    fffff880`048c6000 fffff880`053dc600   nvlddmkm nvlddmkm.sys Mon Jun 01 19:52:12 2009 (4A2469AC)
    fffff880`03bbc000 fffff880`03be2000   pacer    pacer.sys    Thu Jun 11 03:03:46 2009 (4A30AC52)
    fffff880`00d7c000 fffff880`00d91000   partmgr  partmgr.sys  Thu Jun 11 02:02:34 2009 (4A309DFA)
    fffff880`00d49000 fffff880`00d7c000   pci      pci.sys      Thu Jun 11 02:02:06 2009 (4A309DDE)
    fffff880`011b4000 fffff880`011c4000   PCIIDEX  PCIIDEX.SYS  Thu Jun 11 02:02:04 2009 (4A309DDC)
    fffff880`01541000 fffff880`01552000   pcw      pcw.sys      Thu Jun 11 02:01:57 2009 (4A309DD5)
    fffff880`07a72000 fffff880`07b18000   peauth   peauth.sys   Thu Jun 11 04:10:29 2009 (4A30BBF5)
    fffff880`05634000 fffff880`05642000   point64k point64k.sys Thu Dec 04 04:47:58 2008 (4937A74E)
    fffff880`05724000 fffff880`05761000   portcls  portcls.sys  Thu Jun 11 02:59:52 2009 (4A30AB68)
    fffff880`00cd7000 fffff880`00ceb000   PSHED    PSHED.dll    Thu Jun 11 04:42:06 2009 (4A30C35E)
    fffff880`04889000 fffff880`048ad000   rasl2tp  rasl2tp.sys  Thu Jun 11 03:04:28 2009 (4A30AC7C)
    fffff880`053df000 fffff880`053fa000   raspppoe raspppoe.sys Thu Jun 11 03:04:37 2009 (4A30AC85)
    fffff880`041bb000 fffff880`041dc000   raspptp  raspptp.sys  Thu Jun 11 03:04:37 2009 (4A30AC85)
    fffff880`041dc000 fffff880`041f6000   rassstp  rassstp.sys  Thu Jun 11 03:04:43 2009 (4A30AC8B)
    fffff880`03a48000 fffff880`03a99000   rdbss    rdbss.sys    Thu Jun 11 02:06:56 2009 (4A309F00)
    fffff880`043f5000 fffff880`04400000   rdpbus   rdpbus.sys   Thu Jun 11 03:13:44 2009 (4A30AEA8)
    fffff880`02c66000 fffff880`02c6f000   RDPCDD   RDPCDD.sys   Thu Jun 11 03:12:13 2009 (4A30AE4D)
    fffff880`02c6f000 fffff880`02c78000   rdpencdd rdpencdd.sys Thu Jun 11 03:12:12 2009 (4A30AE4C)
    fffff880`02c78000 fffff880`02c81000   rdprefmp rdprefmp.sys Thu Jun 11 03:12:13 2009 (4A30AE4D)
    fffff880`015a8000 fffff880`015e2000   rdyboost rdyboost.sys Thu Jun 11 02:19:28 2009 (4A30A1F0)
    fffff880`0476a000 fffff880`04782000   rspndr   rspndr.sys   Thu Jun 11 03:02:44 2009 (4A30AC14)
    fffff880`03a2f000 fffff880`03a48000   SCDEmu   SCDEmu.SYS   Sun Mar 15 06:30:00 2009 (49BCD8A8)
    fffff880`07b18000 fffff880`07b23000   secdrv   secdrv.SYS   Wed Sep 13 09:18:38 2006 (4508052E)
    fffff880`01610000 fffff880`01618000   spldr    spldr.sys    Mon May 11 12:56:27 2009 (4A0858BB)
    fffff880`07cfb000 fffff880`07d93000   srv      srv.sys      Thu Jun 11 02:08:05 2009 (4A309F45)
    fffff880`07b62000 fffff880`07bcb000   srv2     srv2.sys     Thu Jun 11 02:07:42 2009 (4A309F2E)
    fffff880`07b23000 fffff880`07b50000   srvnet   srvnet.sys   Thu Jun 11 02:07:28 2009 (4A309F20)
    fffff880`04220000 fffff880`04221480   swenum   swenum.sys   Thu Jun 11 02:52:16 2009 (4A30A9A0)
    fffff880`01800000 fffff880`019fd000   tcpip    tcpip.sys    Thu Jun 11 02:06:45 2009 (4A309EF5)
    fffff880`07b50000 fffff880`07b62000   tcpipreg tcpipreg.sys Thu Jun 11 03:03:58 2009 (4A30AC5E)
    fffff880`015f0000 fffff880`015fd000   TDI      TDI.SYS      Thu Jun 11 02:03:48 2009 (4A309E44)
    fffff880`00da6000 fffff880`00dc4000   tdx      tdx.sys      Thu Jun 11 02:03:54 2009 (4A309E4A)
    fffff880`03a1b000 fffff880`03a2f000   termdd   termdd.sys   Thu Jun 11 03:12:11 2009 (4A30AE4B)
    fffff960`005e0000 fffff960`005ea000   TSDDD    TSDDD.dll    Thu Jun 11 03:12:11 2009 (4A30AE4B)
    fffff880`04150000 fffff880`04176000   tunnel   tunnel.sys   Thu Jun 11 03:03:44 2009 (4A30AC50)
    fffff880`04061000 fffff880`04073000   umbus    umbus.sys    Thu Jun 11 03:00:28 2009 (4A30AB8C)
    fffff880`057b6000 fffff880`057d3000   usbccgp  usbccgp.sys  Thu Jun 11 03:00:19 2009 (4A30AB83)
    fffff880`057d3000 fffff880`057d4f00   USBD     USBD.SYS     Thu Jun 11 02:59:51 2009 (4A30AB67)
    fffff880`043c0000 fffff880`043d1000   usbehci  usbehci.sys  Thu Jun 11 03:00:03 2009 (4A30AB73)
    fffff880`0564c000 fffff880`056a6000   usbhub   usbhub.sys   Thu Jun 11 03:00:47 2009 (4A30AB9F)
    fffff880`0436a000 fffff880`043c0000   USBPORT  USBPORT.SYS  Thu Jun 11 03:00:00 2009 (4A30AB70)
    fffff880`0435d000 fffff880`0436a000   usbuhci  usbuhci.sys  Thu Jun 11 02:59:54 2009 (4A30AB6A)
    fffff880`00dc4000 fffff880`00df1100   usbvideo usbvideo.sys Thu Jun 11 03:00:38 2009 (4A30AB96)
    fffff880`00fe8000 fffff880`00ff5000   vdrvroot vdrvroot.sys Thu Jun 11 02:53:45 2009 (4A30A9F9)
    fffff880`02c23000 fffff880`02c31000   vga      vga.sys      Thu Jun 11 02:24:45 2009 (4A30A32D)
    fffff880`02c31000 fffff880`02c56000   VIDEOPRT VIDEOPRT.SYS Thu Jun 11 02:24:44 2009 (4A30A32C)
    fffff880`01600000 fffff880`01610000   vmstorfl vmstorfl.sys Thu Jun 11 02:29:35 2009 (4A30A44F)
    fffff880`00d91000 fffff880`00da6000   volmgr   volmgr.sys   Thu Jun 11 02:02:24 2009 (4A309DF0)
    fffff880`00c00000 fffff880`00c5c000   volmgrx  volmgrx.sys  Thu Jun 11 02:02:56 2009 (4A309E10)
    fffff880`0155c000 fffff880`015a8000   volsnap  volsnap.sys  Thu Jun 11 02:02:43 2009 (4A309E03)
    fffff880`03a00000 fffff880`03a1b000   wanarp   wanarp.sys   Thu Jun 11 03:04:53 2009 (4A30AC95)
    fffff880`02c56000 fffff880`02c66000   watchdog watchdog.sys Thu Jun 11 02:23:12 2009 (4A30A2D0)
    fffff880`00e00000 fffff880`00ea4000   Wdf01000 Wdf01000.sys Thu Jun 11 02:05:24 2009 (4A309EA4)
    fffff880`00f6f000 fffff880`00f7e000   WDFLDR   WDFLDR.SYS   Thu Jun 11 02:02:18 2009 (4A309DEA)
    fffff880`03bb3000 fffff880`03bbc000   wfplwf   wfplwf.sys   Thu Jun 11 03:03:28 2009 (4A30AC40)
    fffff960`000a0000 fffff960`003bf000   win32k   win32k.sys   Thu Jun 11 02:26:49 2009 (4A30A3A9)
    fffff880`00fd5000 fffff880`00fde000   WMILIB   WMILIB.SYS   Thu Jun 11 02:02:17 2009 (4A309DE9)
    fffff880`04709000 fffff880`0472a000   WudfPf   WudfPf.sys   Thu Jun 11 02:58:55 2009 (4A30AB2F)
    fffff880`04800000 fffff880`04863000   yk62x64  yk62x64.sys  Mon Feb 23 10:02:27 2009 (49A2BA83)
    
    Unloaded modules:
    fffff880`07c7c000 fffff880`07ced000   spsys.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`05789000 fffff880`05797000   crashdmp.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`02c8c000 fffff880`02da9000   dump_iaStor.
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`05797000 fffff880`057aa000   dump_dumpfve
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`07c00000 fffff880`07c71000   spsys.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`015e2000 fffff880`015f0000   crashdmp.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`02c8e000 fffff880`02dab000   dump_iaStor.
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`02dab000 fffff880`02dbe000   dump_dumpfve
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    Bugcheck code 00000024
    Arguments 00000000`001904fb fffff880`05ac7c98 fffff880`05ac74f0 fffff800`028f6f41
      My Computer


  4. Posts : 206
    Windows 10 Pro x64
    Thread Starter
       #14

    usasma said:

    Interestingly, this driver is way, way out of date:

    Firstly, thank you for the analysis

    This driver was the first update I got when doing 'Windows Update'

    The driver ATK - system - ATK0110 ACPI UTILITY

    Installation date: ‎16/‎06/‎2009 19:58

    Installation status: Successful

    Update type: Recommended

    Driver update provided by ATK for support of ATK0110 ACPI UTILITY

    More information:
    Winqual Help

    Help and Support:
    Select a Product Solution Center
    I don't have any Asus utilities installed on the system
      My Computer


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

    Have you had a chance to try the rest of the stuff?
    Next, the NTFS file system can be repaired by running chkdsk /r from an elevated command prompt.
    To do this, go to Start and type "cmd" (without the quotes).
    At the top of the search box, right click on CMD.EXE and select "Run as administrator"
    In the black window that opens, type "chkdsk /r" (without the quotes) and press Enter.
    It'll tell you it can't run right now and will ask if you want it to schedule itself for the next reboot.
    Press the Y key and Enter - then reboot. Chkdsk will run, and when it's done, will boot into Windows.
    Chkdsk /r is a long process, but check it to see if there's any errors mentioned (no need to write them down). Let us know if it finds any errors.

    If this doesn't fix it, then I'd have to suggest running a bootable hard drive diagnostic.
    I've written some instructions here: Bootable Hard Drive Diagnostics - Vox

    And, just for the heck of it, try a bootable memory diagnostic also: Bootable Memory Test Diagnostics - Vox
      My Computer


  6. Posts : 206
    Windows 10 Pro x64
    Thread Starter
       #16

    I ran the "chkdsk /r" and it came back with no errors. I will run the Bootable Memory Test Diagnostics - Vox overnight to see what I get and report back.

    I was able to update the ATK0110 ACPI UTILITY from my motherboard disk but it still only reads version 1043.4.0.0 19/10/2006
      My Computer


  7. Posts : 5,705
    Win7 x64 + x86
       #17

    Make and model of the mobo? Win7 was designed to be compatible with most Windows Vista drivers. The exceptions are the lower level drivers, such as hardware, antivirus, ACPI, etc. They depend on how the driver was written - and the longer ago the driver was written, the less likely it is to be compatible with Win7 (I've got a RAID card that's got this problem).

    In this case, I suspect that this is a utility for the Asus AI Booster - and it should not be used with Win7 (because of the problems that I've had with it in Windows 7. I would uninstall it and leave it off until Asus releases updates for Windows 7.
      My Computer


  8. Posts : 206
    Windows 10 Pro x64
    Thread Starter
       #18

    I see the logic in your.... errr.... logic but windows reinstalls it after reboot
      My Computer


  9. Posts : 206
    Windows 10 Pro x64
    Thread Starter
       #19

    Vipermk2 said:
    I ran the "chkdsk /r" and it came back with no errors. I will run the Bootable Memory Test Diagnostics - Vox overnight to see what I get and report back.

    Done this now, 120 passes and all is good
      My Computer


  10. Posts : 5,705
    Win7 x64 + x86
       #20

    Vipermk2 said:
    I see the logic in your.... errr.... logic but windows reinstalls it after reboot
    Stoopid Windows! :)


    It may not be an Asus utility, but leave it go for now. We'll assume that Windows knows better than we do.

    Any further BSOD's? Have you run the Bootable Hard Drive Diagnostics - Vox ?
      My Computer


 
Page 2 of 3 FirstFirst 123 LastLast

  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 19:56.
Find Us