Getting BSOD after WoW running for a while.

jswan08

Distinguished
Aug 5, 2008
6
0
18,510
Hey I'm new here and was wondering if I could possibly get some help with this issue I have been experiencing. When I've been in World Of Warcraft for quite some time, or any other game for that matter, my computer totally locks up, and until now I never noticed that I received a BSOD after it reboots itself.

I built my system myself and the specs are as follows
MoBo: Asus A8N-SLI Premium Socket 939
CPU: AMD 4000+ 2.4 ghz
PSU: ULTRA 550w
RAM: Patriot 2 x 1GB PC 3200 DDR 184 Pin D400
Drive: WD 320g 7200 RPM
GFX Card: eVGA 7950 GX2 512MB

I debugged the BSOD and in return I got:


Microsoft ® Windows Debugger Version 6.10.0003.233 X86
Copyright © Microsoft Corporation. All rights reserved.


Loading Dump File [C:\Documents and Settings\jswan08\My Documents\Mini122508-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available

Symbol search path is: SRV*c:\symbols*http://msdl.microsoft.com/download/symbols
Executable search path is:
Windows XP Kernel Version 2600 (Service Pack 3) UP Free x86 compatible
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 2600.xpsp_sp3_gdr.080814-1236
Machine Name:
Kernel base = 0x804d7000 PsLoadedModuleList = 0x80554040
Debug session time: Thu Dec 25 00:20:28.583 2008 (GMT-5)
System Uptime: 0 days 5:02:19.671
Loading Kernel Symbols
...............................................................
................................................................
..........
Loading User Symbols
Loading unloaded module list
........
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 100000EA, {8a203a30, 89d74928, bacd3cb4, 1}

*** WARNING: Unable to verify timestamp for nv4_mini.sys
*** ERROR: Module load completed but symbols could not be loaded for nv4_mini.sys
Probably caused by : nv4_mini.sys ( nv4_mini+7b6ab )

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

kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************

THREAD_STUCK_IN_DEVICE_DRIVER_M (100000ea)
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 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: 8a203a30, Pointer to a stuck thread object. Do .thread then kb on it to find
the hung location.
Arg2: 89d74928, Pointer to a DEFERRED_WATCHDOG object.
Arg3: bacd3cb4, Pointer to offending driver name.
Arg4: 00000001, Number of times "intercepted" bugcheck 0xEA was hit (see notes).

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


FAULTING_THREAD: 8a203a30

DEFAULT_BUCKET_ID: GRAPHICS_DRIVER_FAULT

CUSTOMER_CRASH_COUNT: 1

BUGCHECK_STR: 0xEA

PROCESS_NAME: csrss.exe

LAST_CONTROL_TRANSFER: from 806d2ca4 to 805418bf

STACK_TEXT:
b9baf790 806d2ca4 00000000 ffdff980 80541086 nt!KiDispatchInterrupt+0x7f
b9baf79c 80541086 00000000 000000d1 00009400 hal!HalEndSystemInterrupt+0x54
b9baf79c 80527efa 00000000 000000d1 00009400 nt!KeUpdateSystemTime+0x13e
b9baf81c b9d4e6ab b89b6400 b9d70a92 8a34c4a8 nt!READ_REGISTER_ULONG+0x6
WARNING: Stack unwind information not available. Following frames may be wrong.
b9baf824 b9d70a92 8a34c4a8 8a349008 00009400 nv4_mini+0x7b6ab
b9baf828 8a34c4a8 8a349008 00009400 8a345308 nv4_mini+0x9da92
b9baf82c 8a349008 00009400 8a345308 8a349008 0x8a34c4a8
b9baf830 00000000 8a345308 8a349008 00000000 0x8a349008


STACK_COMMAND: .thread 0xffffffff8a203a30 ; kb

FOLLOWUP_IP:
nv4_mini+7b6ab
b9d4e6ab ?? ???

SYMBOL_STACK_INDEX: 4

SYMBOL_NAME: nv4_mini+7b6ab

FOLLOWUP_NAME: MachineOwner

MODULE_NAME: nv4_mini

IMAGE_NAME: nv4_mini.sys

DEBUG_FLR_IMAGE_TIMESTAMP: 48ebd3e6

FAILURE_BUCKET_ID: 0xEA_IMAGE_nv4_mini.sys_DATE_2008_10_07

BUCKET_ID: 0xEA_IMAGE_nv4_mini.sys_DATE_2008_10_07

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

kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************

THREAD_STUCK_IN_DEVICE_DRIVER_M (100000ea)
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 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: 8a203a30, Pointer to a stuck thread object. Do .thread then kb on it to find
the hung location.
Arg2: 89d74928, Pointer to a DEFERRED_WATCHDOG object.
Arg3: bacd3cb4, Pointer to offending driver name.
Arg4: 00000001, Number of times "intercepted" bugcheck 0xEA was hit (see notes).

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


FAULTING_THREAD: 8a203a30

DEFAULT_BUCKET_ID: GRAPHICS_DRIVER_FAULT

CUSTOMER_CRASH_COUNT: 1

BUGCHECK_STR: 0xEA

PROCESS_NAME: csrss.exe

LAST_CONTROL_TRANSFER: from 806d2ca4 to 805418bf

STACK_TEXT:
b9baf790 806d2ca4 00000000 ffdff980 80541086 nt!KiDispatchInterrupt+0x7f
b9baf79c 80541086 00000000 000000d1 00009400 hal!HalEndSystemInterrupt+0x54
b9baf79c 80527efa 00000000 000000d1 00009400 nt!KeUpdateSystemTime+0x13e
b9baf81c b9d4e6ab b89b6400 b9d70a92 8a34c4a8 nt!READ_REGISTER_ULONG+0x6
WARNING: Stack unwind information not available. Following frames may be wrong.
b9baf824 b9d70a92 8a34c4a8 8a349008 00009400 nv4_mini+0x7b6ab
b9baf828 8a34c4a8 8a349008 00009400 8a345308 nv4_mini+0x9da92
b9baf82c 8a349008 00009400 8a345308 8a349008 0x8a34c4a8
b9baf830 00000000 8a345308 8a349008 00000000 0x8a349008


STACK_COMMAND: .thread 0xffffffff8a203a30 ; kb

FOLLOWUP_IP:
nv4_mini+7b6ab
b9d4e6ab ?? ???

SYMBOL_STACK_INDEX: 4

SYMBOL_NAME: nv4_mini+7b6ab

FOLLOWUP_NAME: MachineOwner

MODULE_NAME: nv4_mini

IMAGE_NAME: nv4_mini.sys

DEBUG_FLR_IMAGE_TIMESTAMP: 48ebd3e6

FAILURE_BUCKET_ID: 0xEA_IMAGE_nv4_mini.sys_DATE_2008_10_07

BUCKET_ID: 0xEA_IMAGE_nv4_mini.sys_DATE_2008_10_07

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

P.S Ive Also included a copy of my DxDiag if it helps

I've also already updated to the most recent graphics drivers for my card.

---------

------------------
System Information
------------------
Time of this report: 12/25/2008, 15:08:51
Machine name: JOSH-128610A337
Operating System: Windows XP Professional (5.1, Build 2600) Service Pack 3 (2600.xpsp_sp3_gdr.080814-1236)
Language: English (Regional Setting: English)
System Manufacturer: System manufacturer
System Model: System Product Name
BIOS: Phoenix - AwardBIOS v6.00PG
Processor: AMD Athlon(tm) 64 Processor 4000+, MMX, 3DNow, ~2.4GHz
Memory: 2048MB RAM
Page File: 622MB used, 3317MB available
Windows Dir: C:\WINDOWS
DirectX Version: DirectX 9.0c (4.09.0000.0904)
DX Setup Parameters: Not found
DxDiag Version: 5.03.2600.5512 32bit Unicode

------------
DxDiag Notes
------------
DirectX Files Tab: No problems found.
Display Tab 1: No problems found.
Sound Tab 1: No problems found.
Music Tab: No problems found.
Input Tab: No problems found.
Network Tab: No problems found.

--------------------
DirectX Debug Levels
--------------------
Direct3D: 0/4 (n/a)
DirectDraw: 0/4 (retail)
DirectInput: 0/5 (n/a)
DirectMusic: 0/5 (n/a)
DirectPlay: 0/9 (retail)
DirectSound: 0/5 (retail)
DirectShow: 0/6 (retail)

---------------
Display Devices
---------------
Card name: NVIDIA GeForce 7950 GX2
Manufacturer: NVIDIA
Chip type: GeForce 7950 GX2
DAC type: Integrated RAMDAC
Device Key: Enum\PCI\VEN_10DE&DEV_0294&SUBSYS_035B10DE&REV_A1
Display Memory: 512.0 MB
Current Mode: 1920 x 1080 (32 bit) (60Hz)
Monitor: Plug and Play Monitor
Monitor Max Res: 1600,1200
Driver Name: nv4_disp.dll
Driver Version: 6.14.0011.7824 (English)
DDI Version: 9 (or higher)
Driver Attributes: Final Retail
Driver Date/Size: 10/7/2008 12:33:00, 6058112 bytes
WHQL Logo'd: Yes
WHQL Date Stamp: n/a
VDD: n/a
Mini VDD: nv4_mini.sys
Mini VDD Date: 10/7/2008 12:33:00, 6133856 bytes
Device Identifier: {D7B71E3E-41D4-11CF-FE6D-502300C2CB35}
Vendor ID: 0x10DE
Device ID: 0x0294
SubSys ID: 0x035B10DE
Revision ID: 0x00A1
Revision ID: 0x00A1
Video Accel: ModeMPEG2_A ModeMPEG2_B ModeMPEG2_C ModeMPEG2_D ModeWMV9_B ModeWMV9_A
Deinterlace Caps: {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(YV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
Registry: OK
DDraw Status: Enabled
D3D Status: Enabled
AGP Status: Enabled
DDraw Test Result: Not run
D3D7 Test Result: Not run
D3D8 Test Result: Not run
D3D9 Test Result: Not run

-------------
Sound Devices
-------------
Description: C-Media USB Headphone Set
Default Sound Playback: Yes
Default Voice Playback: Yes
Hardware ID: USB\Vid_0d8c&Pid_000c&Rev_0100&MI_00
Manufacturer ID: 65535
Product ID: 65535
Type: WDM
Driver Name: usbaudio.sys
Driver Version: 5.01.2600.5512 (English)
Driver Attributes: Final Retail
WHQL Logo'd: Yes
Date and Size: 4/13/2008 13:45:12, 60032 bytes
Other Files:
Driver Provider: Microsoft
HW Accel Level: Full
Cap Flags: 0xF5F
Min/Max Sample Rate: 100, 200000
Static/Strm HW Mix Bufs: 0, 0
Static/Strm HW 3D Bufs: 0, 0
HW Memory: 0
Voice Management: No
EAX(tm) 2.0 Listen/Src: No, No
I3DL2(tm) Listen/Src: No, No
Sensaura(tm) ZoomFX(tm): No
Registry: OK
Sound Test Result: Not run

---------------------
Sound Capture Devices
---------------------
Description: C-Media USB Headphone Set
Default Sound Capture: Yes
Default Voice Capture: Yes
Driver Name: usbaudio.sys
Driver Version: 5.01.2600.5512 (English)
Driver Attributes: Final Retail
Date and Size: 4/13/2008 13:45:12, 60032 bytes
Cap Flags: 0x41
Format Flags: 0x440

-----------
DirectMusic
-----------
DLS Path: C:\WINDOWS\SYSTEM32\drivers\GM.DLS
DLS Version: 1.00.0016.0002
Acceleration: n/a
Ports: Microsoft Synthesizer, Software (Not Kernel Mode), Output, DLS, Internal, Default Port
MPU-401, Hardware (Kernel Mode), Input, No DLS, External
MPU-401, Hardware (Kernel Mode), Output, No DLS, External
USB Audio Device, Software (Kernel Mode), Output, DLS, Internal
Microsoft MIDI Mapper [Emulated], Hardware (Not Kernel Mode), Output, No DLS, Internal
Microsoft GS Wavetable SW Synth [Emulated], Hardware (Not Kernel Mode), Output, No DLS, Internal
MPU-401 [Emulated], Hardware (Not Kernel Mode), Output, No DLS, External
MPU-401 [Emulated], Hardware (Not Kernel Mode), Input, No DLS, External
Registry: OK
Test Result: Not run

-------------------
DirectInput Devices
-------------------
Device Name: Mouse
Attached: 1
Controller ID: n/a
Vendor/Product ID: n/a
FF Driver: n/a

Device Name: Keyboard
Attached: 1
Controller ID: n/a
Vendor/Product ID: n/a
FF Driver: n/a

Device Name: C-Media USB Headphone Set
Attached: 1
Controller ID: 0x0
Vendor/Product ID: 0x0D8C, 0x000C
FF Driver: n/a

Device Name: Razer Tarantula USB Keyboard
Attached: 1
Controller ID: 0x0
Vendor/Product ID: 0x1532, 0x0102
FF Driver: n/a

Device Name: Razer Tarantula USB Keyboard
Attached: 1
Controller ID: 0x0
Vendor/Product ID: 0x1532, 0x0102
FF Driver: n/a

Poll w/ Interrupt: No
Registry: OK

-----------
USB Devices
-----------
+ USB Root Hub
| Vendor/Product ID: 0x10DE, 0x005A
| Matching Device ID: usb\root_hub
| Service: usbhub
| Driver: usbhub.sys, 4/13/2008 13:45:37, 59520 bytes
| Driver: usbd.sys, 8/4/2004 07:00:00, 4736 bytes
|
+-+ Generic USB Hub
| | Vendor/Product ID: 0x05E3, 0x0604
| | Location: USB Hub
| | Matching Device ID: usb\class_09
| | Service: usbhub
| | Driver: usbhub.sys, 4/13/2008 13:45:37, 59520 bytes

----------------
Gameport Devices
----------------
+ PCI bus
| Matching Device ID: *pnp0a03
| Service: pci
| Driver: pci.sys, 4/13/2008 13:36:44, 68224 bytes
|
+-+ Standard Game Port
| | Matching Device ID: *pnpb02f
| | Service: gameenum
| | Driver: gameenum.sys, 4/13/2008 13:45:30, 10624 bytes

------------
PS/2 Devices
------------
+ HID Keyboard Device
| Vendor/Product ID: 0x1532, 0x0101
| Matching Device ID: hid_device_system_keyboard
| Service: kbdhid
| Driver: kbdhid.sys, 4/13/2008 13:39:48, 14592 bytes
| Driver: kbdclass.sys, 4/13/2008 13:39:47, 24576 bytes
|
+ HID Keyboard Device
| Vendor/Product ID: 0x1532, 0x0102
| Matching Device ID: hid_device_system_keyboard
| Service: kbdhid
| Driver: kbdhid.sys, 4/13/2008 13:39:48, 14592 bytes
| Driver: kbdclass.sys, 4/13/2008 13:39:47, 24576 bytes
|
+ Terminal Server Keyboard Driver
| Matching Device ID: root\rdp_kbd
| Upper Filters: kbdclass
| Service: TermDD
| Driver: termdd.sys, 4/13/2008 19:13:20, 40840 bytes
| Driver: kbdclass.sys, 4/13/2008 13:39:47, 24576 bytes
|
+ HID-compliant mouse
| Vendor/Product ID: 0x1532, 0x0101
| Matching Device ID: hid_device_system_mouse
| Upper Filters: pivotmou, 532&Pid_0101&Rev_2100&MI_00, HID\Vid_1532&Pid_0101&MI_00, HID_DEVICE_SYSTEM_MOUSE, HID_DEVICE_UP:0001_U:0002, HID_DEVICE
| Service: mouhid
| Driver: mouclass.sys, 4/13/2008 13:39:47, 23040 bytes
| Driver: mouhid.sys, 8/4/2004 07:00:00, 12160 bytes
|
+ Terminal Server Mouse Driver
| Matching Device ID: root\rdp_mou
| Upper Filters: mouclass
| Service: TermDD
| Driver: termdd.sys, 4/13/2008 19:13:20, 40840 bytes
| Driver: mouclass.sys, 4/13/2008 13:39:47, 23040 bytes

----------------------------
DirectPlay Service Providers
----------------------------
DirectPlay8 Modem Service Provider - Registry: OK, File: dpnet.dll (5.03.2600.5512)
DirectPlay8 Serial Service Provider - Registry: OK, File: dpnet.dll (5.03.2600.5512)
DirectPlay8 IPX Service Provider - Registry: OK, File: dpnet.dll (5.03.2600.5512)
DirectPlay8 TCP/IP Service Provider - Registry: OK, File: dpnet.dll (5.03.2600.5512)
Internet TCP/IP Connection For DirectPlay - Registry: OK, File: dpwsockx.dll (5.03.2600.5512)
IPX Connection For DirectPlay - Registry: OK, File: dpwsockx.dll (5.03.2600.5512)
Modem Connection For DirectPlay - Registry: OK, File: dpmodemx.dll (5.03.2600.5512)
Serial Connection For DirectPlay - Registry: OK, File: dpmodemx.dll (5.03.2600.5512)

DirectPlay Voice Wizard Tests: Full Duplex: Not run, Half Duplex: Not run, Mic: Not run
DirectPlay Test Result: Not run
Registry: OK

-------------------
DirectPlay Adapters
-------------------
DirectPlay8 Serial Service Provider: COM1
DirectPlay8 TCP/IP Service Provider: Local Area Connection - IPv4 -

-----------------------
DirectPlay Voice Codecs
-----------------------
Voxware VR12 1.4kbit/s
Voxware SC06 6.4kbit/s
Voxware SC03 3.2kbit/s
MS-PCM 64 kbit/s
MS-ADPCM 32.8 kbit/s
Microsoft GSM 6.10 13 kbit/s
TrueSpeech(TM) 8.6 kbit/s

-------------------------
DirectPlay Lobbyable Apps
-------------------------
Star Wars Jedi Knight Jedi Academy (DX7) - Registry: OK, ExeFile: jamp.exe (1.00.0001.0000)

------------------------
Disk & DVD/CD-ROM Drives
------------------------
Drive: C:
Free Space: 230.7 GB
Total Space: 305.2 GB
File System: NTFS
Model: WDC WD32 00KS-00PFB0 SCSI Disk Device

Drive: E:
Free Space: 7.4 GB
Total Space: 19.5 GB
File System: NTFS
Model: QUANTUM FIREBALLlct20 20

Drive: D:
Model: GIGABYTE GO-B5232C
Driver: c:\windows\system32\drivers\cdrom.sys, 5.01.2600.5512 (English), 4/13/2008 13:40:46, 62976 bytes

Drive: F:
Model: HAH 3KH6N0X2RSL SCSI CdRom Device
Driver: c:\windows\system32\drivers\cdrom.sys, 5.01.2600.5512 (English), 4/13/2008 13:40:46, 62976 bytes

--------------
System Devices
--------------
Name: Marvell Yukon 88E8001/8003/8010 PCI Gigabit Ethernet Controller
Device ID: PCI\VEN_11AB&DEV_4320&SUBSYS_811A1043&REV_13\4&15B9AB7D&0&6048
Driver: n/a

Name: NVIDIA GeForce 7950 GX2
Device ID: PCI\VEN_10DE&DEV_0294&SUBSYS_035B10DE&REV_A1\6&E52F372&0&00080070
Driver: C:\WINDOWS\system32\DRIVERS\nv4_mini.sys, 6.14.0011.7824 (English), 10/7/2008 12:33:00, 6133856 bytes
Driver: C:\WINDOWS\system32\nv4_disp.dll, 6.14.0011.7824 (English), 10/7/2008 12:33:00, 6058112 bytes
Driver: C:\WINDOWS\system32\nvsvc32.exe, 6.14.0011.7824 (English), 10/7/2008 12:33:00, 163908 bytes
Driver: C:\WINDOWS\system32\nvapi.dll, 6.14.0011.7824 (English), 10/7/2008 12:33:00, 475136 bytes
Driver: C:\WINDOWS\system32\nvcuda.dll, 6.14.0011.7824 (English), 10/7/2008 12:33:00, 1368064 bytes
Driver: C:\WINDOWS\system32\nvoglnt.dll, 6.14.0011.7824 (English), 10/7/2008 12:33:00, 8826880 bytes
Driver: C:\WINDOWS\system32\nvcpl.dll, 6.14.0011.7824 (English), 10/7/2008 12:33:00, 13574144 bytes
Driver: C:\WINDOWS\system32\nvmctray.dll, 6.14.0011.7824 (English), 10/7/2008 12:33:00, 86016 bytes
Driver: C:\WINDOWS\system32\nvwddi.dll, 6.14.0011.7824 (English), 10/7/2008 12:33:00, 81920 bytes
Driver: C:\WINDOWS\system32\nvnt4cpl.dll, 6.14.0010.11194 (English), 10/7/2008 12:33:00, 286720 bytes
Driver: C:\WINDOWS\system32\nvmccs.dll, 6.14.0011.7824 (English), 10/7/2008 12:33:00, 229376 bytes
Driver: C:\WINDOWS\system32\nvdisps.dll, 6.14.0011.7824 (English), 10/7/2008 12:33:00, 3989504 bytes
Driver: C:\WINDOWS\system32\nvgames.dll, 6.14.0011.7824 (English), 10/7/2008 12:33:00, 3444736 bytes
Driver: C:\WINDOWS\system32\nvmccss.dll, 6.14.0011.7824 (English), 10/7/2008 12:33:00, 188416 bytes
Driver: C:\WINDOWS\system32\nvmobls.dll, 6.14.0011.7824 (English), 10/7/2008 12:33:00, 1257472 bytes
Driver: C:\WINDOWS\system32\nvvitvs.dll, 6.14.0011.7824 (English), 10/7/2008 12:33:00, 3764224 bytes
Driver: C:\WINDOWS\system32\nvwss.dll, 6.14.0011.7824 (English), 10/7/2008 12:33:00, 2686976 bytes
Driver: C:\WINDOWS\help\nvcpl.hlp, 10/7/2008 12:33:00, 177897 bytes
Driver: C:\WINDOWS\help\nvwcplen.hlp, 10/7/2008 12:33:00, 55444 bytes
Driver: C:\WINDOWS\system32\nvcod.dll, 1.03.0004.0028 (English), 10/7/2008 12:33:00, 122880 bytes
Driver: C:\WINDOWS\system32\nvcodins.dll, 1.03.0004.0028 (English), 10/7/2008 12:33:00, 122880 bytes

Name: NVIDIA GeForce 7950 GX2
Device ID: PCI\VEN_10DE&DEV_0294&SUBSYS_035B10DE&REV_A1\6&182827DF&0&00000070
Driver: C:\WINDOWS\system32\DRIVERS\nv4_mini.sys, 6.14.0011.7824 (English), 10/7/2008 12:33:00, 6133856 bytes
Driver: C:\WINDOWS\system32\nv4_disp.dll, 6.14.0011.7824 (English), 10/7/2008 12:33:00, 6058112 bytes
Driver: C:\WINDOWS\system32\nvsvc32.exe, 6.14.0011.7824 (English), 10/7/2008 12:33:00, 163908 bytes
Driver: C:\WINDOWS\system32\nvapi.dll, 6.14.0011.7824 (English), 10/7/2008 12:33:00, 475136 bytes
Driver: C:\WINDOWS\system32\nvcuda.dll, 6.14.0011.7824 (English), 10/7/2008 12:33:00, 1368064 bytes
Driver: C:\WINDOWS\system32\nvoglnt.dll, 6.14.0011.7824 (English), 10/7/2008 12:33:00, 8826880 bytes
Driver: C:\WINDOWS\system32\nvcpl.dll, 6.14.0011.7824 (English), 10/7/2008 12:33:00, 13574144 bytes
Driver: C:\WINDOWS\system32\nvmctray.dll, 6.14.0011.7824 (English), 10/7/2008 12:33:00, 86016 bytes
Driver: C:\WINDOWS\system32\nvwddi.dll, 6.14.0011.7824 (English), 10/7/2008 12:33:00, 81920 bytes
Driver: C:\WINDOWS\system32\nvnt4cpl.dll, 6.14.0010.11194 (English), 10/7/2008 12:33:00, 286720 bytes
Driver: C:\WINDOWS\system32\nvmccs.dll, 6.14.0011.7824 (English), 10/7/2008 12:33:00, 229376 bytes
Driver: C:\WINDOWS\system32\nvdisps.dll, 6.14.0011.7824 (English), 10/7/2008 12:33:00, 3989504 bytes
Driver: C:\WINDOWS\system32\nvgames.dll, 6.14.0011.7824 (English), 10/7/2008 12:33:00, 3444736 bytes
Driver: C:\WINDOWS\system32\nvmccss.dll, 6.14.0011.7824 (English), 10/7/2008 12:33:00, 188416 bytes
Driver: C:\WINDOWS\system32\nvmobls.dll, 6.14.0011.7824 (English), 10/7/2008 12:33:00, 1257472 bytes
Driver: C:\WINDOWS\system32\nvvitvs.dll, 6.14.0011.7824 (English), 10/7/2008 12:33:00, 3764224 bytes
Driver: C:\WINDOWS\system32\nvwss.dll, 6.14.0011.7824 (English), 10/7/2008 12:33:00, 2686976 bytes
Driver: C:\WINDOWS\help\nvcpl.hlp, 10/7/2008 12:33:00, 177897 bytes
Driver: C:\WINDOWS\help\nvwcplen.hlp, 10/7/2008 12:33:00, 55444 bytes
Driver: C:\WINDOWS\system32\nvcod.dll, 1.03.0004.0028 (English), 10/7/2008 12:33:00, 122880 bytes
Driver: C:\WINDOWS\system32\nvcodins.dll, 1.03.0004.0028 (English), 10/7/2008 12:33:00, 122880 bytes

Name: PCI standard PCI-to-PCI bridge
Device ID: PCI\VEN_10DE&DEV_01B3&SUBSYS_00000000&REV_A3\5&1768BCFD&0&080070
Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 5.01.2600.5512 (English), 4/13/2008 13:36:44, 68224 bytes

Name: PCI standard PCI-to-PCI bridge
Device ID: PCI\VEN_10DE&DEV_01B3&SUBSYS_00000000&REV_A3\5&1768BCFD&0&000070
Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 5.01.2600.5512 (English), 4/13/2008 13:36:44, 68224 bytes

Name: PCI standard PCI-to-PCI bridge
Device ID: PCI\VEN_10DE&DEV_01B3&SUBSYS_00000000&REV_A3\4&243D7BD0&0&0070
Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 5.01.2600.5512 (English), 4/13/2008 13:36:44, 68224 bytes

Name: nForce HyperTransport Bridge
Device ID: PCI\VEN_10DE&DEV_005E&SUBSYS_815A1043&REV_A3\3&2411E6FE&0&00
Driver: n/a

Name: PCI standard PCI-to-PCI bridge
Device ID: PCI\VEN_10DE&DEV_005D&SUBSYS_00000000&REV_F3\3&2411E6FE&0&68
Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 5.01.2600.5512 (English), 4/13/2008 13:36:44, 68224 bytes

Name: PCI standard PCI-to-PCI bridge
Device ID: PCI\VEN_10DE&DEV_005D&SUBSYS_00000000&REV_F3\3&2411E6FE&0&60
Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 5.01.2600.5512 (English), 4/13/2008 13:36:44, 68224 bytes

Name: PCI standard PCI-to-PCI bridge
Device ID: PCI\VEN_10DE&DEV_005D&SUBSYS_00000000&REV_F3\3&2411E6FE&0&58
Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 5.01.2600.5512 (English), 4/13/2008 13:36:44, 68224 bytes

Name: PCI standard PCI-to-PCI bridge
Device ID: PCI\VEN_10DE&DEV_005D&SUBSYS_00000000&REV_A3\3&2411E6FE&0&70
Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 5.01.2600.5512 (English), 4/13/2008 13:36:44, 68224 bytes

Name: PCI standard PCI-to-PCI bridge
Device ID: PCI\VEN_10DE&DEV_005C&SUBSYS_00000000&REV_F2\3&2411E6FE&0&48
Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 5.01.2600.5512 (English), 4/13/2008 13:36:44, 68224 bytes

Name: Standard Enhanced PCI to USB Host Controller
Device ID: PCI\VEN_10DE&DEV_005B&SUBSYS_815A1043&REV_A3\3&2411E6FE&0&11
Driver: C:\WINDOWS\system32\drivers\usbehci.sys, 5.01.2600.5512 (English), 4/13/2008 13:45:35, 30208 bytes
Driver: C:\WINDOWS\system32\drivers\usbport.sys, 5.01.2600.5512 (English), 4/13/2008 13:45:36, 143872 bytes
Driver: C:\WINDOWS\system32\usbui.dll, 5.01.2600.5512 (English), 4/13/2008 19:12:08, 74240 bytes
Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 5.01.2600.5512 (English), 4/13/2008 13:45:37, 59520 bytes
Driver: C:\WINDOWS\system32\hccoin.dll, 5.01.2600.5512 (English), 4/13/2008 19:11:54, 7168 bytes

Name: Standard OpenHCD USB Host Controller
Device ID: PCI\VEN_10DE&DEV_005A&SUBSYS_815A1043&REV_A2\3&2411E6FE&0&10
Driver: C:\WINDOWS\system32\drivers\usbohci.sys, 5.01.2600.5512 (English), 4/13/2008 13:45:35, 17152 bytes
Driver: C:\WINDOWS\system32\drivers\usbport.sys, 5.01.2600.5512 (English), 4/13/2008 13:45:36, 143872 bytes
Driver: C:\WINDOWS\system32\usbui.dll, 5.01.2600.5512 (English), 4/13/2008 19:12:08, 74240 bytes
Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 5.01.2600.5512 (English), 4/13/2008 13:45:37, 59520 bytes

Name: NVIDIA Network Bus Enumerator
Device ID: PCI\VEN_10DE&DEV_0057&SUBSYS_81411043&REV_F3\3&2411E6FE&0&50
Driver: C:\WINDOWS\system32\DRIVERS\nvnetbus.sys, 1.00.0001.6789 (English), 8/1/2008 11:36:00, 22016 bytes
Driver: C:\WINDOWS\system32\DRIVERS\nvnrm.sys, 1.00.0002.6789 (English), 8/1/2008 11:35:00, 955520 bytes
Driver: C:\WINDOWS\system32\bdco1.dll, 1.00.0000.6789 (English), 8/1/2008 11:34:00, 9216 bytes
Driver: C:\WINDOWS\system32\bdco1ins.dll, 1.00.0000.6789 (English), 8/1/2008 11:34:00, 9216 bytes
Driver: C:\WINDOWS\system32\nvconrm.dll, 1.03.0003.0027 (English), 7/29/2008 13:33:00, 122880 bytes

Name: NVIDIA nForce Serial ATA Controller
Device ID: PCI\VEN_10DE&DEV_0055&SUBSYS_815A1043&REV_F3\3&2411E6FE&0&40
Driver: C:\WINDOWS\system32\DRIVERS\nvgts.sys, 10.03.0000.0042 (English), 8/18/2008 18:54:00, 145952 bytes
Driver: C:\WINDOWS\system32\nvraidco.dll, 10.03.0000.0042 (English), 8/18/2008 18:54:00, 372256 bytes
Driver: C:\WINDOWS\system32\nvraiins.dll, 10.03.0000.0042 (English), 8/18/2008 18:54:00, 372256 bytes
Driver: C:\WINDOWS\system32\NvRCoAr.dll, 10.03.0000.0042 (Arabic), 8/18/2008 18:54:00, 15904 bytes
Driver: C:\WINDOWS\system32\NvRCoCs.dll, 10.03.0000.0042 (Czech), 8/18/2008 18:54:00, 15904 bytes
Driver: C:\WINDOWS\system32\NvRCoDa.dll, 10.03.0000.0042 (Danish), 8/18/2008 18:54:00, 16416 bytes
Driver: C:\WINDOWS\system32\NvRCoDe.dll, 10.03.0000.0042 (German), 8/18/2008 18:54:00, 16416 bytes
Driver: C:\WINDOWS\system32\NvRCoEl.dll, 10.03.0000.0042 (Greek), 8/18/2008 18:54:00, 16928 bytes
Driver: C:\WINDOWS\system32\NvRCoEng.dll, 10.03.0000.0042 (English), 8/18/2008 18:54:00, 15904 bytes
Driver: C:\WINDOWS\system32\NvRCoENU.dll, 10.03.0000.0042 (English), 8/18/2008 18:54:00, 15904 bytes
Driver: C:\WINDOWS\system32\NvRCoEs.dll, 10.03.0000.0042 (Spanish), 8/18/2008 18:54:00, 16928 bytes
Driver: C:\WINDOWS\system32\NvRCoEsm.dll, 10.03.0000.0042 (Spanish), 8/18/2008 18:54:00, 16928 bytes
Driver: C:\WINDOWS\system32\NvRCoFi.dll, 10.03.0000.0042 (Finnish), 8/18/2008 18:54:00, 16416 bytes
Driver: C:\WINDOWS\system32\NvRCoFr.dll, 10.03.0000.0042 (French), 8/18/2008 18:54:00, 16928 bytes
Driver: C:\WINDOWS\system32\NvRCoHe.dll, 10.03.0000.0042 (Hebrew), 8/18/2008 18:54:00, 15392 bytes
Driver: C:\WINDOWS\system32\NvRCoHu.dll, 10.03.0000.0042 (Hungarian), 8/18/2008 18:54:00, 16416 bytes
Driver: C:\WINDOWS\system32\NvRCoIt.dll, 10.03.0000.0042 (Italian), 8/18/2008 18:54:00, 16928 bytes
Driver: C:\WINDOWS\system32\NvRCoJa.dll, 10.03.0000.0042 (Japanese), 8/18/2008 18:54:00, 14880 bytes
Driver: C:\WINDOWS\system32\NvRCoKo.dll, 10.03.0000.0042 (Korean), 8/18/2008 18:54:00, 14368 bytes
Driver: C:\WINDOWS\system32\NvRCoNl.dll, 10.03.0000.0042 (Dutch), 8/18/2008 18:54:00, 16416 bytes
Driver: C:\WINDOWS\system32\NvRCoNo.dll, 10.03.0000.0042 (Norwegian (Bokmål)), 8/18/2008 18:54:00, 16416 bytes
Driver: C:\WINDOWS\system32\NvRCoPl.dll, 10.03.0000.0042 (Polish), 8/18/2008 18:54:00, 16416 bytes
Driver: C:\WINDOWS\system32\NvRCoPt.dll, 10.03.0000.0042 (Portuguese), 8/18/2008 18:54:00, 16928 bytes
Driver: C:\WINDOWS\system32\NvRCoPtb.dll, 10.03.0000.0042 (Portuguese), 8/18/2008 18:54:00, 16928 bytes
Driver: C:\WINDOWS\system32\NvRCoRu.dll, 10.03.0000.0042 (Russian), 8/18/2008 18:54:00, 16416 bytes
Driver: C:\WINDOWS\system32\NvRCoSk.dll, 10.03.0000.0042 (Slovak), 8/18/2008 18:54:00, 16416 bytes
Driver: C:\WINDOWS\system32\NvRCoSl.dll, 10.03.0000.0042 (Slovenian), 8/18/2008 18:54:00, 16416 bytes
Driver: C:\WINDOWS\system32\NvRCoSv.dll, 10.03.0000.0042 (Swedish), 8/18/2008 18:54:00, 16416 bytes
Driver: C:\WINDOWS\system32\NvRCoTh.dll, 10.03.0000.0042 (Thai), 8/18/2008 18:54:00, 15904 bytes
Driver: C:\WINDOWS\system32\NvRCoTr.dll, 10.03.0000.0042 (Turkish), 8/18/2008 18:54:00, 16416 bytes
Driver: C:\WINDOWS\system32\NvRCoZhc.dll, 10.03.0000.0042 (Chinese), 8/18/2008 18:54:00, 13856 bytes
Driver: C:\WINDOWS\system32\NvRCoZht.dll, 10.03.0000.0042 (Chinese), 8/18/2008 18:54:00, 13856 bytes

Name: NVIDIA nForce Serial ATA Controller
Device ID: PCI\VEN_10DE&DEV_0054&SUBSYS_815A1043&REV_F3\3&2411E6FE&0&38
Driver: C:\WINDOWS\system32\DRIVERS\nvgts.sys, 10.03.0000.0042 (English), 8/18/2008 18:54:00, 145952 bytes
Driver: C:\WINDOWS\system32\nvraidco.dll, 10.03.0000.0042 (English), 8/18/2008 18:54:00, 372256 bytes
Driver: C:\WINDOWS\system32\nvraiins.dll, 10.03.0000.0042 (English), 8/18/2008 18:54:00, 372256 bytes
Driver: C:\WINDOWS\system32\NvRCoAr.dll, 10.03.0000.0042 (Arabic), 8/18/2008 18:54:00, 15904 bytes
Driver: C:\WINDOWS\system32\NvRCoCs.dll, 10.03.0000.0042 (Czech), 8/18/2008 18:54:00, 15904 bytes
Driver: C:\WINDOWS\system32\NvRCoDa.dll, 10.03.0000.0042 (Danish), 8/18/2008 18:54:00, 16416 bytes
Driver: C:\WINDOWS\system32\NvRCoDe.dll, 10.03.0000.0042 (German), 8/18/2008 18:54:00, 16416 bytes
Driver: C:\WINDOWS\system32\NvRCoEl.dll, 10.03.0000.0042 (Greek), 8/18/2008 18:54:00, 16928 bytes
Driver: C:\WINDOWS\system32\NvRCoEng.dll, 10.03.0000.0042 (English), 8/18/2008 18:54:00, 15904 bytes
Driver: C:\WINDOWS\system32\NvRCoENU.dll, 10.03.0000.0042 (English), 8/18/2008 18:54:00, 15904 bytes
Driver: C:\WINDOWS\system32\NvRCoEs.dll, 10.03.0000.0042 (Spanish), 8/18/2008 18:54:00, 16928 bytes
Driver: C:\WINDOWS\system32\NvRCoEsm.dll, 10.03.0000.0042 (Spanish), 8/18/2008 18:54:00, 16928 bytes
Driver: C:\WINDOWS\system32\NvRCoFi.dll, 10.03.0000.0042 (Finnish), 8/18/2008 18:54:00, 16416 bytes
Driver: C:\WINDOWS\system32\NvRCoFr.dll, 10.03.0000.0042 (French), 8/18/2008 18:54:00, 16928 bytes
Driver: C:\WINDOWS\system32\NvRCoHe.dll, 10.03.0000.0042 (Hebrew), 8/18/2008 18:54:00, 15392 bytes
Driver: C:\WINDOWS\system32\NvRCoHu.dll, 10.03.0000.0042 (Hungarian), 8/18/2008 18:54:00, 16416 bytes
Driver: C:\WINDOWS\system32\NvRCoIt.dll, 10.03.0000.0042 (Italian), 8/18/2008 18:54:00, 16928 bytes
Driver: C:\WINDOWS\system32\NvRCoJa.dll, 10.03.0000.0042 (Japanese), 8/18/2008 18:54:00, 14880 bytes
Driver: C:\WINDOWS\system32\NvRCoKo.dll, 10.03.0000.0042 (Korean), 8/18/2008 18:54:00, 14368 bytes
Driver: C:\WINDOWS\system32\NvRCoNl.dll, 10.03.0000.0042 (Dutch), 8/18/2008 18:54:00, 16416 bytes
Driver: C:\WINDOWS\system32\NvRCoNo.dll, 10.03.0000.0042 (Norwegian (Bokmål)), 8/18/2008 18:54:00, 16416 bytes
Driver: C:\WINDOWS\system32\NvRCoPl.dll, 10.03.0000.0042 (Polish), 8/18/2008 18:54:00, 16416 bytes
Driver: C:\WINDOWS\system32\NvRCoPt.dll, 10.03.0000.0042 (Portuguese), 8/18/2008 18:54:00, 16928 bytes
Driver: C:\WINDOWS\system32\NvRCoPtb.dll, 10.03.0000.0042 (Portuguese), 8/18/2008 18:54:00, 16928 bytes
Driver: C:\WINDOWS\system32\NvRCoRu.dll, 10.03.0000.0042 (Russian), 8/18/2008 18:54:00, 16416 bytes
Driver: C:\WINDOWS\system32\NvRCoSk.dll, 10.03.0000.0042 (Slovak), 8/18/2008 18:54:00, 16416 bytes
Driver: C:\WINDOWS\system32\NvRCoSl.dll, 10.03.0000.0042 (Slovenian), 8/18/2008 18:54:00, 16416 bytes
Driver: C:\WINDOWS\system32\NvRCoSv.dll, 10.03.0000.0042 (Swedish), 8/18/2008 18:54:00, 16416 bytes
Driver: C:\WINDOWS\system32\NvRCoTh.dll, 10.03.0000.0042 (Thai), 8/18/2008 18:54:00, 15904 bytes
Driver: C:\WINDOWS\system32\NvRCoTr.dll, 10.03.0000.0042 (Turkish), 8/18/2008 18:54:00, 16416 bytes
Driver: C:\WINDOWS\system32\NvRCoZhc.dll, 10.03.0000.0042 (Chinese), 8/18/2008 18:54:00, 13856 bytes
Driver: C:\WINDOWS\system32\NvRCoZht.dll, 10.03.0000.0042 (Chinese), 8/18/2008 18:54:00, 13856 bytes

Name: Standard Dual Channel PCI IDE Controller
Device ID: PCI\VEN_10DE&DEV_0053&SUBSYS_815A1043&REV_F2\3&2411E6FE&0&30
Driver: C:\WINDOWS\system32\DRIVERS\pciidex.sys, 5.01.2600.5512 (English), 4/13/2008 13:40:29, 24960 bytes
Driver: C:\WINDOWS\system32\DRIVERS\atapi.sys, 5.01.2600.5512 (English), 4/13/2008 13:40:30, 96512 bytes
Driver: C:\WINDOWS\system32\DRIVERS\pciide.sys, 5.01.2600.0000 (English), 8/4/2004 07:00:00, 3328 bytes

Name: NVIDIA nForce PCI System Management
Device ID: PCI\VEN_10DE&DEV_0052&SUBSYS_815A1043&REV_A2\3&2411E6FE&0&09
Driver: C:\WINDOWS\system32\NVCOSMB.DLL, 1.03.0004.0028 (English), 8/20/2008 18:35:00, 122880 bytes
Driver: C:\WINDOWS\system32\nvusmb.exe, 1.03.0016.0001 (English), 8/20/2008 18:35:00, 453152 bytes
Driver: C:\WINDOWS\system32\nvsmb.nvu, 8/19/2008 11:41:00, 2344 bytes

Name: PCI standard ISA bridge
Device ID: PCI\VEN_10DE&DEV_0050&SUBSYS_00000000&REV_F3\3&2411E6FE&0&08
Driver: C:\WINDOWS\system32\DRIVERS\isapnp.sys, 5.01.2600.5512 (English), 4/13/2008 13:36:41, 37248 bytes

Name: Mass Storage Controller
Device ID: PCI\VEN_1095&DEV_3114&SUBSYS_31141095&REV_02\4&15B9AB7D&0&5048
Driver: n/a

Name: Texas Instruments OHCI Compliant IEEE 1394 Host Controller
Device ID: PCI\VEN_104C&DEV_8023&SUBSYS_808B1043&REV_00\4&15B9AB7D&0&5848
Driver: C:\WINDOWS\system32\DRIVERS\ohci1394.sys, 5.01.2600.5512 (English), 4/13/2008 13:46:18, 61696 bytes
Driver: C:\WINDOWS\system32\DRIVERS\1394bus.sys, 5.01.2600.5512 (English), 4/13/2008 13:46:18, 53376 bytes
Driver: C:\WINDOWS\system32\DRIVERS\nic1394.sys, 5.01.2600.5512 (English), 4/13/2008 13:51:25, 61824 bytes
Driver: C:\WINDOWS\system32\DRIVERS\arp1394.sys, 5.01.2600.5512 (English), 4/13/2008 13:51:25, 60800 bytes
Driver: C:\WINDOWS\system32\DRIVERS\enum1394.sys, 5.01.2600.0000 (English), 8/17/2001 08:46:40, 6400 bytes

Name: PCI standard host CPU bridge
Device ID: PCI\VEN_1022&DEV_1103&SUBSYS_00000000&REV_00\3&2411E6FE&0&C3
Driver: n/a

Name: PCI standard host CPU bridge
Device ID: PCI\VEN_1022&DEV_1102&SUBSYS_00000000&REV_00\3&2411E6FE&0&C2
Driver: n/a

Name: PCI standard host CPU bridge
Device ID: PCI\VEN_1022&DEV_1101&SUBSYS_00000000&REV_00\3&2411E6FE&0&C1
Driver: n/a

Name: PCI standard host CPU bridge
Device ID: PCI\VEN_1022&DEV_1100&SUBSYS_00000000&REV_00\3&2411E6FE&0&C0
Driver: n/a

------------------
DirectX Components
------------------
ddraw.dll: 5.03.2600.5512 English Final Retail 4/13/2008 19:11:51 279552 bytes
ddrawex.dll: 5.03.2600.5512 English Final Retail 4/13/2008 19:11:51 27136 bytes
dxapi.sys: 5.01.2600.0000 English Final Retail 8/4/2004 07:00:00 10496 bytes
d3d8.dll: 5.03.2600.5512 English Final Retail 4/13/2008 19:11:51 1179648 bytes
d3d8thk.dll: 5.03.2600.5512 English Final Retail 4/13/2008 19:11:51 8192 bytes
d3d9.dll: 5.03.2600.5512 English Final Retail 4/13/2008 19:11:51 1689088 bytes
d3dim.dll: 5.01.2600.0000 English Final Retail 8/4/2004 07:00:00 436224 bytes
d3dim700.dll: 5.03.2600.5512 English Final Retail 4/13/2008 19:11:51 824320 bytes
d3dramp.dll: 5.01.2600.0000 English Final Retail 8/4/2004 07:00:00 590336 bytes
d3drm.dll: 5.01.2600.0000 English Final Retail 8/4/2004 07:00:00 350208 bytes
d3dxof.dll: 5.01.2600.0000 English Final Retail 8/4/2004 07:00:00 47616 bytes
d3dpmesh.dll: 5.01.2600.0000 English Final Retail 8/4/2004 07:00:00 34816 bytes
dplay.dll: 5.00.2134.0001 English Final Retail 8/4/2004 07:00:00 33040 bytes
dplayx.dll: 5.03.2600.5512 English Final Retail 4/13/2008 19:11:52 229888 bytes
dpmodemx.dll: 5.03.2600.5512 English Final Retail 4/13/2008 19:11:52 23552 bytes
dpwsock.dll: 5.00.2134.0001 English Final Retail 8/4/2004 07:00:00 42768 bytes
dpwsockx.dll: 5.03.2600.5512 English Final Retail 4/13/2008 19:11:52 57344 bytes
dplaysvr.exe: 5.03.2600.5512 English Final Retail 4/13/2008 19:12:17 29696 bytes
dpnsvr.exe: 5.03.2600.5512 English Final Retail 4/13/2008 19:12:17 17920 bytes
dpnet.dll: 5.03.2600.5512 English Final Retail 4/13/2008 19:11:52 375296 bytes
dpnlobby.dll: 5.03.2600.5512 English Final Retail 4/13/2008 19:09:20 3072 bytes
dpnaddr.dll: 5.03.2600.5512 English Final Retail 4/13/2008 19:09:19 3072 bytes
dpvoice.dll: 5.03.2600.5512 English Final Retail 4/13/2008 19:11:52 212480 bytes
dpvsetup.exe: 5.03.2600.5512 English Final Retail 4/13/2008 19:12:18 83456 bytes
dpvvox.dll: 5.03.2600.5512 English Final Retail 4/13/2008 19:11:52 116736 bytes
dpvacm.dll: 5.03.2600.5512 English Final Retail 4/13/2008 19:11:52 21504 bytes
dpnhpast.dll: 5.03.2600.5512 English Final Retail 4/13/2008 19:11:52 35328 bytes
dpnhupnp.dll: 5.03.2600.5512 English Final Retail 4/13/2008 19:11:52 60928 bytes
dpserial.dll: 5.00.2134.0001 English Final Retail 8/4/2004 07:00:00 53520 bytes
dinput.dll: 5.03.2600.5512 English Final Retail 4/13/2008 19:11:52 158720 bytes
dinput8.dll: 5.03.2600.5512 English Final Retail 4/13/2008 19:11:52 181760 bytes
dimap.dll: 5.01.2600.0000 English Final Retail 8/4/2004 07:00:00 44032 bytes
diactfrm.dll: 5.01.2600.0000 English Final Retail 8/4/2004 07:00:00 394240 bytes
joy.cpl: 5.03.2600.5512 English Final Retail 4/13/2008 19:12:41 68608 bytes
gcdef.dll: 5.01.2600.0000 English Final Retail 8/4/2004 07:00:00 76800 bytes
pid.dll: 5.03.2600.5512 English Final Retail 4/13/2008 19:12:02 35328 bytes
gameenum.sys: 5.01.2600.5512 English Final Retail 4/13/2008 13:45:30 10624 bytes
dsound.dll: 5.03.2600.5512 English Final Retail 4/13/2008 19:11:52 367616 bytes
dsound3d.dll: 5.03.2600.5512 English Final Retail 4/13/2008 19:11:52 1293824 bytes
dswave.dll: 5.03.2600.5512 English Final Retail 4/13/2008 19:11:52 19456 bytes
dsdmo.dll: 5.03.2600.5512 English Final Retail 4/13/2008 19:11:52 181248 bytes
dsdmoprp.dll: 5.03.2600.5512 English Final Retail 4/13/2008 19:11:52 71680 bytes
dmusic.dll: 5.03.2600.5512 English Final Retail 4/13/2008 19:11:52 104448 bytes
dmband.dll: 5.03.2600.5512 English Final Retail 4/13/2008 19:11:52 28672 bytes
dmcompos.dll: 5.03.2600.5512 English Final Retail 4/13/2008 19:11:52 61440 bytes
dmime.dll: 5.03.2600.5512 English Final Retail 4/13/2008 19:11:52 181248 bytes
dmloader.dll: 5.03.2600.5512 English Final Retail 4/13/2008 19:11:52 35840 bytes
dmstyle.dll: 5.03.2600.5512 English Final Retail 4/13/2008 19:11:52 105984 bytes
dmsynth.dll: 5.03.2600.5512 English Final Retail 4/13/2008 19:11:52 103424 bytes
dmscript.dll: 5.03.2600.5512 English Final Retail 4/13/2008 19:11:52 82432 bytes
system.dll: 1.01.4322.2407 English Final Retail 10/19/2008 02:01:00 1232896 bytes
Microsoft.DirectX.Direct3D.dll: 9.05.0132.0000 English Final Retail 11/27/2008 20:08:00 473600 bytes
Microsoft.DirectX.Direct3DX.dll: 5.04.0000.3900 English Final Retail 11/3/2008 14:49:41 2676224 bytes
Microsoft.DirectX.Direct3DX.dll: 9.04.0091.0000 English Final Retail 11/3/2008 14:49:41 2846720 bytes
Microsoft.DirectX.Direct3DX.dll: 9.05.0132.0000 English Final Retail 11/3/2008 14:49:42 563712 bytes
Microsoft.DirectX.Direct3DX.dll: 9.06.0168.0000 English Final Retail 11/27/2008 20:08:00 567296 bytes
Microsoft.DirectX.Direct3DX.dll: 9.07.0239.0000 English Final Retail 11/3/2008 14:49:42 576000 bytes
Microsoft.DirectX.Direct3DX.dll: 9.08.0299.0000 English Final Retail 11/3/2008 14:49:43 577024 bytes
Microsoft.DirectX.Direct3DX.dll: 9.09.0376.0000 English Final Retail 11/3/2008 14:49:43 577536 bytes
Microsoft.DirectX.Direct3DX.dll: 9.10.0455.0000 English Final Retail 11/3/2008 14:49:43 577536 bytes
Microsoft.DirectX.Direct3DX.dll: 9.11.0519.0000 English Final Retail 11/3/2008 14:49:43 578560 bytes
Microsoft.DirectX.Direct3DX.dll: 9.12.0589.0000 English Final Retail 11/3/2008 14:49:49 578560 bytes
Microsoft.DirectX.DirectDraw.dll: 5.04.0000.2904 English Final Retail 11/27/2008 20:08:01 145920 bytes
Microsoft.DirectX.DirectInput.dll: 5.04.0000.2904 English Final Retail 11/27/2008 20:08:01 159232 bytes
Microsoft.DirectX.DirectPlay.dll: 5.04.0000.2904 English Final Retail 11/27/2008 20:08:01 364544 bytes
Microsoft.DirectX.DirectSound.dll: 5.04.0000.2904 English Final Retail 11/27/2008 20:08:01 178176 bytes
Microsoft.DirectX.AudioVideoPlayback.dll: 5.04.0000.2904 English Final Retail 11/27/2008 20:08:00 53248 bytes
Microsoft.DirectX.Diagnostics.dll: 5.04.0000.2904 English Final Retail 11/27/2008 20:08:00 12800 bytes
Microsoft.DirectX.dll: 5.04.0000.2904 English Final Retail 11/27/2008 20:07:59 223232 bytes
dx7vb.dll: 5.03.2600.5512 English Final Retail 4/13/2008 19:11:52 619008 bytes
dx8vb.dll: 5.03.2600.5512 English Final Retail 4/13/2008 19:11:52 1227264 bytes
dxdiagn.dll: 5.03.2600.5512 English Final Retail 4/13/2008 19:11:52 2113536 bytes
mfc40.dll: 4.01.0000.6140 English Final Retail 8/4/2004 07:00:00 924432 bytes
mfc42.dll: 6.02.4131.0000 English Final Retail 4/13/2008 19:11:56 1028096 bytes
wsock32.dll: 5.01.2600.5512 English Final Retail 4/13/2008 19:12:10 22528 bytes
amstream.dll: 6.05.2600.5512 English Final Retail 4/13/2008 19:11:49 70656 bytes
devenum.dll: 6.05.2600.5512 English Final Retail 4/13/2008 19:11:51 59904 bytes
dxmasf.dll: 6.04.0009.1133 English Final Retail 4/13/2008 19:11:52 498742 bytes
mciqtz32.dll: 6.05.2600.5512 English Final Retail 4/13/2008 19:11:56 35328 bytes
mpg2splt.ax: 6.05.2600.5512 English Final Retail 4/13/2008 19:12:42 148992 bytes
msdmo.dll: 6.05.2600.5512 English Final Retail 4/13/2008 19:11:59 14336 bytes
encapi.dll: 5.03.2600.5512 English Final Retail 4/13/2008 19:11:53 20480 bytes
qasf.dll: 11.00.5721.5145 English Final Retail 10/18/2006 20:47:18 211456 bytes
qcap.dll: 6.05.2600.5512 English Final Retail 4/13/2008 19:12:03 192512 bytes
qdv.dll: 6.05.2600.5512 English Final Retail 4/13/2008 19:12:03 279040 bytes
qdvd.dll: 6.05.2600.5512 English Final Retail 4/13/2008 19:12:03 386048 bytes
qedit.dll: 6.05.2600.5512 English Final Retail 4/13/2008 19:12:03 562176 bytes
qedwipes.dll: 6.05.2600.5512 English Final Retail 4/13/2008 12:21:32 733696 bytes
quartz.dll: 6.05.2600.5596 English Final Retail 5/7/2008 00:12:40 1288192 bytes
strmdll.dll: 4.01.0000.3937 English Final Retail 10/3/2008 05:02:42 247326 bytes
iac25_32.ax: 2.00.0005.0053 English Final Retail 4/13/2008 19:12:42 199680 bytes
ir41_32.ax: 4.51.0016.0003 English Final Retail 4/13/2008 19:12:42 848384 bytes
ir41_qc.dll: 4.30.0062.0002 English Final Retail 4/13/2008 19:11:55 120320 bytes
ir41_qcx.dll: 4.30.0064.0001 English Final Retail 4/13/2008 19:11:55 338432 bytes
ir50_32.dll: 5.2562.0015.0055 English Final Retail 4/13/2008 19:11:55 755200 bytes
ir50_qc.dll: 5.00.0063.0048 English Final Retail 4/13/2008 19:11:55 200192 bytes
ir50_qcx.dll: 5.00.0064.0048 English Final Retail 4/13/2008 19:11:55 183808 bytes
ivfsrc.ax: 5.10.0002.0051 English Final Retail 4/13/2008 19:12:42 154624 bytes
mswebdvd.dll: 6.05.2600.5512 English Final Retail 4/13/2008 19:12:01 203776 bytes
ks.sys: 5.03.2600.5512 English Final Retail 4/13/2008 14:16:36 141056 bytes
ksproxy.ax: 5.03.2600.5512 English Final Retail 4/13/2008 19:12:42 129536 bytes
ksuser.dll: 5.03.2600.5512 English Final Retail 4/13/2008 19:11:56 4096 bytes
stream.sys: 5.03.2600.5512 English Final Retail 4/13/2008 13:45:16 49408 bytes
mspclock.sys: 5.03.2600.5512 English Final Retail 4/13/2008 13:39:50 5376 bytes
mspqm.sys: 5.01.2600.5512 English Final Retail 4/13/2008 13:39:51 4992 bytes
mskssrv.sys: 5.03.2600.5512 English Final Retail 4/13/2008 13:39:52 7552 bytes
swenum.sys: 5.03.2600.5512 English Final Retail 4/13/2008 13:39:53 4352 bytes
mpeg2data.ax: 6.05.2600.5512 English Final Retail 4/13/2008 19:12:42 118272 bytes
msvidctl.dll: 6.05.2600.5512 English Final Retail 4/13/2008 19:12:01 1428992 bytes
vbisurf.ax: 5.03.2600.5512 English Final Retail 4/13/2008 19:12:42 30208 bytes
msyuv.dll: 5.03.2600.5512 English Final Retail 4/13/2008 19:12:01 16896 bytes
wstdecod.dll: 5.03.2600.5512 English Final Retail 4/13/2008 19:12:10 50688 bytes

------------------
DirectShow Filters
------------------

DirectShow Filters:
WMAudio Decoder DMO,0x00800800,1,1,,
WMAPro over S/PDIF DMO,0x00600800,1,1,,
WMA Voice Decoder DMO,0x00600800,1,1,,
WMVideo Advanced Decoder DMO,0x00800001,1,1,,
Mpeg4s Decoder DMO,0x00800001,1,1,,
WMV Screen decoder DMO,0x00800001,1,1,,
WMVideo Decoder DMO,0x00800001,1,1,,
Mpeg43 Decoder DMO,0x00800001,1,1,,
Mpeg4 Decoder DMO,0x00800001,1,1,,
WMT MuxDeMux Filter,0x00200000,0,0,wmm2filt.dll,2.01.4026.0000
Full Screen Renderer,0x00200000,1,0,quartz.dll,6.05.2600.5596
DV Muxer,0x00400000,0,0,qdv.dll,6.05.2600.5512
Color Space Converter,0x00400001,1,1,quartz.dll,6.05.2600.5596
WM ASF Reader,0x00400000,0,0,qasf.dll,11.00.5721.5145
Screen Capture filter,0x00200000,0,1,wmpsrcwp.dll,11.00.5721.5145
AVI Splitter,0x00600000,1,1,quartz.dll,6.05.2600.5596
WMT AudioAnalyzer,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.05.2600.5596
Indeo® video 5.10 Compression Filter,0x00200000,1,1,ir50_32.dll,5.2562.0015.0055
Windows Media Audio Decoder,0x00800001,1,1,msadds32.ax,8.00.0000.4487
AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.05.2600.5512
WMT Format Conversion,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
StreamBufferSink,0x00200000,0,0,sbe.dll,6.05.2600.5512
WMT Black Frame Generator,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
MJPEG Decompressor,0x00600000,1,1,quartz.dll,6.05.2600.5596
Indeo® video 5.10 Decompression Filter,0x00640000,1,1,ir50_32.dll,5.2562.0015.0055
DivX for Blizzard Decoder Filter,0x00800000,1,1,blizzard.ax,5.00.0002.0000
WMT Screen Capture filter,0x00200000,0,1,wmm2filt.dll,2.01.4026.0000
Microsoft Screen Video Decompressor,0x00800000,1,1,msscds32.ax,8.00.0000.4487
MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,6.05.2600.5596
SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.05.2600.5596
MPEG Layer-3 Decoder,0x00810000,1,1,l3codecx.ax,1.05.0000.0050
MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.05.2600.5512
ACELP.net Sipro Lab Audio Decoder,0x00800001,1,1,acelpdec.ax,1.04.0000.0000
Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.05.2600.5596
MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.05.2600.5596
File Source (Netshow URL),0x00400000,0,1,wmpasf.dll,11.00.5721.5145
WMT Import Filter,0x00200000,0,1,wmm2filt.dll,2.01.4026.0000
DV Splitter,0x00600000,1,2,qdv.dll,6.05.2600.5512
Bitmap Generate,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
Windows Media Video Decoder,0x00800000,1,1,wmvds32.ax,8.00.0000.4487
Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,
Windows Media Video Decoder,0x00800000,1,1,wmv8ds32.ax,8.00.0000.4000
WMT VIH2 Fix,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
Record Queue,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
Windows Media Multiplexer,0x00600000,1,1,wmpasf.dll,11.00.5721.5145
ASX file Parser,0x00600000,1,1,wmpasf.dll,11.00.5721.5145
ASX v.2 file Parser,0x00600000,1,0,wmpasf.dll,11.00.5721.5145
NSC file Parser,0x00600000,1,1,wmpasf.dll,11.00.5721.5145
ACM Wrapper,0x00600000,1,1,quartz.dll,6.05.2600.5596
Windows Media source filter,0x00600000,0,2,wmpasf.dll,11.00.5721.5145
Video Renderer,0x00800001,1,0,quartz.dll,6.05.2600.5596
Frame Eater,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.05.2600.5512
Line 21 Decoder,0x00600000,1,1,qdvd.dll,6.05.2600.5512
Video Port Manager,0x00600000,2,1,quartz.dll,6.05.2600.5596
WST Decoder,0x00600000,1,1,wstdecod.dll,5.03.2600.5512
Video Renderer,0x00400000,1,0,quartz.dll,6.05.2600.5596
WM ASF Writer,0x00400000,0,0,qasf.dll,11.00.5721.5145
WMT Sample Information Filter,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,5.03.2600.5512
Microsoft MPEG-4 Video Decompressor,0x00800000,1,1,mpg4ds32.ax,8.00.0000.4487
File writer,0x00200000,1,0,qcap.dll,6.05.2600.5512
WMT Log Filter,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
WMT Virtual Renderer,0x00200000,1,0,wmm2filt.dll,2.01.4026.0000
DVD Navigator,0x00200000,0,2,qdvd.dll,6.05.2600.5512
Overlay Mixer2,0x00400000,1,1,qdvd.dll,6.05.2600.5512
AVI Draw,0x00600064,9,1,quartz.dll,6.05.2600.5596
.RAM file Parser,0x00600000,1,0,wmpasf.dll,11.00.5721.5145
WMT DirectX Transform Wrapper,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
G.711 Codec,0x00200000,1,1,g711codc.ax,5.01.2600.0000
MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.05.2600.5512
DV Video Decoder,0x00800000,1,1,qdv.dll,6.05.2600.5512
Indeo® audio software,0x00500000,1,1,iac25_32.ax,2.00.0005.0053
Windows Media Update Filter,0x00400000,1,0,wmpasf.dll,11.00.5721.5145
ASF DIB Handler,0x00600000,1,1,wmpasf.dll,11.00.5721.5145
ASF ACM Handler,0x00600000,1,1,wmpasf.dll,11.00.5721.5145
ASF ICM Handler,0x00600000,1,1,wmpasf.dll,11.00.5721.5145
ASF URL Handler,0x00600000,1,1,wmpasf.dll,11.00.5721.5145
ASF JPEG Handler,0x00600000,1,1,wmpasf.dll,11.00.5721.5145
ASF DJPEG Handler,0x00600000,1,1,wmpasf.dll,11.00.5721.5145
ASF embedded stuff Handler,0x00600000,1,1,wmpasf.dll,11.00.5721.5145
9x8Resize,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
WIA Stream Snapshot Filter,0x00200000,1,1,wiasf.ax,1.00.0000.0000
Allocator Fix,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
SampleGrabber,0x00200000,1,1,qedit.dll,6.05.2600.5512
Null Renderer,0x00200000,1,0,qedit.dll,6.05.2600.5512
WMT Virtual Source,0x00200000,0,1,wmm2filt.dll,2.01.4026.0000
MPEG-2 Sections and Tables,0x005fffff,1,0,mpeg2data.ax,
WMT Interlacer,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
StreamBufferSource,0x00200000,0,0,sbe.dll,6.05.2600.5512
Smart Tee,0x00200000,1,2,qcap.dll,6.05.2600.5512
Overlay Mixer,0x00200000,0,0,qdvd.dll,6.05.2600.5512
AVI Decompressor,0x00600000,1,1,quartz.dll,6.05.2600.5596
Uncompressed Domain Shot Detection Filter,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.05.2600.5596
QuickTime Movie Parser,0x00600000,1,1,quartz.dll,6.05.2600.5596
Wave Parser,0x00400000,1,1,quartz.dll,6.05.2600.5596
MIDI Parser,0x00400000,1,1,quartz.dll,6.05.2600.5596
Multi-file Parser,0x00400000,1,1,quartz.dll,6.05.2600.5596
File stream renderer,0x00400000,1,1,quartz.dll,6.05.2600.5596
XML Playlist,0x00400000,1,0,wmpasf.dll,11.00.5721.5145
AVI Mux,0x00200000,1,0,qcap.dll,6.05.2600.5512
Line 21 Decoder 2,0x00600002,1,1,quartz.dll,6.05.2600.5596
File Source (Async.),0x00400000,0,1,quartz.dll,6.05.2600.5596
File Source (URL),0x00400000,0,1,quartz.dll,6.05.2600.5596
WMT DV Extract,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
WMT Switch Filter,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
WMT Volume,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
Stretch Video,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,6.05.2600.5512
QT Decompressor,0x00600000,1,1,quartz.dll,6.05.2600.5596
MPEG Video Decoder,0x40000001,1,1,quartz.dll,6.05.2600.5596
Indeo® video 4.4 Decompression Filter,0x00640000,1,1,ir41_32.ax,4.51.0016.0003
Indeo® video 4.4 Compression Filter,0x00200000,1,1,ir41_32.ax,4.51.0016.0003

WDM Streaming Data Transforms:
Microsoft Kernel Acoustic Echo Canceller,0x00000000,0,0,,
Microsoft Kernel GS Wavetable Synthesizer,0x00200000,1,1,,5.03.2600.5512
Microsoft Kernel DLS Synthesizer,0x00200000,1,1,,5.03.2600.5512
Microsoft Kernel DRM Audio Descrambler,0x00200000,1,1,,5.03.2600.5512

Video Compressors:
WMVideo8 Encoder DMO,0x00600800,1,1,,
MSScreen encoder DMO,0x00600800,1,1,,
WMVideo9 Encoder DMO,0x00600800,1,1,,
MSScreen 9 encoder DMO,0x00600800,1,1,,
DV Video Encoder,0x00200000,0,0,qdv.dll,6.05.2600.5512
Indeo® video 5.10 Compression Filter,0x00100000,1,1,ir50_32.dll,5.2562.0015.0055
MJPEG Compressor,0x00200000,0,0,quartz.dll,6.05.2600.5596
Cinepak Codec by Radius,0x00200000,1,1,qcap.dll,6.05.2600.5512
Intel 4:2:0 Video V2.50,0x00200000,1,1,qcap.dll,6.05.2600.5512
Intel Indeo(R) Video R3.2,0x00200000,1,1,qcap.dll,6.05.2600.5512
Intel Indeo® Video 4.5,0x00200000,1,1,qcap.dll,6.05.2600.5512
Indeo® video 5.10,0x00200000,1,1,qcap.dll,6.05.2600.5512
Intel IYUV codec,0x00200000,1,1,qcap.dll,6.05.2600.5512
Microsoft H.261 Video Codec,0x00200000,1,1,qcap.dll,6.05.2600.5512
Microsoft H.263 Video Codec,0x00200000,1,1,qcap.dll,6.05.2600.5512
Microsoft RLE,0x00200000,1,1,qcap.dll,6.05.2600.5512
Microsoft Video 1,0x00200000,1,1,qcap.dll,6.05.2600.5512
Xfire Video Codec,0x00200000,1,1,qcap.dll,6.05.2600.5512

Audio Compressors:
WMA Voice Encoder DMO,0x00600800,1,1,,
WM Speech Encoder DMO,0x00600800,1,1,,
WMAudio Encoder DMO,0x00600800,1,1,,
IAC2,0x00200000,1,1,quartz.dll,6.05.2600.5596
IMA ADPCM,0x00200000,1,1,quartz.dll,6.05.2600.5596
PCM,0x00200000,1,1,quartz.dll,6.05.2600.5596
Microsoft ADPCM,0x00200000,1,1,quartz.dll,6.05.2600.5596
ACELP.net,0x00200000,1,1,quartz.dll,6.05.2600.5596
DSP Group TrueSpeech(TM),0x00200000,1,1,quartz.dll,6.05.2600.5596
Windows Media Audio V1,0x00200000,1,1,quartz.dll,6.05.2600.5596
Windows Media Audio V2,0x00200000,1,1,quartz.dll,6.05.2600.5596
GSM 6.10,0x00200000,1,1,quartz.dll,6.05.2600.5596
Microsoft G.723.1,0x00200000,1,1,quartz.dll,6.05.2600.5596
CCITT A-Law,0x00200000,1,1,quartz.dll,6.05.2600.5596
CCITT u-Law,0x00200000,1,1,quartz.dll,6.05.2600.5596
MPEG Layer-3,0x00200000,1,1,quartz.dll,6.05.2600.5596

Audio Capture Sources:
C-Media USB Headphone Set ,0x00200000,0,0,qcap.dll,6.05.2600.5512

Midi Renderers:
Default MidiOut Device,0x00800000,1,0,quartz.dll,6.05.2600.5596
Microsoft GS Wavetable SW Synth,0x00200000,1,0,quartz.dll,6.05.2600.5596
MPU-401,0x00200000,1,0,quartz.dll,6.05.2600.5596

WDM Streaming Capture Devices:
,0x00000000,0,0,,
USB Audio Device,0x00200000,2,2,,5.03.2600.5512

WDM Streaming Rendering Devices:
,0x00000000,0,0,,
USB Audio Device,0x00200000,2,2,,5.03.2600.5512

BDA Transport Information Renderers:
MPEG-2 Sections and Tables,0x00600000,1,0,mpeg2data.ax,

WDM Streaming Mixer Devices:
Microsoft Kernel Wave Audio Mixer,0x00000000,0,0,,

BDA CP/CA Filters:
Decrypt/Tag,0x00600000,1,0,encdec.dll,6.05.2600.5512
Encrypt/Tag,0x00200000,0,0,encdec.dll,6.05.2600.5512
XDS Codec,0x00200000,0,0,encdec.dll,6.05.2600.5512

Audio Renderers:
C-Media USB Headphone Set ,0x00200000,1,0,quartz.dll,6.05.2600.5596
Default DirectSound Device,0x00800000,1,0,quartz.dll,6.05.2600.5596
Default WaveOut Device,0x00200000,1,0,quartz.dll,6.05.2600.5596
DirectSound: C-Media USB Headphone Set ,0x00200000,1,0,quartz.dll,6.05.2600.5596

WDM Streaming System Devices:
MPU-401,0x00200000,3,2,,5.03.2600.5512
USB Audio Device,0x00200000,4,2,,5.03.2600.5512



 

50bmg

Distinguished
Nov 16, 2007
903
2
18,985
+1 memtest

+ check heat, especially your RAM.

next time link to the log file. I have ADHD, i cant read that much.

Are you OCing anything, Video???
 

pbrigido

Distinguished
Mar 6, 2008
529
0
18,980
I would also update your video card drivers...and run MemTest86.

Never a bad idea to check your HD....just in case. Just in case of what? Exactly.
 

zuesacuatl

Distinguished
Jan 13, 2009
29
0
18,530
It is the video card, or the new drivers to be exact. Do not update drivers because this will cause more issues. I run the 7950 on one of my systems, and the 7950gx2 on another, both systems were fritzing out on me since a driver update or 2 ago. I have since upgraded to a 9600 on one, and upgraded the whole system for a 9800gx2 on the second. Problem has since been removed.

FYI though, WoW has issues at this time with Nvidia video drivers. Some restarts are actually caused by conflicts between the new WoTLK graphics and Nvidias drivers. Both are supposed to be fixing this issue, but we shall see.
 

jswan08

Distinguished
Aug 5, 2008
6
0
18,510
I'll run a memtest when I get home today, thanks for the replies and I didn't buy the 7950gx2 :(, eVGA sent it to me when I was getting artifacts with my old 7900gt. Thought it was an upgrade but obviously not.

Also I am not overclocking anything, and sorry for not having the log, it was removed from the temp file directory on reboot, I forgot to copy it :(.

P.S, is there a way to have it saved after reboot? Because when i loaded back in it came up and said it was sending the error report to microsoft, but the file location didn't exist.
 

pat mcgroin

Distinguished
Nov 21, 2007
1,687
0
19,960
dump the video drivers, reboot
Make sure you are in windows vga 640x480. If not repeat.
Then run driver sweeper to get rid of any old driver remnants and reboot.
Then install video drivers.
Some times old drivers get stuck and wont remove themselves correctly.
This will fix it.
 

jswan08

Distinguished
Aug 5, 2008
6
0
18,510
well, I did a reformat which should take away all the old drivers. I uninstalled the drivers just to make sure, then installed the new ones and I am still getting this problem. Also, on a side note, it seems as if my power supply has begun to make a clicking noise repeatedly with the fan. I am afraid to open the PSU in danger of electrocution to fix the fan, any advice?
 

pat mcgroin

Distinguished
Nov 21, 2007
1,687
0
19,960
youre right formatting negates all of the above.

The P/S clicking is not a good sign.
Is it just the fan making noise? That shouldnt be a prob as long as it doesnt stop.

The only things I can think ot try is older video drivers (my 7900 worked well with 178.xx)
Also try updatting direct X and or sp2 etc.
Make sure that you have the newest system drivers for your MB.

As for the power supply you can work with the fan just dont cross anything that looks like a mini beer can. That is where the voltage is.
Its basically safe though I have done it.
 

jswan08

Distinguished
Aug 5, 2008
6
0
18,510


Yah it's really weird, after I've been running a graphical program like wow for a bit I get an insanely annoying clicking that lasts for about 3-4 minutes then shuts off, then starts up again later. I've tried unplugging all of my case fans and seeing if there is still clicking, but it continues, same with gfx card fan and cpu fan, I'm pretty sure it's the power supply fan but don't quote me on that.