1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

Driver Error Problems

Discussion in 'Windows XP' started by James Martin, 2006/12/27.

  1. 2006/12/27
    James Martin

    James Martin Geek Member Thread Starter

    Joined:
    2003/05/15
    Messages:
    2,655
    Likes Received:
    79
    Hi all,

    Lately, I have been getting BSOD's concerning driver errors, and the MS driver error page has not been very helpful in locating the specific driver yet.

    My pc eventually crashed last week, to the point I decided to do a complete reinstall of XP Home w/sp2.

    But today I got a message that my system had just recovered from a serious error. After sending the error report to MS, a web page popped up and said that I was having a driver conflict, but the driver was not identified.

    Is there an easy way to identify this kind of problem without going through the process of uninstalling 3rd party software?

    Thanks!
     
  2. 2006/12/27
    Newbiee

    Newbiee Inactive

    Joined:
    2006/12/02
    Messages:
    19
    Likes Received:
    0
    Well as a last resort u could try recovering your PC from the beggining..
     

  3. to hide this advert.

  4. 2006/12/27
    charlesvar

    charlesvar Inactive Alumni

    Joined:
    2002/02/18
    Messages:
    7,024
    Likes Received:
    0
    Hello James,

    Have you looked in Event Viewer?

    Just in case you didn't how to :)

    Right click on My Computer, then Manage.
    On the left you will see Event Viewer. Expand that (click on the plus sign).

    Then click on System. See if there are any errors being logged by the system when the problem occurs.

    Right clicking on a line and then clicking on Properties will give you a window with more info concerning that line. You'll see in the top section right below the down arrow, a text graphic sysmbol. Clicking on that will place the error info text into your clipboard (memory). Bring up Notepad and right click and paste, that will transfer it to Notepad. You can then paste the text into your next post here.

    Regards - Charles
     
  5. 2006/12/27
    Bill Castner

    Bill Castner Inactive

    Joined:
    2006/08/30
    Messages:
    1,980
    Likes Received:
    0
    Your first step should be to use the Driver Verifier utility to identify potentially problematic drivers. Then you disable them one-by-one and test the conditions that previously led to a Blue Screen condition to see if the issue has been resolved. If not, re-enable the driver and move to the next driver in the Verifier list. See: http://support.microsoft.com/kb/244617

    The rest of the diagnostic steps are explained later below, but a summary:

    You also need to configure for the large memory dump model and let it Blue Screen again.

    You next run a debugger session. You can post the results back to the Forum. I warn you that some errors are rarely informative as to the cause but sometimes can be:

    Now the next time a critical error or BSOD occurs, a DUMP file will be created.

    A critical program error occurs: The DUMP file will be found in \Documents and Settings\All Users\Application Data\Microsoft\Dr Watson\user.dmp
    For BSOD errors the DUMP file will be found at C:\WINDOWS\Minidump\MEMORY.DMP (mini-model setting) or be found for large model settings at C:\MEMORY.DMP

    What to do when a DUMP file is created:

    Start, Run, CMD
    dumpwiz

    Browse using the tool to your dump file.
    Click 'Generate Log'
    Exit

    Your debugging log can be found and opened in Notepad at the location C:\debuglog.txt

    Resources:

    Help and training resources:
    http://www.microsoft.com/whdc/devtools/debugging/resources.mspx
    h
    Debugging Tool Documentation:
    http://msdn.microsoft.com/library/d..._f1cd9633-734a-49e5-8eac-bd37897fd80a.xml.asp

    My thanks to Arie and the other good folks at WindowsBBS, from whom I stole much of the advice above.
     
  6. 2006/12/27
    James Martin

    James Martin Geek Member Thread Starter

    Joined:
    2003/05/15
    Messages:
    2,655
    Likes Received:
    79
    Hi Charles,

    As you can tell, I haven't navigated to the event viewer very much before. :D

    Here is what I found so far...

    Event Type: Error
    Event Source: System Error
    Event Category: (102)
    Event ID: 1003
    Date: 12/27/2006
    Time: 11:41:49 AM
    User: N/A
    Computer: NONERT-R3IVASE5
    Description:
    Error code 1000008e, parameter1 c0000005, parameter2 00000003, parameter3 bbe44f7c, parameter4 00000000.

    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
    Data:
    0000: 53 79 73 74 65 6d 20 45 System E
    0008: 72 72 6f 72 20 20 45 72 rror Er
    0010: 72 6f 72 20 63 6f 64 65 ror code
    0018: 20 31 30 30 30 30 30 38 1000008
    0020: 65 20 20 50 61 72 61 6d e Param
    0028: 65 74 65 72 73 20 63 30 eters c0
    0030: 30 30 30 30 30 35 2c 20 000005,
    0038: 30 30 30 30 30 30 30 33 00000003
    0040: 2c 20 62 62 65 34 34 66 , bbe44f
    0048: 37 63 2c 20 30 30 30 30 7c, 0000
    0050: 30 30 30 30 0000


    The error occurred when I was starting up the pc from hibernation this morning.

    ------------------------------------------------

    Thanks for advice Bill. :)

    Bear with me a while...This is uncharted territory for me, but hopefully it will lead to a fix for this problem.

    Haven't seen any more BSOD's as of this typing.
     
  7. 2006/12/31
    James Martin

    James Martin Geek Member Thread Starter

    Joined:
    2003/05/15
    Messages:
    2,655
    Likes Received:
    79
    I have all of the tools in place for now. Took quite a while for symbols package to download (195mb) with dialup.

    Tried using the Start, Run, CMD dumpwiz command, but got this message instead...

    Did I do something wrong?
     
  8. 2006/12/31
    Bill Castner

    Bill Castner Inactive

    Joined:
    2006/08/30
    Messages:
    1,980
    Likes Received:
    0
    Third step (highly recommended): Download MS-MVP and creator of WindowsBBS site Arie Slob's little debug wrapper application DebugWiz: http://windowsbbs.com/debugwiz.zip

    Unzip and move to \Windows\System32
     
  9. 2007/01/01
    James Martin

    James Martin Geek Member Thread Starter

    Joined:
    2003/05/15
    Messages:
    2,655
    Likes Received:
    79
    Did that too.

    Not exactly sure how to use it just yet though.
     
  10. 2007/01/01
    Bill Castner

    Bill Castner Inactive

    Joined:
    2006/08/30
    Messages:
    1,980
    Likes Received:
    0
    Your path statement should have a pointer to %windir%\system32. Right click My Computer, Properties, Advanced. Click the Environment Variables button at the bottom.

    In the lower panel, highlight the word Path, and click edit.

    There are likely entries there, but the following must be there as well:
    %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;

    You can copy the above line and append it to whatever you find in the path statement.

    Now the debugwiz command will work. Remember it is Debugwiz.exe you move to \Windows\System32, not debugwiz.zip
     
  11. 2007/01/01
    James Martin

    James Martin Geek Member Thread Starter

    Joined:
    2003/05/15
    Messages:
    2,655
    Likes Received:
    79
    Ok...Had to make minor adjustments to my string here...

    %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem

    Thanks...I'll read up on the instructions again and see if the tool can find some logs.

    I presume it's ok to leave this string as is after I'm through debugging?
     
  12. 2007/01/01
    Bill Castner

    Bill Castner Inactive

    Joined:
    2006/08/30
    Messages:
    1,980
    Likes Received:
    0
    That string is a critical system default setting.
     
  13. 2007/01/01
    James Martin

    James Martin Geek Member Thread Starter

    Joined:
    2003/05/15
    Messages:
    2,655
    Likes Received:
    79
    Well...shoot!

    Had to turn off my pc to for a few minutes to do a little cleaning around the area and after I booted up, I started getting error messages from AVG & ISP software.

    Did a system restore that took my pc back about 48 hours, but now dumpwiz command won't work like it did earlier today. Made sure the string path was correct and reinstalled the debugging programs as before too.

    I can go to the system32 folder and manually open the tool though.
     
  14. 2007/01/02
    Bill Castner

    Bill Castner Inactive

    Joined:
    2006/08/30
    Messages:
    1,980
    Likes Received:
    0
    Remember that we edited the Path environmental variable.
    System Restore would lose those changes.

    Copy with your mouse and paste into the Path statement, at its beginning, the following fragment (see the earlier discussion):

    Code:
    %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32Wbem;
    Reboot.
     
  15. 2007/01/02
    James Martin

    James Martin Geek Member Thread Starter

    Joined:
    2003/05/15
    Messages:
    2,655
    Likes Received:
    79
    No go.

    Could not get dumpwiz command to work.

    Saw a BSOD this morning upon waking up my pc from hibernation. Sent the error message to MS for evaluation and this what I saw afterwards....

    http://wer.microsoft.com/responses/...SGD=fbb824f3-286e-4321-a1ef-c7689c671c7c#here

    Message went on to say this too...


    Although we know the problem is caused by a hardware component, the error report does not contain enough information to tell us the specific component. It is likely that the problem is being caused by one of the following computer components:

    Random Access Memory (RAM)
    System board
    Central Processing Unit (CPU)
    Power supply


    How accurate is such a report like this from MS's Online Crash Analysis?

    Will try to get that debug report posted soon.
     
  16. 2007/01/02
    Bill Castner

    Bill Castner Inactive

    Joined:
    2006/08/30
    Messages:
    1,980
    Likes Received:
    0
    Use Explorer and double click dumpwiz wherever you now have it.
     
  17. 2007/01/02
    James Martin

    James Martin Geek Member Thread Starter

    Joined:
    2003/05/15
    Messages:
    2,655
    Likes Received:
    79
    Followup...

    Here's the debug log file...

    Opened log file 'c:\debuglog.txt'

    Microsoft (R) Windows Debugger Version 6.6.0007.5
    Copyright (c) Microsoft Corporation. All rights reserved.

    Unable to get full path of dump file
     
  18. 2007/01/02
    Bill Castner

    Bill Castner Inactive

    Joined:
    2006/08/30
    Messages:
    1,980
    Likes Received:
    0
    Now the next time a critical error or BSOD occurs, a DUMP file will be created.

    A critical program error occurs: The DUMP file will be found in \Documents and Settings\All Users\Application Data\Microsoft\Dr Watson\user.dmp

    For BSOD errors the DUMP file will be found at C:\WINDOWS\Minidump\MEMORY.DMP (mini-model setting) or be found for large model settings at C:\MEMORY.DMP
     
  19. 2007/01/02
    James Martin

    James Martin Geek Member Thread Starter

    Joined:
    2003/05/15
    Messages:
    2,655
    Likes Received:
    79
    New Debug Log

    Hope this helps...

    Opened log file 'c:\debuglog.txt'

    Microsoft (R) Windows Debugger Version 6.6.0007.5
    Copyright (c) Microsoft Corporation. All rights reserved.


    Loading Dump File [C:\WINDOWS\Minidump\Mini010207-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: C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS\system32\drivers
    *** ERROR: Symbol file could not be found. Defaulted to export symbols for ntoskrnl.exe -
    Windows XP Kernel Version 2600 (Service Pack 2) UP Free x86 compatible
    Product: WinNt, suite: TerminalServer SingleUserTS Personal
    Built by: 2600.xpsp_sp2_gdr.050301-1519
    Kernel base = 0x804d7000 PsLoadedModuleList = 0x8055a420
    Debug session time: Tue Jan 2 11:46:04.718 2007 (GMT-5)
    System Uptime: 0 days 7:25:55.283
    *** ERROR: Symbol file could not be found. Defaulted to export symbols for ntoskrnl.exe -
    Loading Kernel Symbols
    ................................................................................................................................
    Loading User Symbols
    Loading unloaded module list
    ............
    *******************************************************************************
    * *
    * Bugcheck Analysis *
    * *
    *******************************************************************************

    Use !analyze -v to get detailed debugging information.

    BugCheck 1000008E, {c0000005, 7f8aa2c5, f23f5bac, 0}

    ANALYSIS: Kernel with unknown size. Will force reload symbols with known size.
    ANALYSIS: Force reload command: .reload /f ntoskrnl.exe=FFFFFFFF804D7000,213F80,42250FF9
    ***** Kernel symbols are WRONG. Please fix symbols to do analysis.

    ***** Kernel symbols are WRONG. Please fix symbols to do analysis.

    Probably caused by : ntoskrnl.exe ( nt+bb70f )

    Followup: MachineOwner
    ---------

    kd> !analyze -v;r;kv;lmtn;.logclose;q
    *******************************************************************************
    * *
    * Bugcheck Analysis *
    * *
    *******************************************************************************

    KERNEL_MODE_EXCEPTION_NOT_HANDLED_M (1000008e)
    This is a very common bugcheck. Usually the exception address pinpoints
    the driver/function that caused the problem. Always note this address
    as well as the link date of the driver/image that contains this address.
    Some common problems are exception code 0x80000003. This means a hard
    coded breakpoint or assertion was hit, but this system was booted
    /NODEBUG. This is not supposed to happen as developers should never have
    hardcoded breakpoints in retail code, but ...
    If this happens, make sure a debugger gets connected, and the
    system is booted /DEBUG. This will let us see why this breakpoint is
    happening.
    Arguments:
    Arg1: c0000005, The exception code that was not handled
    Arg2: 7f8aa2c5, The address that the exception occurred at
    Arg3: f23f5bac, Trap Frame
    Arg4: 00000000

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

    ***** Kernel symbols are WRONG. Please fix symbols to do analysis.

    ***** Kernel symbols are WRONG. Please fix symbols to do analysis.


    MODULE_NAME: nt

    FAULTING_MODULE: 804d7000 nt

    DEBUG_FLR_IMAGE_TIMESTAMP: 42250ff9

    EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx ". The memory could not be "%s ".

    FAULTING_IP:
    +7f8aa2c5
    7f8aa2c5 ?? ???

    TRAP_FRAME: f23f5bac -- (.trap fffffffff23f5bac)
    .trap fffffffff23f5bac
    ErrCode = 00000000
    eax=f23f5c78 ebx=00000000 ecx=00000000 edx=00f4fc7c esi=00000000 edi=f23f5d64
    eip=7f8aa2c5 esp=f23f5c20 ebp=f23f5ce4 iopl=0 nv up ei pl zr na pe nc
    cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010246
    7f8aa2c5 ?? ???
    .trap
    Resetting default scope

    CUSTOMER_CRASH_COUNT: 1

    DEFAULT_BUCKET_ID: WRONG_SYMBOLS

    BUGCHECK_STR: 0x8E

    LAST_CONTROL_TRANSFER: from 8059270f to 7f8aa2c5

    STACK_TEXT:
    WARNING: Frame IP not in any known module. Following frames may be wrong.
    f23f5c1c 8059270f f23f5c78 f23f5d64 00f4fca8 0x7f8aa2c5
    f23f5ce4 8058948c 00f4fcb0 00f4fd08 00000000 nt+0xbb70f
    f23f5d30 804de7ec 00f4fcb0 00f4fd08 00f4fcb8 nt+0xb248c
    f23f5d64 7c90eb94 badb0d00 00f4fc7c 00100000 nt+0x77ec
    f23f5d68 badb0d00 00f4fc7c 00100000 f23f5dcc 0x7c90eb94
    f23f5d6c 00f4fc7c 00100000 f23f5dcc 00000000 0xbadb0d00
    f23f5d70 00100000 f23f5dcc 00000000 00000000 0xf4fc7c
    f23f5d74 f23f5dcc 00000000 00000000 00000000 0x100000
    f23f5d78 00000000 00000000 00000000 00000000 0xf23f5dcc


    STACK_COMMAND: kb

    FOLLOWUP_IP:
    nt+bb70f
    8059270f ?? ???

    SYMBOL_STACK_INDEX: 1

    FOLLOWUP_NAME: MachineOwner

    IMAGE_NAME: ntoskrnl.exe

    SYMBOL_NAME: nt+bb70f

    BUCKET_ID: WRONG_SYMBOLS

    Followup: MachineOwner
    ---------

    eax=f23f5c78 ebx=00000000 ecx=00000000 edx=00f4fc7c esi=00000000 edi=f23f5d64
    eip=7f8aa2c5 esp=f23f5c20 ebp=f23f5ce4 iopl=0 nv up ei pl zr na pe nc
    cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010246
    7f8aa2c5 ?? ???
    ChildEBP RetAddr Args to Child
    WARNING: Frame IP not in any known module. Following frames may be wrong.
    f23f5c1c 8059270f f23f5c78 f23f5d64 00f4fca8 0x7f8aa2c5
    f23f5ce4 8058948c 00f4fcb0 00f4fd08 00000000 nt+0xbb70f
    f23f5d30 804de7ec 00f4fcb0 00f4fd08 00f4fcb8 nt+0xb248c
    f23f5d64 7c90eb94 badb0d00 00f4fc7c 00100000 nt+0x77ec
    f23f5d68 badb0d00 00f4fc7c 00100000 f23f5dcc 0x7c90eb94
    f23f5d6c 00f4fc7c 00100000 f23f5dcc 00000000 0xbadb0d00
    f23f5d70 00100000 f23f5dcc 00000000 00000000 0xf4fc7c
    f23f5d74 f23f5dcc 00000000 00000000 00000000 0x100000
    f23f5d78 00000000 00000000 00000000 00000000 0xf23f5dcc
    start end module name
    804d7000 806eaf80 nt ntoskrnl.exe Tue Mar 01 19:59:37 2005 (42250FF9)
    806ec000 8070c380 hal halaacpi.dll Wed Aug 04 01:59:05 2004 (41107B29)
    bf000000 bf011580 dxg dxg.sys Wed Aug 04 02:00:51 2004 (41107B93)
    bf012000 bf074280 s3gnb s3gnb.dll Tue Mar 02 01:02:24 2004 (40442370)
    bf800000 bf9c1180 win32k win32k.sys Wed Oct 05 20:05:44 2005 (43446A58)
    f1678000 f16a2180 kmixer kmixer.sys Wed Jun 14 04:47:45 2006 (448FCD31)
    f1951000 f1991280 HTTP HTTP.sys Thu Mar 16 19:33:09 2006 (441A03C5)
    f1d52000 f1d66400 wdmaud wdmaud.sys Wed Jun 14 05:00:44 2006 (448FD03C)
    f1ef7000 f1f05d80 sysaudio sysaudio.sys Wed Aug 04 02:15:54 2004 (41107F1A)
    f1f6f000 f1fc0480 srv srv.sys Mon Aug 14 06:34:39 2006 (44E051BF)
    f21a1000 f21cd400 mrxdav mrxdav.sys Wed Aug 04 02:00:49 2004 (41107B91)
    f232a000 f232c6c0 mdmxsdk mdmxsdk.sys Wed Apr 09 16:48:53 2003 (3E948735)
    f23f6000 f23f8ae0 wg3n wg3n.sys Sat May 03 19:00:37 2003 (3EB44A15)
    f241e000 f2421280 ndisuio ndisuio.sys Wed Aug 04 02:03:10 2004 (41107C1E)
    f4a96000 f4aad480 dump_atapi dump_atapi.sys Wed Aug 04 01:59:41 2004 (41107B4D)
    f4aae000 f4ad1000 Fastfat Fastfat.SYS Wed Aug 04 02:14:15 2004 (41107EB7)
    f4ad1000 f4b98620 avg7core avg7core.sys Mon Oct 23 14:52:56 2006 (453D0F88)
    f4c55000 f4c57900 Dxapi Dxapi.sys Fri Aug 17 16:53:19 2001 (3B7D843F)
    f4c61000 f4c81f00 ipnat ipnat.sys Wed Sep 29 18:28:36 2004 (415B3714)
    f4c82000 f4cf0a00 mrxsmb mrxsmb.sys Fri May 05 05:41:42 2006 (445B1DD6)
    f4cf1000 f4d1ba00 rdbss rdbss.sys Fri May 05 05:47:55 2006 (445B1F4B)
    f4d1c000 f4d3dd00 afd afd.sys Wed Aug 04 02:14:13 2004 (41107EB5)
    f4d3e000 f4d65c00 netbt netbt.sys Wed Aug 04 02:14:36 2004 (41107ECC)
    f4d66000 f4dbdd80 tcpip tcpip.sys Thu Apr 20 07:51:47 2006 (444775D3)
    f4dbe000 f4dd0400 ipsec ipsec.sys Wed Aug 04 02:14:27 2004 (41107EC3)
    f6f31000 f6f64200 update update.sys Wed Aug 04 01:58:32 2004 (41107B08)
    f6f65000 f6f75e00 psched psched.sys Wed Aug 04 02:04:16 2004 (41107C60)
    f6f76000 f6f8c680 ndiswan ndiswan.sys Wed Aug 04 02:14:30 2004 (41107EC6)
    f6f95000 f6f97f80 mouhid mouhid.sys Fri Aug 17 16:47:57 2001 (3B7D82FD)
    f6f99000 f6f9b580 hidusb hidusb.sys Fri Aug 17 17:02:16 2001 (3B7D8658)
    f6fb5000 f6fc8900 parport parport.sys Wed Aug 04 01:59:04 2004 (41107B28)
    f6fc9000 f6fec980 portcls portcls.sys Wed Aug 04 02:15:47 2004 (41107F13)
    f6fed000 f73c3a00 ALCXWDM ALCXWDM.SYS Mon Nov 06 03:01:43 2006 (454EEBE7)
    f73c4000 f73e6680 ks ks.sys Wed Aug 04 02:15:20 2004 (41107EF8)
    f73e7000 f74b3ac0 winachcf winachcf.sys Sat Jun 07 00:57:23 2003 (3EE170B3)
    f74b4000 f74d6f00 USBPORT USBPORT.SYS Tue Oct 25 19:39:41 2005 (435EC23D)
    f74d7000 f74ea780 VIDEOPRT VIDEOPRT.SYS Wed Aug 04 02:07:04 2004 (41107D08)
    f74eb000 f7513c80 s3gnbm s3gnbm.sys Tue Mar 02 01:02:29 2004 (40442375)
    f753e000 f7541f00 MODEMCSA MODEMCSA.sys Fri Aug 17 16:57:37 2001 (3B7D8541)
    f757a000 f7594580 Mup Mup.sys Wed Aug 04 02:15:20 2004 (41107EF8)
    f7595000 f75b1000 Teefer Teefer.sys Thu Sep 04 19:46:06 2003 (3F57CEBE)
    f75b1000 f75dda80 NDIS NDIS.sys Wed Aug 04 02:14:27 2004 (41107EC3)
    f75de000 f766a480 Ntfs Ntfs.sys Wed Aug 04 02:15:06 2004 (41107EEA)
    f766b000 f7681780 KSecDD KSecDD.sys Wed Aug 04 01:59:45 2004 (41107B51)
    f7682000 f7693f00 sr sr.sys Wed Aug 04 02:06:22 2004 (41107CDE)
    f7694000 f76b3780 fltmgr fltmgr.sys Mon Aug 21 05:14:57 2006 (44E97991)
    f76b4000 f76cb800 SCSIPORT SCSIPORT.SYS Wed Aug 04 01:59:39 2004 (41107B4B)
    f76cc000 f76e3480 atapi atapi.sys Wed Aug 04 01:59:41 2004 (41107B4D)
    f76e4000 f7702880 ftdisk ftdisk.sys Fri Aug 17 16:52:41 2001 (3B7D8419)
    f7703000 f7713a80 pci pci.sys Wed Aug 04 02:07:45 2004 (41107D31)
    f7714000 f7741d80 ACPI ACPI.sys Wed Aug 04 02:07:35 2004 (41107D27)
    f7742000 f7767e00 d347bus d347bus.sys Sun Aug 22 09:31:09 2004 (4128A01D)
    f7789000 f7791c00 isapnp isapnp.sys Fri Aug 17 16:58:01 2001 (3B7D8559)
    f7799000 f77a3500 MountMgr MountMgr.sys Wed Aug 04 01:58:29 2004 (41107B05)
    f77a9000 f77b5c80 VolSnap VolSnap.sys Wed Aug 04 02:00:14 2004 (41107B6E)
    f77b9000 f77c1e00 disk disk.sys Wed Aug 04 01:59:53 2004 (41107B59)
    f77c9000 f77d5200 CLASSPNP CLASSPNP.SYS Wed Aug 04 02:14:26 2004 (41107EC2)
    f77d9000 f77e3500 viaagp viaagp.sys Wed Aug 04 02:07:42 2004 (41107D2E)
    f7809000 f7815880 rasl2tp rasl2tp.sys Wed Aug 04 02:14:21 2004 (41107EBD)
    f7819000 f7825e00 i8042prt i8042prt.sys Wed Aug 04 02:14:36 2004 (41107ECC)
    f7829000 f7833200 raspppoe raspppoe.sys Wed Aug 04 02:05:06 2004 (41107C92)
    f7839000 f7844d00 raspptp raspptp.sys Wed Aug 04 02:14:26 2004 (41107EC2)
    f7849000 f7851900 msgpc msgpc.sys Wed Aug 04 02:04:11 2004 (41107C5B)
    f7879000 f7888900 Cdfs Cdfs.SYS Wed Aug 04 02:14:09 2004 (41107EB1)
    f7899000 f78a2f00 termdd termdd.sys Wed Aug 04 01:58:52 2004 (41107B1C)
    f78a9000 f78b2480 NDProxy NDProxy.SYS Fri Aug 17 16:55:30 2001 (3B7D84C2)
    f7919000 f7927100 usbhub usbhub.sys Wed Aug 04 02:08:40 2004 (41107D68)
    f7929000 f7931700 netbios netbios.sys Wed Aug 04 02:03:19 2004 (41107C27)
    f7939000 f7941880 Fips Fips.SYS Fri Aug 17 21:31:49 2001 (3B7DC585)
    f7949000 f7951700 wanarp wanarp.sys Wed Aug 04 02:04:57 2004 (41107C89)
    f7969000 f7971d80 HIDCLASS HIDCLASS.SYS Wed Aug 04 02:08:18 2004 (41107D52)
    f79a9000 f79b2200 amdk7 amdk7.sys Wed Aug 04 01:59:19 2004 (41107B37)
    f79b9000 f79c3380 imapi imapi.sys Wed Aug 04 02:00:12 2004 (41107B6C)
    f79c9000 f79d5180 cdrom cdrom.sys Wed Aug 04 01:59:52 2004 (41107B58)
    f79d9000 f79e7080 redbook redbook.sys Wed Aug 04 01:59:34 2004 (41107B46)
    f79e9000 f79f7b80 drmk drmk.sys Wed Aug 04 02:07:54 2004 (41107D3A)
    f79f9000 f7a08d80 serial serial.sys Wed Aug 04 02:15:51 2004 (41107F17)
    f7a09000 f7a0f200 PCIIDEX PCIIDEX.SYS Wed Aug 04 01:59:40 2004 (41107B4C)
    f7a11000 f7a15900 PartMgr PartMgr.sys Fri Aug 17 21:32:23 2001 (3B7DC5A7)
    f7a19000 f7a1fd00 viaagp1 viaagp1.sys Wed Jul 02 06:08:01 2003 (3F02AF01)
    f7a69000 f7a6d500 watchdog watchdog.sys Wed Aug 04 02:07:32 2004 (41107D24)
    f7aa9000 f7aad280 usbohci usbohci.sys Wed Aug 04 02:08:34 2004 (41107D62)
    f7ab1000 f7ab7a80 usbehci usbehci.sys Tue Oct 25 19:39:41 2005 (435EC23D)
    f7ab9000 f7ac0580 Modem Modem.SYS Wed Aug 04 02:08:04 2004 (41107D44)
    f7ac1000 f7ac6000 usbuhci usbuhci.sys Wed Aug 04 02:08:34 2004 (41107D62)
    f7ac9000 f7acfb00 fdc fdc.sys Wed Aug 04 01:59:25 2004 (41107B3D)
    f7ad1000 f7ad7000 kbdclass kbdclass.sys Wed Aug 04 01:58:32 2004 (41107B08)
    f7ad9000 f7add880 TDI TDI.SYS Wed Aug 04 02:07:47 2004 (41107D33)
    f7ae1000 f7ae5580 ptilink ptilink.sys Fri Aug 17 16:49:53 2001 (3B7D8371)
    f7ae9000 f7aed080 raspti raspti.sys Fri Aug 17 16:55:32 2001 (3B7D84C4)
    f7af1000 f7af6a00 mouclass mouclass.sys Wed Aug 04 01:58:32 2004 (41107B08)
    f7b01000 f7b06000 flpydisk flpydisk.sys Wed Aug 04 01:59:24 2004 (41107B3C)
    f7b11000 f7b16200 vga vga.sys Wed Aug 04 02:07:06 2004 (41107D0A)
    f7b19000 f7b1da80 Msfs Msfs.SYS Wed Aug 04 02:00:37 2004 (41107B85)
    f7b21000 f7b28880 Npfs Npfs.SYS Wed Aug 04 02:00:38 2004 (41107B86)
    f7b29000 f7b31000 wpsdrvnt wpsdrvnt.sys Thu Sep 04 19:48:13 2003 (3F57CF3D)
    f7b31000 f7b37780 USBSTOR USBSTOR.SYS Wed Aug 04 02:08:44 2004 (41107D6C)
    f7b39000 f7b3f180 HIDPARSE HIDPARSE.SYS Wed Aug 04 02:08:15 2004 (41107D4F)
    f7b49000 f7b4ff00 avg7rsxp avg7rsxp.sys Mon Jun 19 04:21:28 2006 (44965E88)
    f7b59000 f7b5f500 usbprint usbprint.sys Wed Aug 04 02:01:23 2004 (41107BB3)
    f7b99000 f7b9c000 BOOTVID BOOTVID.dll Fri Aug 17 16:49:09 2001 (3B7D8345)
    f7b9d000 f7b9f480 compbatt compbatt.sys Fri Aug 17 16:57:58 2001 (3B7D8556)
    f7ba1000 f7ba4700 BATTC BATTC.SYS Fri Aug 17 16:57:52 2001 (3B7D8550)
    f7c45000 f7c47280 rasacd rasacd.sys Fri Aug 17 16:55:39 2001 (3B7D84CB)
    f7c5d000 f7c60c80 serenum serenum.sys Wed Aug 04 01:59:06 2004 (41107B2A)
    f7c61000 f7c63580 ndistapi ndistapi.sys Fri Aug 17 16:55:29 2001 (3B7D84C1)
    f7c75000 f7c78c80 mssmbios mssmbios.sys Wed Aug 04 02:07:47 2004 (41107D33)
    f7c89000 f7c8ab80 kdcom kdcom.dll Fri Aug 17 16:49:10 2001 (3B7D8346)
    f7c8b000 f7c8c100 WMILIB WMILIB.SYS Fri Aug 17 17:07:23 2001 (3B7D878B)
    f7c8d000 f7c8e500 viaide viaide.sys Wed Aug 04 01:59:42 2004 (41107B4E)
    f7c8f000 f7c90480 d347prt d347prt.sys Sun Aug 22 09:31:48 2004 (4128A044)
    f7ca7000 f7ca8100 swenum swenum.sys Wed Aug 04 01:58:41 2004 (41107B11)
    f7ca9000 f7caa280 USBD USBD.SYS Fri Aug 17 17:02:58 2001 (3B7D8682)
    f7ccb000 f7cccf00 Fs_Rec Fs_Rec.SYS Fri Aug 17 16:49:37 2001 (3B7D8361)
    f7ccd000 f7cce080 Beep Beep.SYS Fri Aug 17 16:47:33 2001 (3B7D82E5)
    f7ccf000 f7cd0080 mnmdd mnmdd.SYS Fri Aug 17 16:57:28 2001 (3B7D8538)
    f7cd1000 f7cd2080 RDPCDD RDPCDD.sys Fri Aug 17 16:46:56 2001 (3B7D82C0)
    f7cd3000 f7cd4080 avg7rsw avg7rsw.sys Tue Jul 26 08:10:51 2005 (42E6284B)
    f7cef000 f7cf0100 hiber_WMILIB hiber_WMILIB.SYS Fri Aug 17 17:07:23 2001 (3B7D878B)
    f7cf5000 f7cf6100 dump_WMILIB dump_WMILIB.SYS Fri Aug 17 17:07:23 2001 (3B7D878B)
    f7d43000 f7d44a80 ParVdm ParVdm.SYS Fri Aug 17 16:49:49 2001 (3B7D836D)
    f7d49000 f7d4a360 avgtdi avgtdi.sys Thu Aug 25 05:59:58 2005 (430D969E)
    f7dfd000 f7dfdc00 audstub audstub.sys Fri Aug 17 16:59:40 2001 (3B7D85BC)
    f7e55000 f7e56000 guard guard.sys Thu Sep 28 10:13:31 2006 (451BD88B)
    f7e77000 f7e77b80 Null Null.SYS Fri Aug 17 16:47:39 2001 (3B7D82EB)
    f7e78000 f7e78f80 AvgAsCln AvgAsCln.sys Tue Sep 05 12:03:16 2006 (44FD9FC4)
    f7e79000 f7e79f80 avgclean avgclean.sys Mon Aug 21 18:55:15 2006 (44EA39D3)
    f7e8b000 f7e8bd00 dxgthk dxgthk.sys Fri Aug 17 16:53:12 2001 (3B7D8438)
    f7e92000 f7e92860 BANTExt BANTExt.sys Wed May 27 22:43:29 1998 (356CCF51)

    Unloaded modules:
    f1660000 f1678000 hiber_atapi.
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    f1678000 f16a3000 kmixer.sys
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    f171b000 f1746000 kmixer.sys
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    f180e000 f1839000 kmixer.sys
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    f1d04000 f1d2f000 kmixer.sys
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    f7e7f000 f7e80000 drmkaud.sys
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    f1d2f000 f1d52000 aec.sys
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    f2039000 f2046000 DMusic.sys
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    f2119000 f2127000 swmidi.sys
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    f7d0b000 f7d0d000 splitter.sys
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    f7b09000 f7b0e000 Cdaudio.SYS
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    f7c41000 f7c44000 Sfloppy.SYS
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    Closing open log file c:\debuglog.txt
     
  20. 2007/01/02
    Bill Castner

    Bill Castner Inactive

    Joined:
    2006/08/30
    Messages:
    1,980
    Likes Received:
    0
    If you download the XP symbols package, please place the contents in a folder: c:\symbols
     
  21. 2007/01/02
    James Martin

    James Martin Geek Member Thread Starter

    Joined:
    2003/05/15
    Messages:
    2,655
    Likes Received:
    79
    Updated Log

    Ok...Moved that folder up a notch.

    Here are the results...

    Opened log file 'c:\debuglog.txt'

    Microsoft (R) Windows Debugger Version 6.6.0007.5
    Copyright (c) Microsoft Corporation. All rights reserved.


    Loading Dump File [C:\WINDOWS\Minidump\Mini010207-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: C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS\system32\drivers
    Windows XP Kernel Version 2600 (Service Pack 2) UP Free x86 compatible
    Product: WinNt, suite: TerminalServer SingleUserTS Personal
    Built by: 2600.xpsp_sp2_gdr.050301-1519
    Kernel base = 0x804d7000 PsLoadedModuleList = 0x8055a420
    Debug session time: Tue Jan 2 11:46:04.718 2007 (GMT-5)
    System Uptime: 0 days 7:25:55.283
    Loading Kernel Symbols
    ................................................................................................................................
    Loading User Symbols
    Loading unloaded module list
    ............
    *******************************************************************************
    * *
    * Bugcheck Analysis *
    * *
    *******************************************************************************

    Use !analyze -v to get detailed debugging information.

    BugCheck 1000008E, {c0000005, 7f8aa2c5, f23f5bac, 0}

    Probably caused by : hardware

    Followup: MachineOwner
    ---------
    *** Possible invalid call from 8059270a ( nt!SepAccessCheckAndAuditAlarm+0x69 )
    *** Expected target 8056a2c5 ( nt!SeCaptureSubjectContext+0x0 )

    kd> !analyze -v;r;kv;lmtn;.logclose;q
    *******************************************************************************
    * *
    * Bugcheck Analysis *
    * *
    *******************************************************************************

    KERNEL_MODE_EXCEPTION_NOT_HANDLED_M (1000008e)
    This is a very common bugcheck. Usually the exception address pinpoints
    the driver/function that caused the problem. Always note this address
    as well as the link date of the driver/image that contains this address.
    Some common problems are exception code 0x80000003. This means a hard
    coded breakpoint or assertion was hit, but this system was booted
    /NODEBUG. This is not supposed to happen as developers should never have
    hardcoded breakpoints in retail code, but ...
    If this happens, make sure a debugger gets connected, and the
    system is booted /DEBUG. This will let us see why this breakpoint is
    happening.
    Arguments:
    Arg1: c0000005, The exception code that was not handled
    Arg2: 7f8aa2c5, The address that the exception occurred at
    Arg3: f23f5bac, Trap Frame
    Arg4: 00000000

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


    EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx ". The memory could not be "%s ".

    FAULTING_IP:
    +7f8aa2c5
    7f8aa2c5 ?? ???

    TRAP_FRAME: f23f5bac -- (.trap fffffffff23f5bac)
    .trap fffffffff23f5bac
    ErrCode = 00000000
    eax=f23f5c78 ebx=00000000 ecx=00000000 edx=00f4fc7c esi=00000000 edi=f23f5d64
    eip=7f8aa2c5 esp=f23f5c20 ebp=f23f5ce4 iopl=0 nv up ei pl zr na pe nc
    cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010246
    7f8aa2c5 ?? ???
    .trap
    Resetting default scope

    CUSTOMER_CRASH_COUNT: 1

    DEFAULT_BUCKET_ID: DRIVER_FAULT

    BUGCHECK_STR: 0x8E

    PROCESS_NAME: services.exe

    LAST_CONTROL_TRANSFER: from 8059270f to 7f8aa2c5

    POSSIBLE_INVALID_CONTROL_TRANSFER: from 8059270a to 8056a2c5

    STACK_TEXT:
    WARNING: Frame IP not in any known module. Following frames may be wrong.
    f23f5c1c 8059270f f23f5c78 f23f5d64 00f4fca8 0x7f8aa2c5
    f23f5ce4 8058948c 00f4fcb0 00f4fd08 00000000 nt!SepAccessCheckAndAuditAlarm+0x6e
    f23f5d30 804de7ec 00f4fcb0 00f4fd08 00f4fcb8 nt!NtAccessCheckAndAuditAlarm+0x31
    f23f5d30 7c90eb94 00f4fcb0 00f4fd08 00f4fcb8 nt!KiFastCallEntry+0xf8
    00f4fc70 7c90d3af 0100275b 00f4fcb0 00f4fd08 0x7c90eb94
    00f4fccc 010026bf 010024e0 010026c8 00f4fd1c 0x7c90d3af
    00f4fcf8 01002666 00f4fd08 00000001 6e4f6373 0x10026bf
    00f4fd40 010025f7 00f4fd94 000b20bc 000b1fc0 0x1002666
    00f4fd5c 77e7a2c1 00f4fd84 000c5bd0 000b1fc0 0x10025f7
    00f4fdb4 77e7c767 000c5bd0 000c5690 000d4e30 0x77e7a2c1
    00f4fdcc 77e7bcc9 000c5bd0 7c9010ed 000aa410 0x77e7c767
    00f4fdfc 77e7bb6a 000d4ef0 000aa410 000c5d68 0x77e7bcc9
    00f4ff18 804dc2b2 804dc2ba 81987dfc 81987c90 0x77e7bb6a
    00f4ff80 77e76c22 00f4ffa8 77e76a3b 000aa410 nt!KeWaitForSingleObject+0x2dd
    00f4ff88 77e76a3b 000aa410 00000000 00f0fc98 0x77e76c22
    00f4ffa8 77e76c0a 000afb18 00f4ffec 7c80b683 0x77e76a3b
    00f4ffb4 7c80b683 000d4e30 00000000 00f0fc98 0x77e76c0a
    00f4ffec 00000000 77e76bf0 000d4e30 00000000 0x7c80b683


    STACK_COMMAND: .trap 0xfffffffff23f5bac ; kb

    FOLLOWUP_NAME: MachineOwner

    MODULE_NAME: hardware

    IMAGE_NAME: hardware

    DEBUG_FLR_IMAGE_TIMESTAMP: 0

    BUCKET_ID: CPU_CALL_ERROR

    Followup: MachineOwner
    ---------
    *** Possible invalid call from 8059270a ( nt!SepAccessCheckAndAuditAlarm+0x69 )
    *** Expected target 8056a2c5 ( nt!SeCaptureSubjectContext+0x0 )

    eax=f23f5c78 ebx=00000000 ecx=00000000 edx=00f4fc7c esi=00000000 edi=f23f5d64
    eip=7f8aa2c5 esp=f23f5c20 ebp=f23f5ce4 iopl=0 nv up ei pl zr na pe nc
    cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010246
    7f8aa2c5 ?? ???
    ChildEBP RetAddr Args to Child
    WARNING: Frame IP not in any known module. Following frames may be wrong.
    f23f5c1c 8059270f f23f5c78 f23f5d64 00f4fca8 0x7f8aa2c5
    f23f5ce4 8058948c 00f4fcb0 00f4fd08 00000000 nt!SepAccessCheckAndAuditAlarm+0x6e (FPO: [Non-Fpo])
    f23f5d30 804de7ec 00f4fcb0 00f4fd08 00f4fcb8 nt!NtAccessCheckAndAuditAlarm+0x31 (FPO: [Non-Fpo])
    f23f5d30 7c90eb94 00f4fcb0 00f4fd08 00f4fcb8 nt!KiFastCallEntry+0xf8 (FPO: [0,0] TrapFrame @ f23f5d64)
    00f4fc70 7c90d3af 0100275b 00f4fcb0 00f4fd08 0x7c90eb94
    00f4fccc 010026bf 010024e0 010026c8 00f4fd1c 0x7c90d3af
    00f4fcf8 01002666 00f4fd08 00000001 6e4f6373 0x10026bf
    00f4fd40 010025f7 00f4fd94 000b20bc 000b1fc0 0x1002666
    00f4fd5c 77e7a2c1 00f4fd84 000c5bd0 000b1fc0 0x10025f7
    00f4fdb4 77e7c767 000c5bd0 000c5690 000d4e30 0x77e7a2c1
    00f4fdcc 77e7bcc9 000c5bd0 7c9010ed 000aa410 0x77e7c767
    00f4fdfc 77e7bb6a 000d4ef0 000aa410 000c5d68 0x77e7bcc9
    00f4ff18 804dc2b2 804dc2ba 81987dfc 81987c90 0x77e7bb6a
    00f4ff80 77e76c22 00f4ffa8 77e76a3b 000aa410 nt!KeWaitForSingleObject+0x2dd (FPO: [Non-Fpo])
    00f4ff88 77e76a3b 000aa410 00000000 00f0fc98 0x77e76c22
    00f4ffa8 77e76c0a 000afb18 00f4ffec 7c80b683 0x77e76a3b
    00f4ffb4 7c80b683 000d4e30 00000000 00f0fc98 0x77e76c0a
    00f4ffec 00000000 77e76bf0 000d4e30 00000000 0x7c80b683
    start end module name
    804d7000 806eb100 nt ntoskrnl.exe Tue Mar 01 19:59:37 2005 (42250FF9)
    806ec000 8070c380 hal halaacpi.dll Wed Aug 04 01:59:05 2004 (41107B29)
    bf000000 bf011580 dxg dxg.sys Wed Aug 04 02:00:51 2004 (41107B93)
    bf012000 bf074280 s3gnb s3gnb.dll Tue Mar 02 01:02:24 2004 (40442370)
    bf800000 bf9c1180 win32k win32k.sys Wed Oct 05 20:05:44 2005 (43446A58)
    f1678000 f16a2180 kmixer kmixer.sys Wed Jun 14 04:47:45 2006 (448FCD31)
    f1951000 f1991280 HTTP HTTP.sys Thu Mar 16 19:33:09 2006 (441A03C5)
    f1d52000 f1d66400 wdmaud wdmaud.sys Wed Jun 14 05:00:44 2006 (448FD03C)
    f1ef7000 f1f05d80 sysaudio sysaudio.sys Wed Aug 04 02:15:54 2004 (41107F1A)
    f1f6f000 f1fc0480 srv srv.sys Mon Aug 14 06:34:39 2006 (44E051BF)
    f21a1000 f21cd400 mrxdav mrxdav.sys Wed Aug 04 02:00:49 2004 (41107B91)
    f232a000 f232c6c0 mdmxsdk mdmxsdk.sys Wed Apr 09 16:48:53 2003 (3E948735)
    f23f6000 f23f8ae0 wg3n wg3n.sys Sat May 03 19:00:37 2003 (3EB44A15)
    f241e000 f2421280 ndisuio ndisuio.sys Wed Aug 04 02:03:10 2004 (41107C1E)
    f4a96000 f4aad480 dump_atapi dump_atapi.sys Wed Aug 04 01:59:41 2004 (41107B4D)
    f4aae000 f4ad1000 Fastfat Fastfat.SYS Wed Aug 04 02:14:15 2004 (41107EB7)
    f4ad1000 f4b98620 avg7core avg7core.sys Mon Oct 23 14:52:56 2006 (453D0F88)
    f4c55000 f4c57900 Dxapi Dxapi.sys Fri Aug 17 16:53:19 2001 (3B7D843F)
    f4c61000 f4c81f00 ipnat ipnat.sys Wed Sep 29 18:28:36 2004 (415B3714)
    f4c82000 f4cf0a00 mrxsmb mrxsmb.sys Fri May 05 05:41:42 2006 (445B1DD6)
    f4cf1000 f4d1ba00 rdbss rdbss.sys Fri May 05 05:47:55 2006 (445B1F4B)
    f4d1c000 f4d3dd00 afd afd.sys Wed Aug 04 02:14:13 2004 (41107EB5)
    f4d3e000 f4d65c00 netbt netbt.sys Wed Aug 04 02:14:36 2004 (41107ECC)
    f4d66000 f4dbdd80 tcpip tcpip.sys Thu Apr 20 07:51:47 2006 (444775D3)
    f4dbe000 f4dd0400 ipsec ipsec.sys Wed Aug 04 02:14:27 2004 (41107EC3)
    f6f31000 f6f64200 update update.sys Wed Aug 04 01:58:32 2004 (41107B08)
    f6f65000 f6f75e00 psched psched.sys Wed Aug 04 02:04:16 2004 (41107C60)
    f6f76000 f6f8c680 ndiswan ndiswan.sys Wed Aug 04 02:14:30 2004 (41107EC6)
    f6f95000 f6f97f80 mouhid mouhid.sys Fri Aug 17 16:47:57 2001 (3B7D82FD)
    f6f99000 f6f9b580 hidusb hidusb.sys Fri Aug 17 17:02:16 2001 (3B7D8658)
    f6fb5000 f6fc8900 parport parport.sys Wed Aug 04 01:59:04 2004 (41107B28)
    f6fc9000 f6fec980 portcls portcls.sys Wed Aug 04 02:15:47 2004 (41107F13)
    f6fed000 f73c3a00 ALCXWDM ALCXWDM.SYS Mon Nov 06 03:01:43 2006 (454EEBE7)
    f73c4000 f73e6680 ks ks.sys Wed Aug 04 02:15:20 2004 (41107EF8)
    f73e7000 f74b3ac0 winachcf winachcf.sys Sat Jun 07 00:57:23 2003 (3EE170B3)
    f74b4000 f74d6f00 USBPORT USBPORT.SYS Tue Oct 25 19:39:41 2005 (435EC23D)
    f74d7000 f74ea780 VIDEOPRT VIDEOPRT.SYS Wed Aug 04 02:07:04 2004 (41107D08)
    f74eb000 f7513c80 s3gnbm s3gnbm.sys Tue Mar 02 01:02:29 2004 (40442375)
    f753e000 f7541f00 MODEMCSA MODEMCSA.sys Fri Aug 17 16:57:37 2001 (3B7D8541)
    f757a000 f7594580 Mup Mup.sys Wed Aug 04 02:15:20 2004 (41107EF8)
    f7595000 f75b1000 Teefer Teefer.sys Thu Sep 04 19:46:06 2003 (3F57CEBE)
    f75b1000 f75dda80 NDIS NDIS.sys Wed Aug 04 02:14:27 2004 (41107EC3)
    f75de000 f766a480 Ntfs Ntfs.sys Wed Aug 04 02:15:06 2004 (41107EEA)
    f766b000 f7681780 KSecDD KSecDD.sys Wed Aug 04 01:59:45 2004 (41107B51)
    f7682000 f7693f00 sr sr.sys Wed Aug 04 02:06:22 2004 (41107CDE)
    f7694000 f76b3780 fltmgr fltmgr.sys Mon Aug 21 05:14:57 2006 (44E97991)
    f76b4000 f76cb800 SCSIPORT SCSIPORT.SYS Wed Aug 04 01:59:39 2004 (41107B4B)
    f76cc000 f76e3480 atapi atapi.sys Wed Aug 04 01:59:41 2004 (41107B4D)
    f76e4000 f7702880 ftdisk ftdisk.sys Fri Aug 17 16:52:41 2001 (3B7D8419)
    f7703000 f7713a80 pci pci.sys Wed Aug 04 02:07:45 2004 (41107D31)
    f7714000 f7741d80 ACPI ACPI.sys Wed Aug 04 02:07:35 2004 (41107D27)
    f7742000 f7767e00 d347bus d347bus.sys Sun Aug 22 09:31:09 2004 (4128A01D)
    f7789000 f7791c00 isapnp isapnp.sys Fri Aug 17 16:58:01 2001 (3B7D8559)
    f7799000 f77a3500 MountMgr MountMgr.sys Wed Aug 04 01:58:29 2004 (41107B05)
    f77a9000 f77b5c80 VolSnap VolSnap.sys Wed Aug 04 02:00:14 2004 (41107B6E)
    f77b9000 f77c1e00 disk disk.sys Wed Aug 04 01:59:53 2004 (41107B59)
    f77c9000 f77d5200 CLASSPNP CLASSPNP.SYS Wed Aug 04 02:14:26 2004 (41107EC2)
    f77d9000 f77e3500 viaagp viaagp.sys Wed Aug 04 02:07:42 2004 (41107D2E)
    f7809000 f7815880 rasl2tp rasl2tp.sys Wed Aug 04 02:14:21 2004 (41107EBD)
    f7819000 f7825e00 i8042prt i8042prt.sys Wed Aug 04 02:14:36 2004 (41107ECC)
    f7829000 f7833200 raspppoe raspppoe.sys Wed Aug 04 02:05:06 2004 (41107C92)
    f7839000 f7844d00 raspptp raspptp.sys Wed Aug 04 02:14:26 2004 (41107EC2)
    f7849000 f7851900 msgpc msgpc.sys Wed Aug 04 02:04:11 2004 (41107C5B)
    f7879000 f7888900 Cdfs Cdfs.SYS Wed Aug 04 02:14:09 2004 (41107EB1)
    f7899000 f78a2f00 termdd termdd.sys Wed Aug 04 01:58:52 2004 (41107B1C)
    f78a9000 f78b2480 NDProxy NDProxy.SYS Fri Aug 17 16:55:30 2001 (3B7D84C2)
    f7919000 f7927100 usbhub usbhub.sys Wed Aug 04 02:08:40 2004 (41107D68)
    f7929000 f7931700 netbios netbios.sys Wed Aug 04 02:03:19 2004 (41107C27)
    f7939000 f7941880 Fips Fips.SYS Fri Aug 17 21:31:49 2001 (3B7DC585)
    f7949000 f7951700 wanarp wanarp.sys Wed Aug 04 02:04:57 2004 (41107C89)
    f7969000 f7971d80 HIDCLASS HIDCLASS.SYS Wed Aug 04 02:08:18 2004 (41107D52)
    f79a9000 f79b2200 amdk7 amdk7.sys Wed Aug 04 01:59:19 2004 (41107B37)
    f79b9000 f79c3380 imapi imapi.sys Wed Aug 04 02:00:12 2004 (41107B6C)
    f79c9000 f79d5180 cdrom cdrom.sys Wed Aug 04 01:59:52 2004 (41107B58)
    f79d9000 f79e7080 redbook redbook.sys Wed Aug 04 01:59:34 2004 (41107B46)
    f79e9000 f79f7b80 drmk drmk.sys Wed Aug 04 02:07:54 2004 (41107D3A)
    f79f9000 f7a08d80 serial serial.sys Wed Aug 04 02:15:51 2004 (41107F17)
    f7a09000 f7a0f200 PCIIDEX PCIIDEX.SYS Wed Aug 04 01:59:40 2004 (41107B4C)
    f7a11000 f7a15900 PartMgr PartMgr.sys Fri Aug 17 21:32:23 2001 (3B7DC5A7)
    f7a19000 f7a1fd00 viaagp1 viaagp1.sys Wed Jul 02 06:08:01 2003 (3F02AF01)
    f7a69000 f7a6d500 watchdog watchdog.sys Wed Aug 04 02:07:32 2004 (41107D24)
    f7aa9000 f7aad280 usbohci usbohci.sys Wed Aug 04 02:08:34 2004 (41107D62)
    f7ab1000 f7ab7a80 usbehci usbehci.sys Tue Oct 25 19:39:41 2005 (435EC23D)
    f7ab9000 f7ac0580 Modem Modem.SYS Wed Aug 04 02:08:04 2004 (41107D44)
    f7ac1000 f7ac6000 usbuhci usbuhci.sys Wed Aug 04 02:08:34 2004 (41107D62)
    f7ac9000 f7acfb00 fdc fdc.sys Wed Aug 04 01:59:25 2004 (41107B3D)
    f7ad1000 f7ad7000 kbdclass kbdclass.sys Wed Aug 04 01:58:32 2004 (41107B08)
    f7ad9000 f7add880 TDI TDI.SYS Wed Aug 04 02:07:47 2004 (41107D33)
    f7ae1000 f7ae5580 ptilink ptilink.sys Fri Aug 17 16:49:53 2001 (3B7D8371)
    f7ae9000 f7aed080 raspti raspti.sys Fri Aug 17 16:55:32 2001 (3B7D84C4)
    f7af1000 f7af6a00 mouclass mouclass.sys Wed Aug 04 01:58:32 2004 (41107B08)
    f7b01000 f7b06000 flpydisk flpydisk.sys Wed Aug 04 01:59:24 2004 (41107B3C)
    f7b11000 f7b16200 vga vga.sys Wed Aug 04 02:07:06 2004 (41107D0A)
    f7b19000 f7b1da80 Msfs Msfs.SYS Wed Aug 04 02:00:37 2004 (41107B85)
    f7b21000 f7b28880 Npfs Npfs.SYS Wed Aug 04 02:00:38 2004 (41107B86)
    f7b29000 f7b31000 wpsdrvnt wpsdrvnt.sys Thu Sep 04 19:48:13 2003 (3F57CF3D)
    f7b31000 f7b37780 USBSTOR USBSTOR.SYS Wed Aug 04 02:08:44 2004 (41107D6C)
    f7b39000 f7b3f180 HIDPARSE HIDPARSE.SYS Wed Aug 04 02:08:15 2004 (41107D4F)
    f7b49000 f7b4ff00 avg7rsxp avg7rsxp.sys Mon Jun 19 04:21:28 2006 (44965E88)
    f7b59000 f7b5f500 usbprint usbprint.sys Wed Aug 04 02:01:23 2004 (41107BB3)
    f7b99000 f7b9c000 BOOTVID BOOTVID.dll Fri Aug 17 16:49:09 2001 (3B7D8345)
    f7b9d000 f7b9f480 compbatt compbatt.sys Fri Aug 17 16:57:58 2001 (3B7D8556)
    f7ba1000 f7ba4700 BATTC BATTC.SYS Fri Aug 17 16:57:52 2001 (3B7D8550)
    f7c45000 f7c47280 rasacd rasacd.sys Fri Aug 17 16:55:39 2001 (3B7D84CB)
    f7c5d000 f7c60c80 serenum serenum.sys Wed Aug 04 01:59:06 2004 (41107B2A)
    f7c61000 f7c63580 ndistapi ndistapi.sys Fri Aug 17 16:55:29 2001 (3B7D84C1)
    f7c75000 f7c78c80 mssmbios mssmbios.sys Wed Aug 04 02:07:47 2004 (41107D33)
    f7c89000 f7c8ab80 kdcom kdcom.dll Fri Aug 17 16:49:10 2001 (3B7D8346)
    f7c8b000 f7c8c100 WMILIB WMILIB.SYS Fri Aug 17 17:07:23 2001 (3B7D878B)
    f7c8d000 f7c8e500 viaide viaide.sys Wed Aug 04 01:59:42 2004 (41107B4E)
    f7c8f000 f7c90480 d347prt d347prt.sys Sun Aug 22 09:31:48 2004 (4128A044)
    f7ca7000 f7ca8100 swenum swenum.sys Wed Aug 04 01:58:41 2004 (41107B11)
    f7ca9000 f7caa280 USBD USBD.SYS Fri Aug 17 17:02:58 2001 (3B7D8682)
    f7ccb000 f7cccf00 Fs_Rec Fs_Rec.SYS Fri Aug 17 16:49:37 2001 (3B7D8361)
    f7ccd000 f7cce080 Beep Beep.SYS Fri Aug 17 16:47:33 2001 (3B7D82E5)
    f7ccf000 f7cd0080 mnmdd mnmdd.SYS Fri Aug 17 16:57:28 2001 (3B7D8538)
    f7cd1000 f7cd2080 RDPCDD RDPCDD.sys Fri Aug 17 16:46:56 2001 (3B7D82C0)
    f7cd3000 f7cd4080 avg7rsw avg7rsw.sys Tue Jul 26 08:10:51 2005 (42E6284B)
    f7cef000 f7cf0100 hiber_WMILIB hiber_WMILIB.SYS Fri Aug 17 17:07:23 2001 (3B7D878B)
    f7cf5000 f7cf6100 dump_WMILIB dump_WMILIB.SYS Fri Aug 17 17:07:23 2001 (3B7D878B)
    f7d43000 f7d44a80 ParVdm ParVdm.SYS Fri Aug 17 16:49:49 2001 (3B7D836D)
    f7d49000 f7d4a360 avgtdi avgtdi.sys Thu Aug 25 05:59:58 2005 (430D969E)
    f7dfd000 f7dfdc00 audstub audstub.sys Fri Aug 17 16:59:40 2001 (3B7D85BC)
    f7e55000 f7e56000 guard guard.sys Thu Sep 28 10:13:31 2006 (451BD88B)
    f7e77000 f7e77b80 Null Null.SYS Fri Aug 17 16:47:39 2001 (3B7D82EB)
    f7e78000 f7e78f80 AvgAsCln AvgAsCln.sys Tue Sep 05 12:03:16 2006 (44FD9FC4)
    f7e79000 f7e79f80 avgclean avgclean.sys Mon Aug 21 18:55:15 2006 (44EA39D3)
    f7e8b000 f7e8bd00 dxgthk dxgthk.sys Fri Aug 17 16:53:12 2001 (3B7D8438)
    f7e92000 f7e92860 BANTExt BANTExt.sys Wed May 27 22:43:29 1998 (356CCF51)

    Unloaded modules:
    f1660000 f1678000 hiber_atapi.
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    f1678000 f16a3000 kmixer.sys
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    f171b000 f1746000 kmixer.sys
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    f180e000 f1839000 kmixer.sys
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    f1d04000 f1d2f000 kmixer.sys
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    f7e7f000 f7e80000 drmkaud.sys
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    f1d2f000 f1d52000 aec.sys
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    f2039000 f2046000 DMusic.sys
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    f2119000 f2127000 swmidi.sys
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    f7d0b000 f7d0d000 splitter.sys
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    f7b09000 f7b0e000 Cdaudio.SYS
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    f7c41000 f7c44000 Sfloppy.SYS
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    Closing open log file c:\debuglog.txt
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.