[Renderer] Nvidia OpenGL driver has lost connection with the display driver


(Moonlighter) #461

Let me fix that for ya.

“Just because most game developers choose to use Direct3D as their graphics API of choice does not excuse video chipset manufacturers from properly supporting OpenGL in their drivers.”

OpenGL has a set of functions determined by an architecture review board (Khronos Group, essentially). If a video chipset manufacturer claims to support OpenGL 3.1 functions, they must have drivers that properly support those functions. If they don’t, then that’s not the fault of whomever decided to use the OpenGL renderer. The consumer should be able to rely on their video card supporting the advertised functions. And that support should be provided in the form of properly working drivers from the manufacturer.


(Nail) #462

[QUOTE=Moonlighter;322188]Let me fix that for ya.

“Just because most game developers choose to use Direct3D as their graphics API of choice does not excuse video chipset manufacturers from properly supporting OpenGL in their drivers.”

OpenGL has a set of functions determined by an architecture review board (Khronos Group, essentially). If a video chipset manufacturer claims to support OpenGL 3.1 functions, they must have drivers that properly support those functions. If they don’t, then that’s not the fault of whomever decided to use the OpenGL renderer. The consumer should be able to rely on their video card supporting the advertised functions. And that support should be provided in the form of properly working drivers from the manufacturer.[/QUOTE]

thanks for articulating that better than I was going to, saves me some embarassment

Have a tapir, and a koekje

:stroggtapir:


(jfunk) #463

It’s also worth noting that professional cards from ATI & NVIDIA have OpenGL support that isn’t broken. These cards are often not very different from the consumer level Radeons & GeForce adapters most of us buy. There’s no good reason for such a variation in the driver support for OpenGL.


(Nail) #464

remember WHQL drivers only certify that the drivers meet directX requirements, MS doesn`t care about OpenGL and only basic OpenGL functions are supplied even with Vista or 7


(asus) #465

[QUOTE=jfunk;321848]Hey, I just noticed this. Not sure why we didn’t see this information reported over here, but DeanoC actually shared some more specific information on this crash, seemingly confirming that this is something they can’t fix without some help from NVIDIA:

"This crash is occurring inside the NV driver stack, seemingly related to resolution and in some reports voltage. We have managed to repro it, as the thread on the SD forum said. As Brink is one of the first title to ship a OpenGL 3.1 renderer, it means we may be uncovering issues in the device/driver that haven’t shown up before.

We will work with NVIDIA to try and find a solution. "

http://forums.steampowered.com/forums/showpost.php?p=22406588&postcount=39[/QUOTE]

Why the hell couldn’t they tell us that over here in this thread? Jesus christ is this not the “official tech help” forum for this game and did they not tell us to discuss problems here? Then they run off and give more info on the Steam forums than in their own forums, even though we’ve been begging for a response for weeks.

FFS make up your minds SD.


(Nail) #466

“Jesus christ is this not the “official tech help” forum for this game and did they not tell us to discuss problems here”

No, this is not, this is the Community (us) Tech section

"Official Tech Support Forums at Bethesda Softworks "


(mR.Waffles) #467

If you chose a terribly under used API and it doesn’t work for a metric ton of your customers the blame is yours and not the driver developer. I shouldn’t reiterate but I will: I do not care if OpenGL is a rarely used API and therefore prone to terrible fatal errors. If the game developer chooses an API that is buggy and grossly underused then they are responsible for any errors that choice causes. The bottom line is this simple fact: Brink is the only game a large number of users cannot play, these same drivers work with every other product, therefore Brink’s problems are developer related and not the responsibility of Nvidia or ATI.


(Nail) #468

do some reading, OpenGL is neither buggy nor prone to any errors, it’s a much used API, DirectX is neither the be all or end all, it’s just Microsoft’s. But here’s a quote that may help

“Just because most game developers choose to use Direct3D as their graphics API of choice does not excuse video chipset manufacturers from properly supporting OpenGL in their drivers.”

OpenGL has a set of functions determined by an architecture review board (Khronos Group, essentially). If a video chipset manufacturer claims to support OpenGL 3.1 functions, they must have drivers that properly support those functions. If they don’t, then that’s not the fault of whomever decided to use the OpenGL renderer. The consumer should be able to rely on their video card supporting the advertised functions. And that support should be provided in the form of properly working drivers from the manufacturer.


(jaredhite1) #469

They say the problem is happening on the driver stack, and that it’s probably related to the fact that Brink is one of the first games to use a “OpenGL 3.1 Renderer.” To me that means that the Brink developers can’t fix the problem (although maybe they could work around it somehow), the correct fix has to come from the manufacturers.

Sure, if it makes you feel better you can point the finger at SD and say, “You should have used UE2 and DirectX 8 because they’re less experimental than idtech4 and OpenGL 3.1.” But that’s not very practical in determining where the fix should come from now that the engine and graphics decisions are very much water under the bridge.


(DjIceman) #470

They should have used CryEngine 3 and hopefully they will for Brink 2, but that’s besides the point, indeed.


(Blobafatt) #471

facepalm


(Jet Black) #472

Okay, this is weird…

The game’s been working for hours with the 266.58’s until just now… tried to load the game and it crashed immediately. I thought about things for a minute, and realized that I changed one setting between now and the last time it worked fine: I changed the Global nVidia value for “Multi-display/Mixed GPU Acceleration” from the default of Multiple Display Performance Mode to Single Display Performance Mode…

So, I switched the global setting back to default, and the game loads fine.

Don’t know what that means exactly… do with this info as you like :slight_smile:


(Nail) #473

Google OpenGL, it’s not a piece of hardware or software, it’s a set of functions determined by an architecture review board, can’t understand that, don’t be an ass and post your lack of comprehension


(Nail) #474

nah, Unity


(Moonlighter) #475

If you have one of those GM Flex-Fuel cars which can run on either regular unleaded gasoline or ethanol, and are used to filling it up with regular gasoline and it runs fine, but one day decide to try ethanol and it breaks down, you don’t get mad at the gas station, get mad at GM.

In the same way, don’t get mad at the developers for using OpenGL which by all rights should be properly supported by the video card drivers. Even if you’re used to Direct3D games, OpenGL should run on your video card as well as Direct3D does. And if it doesn’t, that’s a problem with the manufacturer’s support.

OpenGL is neither buggy nor prone to any errors

Nail’s right about this. OpenGL is a set of standards. It says “These functions must accomplish these tasks”. Whether those be matrix or vector manipulations, lighting, draw calls, pixel manipulation, coloring, texturing, bump-mapping, occlusion culling, ambient occlusion, vertex/pixel shaders, geometry shaders, buffers, point sprites, particles, tesselation, etc. This is no different from Direct3D. It just says that for a hardware manufacterer to claim OpenGL 3.0, 3.1, 3.3, 4.0, 4.1, or whatever version support, a given minimum set of features must be implemented. The hardware manufacturer then develops the hardware to accomplish that list of features then writes drivers to accept the function calls offered by the OpenGL API.

Some good info:
http://blog.wolfire.com/2010/01/Why-you-should-use-OpenGL-and-not-DirectX

I’m not sure if Id Tech 5 will be OpenGL 3.x or 4.x, but last I’ve heard it’s not been modified to use DirectX. So expect Rage and Doom 4 to fall into the same boat as Brink in terms of API.


(HaZe303) #476

Same Problem here (GTX570 SLI) Windows 7 X64.

------------------
System Information
------------------
Time of this report: 5/25/2011, 11:12:00
       Machine name: HAZE303-DATOR
   Operating System: Windows 7 Ultimate 64-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_ldr.110408-1634)
           Language: Swedish (Regional Setting: Swedish)
System Manufacturer: System manufacturer
       System Model: System Product Name
               BIOS: BIOS Date: 09/21/10 10:06:49 Ver: 08.00.15
          Processor: Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz (8 CPUs), ~2.7GHz
             Memory: 3072MB RAM
Available OS Memory: 3064MB RAM
          Page File: 2202MB used, 5859MB available
        Windows Dir: C:\Windows
    DirectX Version: DirectX 11
DX Setup Parameters: Not found
   User DPI Setting: Using System DPI
 System DPI Setting: 96 DPI (100 percent)
    DWM DPI Scaling: Disabled
     DxDiag Version: 6.01.7601.17514 64bit Unicode

------------
DxDiag Notes
------------
      Display Tab 1: No problems found.
        Sound Tab 1: No problems found.
        Sound Tab 2: No problems found.
          Input Tab: No problems found.

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

---------------
Display Devices
---------------
          Card name: NVIDIA GeForce GTX 570
       Manufacturer: NVIDIA
          Chip type: GeForce GTX 570
           DAC type: Integrated RAMDAC
         Device Key: Enum\PCI\VEN_10DE&DEV_1081&SUBSYS_040110B0&REV_A1
     Display Memory: 2523 MB
   Dedicated Memory: 1248 MB
      Shared Memory: 1275 MB
       Current Mode: 1920 x 1200 (32 bit) (59Hz)
       Monitor Name: AMILO LSL 3260W
      Monitor Model: LSL 3260W
         Monitor Id: FUS07AE
        Native Mode: 1920 x 1200(p) (59.950Hz)
        Output Type: HDMI
        Driver Name: nvd3dumx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvd3dum,nvwgf2um,nvwgf2um
Driver File Version: 8.17.0012.7080 (English)
     Driver Version: 8.17.12.7080
        DDI Version: 11
       Driver Model: WDDM 1.1
  Driver Attributes: Final Retail
   Driver Date/Size: 5/14/2011 21:26:00, 12941928 bytes
        WHQL Logo'd: n/a
    WHQL Date Stamp: n/a
  Device Identifier: {D7B71E3E-53C1-11CF-A868-0D241FC2C535}
          Vendor ID: 0x10DE
          Device ID: 0x1081
          SubSys ID: 0x040110B0
        Revision ID: 0x00A1
 Driver Strong Name: oem14.inf:NVIDIA_SetA_Devices.NTamd64.6.1:Section030:8.17.12.7080:pci\ven_10de&dev_1081
     Rank Of Driver: 00E62001
        Video Accel: ModeMPEG2_A ModeMPEG2_C ModeVC1_C ModeWMV9_C 
   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 
                     {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY 
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY 
                     {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,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive 
                     {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY 
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY 
                     {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,UYVY) 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,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive 
                     {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY 
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY 
                     {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YV12,0x32315659) 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 
                     {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY 
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY 
                     {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 
                     {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                     {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                     {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                     {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                     {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                     {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                     {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                     {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                     {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                     {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                     {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                     {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                     {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                     {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                     {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                     {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                     {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                     {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
       D3D9 Overlay: Supported
            DXVA-HD: Supported
       DDraw Status: Enabled
         D3D Status: Enabled
         AGP Status: Enabled

-------------
Sound Devices
-------------
            Description: Högtalare (Creative SB X-Fi)
 Default Sound Playback: Yes
 Default Voice Playback: Yes
            Hardware ID: PCI\VEN_1102&DEV_000B&SUBSYS_00431102&REV_03
        Manufacturer ID: 1
             Product ID: 100
                   Type: WDM
            Driver Name: ctaud2k.sys
         Driver Version: 6.00.0001.1348 (English)
      Driver Attributes: Final Retail
            WHQL Logo'd: n/a
          Date and Size: 7/8/2010 05:16:24, 697816 bytes
            Other Files: 
        Driver Provider: Pax
         HW Accel Level: Basic
              Cap Flags: 0x0
    Min/Max Sample Rate: 0, 0
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

            Description: LSL 3260W (6- High Definition Audio Device)
 Default Sound Playback: No
 Default Voice Playback: No
            Hardware ID: HDAUDIO\FUNC_01&VEN_10DE&DEV_0018&SUBSYS_10DE0101&REV_1001
        Manufacturer ID: 1
             Product ID: 65535
                   Type: WDM
            Driver Name: HdAudio.sys
         Driver Version: 6.01.7601.17514 (Swedish)
      Driver Attributes: Final Retail
            WHQL Logo'd: n/a
          Date and Size: 11/21/2010 05:23:47, 350208 bytes
            Other Files: 
        Driver Provider: Microsoft
         HW Accel Level: Basic
              Cap Flags: 0x0
    Min/Max Sample Rate: 0, 0
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

---------------------
Sound Capture Devices
---------------------
            Description: Line-In (Creative SB X-Fi)
  Default Sound Capture: Yes
  Default Voice Capture: Yes
            Driver Name: ctaud2k.sys
         Driver Version: 6.00.0001.1348 (English)
      Driver Attributes: Final Retail
          Date and Size: 7/8/2010 05:16:24, 697816 bytes
              Cap Flags: 0x0
           Format Flags: 0x0

            Description: Digital-In (Creative SB X-Fi)
  Default Sound Capture: No
  Default Voice Capture: No
            Driver Name: ctaud2k.sys
         Driver Version: 6.00.0001.1348 (English)
      Driver Attributes: Final Retail
          Date and Size: 7/8/2010 05:16:24, 697816 bytes
              Cap Flags: 0x0
           Format Flags: 0x0

            Description: "What U Hear" (Creative SB X-Fi)
  Default Sound Capture: No
  Default Voice Capture: No
            Driver Name: ctaud2k.sys
         Driver Version: 6.00.0001.1348 (English)
      Driver Attributes: Final Retail
          Date and Size: 7/8/2010 05:16:24, 697816 bytes
              Cap Flags: 0x0
           Format Flags: 0x0

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

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

Poll w/ Interrupt: No

-----------
USB Devices
-----------
+ USB-rotnav (hub)
| Vendor/Product ID: 0x8086, 0x3A36
| Matching Device ID: usb\root_hub
| Service: usbhub
| Driver: usbhub.sys, 2/3/2011 06:30:58, 343040 bytes
| Driver: usbd.sys, 7/14/2009 02:06:23, 7936 bytes

----------------
Gameport Devices
----------------

------------
PS/2 Devices
------------
+ Standardtangentbord - PS/2
| Matching Device ID: *pnp0303
| Service: i8042prt
| Driver: i8042prt.sys, 7/14/2009 01:19:57, 105472 bytes
| Driver: kbdclass.sys, 7/14/2009 03:48:04, 50768 bytes
| 
+ Terminal Server Keyboard Driver
| Matching Device ID: root\rdp_kbd
| Upper Filters: kbdclass
| Service: TermDD
| Driver: i8042prt.sys, 7/14/2009 01:19:57, 105472 bytes
| Driver: kbdclass.sys, 7/14/2009 03:48:04, 50768 bytes
| 
+ Microsoft USB IntelliMouse Explorer 3.0 (IntelliPoint)
| Vendor/Product ID: 0x045E, 0x0047
| Matching Device ID: hid\vid_045e&pid_0047
| Upper Filters: Point64
| Service: mouhid
| Driver: point64k.sys, 11/11/2009 17:44:26, 34160 bytes
| Driver: mouhid.sys, 7/14/2009 02:00:20, 31232 bytes
| Driver: mouclass.sys, 7/14/2009 03:48:27, 49216 bytes
| Driver: wdfcoinstaller01009.dll, 11/11/2009 17:44:26, 1721576 bytes
| 
+ Terminal Server Mouse Driver
| Matching Device ID: root\rdp_mou
| Upper Filters: mouclass
| Service: TermDD
| Driver: termdd.sys, 11/21/2010 05:23:47, 63360 bytes
| Driver: sermouse.sys, 7/14/2009 02:00:20, 26624 bytes
| Driver: mouclass.sys, 7/14/2009 03:48:27, 49216 bytes

------------------------
Disk & DVD/CD-ROM Drives
------------------------
      Drive: C:
 Free Space: 32.0 GB
Total Space: 59.9 GB
File System: NTFS
      Model: SAMSUNG1tbRaid0

      Drive: D:
 Free Space: 51.0 GB
Total Space: 200.0 GB
File System: NTFS
      Model: SAMSUNG HD103UJ

      Drive: E:
 Free Space: 1682.8 GB
Total Space: 1907.7 GB
File System: NTFS
      Model: SAMSUNG2TB

      Drive: F:
 Free Space: 3.2 GB
Total Space: 30.6 GB
File System: NTFS
      Model: OCZ SOLID_SSD

      Drive: G:
 Free Space: 152.0 GB
Total Space: 200.0 GB
File System: NTFS
      Model: ST350032  SCSI Disk Device

      Drive: H:
 Free Space: 650.3 GB
Total Space: 753.9 GB
File System: NTFS
      Model: SAMSUNG HD103UJ

      Drive: I:
 Free Space: 461.7 GB
Total Space: 893.9 GB
File System: NTFS
      Model: SAMSUNG1tbRaid0

      Drive: J:
 Free Space: 163.9 GB
Total Space: 276.9 GB
File System: NTFS
      Model: ST350032  SCSI Disk Device

      Drive: R:
      Model: LKTWV JOTUR8P SCSI CdRom Device
     Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7601.17514 (Swedish), 11/21/2010 05:23:47, 147456 bytes

      Drive: Q:
      Model: LKTWV JOTUR8P SCSI CdRom Device
     Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7601.17514 (Swedish), 11/21/2010 05:23:47, 147456 bytes

      Drive: L:
      Model: SNC 85I3WLU3W5IJ SCSI CdRom Device
     Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7601.17514 (Swedish), 11/21/2010 05:23:47, 147456 bytes

      Drive: M:
      Model: SNC 85I3WLU3W5IJ SCSI CdRom Device
     Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7601.17514 (Swedish), 11/21/2010 05:23:47, 147456 bytes

      Drive: N:
      Model: SNC 85I3WLU3W5IJ SCSI CdRom Device
     Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7601.17514 (Swedish), 11/21/2010 05:23:47, 147456 bytes

      Drive: O:
      Model: SNC 85I3WLU3W5IJ SCSI CdRom Device
     Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7601.17514 (Swedish), 11/21/2010 05:23:47, 147456 bytes

      Drive: K:
      Model: Slimtype eTAU108   1 USB Device
     Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7601.17514 (Swedish), 11/21/2010 05:23:47, 147456 bytes

      Drive: P:
      Model: LKTWV JOTUR8P SCSI CdRom Device
     Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7601.17514 (Swedish), 11/21/2010 05:23:47, 147456 bytes

--------------
System Devices
--------------
     Name: Intel(R) ICH10 Family USB Universal Host Controller - 3A38
Device ID: PCI\VEN_8086&DEV_3A38&SUBSYS_82D41043&REV_00\3&11583659&0&D1
   Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.01.7600.16385 (English), 7/14/2009 02:06:27, 30720 bytes
   Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17514 (Swedish), 11/21/2010 05:23:47, 325120 bytes
   Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.21653 (Swedish), 2/3/2011 06:30:58, 343040 bytes

     Name: Intel(R) 7500/5520/5500/X58 I/O Hub System Management Registers - 342E
Device ID: PCI\VEN_8086&DEV_342E&SUBSYS_00000000&REV_13\3&11583659&0&A0
   Driver: n/a

     Name: Intel(R) 82801 PCI Bridge - 244E
Device ID: PCI\VEN_8086&DEV_244E&SUBSYS_82D41043&REV_90\3&11583659&0&F0
   Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.21642 (Swedish), 1/15/2011 08:29:07, 185216 bytes

     Name: NVIDIA GeForce GTX 570
Device ID: PCI\VEN_10DE&DEV_1081&SUBSYS_087E10DE&REV_A1\4&9BA4AB8&0&0038
   Driver: C:\Program Files\NVIDIA Corporation\Drs\dbInstaller.exe, 8.17.0012.7080 (English), 5/14/2011 21:26:00, 193128 bytes
   Driver: C:\Program Files\NVIDIA Corporation\Drs
vdrsdb.bin, 5/14/2011 21:26:00, 291432 bytes
   Driver: C:\Windows\System32\DriverStore\FileRepository
v_disp.inf_amd64_neutral_a94e48969dcdb2a1\NvCplSetupInt.exe, 14.00.0000.0162 (English), 5/14/2011 21:26:00, 56440056 bytes
   Driver: C:\Program Files\NVIDIA Corporation\license.txt, 5/14/2011 21:26:00, 15511 bytes
   Driver: C:\Windows\system32\DRIVERS
vBridge.kmd, 8.17.0012.7080 (English), 5/14/2011 21:26:00, 11240 bytes
   Driver: C:\Windows\system32\DRIVERS
vlddmkm.sys, 8.17.0012.7080 (English), 5/14/2011 21:26:00, 13294440 bytes
   Driver: C:\Windows\system32\OpenCL.dll, 1.00.0000.0000 (English), 5/14/2011 21:26:00, 67176 bytes
   Driver: C:\Windows\system32
vapi64.dll, 8.17.0012.7080 (English), 5/14/2011 21:26:00, 2274920 bytes
   Driver: C:\Windows\system32
vcompiler.dll, 8.17.0012.7080 (English), 5/14/2011 21:26:00, 18578536 bytes
   Driver: C:\Windows\system32
vcuda.dll, 8.17.0012.7080 (English), 5/14/2011 21:26:00, 6991464 bytes
   Driver: C:\Windows\system32
vcuvenc.dll, 6.14.0012.7080 (English), 5/14/2011 21:26:00, 2204264 bytes
   Driver: C:\Windows\system32
vcuvid.dll, 8.17.0012.7080 (English), 5/14/2011 21:26:00, 2893928 bytes
   Driver: C:\Windows\system32
vd3dumx.dll, 8.17.0012.7080 (English), 5/14/2011 21:26:00, 12941928 bytes
   Driver: C:\Windows\system32
vinfo.pb, 5/14/2011 21:26:00, 7771 bytes
   Driver: C:\Windows\system32
voglv64.dll, 8.17.0012.7080 (English), 5/14/2011 21:26:00, 20704872 bytes
   Driver: C:\Windows\system32
vwgf2umx.dll, 8.17.0012.7080 (English), 5/14/2011 21:26:00, 8414824 bytes
   Driver: C:\Windows\SysWow64\OpenCL.dll, 1.00.0000.0000 (English), 5/14/2011 21:26:00, 57960 bytes
   Driver: C:\Windows\SysWow64
vapi.dll, 8.17.0012.7080 (English), 5/14/2011 21:26:00, 2034792 bytes
   Driver: C:\Windows\SysWow64
vcompiler.dll, 8.17.0012.7080 (English), 5/14/2011 21:26:00, 13007464 bytes
   Driver: C:\Windows\SysWow64
vcuda.dll, 8.17.0012.7080 (English), 5/14/2011 21:26:00, 5192296 bytes
   Driver: C:\Windows\SysWow64
vcuvenc.dll, 6.14.0012.7080 (English), 5/14/2011 21:26:00, 2074216 bytes
   Driver: C:\Windows\SysWow64
vcuvid.dll, 8.17.0012.7080 (English), 5/14/2011 21:26:00, 2765928 bytes
   Driver: C:\Windows\SysWow64
vd3dum.dll, 8.17.0012.7080 (English), 5/14/2011 21:26:00, 10077288 bytes
   Driver: C:\Windows\SysWow64
voglv32.dll, 8.17.0012.7080 (English), 5/14/2011 21:26:00, 15227496 bytes
   Driver: C:\Windows\SysWow64
vwgf2um.dll, 8.17.0012.7080 (English), 5/14/2011 21:26:00, 6301288 bytes
   Driver: C:\Windows\system32
vdispco6420140.dll, 2.00.0014.0000 (English), 5/14/2011 21:26:00, 1619048 bytes
   Driver: C:\Windows\system32
vgenco642060.dll, 2.00.0006.0000 (English), 5/14/2011 21:26:00, 1404008 bytes

     Name: AHREE88S IDE Controller
Device ID: PCI\VEN_11AB&DEV_6121&SUBSYS_ECD388E4&REV_01\4&5D18F2DF&0
   Driver: n/a

     Name: Intel(R) ICH10 Family USB Universal Host Controller - 3A37
Device ID: PCI\VEN_8086&DEV_3A37&SUBSYS_82D41043&REV_00\3&11583659&0&D0
   Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.01.7600.16385 (English), 7/14/2009 02:06:27, 30720 bytes
   Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17514 (Swedish), 11/21/2010 05:23:47, 325120 bytes
   Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.21653 (Swedish), 2/3/2011 06:30:58, 343040 bytes

     Name: Intel(R) 7500/5520/5500/X58 I/O Hub Control Status and RAS Registers - 3423
Device ID: PCI\VEN_8086&DEV_3423&SUBSYS_00000000&REV_13\3&11583659&0&A2
   Driver: n/a

     Name: NVIDIA GeForce GTX 570
Device ID: PCI\VEN_10DE&DEV_1081&SUBSYS_040110B0&REV_A1\4&2F1C4782&0&0018
   Driver: C:\Program Files\NVIDIA Corporation\Drs\dbInstaller.exe, 8.17.0012.7080 (English), 5/14/2011 21:26:00, 193128 bytes
   Driver: C:\Program Files\NVIDIA Corporation\Drs
vdrsdb.bin, 5/14/2011 21:26:00, 291432 bytes
   Driver: C:\Windows\System32\DriverStore\FileRepository
v_disp.inf_amd64_neutral_a94e48969dcdb2a1\NvCplSetupInt.exe, 14.00.0000.0162 (English), 5/14/2011 21:26:00, 56440056 bytes
   Driver: C:\Program Files\NVIDIA Corporation\license.txt, 5/14/2011 21:26:00, 15511 bytes
   Driver: C:\Windows\system32\DRIVERS
vBridge.kmd, 8.17.0012.7080 (English), 5/14/2011 21:26:00, 11240 bytes
   Driver: C:\Windows\system32\DRIVERS
vlddmkm.sys, 8.17.0012.7080 (English), 5/14/2011 21:26:00, 13294440 bytes
   Driver: C:\Windows\system32\OpenCL.dll, 1.00.0000.0000 (English), 5/14/2011 21:26:00, 67176 bytes
   Driver: C:\Windows\system32
vapi64.dll, 8.17.0012.7080 (English), 5/14/2011 21:26:00, 2274920 bytes
   Driver: C:\Windows\system32
vcompiler.dll, 8.17.0012.7080 (English), 5/14/2011 21:26:00, 18578536 bytes
   Driver: C:\Windows\system32
vcuda.dll, 8.17.0012.7080 (English), 5/14/2011 21:26:00, 6991464 bytes
   Driver: C:\Windows\system32
vcuvenc.dll, 6.14.0012.7080 (English), 5/14/2011 21:26:00, 2204264 bytes
   Driver: C:\Windows\system32
vcuvid.dll, 8.17.0012.7080 (English), 5/14/2011 21:26:00, 2893928 bytes
   Driver: C:\Windows\system32
vd3dumx.dll, 8.17.0012.7080 (English), 5/14/2011 21:26:00, 12941928 bytes
   Driver: C:\Windows\system32
vinfo.pb, 5/14/2011 21:26:00, 7771 bytes
   Driver: C:\Windows\system32
voglv64.dll, 8.17.0012.7080 (English), 5/14/2011 21:26:00, 20704872 bytes
   Driver: C:\Windows\system32
vwgf2umx.dll, 8.17.0012.7080 (English), 5/14/2011 21:26:00, 8414824 bytes
   Driver: C:\Windows\SysWow64\OpenCL.dll, 1.00.0000.0000 (English), 5/14/2011 21:26:00, 57960 bytes
   Driver: C:\Windows\SysWow64
vapi.dll, 8.17.0012.7080 (English), 5/14/2011 21:26:00, 2034792 bytes
   Driver: C:\Windows\SysWow64
vcompiler.dll, 8.17.0012.7080 (English), 5/14/2011 21:26:00, 13007464 bytes
   Driver: C:\Windows\SysWow64
vcuda.dll, 8.17.0012.7080 (English), 5/14/2011 21:26:00, 5192296 bytes
   Driver: C:\Windows\SysWow64
vcuvenc.dll, 6.14.0012.7080 (English), 5/14/2011 21:26:00, 2074216 bytes
   Driver: C:\Windows\SysWow64
vcuvid.dll, 8.17.0012.7080 (English), 5/14/2011 21:26:00, 2765928 bytes
   Driver: C:\Windows\SysWow64
vd3dum.dll, 8.17.0012.7080 (English), 5/14/2011 21:26:00, 10077288 bytes
   Driver: C:\Windows\SysWow64
voglv32.dll, 8.17.0012.7080 (English), 5/14/2011 21:26:00, 15227496 bytes
   Driver: C:\Windows\SysWow64
vwgf2um.dll, 8.17.0012.7080 (English), 5/14/2011 21:26:00, 6301288 bytes
   Driver: C:\Windows\system32
vdispco6420140.dll, 2.00.0014.0000 (English), 5/14/2011 21:26:00, 1619048 bytes
   Driver: C:\Windows\system32
vgenco642060.dll, 2.00.0006.0000 (English), 5/14/2011 21:26:00, 1404008 bytes

     Name: Intel(R) ICH10 Family USB Universal Host Controller - 3A36
Device ID: PCI\VEN_8086&DEV_3A36&SUBSYS_82D41043&REV_00\3&11583659&0&EA
   Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.01.7600.16385 (English), 7/14/2009 02:06:27, 30720 bytes
   Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17514 (Swedish), 11/21/2010 05:23:47, 325120 bytes
   Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.21653 (Swedish), 2/3/2011 06:30:58, 343040 bytes

     Name: Marvell Yukon 88E8056 PCI-E Gigabit Ethernet Controller
Device ID: PCI\VEN_11AB&DEV_4364&SUBSYS_81F81043&REV_12\4&325840BC&0&00E2
   Driver: C:\Windows\system32\DRIVERS\yk62x64.sys, 11.41.0001.0003 (English), 2/23/2011 13:02:56, 397088 bytes

     Name: Intel(R) 7500/5520/5500/X58 I/O Hub GPIO and Scratch Pad Registers - 3422
Device ID: PCI\VEN_8086&DEV_3422&SUBSYS_00000000&REV_13\3&11583659&0&A1
   Driver: n/a

     Name: High Definition Audio-styrenhet
Device ID: PCI\VEN_10DE&DEV_0E09&SUBSYS_087E10DE&REV_A1\4&9BA4AB8&0&0138
   Driver: C:\Windows\system32\DRIVERS\hdaudbus.sys, 6.01.7601.17514 (Swedish), 11/21/2010 05:23:47, 122368 bytes

     Name: Intel(R) ICH10 Family PCI Express Root Port 3 - 3A44
Device ID: PCI\VEN_8086&DEV_3A44&SUBSYS_82EA1043&REV_00\3&11583659&0&E2
   Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.21642 (Swedish), 1/15/2011 08:29:07, 185216 bytes

     Name: Intel(R) ICH10 Family USB Universal Host Controller - 3A35
Device ID: PCI\VEN_8086&DEV_3A35&SUBSYS_82D41043&REV_00\3&11583659&0&E9
   Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.01.7600.16385 (English), 7/14/2009 02:06:27, 30720 bytes
   Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17514 (Swedish), 11/21/2010 05:23:47, 325120 bytes
   Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.21653 (Swedish), 2/3/2011 06:30:58, 343040 bytes

     Name: Intel(R) 7500/5520/5500/X58 I/O Hub PCI Express Root Port 7 - 340E
Device ID: PCI\VEN_8086&DEV_340E&SUBSYS_836B1043&REV_13\3&11583659&0&38
   Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.21642 (Swedish), 1/15/2011 08:29:07, 185216 bytes

     Name: VIA VT6421 RAID Controller
Device ID: PCI\VEN_1106&DEV_3249&SUBSYS_32491106&REV_50\4&1B359D48&0&0CF0
   Driver: C:\Windows\system32\DRIVERS\vsmraid.sys, 6.00.6000.6210 (English), 7/14/2009 03:45:55, 161872 bytes

     Name: High Definition Audio-styrenhet
Device ID: PCI\VEN_10DE&DEV_0E09&SUBSYS_040110B0&REV_A1\4&2F1C4782&0&0118
   Driver: C:\Windows\system32\DRIVERS\hdaudbus.sys, 6.01.7601.17514 (Swedish), 11/21/2010 05:23:47, 122368 bytes

     Name: Intel(R) ICH10 Family PCI Express Root Port 1 - 3A40
Device ID: PCI\VEN_8086&DEV_3A40&SUBSYS_82EA1043&REV_00\3&11583659&0&E0
   Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.21642 (Swedish), 1/15/2011 08:29:07, 185216 bytes

     Name: Intel(R) ICH10 Family USB Universal Host Controller - 3A34
Device ID: PCI\VEN_8086&DEV_3A34&SUBSYS_82D41043&REV_00\3&11583659&0&E8
   Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.01.7600.16385 (English), 7/14/2009 02:06:27, 30720 bytes
   Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17514 (Swedish), 11/21/2010 05:23:47, 325120 bytes
   Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.21653 (Swedish), 2/3/2011 06:30:58, 343040 bytes

     Name: Intel(R) 7500/5520/5500/X58 I/O Hub PCI Express Root Port 3 - 340A
Device ID: PCI\VEN_8086&DEV_340A&SUBSYS_836B1043&REV_13\3&11583659&0&18
   Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.21642 (Swedish), 1/15/2011 08:29:07, 185216 bytes

     Name: VIA USB Enhanced Host Controller
Device ID: PCI\VEN_1106&DEV_3104&SUBSYS_31041106&REV_65\4&1B359D48&0&0AF0
   Driver: C:\Windows\system32\drivers\usbehci.sys, 6.01.7601.17514 (English), 11/21/2010 05:23:47, 52224 bytes
   Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17514 (Swedish), 11/21/2010 05:23:47, 325120 bytes
   Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.21653 (Swedish), 2/3/2011 06:30:58, 343040 bytes

     Name: AHRO7DVM IDE Controller
Device ID: PCI\VEN_1095&DEV_0242&SUBSYS_AB6DA3A1&REV_01\4&5D18F2DF&1
   Driver: n/a

     Name: Intel(R) ICH10 Family USB Enhanced Host Controller - 3A3C
Device ID: PCI\VEN_8086&DEV_3A3C&SUBSYS_82D41043&REV_00\3&11583659&0&D7
   Driver: C:\Windows\system32\drivers\usbehci.sys, 6.01.7601.17514 (English), 11/21/2010 05:23:47, 52224 bytes
   Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17514 (Swedish), 11/21/2010 05:23:47, 325120 bytes
   Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.21653 (Swedish), 2/3/2011 06:30:58, 343040 bytes

     Name: Intel(R) ICH10 Family SMBus Controller - 3A30
Device ID: PCI\VEN_8086&DEV_3A30&SUBSYS_82D41043&REV_00\3&11583659&0&FB
   Driver: n/a

     Name: Intel(R) 7500/5520/5500/X58 I/O Hub PCI Express Root Port 1 - 3408
Device ID: PCI\VEN_8086&DEV_3408&SUBSYS_836B1043&REV_13\3&11583659&0&08
   Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.21642 (Swedish), 1/15/2011 08:29:07, 185216 bytes

     Name: VIA Rev 5 or later USB Universal Host Controller
Device ID: PCI\VEN_1106&DEV_3038&SUBSYS_30381106&REV_62\4&1B359D48&0&09F0
   Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.01.7600.16385 (English), 7/14/2009 02:06:27, 30720 bytes
   Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17514 (Swedish), 11/21/2010 05:23:47, 325120 bytes
   Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.21653 (Swedish), 2/3/2011 06:30:58, 343040 bytes

     Name: Intel(R) ICH10 Family USB Enhanced Host Controller - 3A3A
Device ID: PCI\VEN_8086&DEV_3A3A&SUBSYS_82D41043&REV_00\3&11583659&0&EF
   Driver: C:\Windows\system32\drivers\usbehci.sys, 6.01.7601.17514 (English), 11/21/2010 05:23:47, 52224 bytes
   Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17514 (Swedish), 11/21/2010 05:23:47, 325120 bytes
   Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.21653 (Swedish), 2/3/2011 06:30:58, 343040 bytes

     Name: Intel(R) ICH10R LPC Interface Controller - 3A16
Device ID: PCI\VEN_8086&DEV_3A16&SUBSYS_82D41043&REV_00\3&11583659&0&F8
   Driver: C:\Windows\system32\DRIVERS\msisadrv.sys, 6.01.7600.16385 (English), 7/14/2009 03:48:27, 15424 bytes

     Name: Intel(R) 5520/5500/X58 I/O Hub to ESI Port - 3405
Device ID: PCI\VEN_8086&DEV_3405&SUBSYS_836B1043&REV_13\3&11583659&0&00
   Driver: n/a

     Name: VIA Rev 5 or later USB Universal Host Controller
Device ID: PCI\VEN_1106&DEV_3038&SUBSYS_30381106&REV_62\4&1B359D48&0&08F0
   Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.01.7600.16385 (English), 7/14/2009 02:06:27, 30720 bytes
   Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17514 (Swedish), 11/21/2010 05:23:47, 325120 bytes
   Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.21653 (Swedish), 2/3/2011 06:30:58, 343040 bytes

     Name: Intel(R) ICH10 Family USB Universal Host Controller - 3A39
Device ID: PCI\VEN_8086&DEV_3A39&SUBSYS_82D41043&REV_00\3&11583659&0&D2
   Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.01.7600.16385 (English), 7/14/2009 02:06:27, 30720 bytes
   Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17514 (Swedish), 11/21/2010 05:23:47, 325120 bytes
   Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.21653 (Swedish), 2/3/2011 06:30:58, 343040 bytes

     Name: Intel(R) 7500/5520/5500/X58 I/O Hub Throttle Registers - 3438
Device ID: PCI\VEN_8086&DEV_3438&SUBSYS_00000000&REV_13\3&11583659&0&A3
   Driver: n/a

     Name: Intel(R) Desktop/Workstation/Server Express Chipset SATA RAID Controller
Device ID: PCI\VEN_8086&DEV_2822&SUBSYS_82D41043&REV_00\3&11583659&0&FA
   Driver: C:\Windows\system32\DRIVERS\iaStor.sys, 10.01.0000.1008 (English), 11/6/2010 00:45:48, 438808 bytes

     Name: Creative SB X-Fi
Device ID: PCI\VEN_1102&DEV_000B&SUBSYS_00431102&REV_03\4&37C265C7&0&0008
   Driver: C:\Windows\system32\drivers\ctac32k.sys, 6.00.0001.1242 (English), 7/8/2010 05:16:14, 580696 bytes
   Driver: C:\Windows\system32\drivers\ctaud2k.sys, 6.00.0001.1348 (English), 7/8/2010 05:16:24, 697816 bytes
   Driver: C:\Windows\system32\drivers\ctoss2k.sys, 6.00.0001.1348 (English), 7/8/2010 05:16:32, 179288 bytes
   Driver: C:\Windows\system32\drivers\ctprxy2k.sys, 6.00.0001.1348 (English), 7/8/2010 05:20:40, 15960 bytes
   Driver: C:\Windows\system32\drivers\ctsfm2k.sys, 6.00.0001.1348 (English), 7/8/2010 05:20:48, 213080 bytes
   Driver: C:\Windows\system32\drivers\emupia2k.sys, 6.00.0001.1348 (English), 7/8/2010 05:20:56, 118360 bytes
   Driver: C:\Windows\system32\drivers\ha20x2k.sys, 6.00.0001.1348 (English), 7/8/2010 05:21:06, 1567832 bytes
   Driver: C:\Windows\system32\drivers\ha20x22k.sys, 6.00.0001.1348 (English), 7/8/2010 05:21:18, 1612888 bytes
   Driver: C:\Windows\system32\drivers\pfmodnt.sys, 3.00.0000.0012 (English), 7/8/2010 05:21:26, 16472 bytes
   Driver: C:\Windows\system32\drivers\CTEXFIFX.sys, 6.00.0001.1348 (English), 7/8/2010 05:16:06, 1445976 bytes
   Driver: C:\Windows\system32\drivers\CT20XUT.sys, 6.00.0001.1348 (English), 7/8/2010 05:15:50, 230488 bytes
   Driver: C:\Windows\system32\drivers\CTHWIUT.sys, 6.00.0001.1348 (English), 7/8/2010 05:15:56, 95320 bytes
   Driver: C:\Windows\system32\drivers\ct20xflt.sys, 5.10.0000.4315 (English), 7/8/2010 05:21:36, 2011736 bytes
   Driver: C:\Windows\system32\ctdlang.dat, 7/8/2010 03:21:00, 51787 bytes
   Driver: C:\Windows\system32\ctdnlstr.dat, 7/8/2010 03:21:00, 384647 bytes
   Driver: C:\Windows\system32\CtxfiRes.dll, 6.00.0001.1348 (English), 7/8/2010 03:33:04, 2560 bytes
   Driver: C:\Windows\system32\ctzapxx.ini, 7/8/2010 04:23:06, 54 bytes
   Driver: C:\Windows\system32\instwdm.ini, 7/8/2010 04:23:10, 17868 bytes
   Driver: C:\Windows\system32\CT1MGM.ROM, 7/1/2009 17:12:32, 1048576 bytes
   Driver: C:\Windows\system32\CT2MGM.SF2, 7/1/2009 17:12:32, 2167684 bytes
   Driver: C:\Windows\system32\default4.sfm, 7/1/2009 17:12:32, 59 bytes
   Driver: C:\Windows\system32\default8.sfm, 7/1/2009 17:12:32, 59 bytes
   Driver: C:\Windows\system32\default.sfm, 7/1/2009 17:12:32, 59 bytes
   Driver: C:\Windows\Temp\UDATEL32.exe, , 0 bytes
   Driver: C:\Windows\Temp\UDATEL64.exe, , 0 bytes
   Driver: C:\Windows\system32\regplib.exe, 7/8/2010 04:37:58, 18432 bytes
   Driver: C:\Windows\system32\ctasio64.dll, 6.00.0001.1348 (English), 7/8/2010 04:41:42, 55808 bytes
   Driver: C:\Windows\system32\ctdpxy64.dll, 6.00.0001.1348 (English), 7/8/2010 04:41:40, 67584 bytes
   Driver: C:\Windows\system32\ctosur64.dll, 6.00.0001.1348 (English), 7/8/2010 04:38:20, 89088 bytes
   Driver: C:\Windows\SysWOW64\sfman32.dll, 6.00.0001.1348 (English), 7/8/2010 03:14:44, 10240 bytes
   Driver: C:\Windows\SysWOW64\sfms32.dll, 6.00.0001.1348 (English), 7/8/2010 03:14:42, 137216 bytes
   Driver: C:\Windows\system32\data\cts20x.dat, 7/8/2010 03:10:34, 2091 bytes
   Driver: C:\Windows\system32\data\ctd20x.dat, 7/8/2010 03:10:34, 42287 bytes
   Driver: C:\Windows\system32\data\CTP0880W.DAT, 7/8/2010 03:13:34, 303156 bytes
   Driver: C:\Windows\system32\data\CTP0882W.DAT, 7/8/2010 03:13:34, 303156 bytes
   Driver: C:\Windows\system32\data\CTP0886W.DAT, 7/8/2010 03:13:36, 303156 bytes
   Driver: C:\Windows\system32\data\CTP0883W.DAT, 7/8/2010 03:13:36, 303156 bytes
   Driver: C:\Windows\system32\data\CTP0889W.DAT, 7/8/2010 03:13:38, 303156 bytes
   Driver: C:\Windows\system32\data\CTP0888W.DAT, 7/8/2010 03:13:40, 303156 bytes
   Driver: C:\Windows\system32\data\CTP0881W.DAT, 7/8/2010 03:13:40, 303156 bytes
   Driver: C:\Windows\system32\data\CTP0880V.DAT, 7/8/2010 03:14:08, 416994 bytes
   Driver: C:\Windows\system32\data\CTP0882V.DAT, 7/8/2010 03:14:10, 416994 bytes
   Driver: C:\Windows\system32\data\CTP0886V.DAT, 7/8/2010 03:14:12, 416994 bytes
   Driver: C:\Windows\system32\data\CTP0883V.DAT, 7/8/2010 03:14:14, 416994 bytes
   Driver: C:\Windows\system32\data\CTP0889V.DAT, 7/8/2010 03:14:16, 416994 bytes
   Driver: C:\Windows\system32\data\CTP0888V.DAT, 7/8/2010 03:14:20, 416994 bytes
   Driver: C:\Windows\system32\data\CTP0881V.DAT, 7/8/2010 03:14:18, 416994 bytes
   Driver: C:\Windows\system32\data\CTXFIGM.RFX, 7/1/2009 17:38:16, 56192 bytes
   Driver: C:\Windows\system32\data\CTXFIEM.RFX, 7/1/2009 17:38:16, 56660 bytes
   Driver: C:\Windows\system32\data\CTXFICM.RFX, 7/1/2009 17:38:16, 56592 bytes
   Driver: C:\Windows\system32\data\CTXFICBM.RFX, 7/1/2009 17:38:16, 7352 bytes
   Driver: C:\Windows\system32\PAX.ico, 12/19/2010 04:49:54, 102134 bytes
   Driver: C:\Windows\system32\PAX.bmp, 12/19/2010 04:49:54, 3126 bytes
   Driver: C:\Windows\system32\ctcoinst.dll, 3.09.0002.0060 (English), 7/8/2010 05:04:48, 73728 bytes
   Driver: C:\Windows\system32\ctdvinst.dll, 0.05.0009.0060 (English), 7/8/2010 05:04:48, 218112 bytes
   Driver: C:\Windows\system32\UDAAPO64.dll, 1.00.0012.0000 (English), 6/12/2009 04:11:04, 586752 bytes
   Driver: C:\Windows\system32\UDAPLD64.dll, 1.00.0012.0000 (English), 6/12/2009 04:11:28, 57856 bytes
   Driver: C:\Windows\system32\UDACFX64.dll, 1.01.0003.0000 (English), 6/12/2009 04:34:52, 285184 bytes
   Driver: C:\Windows\SysWOW64\ctdlang.dat, 7/8/2010 03:21:00, 51787 bytes
   Driver: C:\Windows\SysWOW64\ctdnlstr.dat, 7/8/2010 03:21:00, 384647 bytes
   Driver: C:\Windows\SysWOW64\CtxfiRes.dll, 6.00.0001.1348 (English), 7/8/2010 03:33:04, 2560 bytes
   Driver: C:\Windows\SysWOW64\ctzapxx.ini, 7/8/2010 04:23:06, 54 bytes
   Driver: C:\Windows\SysWOW64\instwdm.ini, 7/8/2010 04:23:10, 17868 bytes
   Driver: C:\Windows\SysWOW64\CT1MGM.ROM, 7/1/2009 17:12:32, 1048576 bytes
   Driver: C:\Windows\SysWOW64\CT2MGM.SF2, 7/1/2009 17:12:32, 2167684 bytes
   Driver: C:\Windows\SysWOW64\default4.sfm, 7/1/2009 17:12:32, 59 bytes
   Driver: C:\Windows\SysWOW64\default8.sfm, 7/1/2009 17:12:32, 59 bytes
   Driver: C:\Windows\SysWOW64\default.sfm, 7/1/2009 17:12:32, 59 bytes
   Driver: C:\Windows\SysWOW64\a3d.dll, 80.00.0000.0003 (English), 7/8/2010 03:36:44, 14336 bytes
   Driver: C:\Windows\SysWOW64\ac3api.dll, 6.00.0001.1348 (English), 7/8/2010 03:35:00, 13312 bytes
   Driver: C:\Windows\SysWOW64\eaxac3.dll, 1.01.0002.0000 (English), 7/1/2009 17:12:32, 77824 bytes
   Driver: C:\Windows\SysWOW64\ctosuser.dll, 6.00.0001.1348 (English), 7/8/2010 03:14:48, 74240 bytes
   Driver: C:\Windows\SysWOW64\ctemupia.dll, 6.00.0001.1348 (English), 7/8/2010 03:20:14, 201216 bytes
   Driver: C:\Windows\SysWOW64\piaproxy.dll, 6.00.0001.1348 (English), 7/8/2010 03:14:28, 80896 bytes
   Driver: C:\Windows\SysWOW64\ctdproxy.dll, 6.00.0001.1348 (English), 7/8/2010 03:16:14, 61952 bytes
   Driver: C:\Windows\SysWOW64\devreg.dll, 6.00.0001.1348 (English), 7/8/2010 03:09:50, 36864 bytes
   Driver: C:\Windows\SysWOW64\ctasio.dll, 6.00.0001.1348 (English), 7/8/2010 03:16:18, 51712 bytes
   Driver: C:\Windows\SysWOW64\ct_oal.dll, 6.00.0001.1348 (English), 7/8/2010 03:16:20, 193024 bytes
   Driver: C:\Windows\SysWOW64\oalinst.exe, 2.01.0000.0000 (English), 11/19/2009 10:20:36, 809560 bytes
   Driver: C:\Windows\SysWOW64\UDATEL32.exe, 1.00.0000.0000 (English), 4/29/2009 21:27:04, 176101 bytes
   Driver: C:\Windows\SysWOW64\UDATEL64.exe, 1.00.0000.0000 (English), 4/29/2009 21:27:54, 177991 bytes
   Driver: C:\Windows\SysWOW64\AddCat.exe, 0.00.0000.0001 (English), 12/5/2006 21:52:40, 48400 bytes
   Driver: C:\Windows\SysWOW64\UDAAPO64.UDA, 6/13/2009 05:09:52, 8515 bytes
   Driver: C:\Windows\SysWOW64\UDACFX64.UDA, 6/13/2009 05:13:40, 6726 bytes
   Driver: C:\Windows\SysWOW64\CTMLFX64.UDA, 6/2/2008 18:11:30, 5530 bytes
   Driver: C:\Windows\SysWOW64\UDAAIM64.exe, 2.51.0000.0000 (English), 6/29/2009 22:33:54, 612504 bytes
   Driver: C:\Windows\SysWOW64\AppSetup.exe, 1.00.0022.0022 (English), 7/8/2010 01:08:54, 25580536 bytes
   Driver: C:\Windows\SysWOW64\UDAAPO32.dll, 1.00.0012.0000 (English), 6/12/2009 04:10:16, 508928 bytes
   Driver: C:\Windows\SysWOW64\UDACFX32.dll, 1.01.0003.0000 (English), 6/12/2009 04:34:28, 218624 bytes
   Driver: C:\Windows\SysWOW64\CTxfiBtn.dll, 6.00.0001.1348 (English), 7/8/2010 03:33:04, 42496 bytes
   Driver: C:\Windows\SysWOW64\CTxfiSpk.dll, 6.00.0001.1348 (English), 7/8/2010 03:33:02, 39424 bytes
   Driver: C:\Windows\SysWOW64\Ct20xspi.dll, 6.00.0001.1348 (English), 7/8/2010 03:27:18, 15360 bytes
   Driver: C:\Windows\SysWOW64\CTxfispi.exe, 6.00.0001.1348 (English), 7/8/2010 03:27:16, 1268224 bytes
   Driver: C:\Windows\SysWOW64\Ctxfihlp.exe, 6.00.0001.1348 (English), 7/8/2010 03:33:00, 24576 bytes
   Driver: C:\Windows\SysWOW64\CTxfiReg.exe, 6.00.0001.1348 (English), 7/8/2010 03:27:20, 47104 bytes
   Driver: C:\Windows\SysWOW64\enlocstr.exe, 7/8/2010 03:10:30, 7680 bytes
   Driver: C:\Windows\SysWOW64\killapps.exe, 1.00.0000.0001 (English), 7/8/2010 03:10:22, 12800 bytes
   Driver: C:\Windows\SysWOW64\kill.ini, 7/1/2009 17:12:32, 285 bytes
   Driver: C:\Windows\SysWOW64\data\CTXFIGM.RFX, 7/1/2009 17:38:16, 56192 bytes
   Driver: C:\Windows\SysWOW64\data\CTXFIEM.RFX, 7/1/2009 17:38:16, 56660 bytes
   Driver: C:\Windows\SysWOW64\data\CTXFICM.RFX, 7/1/2009 17:38:16, 56592 bytes
   Driver: C:\Windows\SysWOW64\data\CTXFICBM.RFX, 7/1/2009 17:38:16, 7352 bytes
   Driver: C:\Windows\system32\CTMLFX64.dll, 1.00.0004.0000 (English), 6/2/2008 16:42:46, 72704 bytes
   Driver: C:\Windows\system32\drivers\drmk.sys, 6.01.7600.16385 (English), 7/14/2009 03:01:25, 116224 bytes
   Driver: C:\Windows\system32\drivers\portcls.sys, 6.01.7600.16385 (Swedish), 7/14/2009 02:06:29, 230400 bytes
   Driver: C:\Windows\system32\WMALFXGFXDSP.dll, 6.01.7600.16385 (English), 7/14/2009 03:41:56, 1393152 bytes
   Driver: C:\Windows\system32\SysFxUI.dll, 6.01.7600.16385 (Swedish), 7/14/2009 03:41:54, 378880 bytes

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

DirectShow Filters:
WMAudio Decoder DMO,0x00800800,1,1,WMADMOD.DLL,6.01.7601.17514
WMAPro over S/PDIF DMO,0x00600800,1,1,WMADMOD.DLL,6.01.7601.17514
WMSpeech Decoder DMO,0x00600800,1,1,WMSPDMOD.DLL,6.01.7601.17514
MP3 Decoder DMO,0x00600800,1,1,mp3dmod.dll,6.01.7600.16385
Mpeg4s Decoder DMO,0x00800001,1,1,mp4sdecd.dll,6.01.7600.16385
WMV Screen decoder DMO,0x00600800,1,1,wmvsdecd.dll,6.01.7601.17514
WMVideo Decoder DMO,0x00800001,1,1,wmvdecod.dll,6.01.7601.17514
Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,6.01.7600.16385
Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,6.01.7600.16385
DV Muxer,0x00400000,0,0,qdv.dll,6.06.7601.17514
Color Space Converter,0x00400001,1,1,quartz.dll,6.06.7601.17514
WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.7601.17514
AVI Splitter,0x00600000,1,1,quartz.dll,6.06.7601.17514
VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.06.7601.17514
SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,6.06.7601.17528
Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,6.01.7140.0000
AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
StreamBufferSink,0x00200000,0,0,sbe.dll,6.06.7601.17528
MJPEG Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.17514
MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,6.06.7601.17514
SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.06.7601.17514
VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514
MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.06.7601.17528
Closed Captions Analysis Filter,0x00200000,2,5,cca.dll,6.06.7601.17514
SBE2FileScan,0x00200000,0,0,sbe.dll,6.06.7601.17528
Microsoft MPEG-2 Video Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.06.7601.17514
MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.06.7601.17514
DV Splitter,0x00600000,1,2,qdv.dll,6.06.7601.17514
Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,6.06.7601.17514
Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,6.01.7601.17514
ACM Wrapper,0x00600000,1,1,quartz.dll,6.06.7601.17514
Video Renderer,0x00800001,1,0,quartz.dll,6.06.7601.17514
MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.06.7601.17528
Line 21 Decoder,0x00600000,1,1,,
Video Port Manager,0x00600000,2,1,quartz.dll,6.06.7601.17514
Video Renderer,0x00400000,1,0,quartz.dll,6.06.7601.17514
VPS Decoder,0x00200000,0,0,WSTPager.ax,6.06.7601.17514
WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.7601.17514
VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,6.01.7601.17514
File writer,0x00200000,1,0,qcap.dll,6.06.7601.17514
DVD Navigator,0x00200000,0,3,qdvd.dll,6.06.7601.17514
Overlay Mixer2,0x00200000,1,1,,
RDP DShow Redirection Filter,0xffffffff,1,0,DShowRdpFilter.dll,
Microsoft MPEG-2 Audio Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
WST Pager,0x00200000,1,1,WSTPager.ax,6.06.7601.17514
MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
DV Video Decoder,0x00800000,1,1,qdv.dll,6.06.7601.17514
SampleGrabber,0x00200000,1,1,qedit.dll,6.06.7601.17514
Null Renderer,0x00200000,1,0,qedit.dll,6.06.7601.17514
MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,6.06.7601.17514
Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,6.01.7601.17514
StreamBufferSource,0x00200000,0,0,sbe.dll,6.06.7601.17528
Smart Tee,0x00200000,1,2,qcap.dll,6.06.7601.17514
Overlay Mixer,0x00200000,0,0,,
AVI Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.17514
AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.06.7601.17514
Wave Parser,0x00400000,1,1,quartz.dll,6.06.7601.17514
MIDI Parser,0x00400000,1,1,quartz.dll,6.06.7601.17514
Multi-file Parser,0x00400000,1,1,quartz.dll,6.06.7601.17514
File stream renderer,0x00400000,1,1,quartz.dll,6.06.7601.17514
Microsoft DTV-DVD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,6.01.7140.0000
StreamBufferSink2,0x00200000,0,0,sbe.dll,6.06.7601.17528
AVI Mux,0x00200000,1,0,qcap.dll,6.06.7601.17514
Line 21 Decoder 2,0x00600002,1,1,quartz.dll,6.06.7601.17514
File Source (Async.),0x00400000,0,1,quartz.dll,6.06.7601.17514
File Source (URL),0x00400000,0,1,quartz.dll,6.06.7601.17514
AudioRecorder WAV Dest,0x00200000,0,0,WavDest.dll,
AudioRecorder Wave Form,0x00200000,0,0,WavDest.dll,
SoundRecorder Null Renderer,0x00200000,0,0,WavDest.dll,
Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,6.06.7601.17514
Enhanced Video Renderer,0x00200000,1,0,evr.dll,6.01.7601.17514
BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,6.06.7601.17514
MPEG Video Decoder,0x40000001,1,1,quartz.dll,6.06.7601.17514

WDM Streaming Tee/Splitter Devices:
Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.17514

Video Compressors:
WMVideo8 Encoder DMO,0x00600800,1,1,wmvxencd.dll,6.01.7600.16385
WMVideo9 Encoder DMO,0x00600800,1,1,wmvencod.dll,6.01.7600.16385
MSScreen 9 encoder DMO,0x00600800,1,1,wmvsencd.dll,6.01.7600.16385
DV Video Encoder,0x00200000,0,0,qdv.dll,6.06.7601.17514
MJPEG Compressor,0x00200000,0,0,quartz.dll,6.06.7601.17514

Audio Compressors:
WM Speech Encoder DMO,0x00600800,1,1,WMSPDMOE.DLL,6.01.7600.16385
WMAudio Encoder DMO,0x00600800,1,1,WMADMOE.DLL,6.01.7600.16385
IMA ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.17514
PCM,0x00200000,1,1,quartz.dll,6.06.7601.17514
Microsoft ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.17514
GSM 6.10,0x00200000,1,1,quartz.dll,6.06.7601.17514
CCITT A-Law,0x00200000,1,1,quartz.dll,6.06.7601.17514
CCITT u-Law,0x00200000,1,1,quartz.dll,6.06.7601.17514
MPEG Layer-3,0x00200000,1,1,quartz.dll,6.06.7601.17514

Audio Capture Sources:
Line-In (Creative SB X-Fi),0x00200000,0,0,qcap.dll,6.06.7601.17514
"What U Hear" (Creative SB X-Fi,0x00200000,0,0,qcap.dll,6.06.7601.17514
Digital-In (Creative SB X-Fi),0x00200000,0,0,qcap.dll,6.06.7601.17514

PBDA CP Filters:
PBDA DTFilter,0x00600000,1,1,CPFilters.dll,6.06.7601.17528
PBDA ETFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17528
PBDA PTFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17528

Midi Renderers:
Default MidiOut Device,0x00800000,1,0,quartz.dll,6.06.7601.17514
Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,6.06.7601.17514
SB X-Fi Synth A [0001],0x00200000,1,0,quartz.dll,6.06.7601.17514
SB X-Fi Synth B [0001],0x00200000,1,0,quartz.dll,6.06.7601.17514

WDM Streaming Capture Devices:
Digital-In,0x00000000,0,0,,
Microphone FP,0x00000000,0,0,,
Line-In,0x00000000,0,0,,
,0x00000000,0,0,,
SB X-Fi Audio [0001],0x00200000,1,1,ksproxy.ax,6.01.7601.17514
SB Live!2K Audio [0001],0x00000000,0,0,,

WDM Streaming Rendering Devices:
HD Audio HDMI out,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
,0x00000000,0,0,,
,0x00000000,0,0,,
,0x00000000,0,0,,
SB X-Fi SpdifOut [0001],0x00000000,0,0,,
SB X-Fi Synth A [0001],0x00200000,1,1,ksproxy.ax,6.01.7601.17514
SB X-Fi Synth B [0001],0x00200000,1,1,ksproxy.ax,6.01.7601.17514
SB X-Fi Audio [0001],0x00200000,1,1,ksproxy.ax,6.01.7601.17514
,0x00000000,0,0,,

BDA Network Providers:
Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft Network Provider,0x00200000,0,1,MSNP.ax,6.06.7601.17514

Multi-Instance Capable VBI Codecs:
VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514

BDA Transport Information Renderers:
BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,6.06.7601.17514
MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,6.06.7601.17514

BDA CP/CA Filters:
Decrypt/Tag,0x00600000,1,1,EncDec.dll,6.06.7601.17528
Encrypt/Tag,0x00200000,0,0,EncDec.dll,6.06.7601.17528
PTFilter,0x00200000,0,0,EncDec.dll,6.06.7601.17528
XDS Codec,0x00200000,0,0,EncDec.dll,6.06.7601.17528

WDM Streaming Communication Transforms:
Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.17514

Audio Renderers:
Högtalare (Creative SB X-Fi),0x00200000,1,0,quartz.dll,6.06.7601.17514
Default DirectSound Device,0x00800000,1,0,quartz.dll,6.06.7601.17514
Default WaveOut Device,0x00200000,1,0,quartz.dll,6.06.7601.17514
DirectSound: Högtalare (Creative SB X-Fi),0x00200000,1,0,quartz.dll,6.06.7601.17514
DirectSound: LSL 3260W (6- High Definition Audio Device),0x00200000,1,0,quartz.dll,6.06.7601.17514
LSL 3260W (6- High Definition A,0x00200000,1,0,quartz.dll,6.06.7601.17514

---------------
EVR Power Information
---------------
Current Setting: {5C67A112-A4C9-483F-B4A7-1D473BECAFDC} (Quality) 
  Quality Flags: 2576
    Enabled:
    Force throttling
    Allow half deinterlace
    Allow scaling
    Decode Power Usage: 100
  Balanced Flags: 1424
    Enabled:
    Force throttling
    Allow batching
    Force half deinterlace
    Force scaling
    Decode Power Usage: 50
  PowerFlags: 1424
    Enabled:
    Force throttling
    Allow batching
    Force half deinterlace
    Force scaling
    Decode Power Usage: 0


(mR.Waffles) #477

You are missing the point. I am not slamming Opengl. The point is I paid 50 dollars for a game, met the requirements, and it does not work. I do not care why it does not work. They should have worked this out with Nvidia earlier in the development cycle. Nvidia did not make SD release a faulty product.

Also I just wanted to add, since the previous patch the crashes have gotten worse. I just tried to play for the first time since the patch last night and I could not even play at 1366x768 like I used to. Now I get the crash within 5 minutes, or a blue screed of death. Fantastic.

This quote from Crispy means I’m going to fight for a refund when I get home.

This is exactly what is happening. Just because you do not believe this is possible does not mean it is not.


(Moonlighter) #478

I agree it would have been nice if they had this worked out with nVidia sooner, but my point is that the product (Brink) is not necessarily faulty. But rather the driver support for the video card is what is at fault. The idea being that any OpenGL game using the same function calls Brink uses would suffer the same issue.


(jfunk) #479

Understood, and rightfully so. But why no anger towards NVIDIA that the dual 460’s you bought for far more than $50, which they claim fully support OpenGL 3.1, are not working properly?

As for the frequency of the crash being affected by the patch you’re seeing, that’s just coincidence. As I’m sure you’ve noticed, this crash occurs at drastically varying frequencies. I’ve crashed twice in 20 minutes before, but also played 7 hours without a crash.

I for example, haven’t had a single crash since the latest patch in about 4 hours of play. I could just as easily say that means the bug has been completely fixed by the patch, but we know that isn’t true either despite my experience.


(farnsworth) #480

So, is anyone over at the nvidia forums to find out if/when we can expect a working driver?
At first the crashes didn’t bother me that much as I only got them about once or twice in ~5 hours. But now I can barely get through one map and it’s starting to get pretty annoying.

nvidia driver developers should be fired… with a cannon, into the sun. This is DoW II all over again and, as I mentioned before, i had to wait forever for them to fix that.