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.

Resolved "the ialmrnt5 display driver has stopped working normally"

Discussion in 'Windows XP' started by CUISTech, 2009/08/31.

  1. 2009/08/31
    CUISTech

    CUISTech Inactive Thread Starter

    Joined:
    2008/10/28
    Messages:
    419
    Likes Received:
    1
    This error was encountered when going to an online training video for work. I've tested the video on one other machine personally, and everyone else in that department had zero problems viewing it.

    This computer, however, delivers the message that "the ialmrnt5 display driver has stopped working normally" and while everything keeps running, the resolution drops to its absolute lowest, and the computer becomes unusable until you reboot it.

    I've received the following error messages on reboot, that recount what happened:
    I have chosen to show hidden files and folders, but there's no \WER62ef.dir00\ when I navigate to C:\Documents and Settings\[CUISTech]\Local Settings\Temp... I need to pull these logs for review (or for you guys to take a peek at), but I'm stumped as to where they could be. I even un-hid operating system files. Am I looking in the wrong place, still?
     
  2. 2009/08/31
    CUISTech

    CUISTech Inactive Thread Starter

    Joined:
    2008/10/28
    Messages:
    419
    Likes Received:
    1
    Following references off of a google search, I found people playing 3D games (like Sims or GTA) had this same error pop up. Most of them needed to download and install a new chipset driver, which I also did, here.

    It was after installing and running that, that I was able to generate the second of the two errors in my above post.
     

  3. to hide this advert.

  4. 2009/08/31
    Admin.

    Admin. Administrator Administrator Staff

    Joined:
    2001/12/30
    Messages:
    6,680
    Likes Received:
    104
    Follow these instructions to post a Dump Data Log.

    Please note:
     
  5. 2009/09/01
    CUISTech

    CUISTech Inactive Thread Starter

    Joined:
    2008/10/28
    Messages:
    419
    Likes Received:
    1
    Opened log file 'c:debuglog.txt'

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


    Loading Dump File [C:\WINDOWS\Minidump\Mini083109-02.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 3) UP Free x86 compatible
    Product: WinNt, suite: TerminalServer SingleUserTS
    Built by: 2600.xpsp_sp3_gdr.090206-1234
    Kernel base = 0x804d7000 PsLoadedModuleList = 0x8055b1c0
    Debug session time: Mon Aug 31 15:27:06.279 2009 (GMT-5)
    System Uptime: 0 days 0:16:03.841
    Loading Kernel Symbols
    ................................................................................................................................
    Loading User Symbols
    Mini Kernel Dump does not contain unloaded driver list
    *** ERROR: Symbol file could not be found. Defaulted to export symbols for ialmdev5.DLL -
    *** ERROR: Symbol file could not be found. Defaulted to export symbols for ialmdnt5.dll -
    *******************************************************************************
    * *
    * Bugcheck Analysis *
    * *
    *******************************************************************************

    Use !analyze -v to get detailed debugging information.

    BugCheck EA, {82cafda8, 831b4d78, 832f4978, 1}



    Probably caused by : ialmdev5.DLL ( ialmdev5+ee45 )

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

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

    THREAD_STUCK_IN_DEVICE_DRIVER (ea)
    The device driver is spinning in an infinite loop, most likely waiting for
    hardware to become idle. This usually indicates problem with the hardware
    itself or with the device driver programming the hardware incorrectly.
    If the kernel debugger is connected and running when watchdog detects a
    timeout condition then DbgBreakPoint() will be called instead of KeBugCheckEx()
    and detailed message including bugcheck arguments will be printed to the
    debugger. This way we can identify an offending thread, set breakpoints in it,
    and hit go to return to the spinning code to debug it further. Because
    KeBugCheckEx() is not called the .bugcheck directive will not return bugcheck
    information in this case. The arguments are already printed out to the kernel
    debugger. You can also retrieve them from a global variable via
    "dd watchdog!g_WdBugCheckData l5" (use dq on NT64).
    On MP machines (OS builds <= 3790) it is possible to hit a timeout when the spinning thread is
    interrupted by hardware interrupt and ISR or DPC routine is running at the time
    of the bugcheck (this is because the timeout's work item can be delivered and
    handled on the second CPU and the same time). If this is the case you will have
    to look deeper at the offending thread's stack (e.g. using dds) to determine
    spinning code which caused the timeout to occur.
    Arguments:
    Arg1: 82cafda8, Pointer to a stuck thread object. Do .thread then kb on it to find
    the hung location.
    Arg2: 831b4d78, Pointer to a DEFERRED_WATCHDOG object.
    Arg3: 832f4978, Pointer to offending driver name.
    Arg4: 00000001, Number of times this error occurred. If a debugger is attached,
    this error is not always fatal -- see DESCRIPTION below. On the
    blue screen, this will always equal 1.

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




    FAULTING_THREAD: 82cafda8

    DEFAULT_BUCKET_ID: GRAPHICS_DRIVER_FAULT

    CUSTOMER_CRASH_COUNT: 2

    BUGCHECK_STR: 0xEA

    PROCESS_NAME: winvnc4.exe

    LAST_CONTROL_TRANSFER: from bf9f6086 to bfa11e45

    STACK_TEXT:
    WARNING: Stack unwind information not available. Following frames may be wrong.
    ef97e6bc bf9f6086 831e9000 bf9f93f1 e4b30010 ialmdev5+0xee45
    ef97e6c4 bf9f93f1 e4b30010 e4b1b018 ef97e6ec ialmdnt5!DrvEnableDriver+0x9d66
    ef97e6d4 bf9ed192 e4b30010 e4b30010 e4b1b018 ialmdnt5!OsFreeMem+0x25ee
    ef97e6ec bf9622d6 e4b30010 00000000 e4b30010 ialmdnt5!DrvEnableDriver+0xe72
    ef97e724 bf93e905 e4b30010 00000000 00000000 win32k!WatchdogDrvResetDevice+0x32
    ef97e748 bf9ed315 e4b2f008 00000000 bf93e82c win32k!EngHangNotification+0xd9
    ef97e76c bf9ed348 e4b30010 e4b30010 ef97e7b8 ialmdnt5!DrvEnableDriver+0xff5
    ef97e77c bf8b90ef e37ee880 00000000 00000000 ialmdnt5!DrvEnableDriver+0x1028
    ef97e7b8 bf8053ae e37ee880 00000000 00000000 win32k!WatchdogDrvSynchronizeSurface+0x57
    ef97e7cc bf836932 e37ee880 00000000 00000000 win32k!PDEVOBJ::vSync+0x36
    ef97e9e8 bf843c9d e1193430 e4b2f008 ef97ea14 win32k!EngCopyBits+0x103
    ef97eb24 bf8447a2 ef97ec20 ef97eb98 00000000 win32k!BLTRECORD::bBitBlt+0x6b6
    ef97ec54 bf83841b dc010ee5 00000001 00000001 win32k!GreStretchBltInternal+0x5fd
    ef97ec90 bf809777 dc010ee5 00000001 00000001 win32k!GreStretchBlt+0x30
    ef97ed30 804de7ec dc010ee5 00000001 00000001 win32k!NtGdiBitBlt+0x3b
    ef97ed30 7c90e514 dc010ee5 00000001 00000001 nt!KiFastCallEntry+0xf8
    00a4fa28 00000000 00000000 00000000 00000000 0x7c90e514


    STACK_COMMAND: .thread 0xffffffff82cafda8 ; kb

    FOLLOWUP_IP:
    ialmdev5+ee45
    bfa11e45 8b10 mov edx,dword ptr [eax]

    SYMBOL_STACK_INDEX: 0

    SYMBOL_NAME: ialmdev5+ee45

    FOLLOWUP_NAME: MachineOwner

    MODULE_NAME: ialmdev5

    IMAGE_NAME: ialmdev5.DLL

    DEBUG_FLR_IMAGE_TIMESTAMP: 3e2474ff

    FAILURE_BUCKET_ID: 0xEA_IMAGE_ialmdev5.DLL_DATE_2003_01_14

    BUCKET_ID: 0xEA_IMAGE_ialmdev5.DLL_DATE_2003_01_14

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

    eax=81dcf048 ebx=00000002 ecx=00007eec edx=00007eec esi=81dcf098 edi=00010004
    eip=bfa11e45 esp=ef97e6a4 ebp=81dcf000 iopl=0 nv up ei ng nz na po cy
    cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00000283
    ialmdev5+0xee45:
    bfa11e45 8b10 mov edx,dword ptr [eax] ds:0023:81dcf048=????????
    ChildEBP RetAddr Args to Child
    WARNING: Stack unwind information not available. Following frames may be wrong.
    ef97e6bc bf9f6086 831e9000 bf9f93f1 e4b30010 ialmdev5+0xee45
    ef97e6c4 bf9f93f1 e4b30010 e4b1b018 ef97e6ec ialmdnt5!DrvEnableDriver+0x9d66
    ef97e6d4 bf9ed192 e4b30010 e4b30010 e4b1b018 ialmdnt5!OsFreeMem+0x25ee
    ef97e6ec bf9622d6 e4b30010 00000000 e4b30010 ialmdnt5!DrvEnableDriver+0xe72
    ef97e724 bf93e905 e4b30010 00000000 00000000 win32k!WatchdogDrvResetDevice+0x32 (FPO: [Non-Fpo])
    ef97e748 bf9ed315 e4b2f008 00000000 bf93e82c win32k!EngHangNotification+0xd9 (FPO: [Non-Fpo])
    ef97e76c bf9ed348 e4b30010 e4b30010 ef97e7b8 ialmdnt5!DrvEnableDriver+0xff5
    ef97e77c bf8b90ef e37ee880 00000000 00000000 ialmdnt5!DrvEnableDriver+0x1028
    ef97e7b8 bf8053ae e37ee880 00000000 00000000 win32k!WatchdogDrvSynchronizeSurface+0x57 (FPO: [Non-Fpo])
    ef97e7cc bf836932 e37ee880 00000000 00000000 win32k!PDEVOBJ::vSync+0x36 (FPO: [Non-Fpo])
    ef97e9e8 bf843c9d e1193430 e4b2f008 ef97ea14 win32k!EngCopyBits+0x103 (FPO: [Non-Fpo])
    ef97eb24 bf8447a2 ef97ec20 ef97eb98 00000000 win32k!BLTRECORD::bBitBlt+0x6b6 (FPO: [Non-Fpo])
    ef97ec54 bf83841b dc010ee5 00000001 00000001 win32k!GreStretchBltInternal+0x5fd (FPO: [Non-Fpo])
    ef97ec90 bf809777 dc010ee5 00000001 00000001 win32k!GreStretchBlt+0x30 (FPO: [Non-Fpo])
    ef97ed30 804de7ec dc010ee5 00000001 00000001 win32k!NtGdiBitBlt+0x3b (FPO: [Non-Fpo])
    ef97ed30 7c90e514 dc010ee5 00000001 00000001 nt!KiFastCallEntry+0xf8 (FPO: [0,0] TrapFrame @ ef97ed64)
    00a4fa28 00000000 00000000 00000000 00000000 0x7c90e514
    start end module name
    804d7000 806ed700 nt ntoskrnl.exe Fri Feb 06 05:08:08 2009 (498C1A18)
    806ee000 8070e300 hal halaacpi.dll Sun Apr 13 13:31:27 2008 (4802517F)
    bf800000 bf9c2f80 win32k win32k.sys Fri Apr 17 07:26:26 2009 (49E87572)
    bf9c3000 bf9d4600 dxg dxg.sys Sun Apr 13 13:38:27 2008 (48025323)
    bf9d5000 bf9e2000 ialmrnt5 ialmrnt5.dll Tue Jan 14 14:38:39 2003 (3E24754F)
    bf9e2000 bfa03000 ialmdnt5 ialmdnt5.dll Tue Jan 14 14:37:26 2003 (3E247506)
    bfa03000 bfa31fc0 ialmdev5 ialmdev5.DLL Tue Jan 14 14:37:19 2003 (3E2474FF)
    bfa32000 bfaa2000 ialmdd5 ialmdd5.DLL Tue Jan 14 14:36:54 2003 (3E2474E6)
    bffa0000 bffe5c00 ATMFD ATMFD.DLL Sun Apr 13 19:09:55 2008 (4802A0D3)
    eea0e000 eea38180 kmixer kmixer.sys Sun Apr 13 13:45:07 2008 (480254B3)
    ef079000 ef0b9a80 HTTP HTTP.sys Sun Apr 13 13:53:48 2008 (480256BC)
    ef15a000 ef17c100 RDPWD RDPWD.SYS Sun Apr 13 13:38:40 2008 (48025330)
    ef543000 ef557480 wdmaud wdmaud.sys Sun Apr 13 14:17:18 2008 (48025C3E)
    ef7b0000 ef801880 srv srv.sys Thu Dec 11 04:57:07 2008 (4940F203)
    ef8f2000 ef91e180 mrxdav mrxdav.sys Sun Apr 13 13:32:42 2008 (480251CA)
    efbe7000 efbf5d80 sysaudio sysaudio.sys Sun Apr 13 14:15:55 2008 (48025BEB)
    efc93000 efc96900 ndisuio ndisuio.sys Sun Apr 13 13:55:57 2008 (4802573D)
    efda7000 efdbe900 dump_atapi dump_atapi.sys Sun Apr 13 13:40:29 2008 (4802539D)
    efde7000 efe04000 EraserUtilRebootDrv EraserUtilRebootDrv.sys Mon Aug 17 18:05:39 2009 (4A89E243)
    efe04000 efe62000 eeCtrl eeCtrl.sys Mon Aug 17 18:05:39 2009 (4A89E243)
    efe62000 efed1280 mrxsmb mrxsmb.sys Fri Oct 24 06:21:07 2008 (4901AFA3)
    efed2000 efefce80 rdbss rdbss.sys Sun Apr 13 14:28:38 2008 (48025EE6)
    efefd000 eff22500 ipnat ipnat.sys Sun Apr 13 13:57:10 2008 (48025786)
    eff23000 eff8d000 SPBBCDrv SPBBCDrv.sys Fri Sep 05 00:46:11 2008 (48C0C7A3)
    eff8d000 effaed00 afd afd.sys Thu Aug 14 05:04:35 2008 (48A40333)
    effaf000 effd6c00 netbt netbt.sys Sun Apr 13 14:20:59 2008 (48025D1B)
    effd7000 f0004200 SYMTDI SYMTDI.SYS Tue Aug 19 15:17:48 2008 (48AB2A6C)
    f0005000 f005d480 tcpip tcpip.sys Fri Jun 20 06:51:09 2008 (485B99AD)
    f005e000 f0070600 ipsec ipsec.sys Sun Apr 13 14:19:42 2008 (48025CCE)
    f0091000 f00a4180 NAVENG NAVENG.SYS Sat Aug 22 00:31:12 2009 (4A8F82A0)
    f00a5000 f00ca000 SYMEVENT SYMEVENT.SYS Mon Jan 14 17:29:24 2008 (478BF054)
    f00ca000 f020b800 NAVEX15 NAVEX15.SYS Sat Aug 22 00:37:19 2009 (4A8F840F)
    f020c000 f0256000 SRTSP SRTSP.SYS Mon Feb 23 20:47:54 2009 (49A35FDA)
    f042d000 f04478c0 ialmsbw ialmsbw.sys Tue Jan 14 14:38:35 2003 (3E24754B)
    f0448000 f045b1c0 ialmkchw ialmkchw.sys Tue Jan 14 14:38:29 2003 (3E247545)
    f84fc000 f84fe900 Dxapi Dxapi.sys Fri Aug 17 15:53:19 2001 (3B7D843F)
    f8544000 f85a1f00 update update.sys Sun Apr 13 13:39:46 2008 (48025372)
    f8662000 f8665240 OMCI OMCI.SYS Wed Aug 22 11:42:57 2001 (3B83E111)
    f8666000 f8668280 rasacd rasacd.sys Fri Aug 17 15:55:39 2001 (3B7D84CB)
    f866a000 f8699e80 rdpdr rdpdr.sys Sun Apr 13 13:32:50 2008 (480251D2)
    f869a000 f86aae00 psched psched.sys Sun Apr 13 13:56:36 2008 (48025764)
    f86ab000 f86c1580 ndiswan ndiswan.sys Sun Apr 13 14:20:41 2008 (48025D09)
    f86c2000 f86e5a80 portcls portcls.sys Sun Apr 13 14:19:40 2008 (48025CCC)
    f86e6000 f8769980 smwdm smwdm.sys Thu Dec 19 16:48:46 2002 (3E024CCE)
    f8788000 f87aa700 ks ks.sys Sun Apr 13 14:16:34 2008 (48025C12)
    f87ab000 f87be900 parport parport.sys Sun Apr 13 13:40:09 2008 (48025389)
    f87bf000 f87d7600 e1000325 e1000325.sys Tue Nov 12 12:02:18 2002 (3DD1422A)
    f87d8000 f87fb200 USBPORT USBPORT.SYS Sun Apr 13 13:45:34 2008 (480254CE)
    f87fc000 f880ff00 VIDEOPRT VIDEOPRT.SYS Sun Apr 13 13:44:39 2008 (48025497)
    f8810000 f88256c0 ialmnt5 ialmnt5.sys Tue Jan 14 14:37:28 2003 (3E247508)
    f887f000 f8898b80 Mup Mup.sys Sun Apr 13 14:17:05 2008 (48025C31)
    f8899000 f88c5980 NDIS NDIS.sys Sun Apr 13 14:20:35 2008 (48025D03)
    f88c6000 f8952600 Ntfs Ntfs.sys Sun Apr 13 14:15:49 2008 (48025BE5)
    f8953000 f8969b00 KSecDD KSecDD.sys Wed Jun 24 06:18:40 2009 (4A420B90)
    f896a000 f897bf00 sr sr.sys Sun Apr 13 13:36:50 2008 (480252C2)
    f897c000 f899bb00 fltmgr fltmgr.sys Sun Apr 13 13:32:58 2008 (480251DA)
    f899c000 f89b3900 atapi atapi.sys Sun Apr 13 13:40:29 2008 (4802539D)
    f89b4000 f89d9700 dmio dmio.sys Sun Apr 13 13:44:45 2008 (4802549D)
    f89da000 f89f8880 ftdisk ftdisk.sys Fri Aug 17 15:52:41 2001 (3B7D8419)
    f89f9000 f8a09a80 pci pci.sys Sun Apr 13 13:36:43 2008 (480252BB)
    f8a0a000 f8a37d80 ACPI ACPI.sys Sun Apr 13 13:36:33 2008 (480252B1)
    f8a59000 f8a62180 isapnp isapnp.sys Sun Apr 13 13:36:40 2008 (480252B8)
    f8a69000 f8a73580 MountMgr MountMgr.sys Sun Apr 13 13:39:45 2008 (48025371)
    f8a79000 f8a85c80 VolSnap VolSnap.sys Sun Apr 13 13:41:00 2008 (480253BC)
    f8a89000 f8a91e00 disk disk.sys Sun Apr 13 13:40:46 2008 (480253AE)
    f8a99000 f8aa5180 CLASSPNP CLASSPNP.SYS Sun Apr 13 14:16:21 2008 (48025C05)
    f8ab9000 f8ac7880 usbhub usbhub.sys Sun Apr 13 13:45:36 2008 (480254D0)
    f8ad9000 f8ae2000 HIDCLASS HIDCLASS.SYS Sun Apr 13 13:45:25 2008 (480254C5)
    f8ae9000 f8af2100 SRTSPX SRTSPX.SYS Mon Feb 23 20:50:26 2009 (49A36072)
    f8b09000 f8b11780 netbios netbios.sys Sun Apr 13 13:56:01 2008 (48025741)
    f8b19000 f8b21700 wanarp wanarp.sys Sun Apr 13 13:57:20 2008 (48025790)
    f8b39000 f8b43e00 Fips Fips.SYS Sun Apr 13 13:33:27 2008 (480251F7)
    f8b59000 f8b68900 Cdfs Cdfs.SYS Sun Apr 13 14:14:21 2008 (48025B8D)
    f8ba9000 f8bb1e00 intelppm intelppm.sys Sun Apr 13 13:31:31 2008 (48025183)
    f8bb9000 f8bc8c00 serial serial.sys Sun Apr 13 14:15:44 2008 (48025BE0)
    f8bc9000 f8bd3480 imapi imapi.sys Sun Apr 13 13:40:57 2008 (480253B9)
    f8bd9000 f8be8600 cdrom cdrom.sys Sun Apr 13 13:40:45 2008 (480253AD)
    f8be9000 f8bf7100 redbook redbook.sys Sun Apr 13 13:40:27 2008 (4802539B)
    f8bf9000 f8c07b00 drmk drmk.sys Sun Apr 13 13:45:12 2008 (480254B8)
    f8c09000 f8c15880 rasl2tp rasl2tp.sys Sun Apr 13 14:19:43 2008 (48025CCF)
    f8c19000 f8c23200 raspppoe raspppoe.sys Sun Apr 13 13:57:31 2008 (4802579B)
    f8c29000 f8c34d00 raspptp raspptp.sys Sun Apr 13 14:19:47 2008 (48025CD3)
    f8c39000 f8c41900 msgpc msgpc.sys Sun Apr 13 13:56:32 2008 (48025760)
    f8c89000 f8c92f00 termdd termdd.sys Sun Apr 13 13:38:36 2008 (4802532C)
    f8cb9000 f8cc2e80 NDProxy NDProxy.SYS Sun Apr 13 13:57:28 2008 (48025798)
    f8cd9000 f8cdf180 PCIIDEX PCIIDEX.SYS Sun Apr 13 13:40:29 2008 (4802539D)
    f8ce1000 f8ce5d00 PartMgr PartMgr.sys Sun Apr 13 13:40:48 2008 (480253B0)
    f8d49000 f8d4e080 usbuhci usbuhci.sys Sun Apr 13 13:45:34 2008 (480254CE)
    f8d51000 f8d58600 usbehci usbehci.sys Sun Apr 13 13:45:34 2008 (480254CE)
    f8d59000 f8d5a000 fdc fdc.sys unavailable (00000000)
    f8d61000 f8d65a80 TDI TDI.SYS Sun Apr 13 14:00:04 2008 (48025834)
    f8d71000 f8d75580 ptilink ptilink.sys Fri Aug 17 15:49:53 2001 (3B7D8371)
    f8d79000 f8d7d080 raspti raspti.sys Fri Aug 17 15:55:32 2001 (3B7D84C4)
    f8d81000 f8d87000 kbdclass kbdclass.sys Sun Apr 13 13:39:46 2008 (48025372)
    f8d89000 f8d8ea00 mouclass mouclass.sys Sun Apr 13 13:39:47 2008 (48025373)
    f8d91000 f8d98000 A302 A302.sys Tue Jan 14 14:37:38 2003 (3E247512)
    f8d99000 f8da0d80 usbccgp usbccgp.sys Sun Apr 13 13:45:38 2008 (480254D2)
    f8da1000 f8da7180 HIDPARSE HIDPARSE.SYS Sun Apr 13 13:45:22 2008 (480254C2)
    f8dc1000 f8dc6200 vga vga.sys Sun Apr 13 13:44:40 2008 (48025498)
    f8dc9000 f8dcda80 Msfs Msfs.SYS Sun Apr 13 13:32:38 2008 (480251C6)
    f8dd1000 f8dd8880 Npfs Npfs.SYS Sun Apr 13 13:32:38 2008 (480251C6)
    f8de9000 f8ded500 watchdog watchdog.sys Sun Apr 13 13:44:59 2008 (480254AB)
    f8e19000 f8e1fa00 spcd spcd.sys Fri May 27 12:05:29 2005 (42975359)
    f8e29000 f8e2e500 TDTCP TDTCP.SYS Sun Apr 13 13:38:35 2008 (4802532B)
    f8e41000 f8e46200 SYMREDRV SYMREDRV.SYS Tue Aug 19 15:18:20 2008 (48AB2A8C)
    f8e69000 f8e6c000 BOOTVID BOOTVID.dll Fri Aug 17 15:49:09 2001 (3B7D8345)
    f8ef5000 f8ef7880 hidusb hidusb.sys Sun Apr 13 13:45:27 2008 (480254C7)
    f8ef9000 f8efc900 kbdhid kbdhid.sys Sun Apr 13 13:39:47 2008 (48025373)
    f8efd000 f8efff80 mouhid mouhid.sys Fri Aug 17 15:47:57 2001 (3B7D82FD)
    f8f11000 f8f14d80 serenum serenum.sys Sun Apr 13 13:40:12 2008 (4802538C)
    f8f19000 f8f1b780 ndistapi ndistapi.sys Sun Apr 13 13:57:27 2008 (48025797)
    f8f3d000 f8f40c80 mssmbios mssmbios.sys Sun Apr 13 13:36:45 2008 (480252BD)
    f8f59000 f8f5ab80 kdcom kdcom.dll Fri Aug 17 15:49:10 2001 (3B7D8346)
    f8f5b000 f8f5c100 WMILIB WMILIB.SYS Fri Aug 17 16:07:23 2001 (3B7D878B)
    f8f5d000 f8f5e580 intelide intelide.sys Sun Apr 13 13:40:29 2008 (4802539D)
    f8f5f000 f8f60700 dmload dmload.sys Fri Aug 17 15:58:15 2001 (3B7D8567)
    f8f6d000 f8f6e120 aeaudio aeaudio.sys Mon Apr 01 09:39:14 2002 (3CA87112)
    f8f6f000 f8f70100 swenum swenum.sys Sun Apr 13 13:39:52 2008 (48025378)
    f8f71000 f8f72280 USBD USBD.SYS Fri Aug 17 16:02:58 2001 (3B7D8682)
    f8f89000 f8f8af00 Fs_Rec Fs_Rec.SYS Fri Aug 17 15:49:37 2001 (3B7D8361)
    f8f8b000 f8f8c080 Beep Beep.SYS Fri Aug 17 15:47:33 2001 (3B7D82E5)
    f8f8d000 f8f8e080 mnmdd mnmdd.SYS Fri Aug 17 15:57:28 2001 (3B7D8538)
    f8f8f000 f8f90080 RDPCDD RDPCDD.sys Fri Aug 17 15:46:56 2001 (3B7D82C0)
    f8f95000 f8f96100 dump_WMILIB dump_WMILIB.SYS Fri Aug 17 16:07:23 2001 (3B7D878B)
    f8ff1000 f8ff2a80 ParVdm ParVdm.SYS Fri Aug 17 15:49:49 2001 (3B7D836D)
    f9021000 f9021d00 pciide pciide.sys Fri Aug 17 15:51:49 2001 (3B7D83E5)
    f9074000 f9074c00 audstub audstub.sys Fri Aug 17 15:59:40 2001 (3B7D85BC)
    f9145000 f9145b80 Null Null.SYS Fri Aug 17 15:47:39 2001 (3B7D82EB)
    f9189000 f9189d00 dxgthk dxgthk.sys Fri Aug 17 15:53:12 2001 (3B7D8438)
    Mini Kernel Dump does not contain unloaded driver list
    Closing open log file c:debuglog.txt
     
  6. 2009/09/01
    Admin.

    Admin. Administrator Administrator Staff

    Joined:
    2001/12/30
    Messages:
    6,680
    Likes Received:
    104
    Please enter your System Details. It helps us in answering your questions!
     
  7. 2009/09/02
    CUISTech

    CUISTech Inactive Thread Starter

    Joined:
    2008/10/28
    Messages:
    419
    Likes Received:
    1
    Optiplex GX260
    XP Pro SP3
    P4, 2.26 Ghz/2.26 Ghz
    640 MB RAM

    Onboard graphics, no actual video card. "Intel 82845G/GL/GE/PE/GV Grahpics" is what Device Manager has listed under display adapters.
     
  8. 2009/09/09
    Arie

    Arie Administrator Administrator Staff

    Joined:
    2001/12/27
    Messages:
    15,174
    Likes Received:
    412
    Since that's a +6 year old driver I'd suggest you try updating your graphics driver.
     
    Arie,
    #7
  9. 2009/09/15
    CUISTech

    CUISTech Inactive Thread Starter

    Joined:
    2008/10/28
    Messages:
    419
    Likes Received:
    1
    I had to download and use a chipset driver, instead of a plain video driver that I had been trying. (Intel 82845G/GL/GE/PE/GV Graphics Controller, to be specific.)

    After attempting to watch the same video after installing this driver, the computer did not crash and the resolution did not change. I'll call this one a win.

    Thanks!!
     
  10. 2009/09/15
    Admin.

    Admin. Administrator Administrator Staff

    Joined:
    2001/12/30
    Messages:
    6,680
    Likes Received:
    104
    Great we got it solved.
     

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.