View Issue Details

IDProjectCategoryLast Update
0016452Stars Beyond ReachBug - OtherMay 8, 2015 4:08 pm
Reportercrazyroosterman Assigned ToChris_McElligottPark  
Status resolvedResolutionfixed 
Product Version0.808 
Summary0016452: some buildings turning into black squares and violating my framrate
Description and some strange things in the debug log and then it crashed my laptop and forced me restart(this was without the debugs) edit just tried the save again with the debug actually on and the game has told me that its had a fatal error and a bunch of crazy things regarding place meant I have no idea what the hells going on here so im reporting it here with the save file and the debug log.
TagsNo tags attached.

Activities

crazyroosterman

Apr 30, 2015 12:33 pm

reporter  

ArcenDebugLog.txt (759,604 bytes)

crazyroosterman

Apr 30, 2015 12:34 pm

reporter  

plant man!.save (683,557 bytes)

Chris_McElligottPark

Apr 30, 2015 1:14 pm

administrator   ~0040346

Okay, so this is the minimap out of error issue again, looks like.

Right after a crash, there should be an error.log and an output.log inside your StarsBeyondReach_Data folder. Can you upload those? When you run the game again, it wipes them, just as a warning. Those are unity logs that I can't control.

Also, what can you tell me about your computer specs? A dxdiag would be useful, too, if you are on windows.

Chris_McElligottPark

Apr 30, 2015 1:39 pm

administrator   ~0040349

Okay, right -- so actually this is starting to make more sense. I'm seeing this error here:

Could not allocate memory: System out of memory!
Trying to allocate: 8388612B with 32 alignment. MemoryLabel: Texture
Allocation happend at: Line:388 in
Memory overview


[ ALLOC_TEMP_THREAD ] used: 30736B | peak: 0B | reserved: 65536B

[ ALLOC_DEFAULT ] used: 120475527B | peak: 0B | reserved: 130023424B

[ ALLOC_GFX ] used: 314590212B | peak: 0B | reserved: 320587628B

[ ALLOC_CACHEOBJECTS ] used: 44472B | peak: 0B | reserved: 8388608B

[ ALLOC_TYPETREE ] used: 0B | peak: 0B | reserved: 0B

[ ALLOC_PROFILER ] used: 72B | peak: 0B | reserved: 4194304B




And basically what that tells me is that you are physically running out of RAM to run the game. This isn't the minimap, this is it trying to load an image off disk and then failing. How much free RAM do you have right now on your machine? How much total?

Do you have a pagefile set up, or do you have that disabled? If it's disabled and you have below a certain amount of RAM, then things like this will crop up for sure.

crazyroosterman

Apr 30, 2015 2:43 pm

reporter   ~0040358

Last edited: Apr 30, 2015 3:10 pm

okay 1 will do that if I can reproduce the crash 2 will let you know when I get a chance to go back on my laptop edit the operating system is a os8 apart from that I don't know also what the hecks a dxdiag?(I have literally never heard of that)3 249 of 445 I think 4 not sure what you mean by a page file why would I need one of those? ps do you want those 2 error files uploaded as well since you did ask for me to upload those if something like that occurred again? edit for some reason the save is now working?!.......

Chris_McElligottPark

Apr 30, 2015 3:40 pm

administrator   ~0040360

The error files probably don't have anything useful in them at the moment, but next time you run into an issue it would be potentially useful.

DxDiag: http://www.matrixgames.com/forums/tm.asp?m=1597548

Pagefile on windows XP: https://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/sysdm_advancd_perform_change_vmpagefile.mspx?mfr=true

Not sure what OS you are on.

crazyroosterman

Apr 30, 2015 3:55 pm

reporter   ~0040361

thank you ill keep these in mind for the future when inevitably get enoughour crazy bug also do you have any idea why a thing like this would pop and then just disappear like it never existed at all?. (seeing as how your code savvy you'll probably have a better idea than me I don't have a clue I don't know what os im on either to be honest)

Chris_McElligottPark

Apr 30, 2015 3:59 pm

administrator   ~0040362

Your computer is running out of RAM, at least to allocate to the program, and so then it barfs. The game uses RAM for a variety of purposes (allocating textures and other graphical stuff, allocating sound and music, allocating game state data, etc), and so where it runs out is a pretty random place.

It's like using gas for your car: if you drive to 20 locations in random order, but don't have enough gas to make it to all of them, then the place you run out of gas is different each time you try.

What I need to figure out is:
1. Do you just not have enough gas? If so, what is the level of gas that the game needs?
2. Is there a way it could use less gas? How much less do I have to make it use?
3. Is there another factor that can be tuned on the computer (like the page file) to alleviate the gas problem?
4. Is there accidentally a place in your travel that costs you extra gas, and every time you pass that point you are set back a lot in your travels?

Anyway, those are the main questions.

crazyroosterman

Apr 30, 2015 5:14 pm

reporter   ~0040366

ahh I see well then it really shouldn't be a case of this laptop not having enough it runs civ 5 alright unless this is a case of the gas not being used continually when im running a game but it having slices cut out of it when I install a game.(never crashed then again civ 5 isn't in beta) so I assume its some weird thing in the page.

Chris_McElligottPark

Apr 30, 2015 9:53 pm

administrator   ~0040376

It's hard to say, honestly. Civ 5 is probably capable of using less RAM by downsampling your textures and other tricks like that. We can't really do the same. Depending on your GPU, it may also be causing for non-pow2 textures to get shifted into pow2 textures, thus wasting a ton of RAM in that process. That shouldn't be the case unless your laptop is something like 11 years old, but it still jumps to mind.

Anyway, that's what's happening, but we need to figure out why.

ptarth

Apr 30, 2015 9:57 pm

reporter   ~0040378

With my XP laptop I had the black cannae load a building image back in the early .80xs once. Restarting and closing other things fixed it.

Chris_McElligottPark

Apr 30, 2015 10:06 pm

administrator   ~0040379

How much ram on that laptop?

I am hoping that I can get the RAM usage substantially lowered via some upcoming dictionary shifts I'm going to be making. Right now the game needs about 2.4GB of actual ram dedicated to itself, though. So unless you have 3GB of ram or more, you'll be hitting the pagefile, and may have other issues.

That's one of the things I'm going to spend Sunday looking at, because in my view this is a pretty key thing to get figured out sooner than later either way. At least a gig of that is textures in ram, I believe.

ptarth

Apr 30, 2015 10:10 pm

reporter   ~0040381

It's XP, so 3gig, 3gig swap file. Blazing fast 256Meg graphics card.

Chris_McElligottPark

Apr 30, 2015 10:19 pm

administrator   ~0040382

I'm betting that 0.810, which is now out, will fix this.

* Put in proper texture compression on loading, cutting the game's RAM usage by well over 1GB once you've been playing for a little while in particular. This does make image loading take slightly longer, but the difference is marginal and you may actually get a better framerate out of it as well.


Thanks!

crazyroosterman

May 1, 2015 4:00 am

reporter  

DxDiag.txt (67,512 bytes)   
------------------
System Information
------------------
Time of this report: 5/1/2015, 08:55:52
       Machine name: CHRISKLAPTOP
   Operating System: Windows 8.1 64-bit (6.3, Build 9600) (9600.winblue_r9.150322-1500)
           Language: English (Regional Setting: English)
System Manufacturer: Packard Bell
       System Model: EasyNote TE11HC
               BIOS: V2.02
          Processor: Intel(R) Celeron(R) CPU B830 @ 1.80GHz (2 CPUs), ~1.8GHz
             Memory: 6144MB RAM
Available OS Memory: 5958MB RAM
          Page File: 2028MB used, 4440MB 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.03.9600.16384 64bit Unicode

------------
DxDiag Notes
------------
      Display Tab 1: No problems found.
        Sound Tab 1: 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: Intel(R) HD Graphics
       Manufacturer: Intel Corporation
          Chip type: Intel(R) HD Graphics Family
           DAC type: Internal
        Device Type: Full Device
         Device Key: Enum\PCI\VEN_8086&DEV_0106&SUBSYS_06491025&REV_09
     Display Memory: 1760 MB
   Dedicated Memory: 128 MB
      Shared Memory: 1632 MB
       Current Mode: 1366 x 768 (32 bit) (60Hz)
       Monitor Name: Generic PnP Monitor
      Monitor Model: unknown
         Monitor Id: LGD02DC
        Native Mode: 1366 x 768(p) (59.996Hz)
        Output Type: Internal
        Driver Name: igdumd64.dll,igd10umd64.dll,igd10umd64.dll,igdumd32,igd10umd32,igd10umd32
Driver File Version: 9.17.0010.3347 (English)
     Driver Version: 9.17.10.3347
        DDI Version: 10.1
     Feature Levels: 10.1,10.0,9.3,9.2,9.1
       Driver Model: WDDM 1.2
Graphics Preemption: DMA
 Compute Preemption: DMA
           Miracast: Not Supported by Graphics driver
Hybrid Graphics GPU: Not Applicable
     Power P-states: Not Applicable
  Driver Attributes: Final Retail
   Driver Date/Size: 1/30/2014 00:02:36, 12617216 bytes
        WHQL Logo'd: Yes
    WHQL Date Stamp: 
  Device Identifier: {D7B78E66-4246-11CF-867E-4326B7C2C435}
          Vendor ID: 0x8086
          Device ID: 0x0106
          SubSys ID: 0x06491025
        Revision ID: 0x0009
 Driver Strong Name: oem15.inf:5f63e534c4a533dd:iSNBM0:9.17.10.3347:pci\ven_8086&dev_0106
     Rank Of Driver: 00DE2001
        Video Accel: ModeMPEG2_A ModeMPEG2_C ModeWMV9_C ModeVC1_C 
        DXVA2 Modes: DXVA2_ModeMPEG2_VLD  DXVA2_ModeMPEG2_IDCT  DXVA2_ModeWMV9_IDCT  DXVA2_ModeVC1_IDCT  DXVA2_ModeH264_VLD_NoFGT  
   Deinterlace Caps: {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering 
                     {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch 
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend 
                     {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering 
                     {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch 
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend 
                     {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering 
                     {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch 
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend 
                     {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering 
                     {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch 
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend 
                     {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering 
                     {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch 
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend 
                     {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering 
                     {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch 
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend 
                     {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering 
                     {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch 
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend 
                     {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering 
                     {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch 
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend 
       D3D9 Overlay: Supported
            DXVA-HD: Supported
       DDraw Status: Enabled
         D3D Status: Enabled
         AGP Status: Enabled

-------------
Sound Devices
-------------
            Description: Speakers (Realtek High Definition Audio)
 Default Sound Playback: Yes
 Default Voice Playback: Yes
            Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0269&SUBSYS_10250649&REV_1001
        Manufacturer ID: 1
             Product ID: 100
                   Type: WDM
            Driver Name: RTKVHD64.sys
         Driver Version: 6.00.0001.6657 (English)
      Driver Attributes: Final Retail
            WHQL Logo'd: Yes
          Date and Size: 6/12/2012 11:10:44, 4060560 bytes
            Other Files: 
        Driver Provider: Realtek Semiconductor Corp.
         HW Accel Level: Basic
              Cap Flags: 0xF1F
    Min/Max Sample Rate: 100, 200000
Static/Strm HW Mix Bufs: 1, 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: Microphone (Realtek High Definition Audio)
  Default Sound Capture: Yes
  Default Voice Capture: Yes
            Driver Name: RTKVHD64.sys
         Driver Version: 6.00.0001.6657 (English)
      Driver Attributes: Final Retail
          Date and Size: 6/12/2012 11:10:44, 4060560 bytes
              Cap Flags: 0x1
           Format Flags: 0xFFFFF

---------------------
Video Capture Devices
Number of Devices: 1
---------------------
           FriendlyName: HD WebCam
               Location: Front
           SymbolicLink: \\?\usb#vid_04f2&pid_b337&mi_00#7&92d8d0f&0&0000#{e5323777-f976-4f5b-9b55-b94699c46e44}\global
           Manufacturer: Microsoft
             HardwareID: USB\VID_04F2&PID_B337&REV_1307&MI_00,USB\VID_04F2&PID_B337&MI_00
             DriverDesc: USB Video Device
         DriverProvider: Microsoft
          DriverVersion: 6.3.9600.16384
      DriverDateEnglish: 6/21/2006 00:00:00
    DriverDateLocalized: 21/06/2006 00:00:00
                Service: usbvideo
                  Class: Image
          DevNodeStatus: 180200A[DN_DRIVER_LOADED|DN_STARTED|DN_DISABLEABLE|DN_NT_ENUMERATOR|DN_NT_DRIVER]
            ContainerId: {00000000-0000-0000-FFFF-FFFFFFFFFFFF}
            ProblemCode: No Problem
  BusReportedDeviceDesc: HD WebCam
                 Parent: USB\VID_04F2&PID_B337\6&16099ea7&0&3
      DriverProblemDesc: n/a
           UpperFilters: n/a
           LowerFilters: n/a
                  Stack: \Driver\ksthunk,\Driver\usbvideo,\Driver\ACPI,\Driver\usbccgp
      ContainerCategory: Imaging

-------------------
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: Radio Controller
         Attached: 1
    Controller ID: 0x0
Vendor/Product ID: 0x1025, 0x0759
        FF Driver: n/a

      Device Name: Radio Controller
         Attached: 1
    Controller ID: 0x0
Vendor/Product ID: 0x1025, 0x0759
        FF Driver: n/a

      Device Name: Radio Controller
         Attached: 1
    Controller ID: 0x0
Vendor/Product ID: 0x1025, 0x0759
        FF Driver: n/a

      Device Name: Radio Controller
         Attached: 1
    Controller ID: 0x0
Vendor/Product ID: 0x1025, 0x0759
        FF Driver: n/a

      Device Name: Radio Controller
         Attached: 1
    Controller ID: 0x0
Vendor/Product ID: 0x1025, 0x0759
        FF Driver: n/a

      Device Name: Radio Controller
         Attached: 1
    Controller ID: 0x0
Vendor/Product ID: 0x1025, 0x0759
        FF Driver: n/a

Poll w/ Interrupt: No

-----------
USB Devices
-----------
+ USB Root Hub
| Vendor/Product ID: 0x8086, 0x1E26
| Matching Device ID: USB\ROOT_HUB20
| Service: usbhub
| Driver: usbhub.sys, 9/24/2014 17:38:56, 419648 bytes
| Driver: usbd.sys, 9/24/2014 17:38:56, 27480 bytes
| 
+-+ Generic USB Hub
| | Vendor/Product ID: 0x8087, 0x0024
| | Location: Port_#0001.Hub_#0002
| | Matching Device ID: USB\Class_09
| | Service: usbhub
| | Driver: usbhub.sys, 9/24/2014 17:38:56, 419648 bytes
| | Driver: usbd.sys, 9/24/2014 17:38:56, 27480 bytes
| | 
| +-+ USB Input Device
| | | Vendor/Product ID: 0x413C, 0x3010
| | | Location: Port_#0002.Hub_#0004
| | | Matching Device ID: USB\Class_03&SubClass_01
| | | Service: HidUsb
| | | Driver: hidusb.sys, 9/24/2014 17:56:06, 33280 bytes
| | | Driver: hidclass.sys, 9/24/2014 17:56:06, 111616 bytes
| | | Driver: hidparse.sys, 8/22/2013 12:40:26, 32512 bytes
| | | 
| | +-+ HID-compliant mouse
| | | | Vendor/Product ID: 0x413C, 0x3010
| | | | Matching Device ID: HID_DEVICE_SYSTEM_MOUSE
| | | | Service: mouhid
| | | | Driver: mouhid.sys, 8/22/2013 12:39:13, 30208 bytes
| | | | Driver: mouclass.sys, 8/22/2013 13:43:45, 51040 bytes

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

------------
PS/2 Devices
------------
+ HID Keyboard Device
| Matching Device ID: HID_DEVICE_SYSTEM_KEYBOARD
| Service: kbdhid
| Driver: kbdhid.sys, 8/22/2013 12:39:13, 32256 bytes
| Driver: kbdclass.sys, 8/22/2013 13:43:45, 58208 bytes
| 
+ HID Keyboard Device
| Matching Device ID: HID_DEVICE_SYSTEM_KEYBOARD
| Service: kbdhid
| Driver: kbdhid.sys, 8/22/2013 12:39:13, 32256 bytes
| Driver: kbdclass.sys, 8/22/2013 13:43:45, 58208 bytes
| 
+ ELAN PS/2 Port Smart-Pad
| Matching Device ID: *etd0500
| Upper Filters: ETD
| Service: i8042prt
| Driver: ETD.sys, 8/10/2012 09:39:56, 315280 bytes
| Driver: ETDCtrl.exe, 8/10/2012 09:39:54, 2864016 bytes
| Driver: ETDApix.dll, 8/10/2012 09:39:58, 2302864 bytes
| Driver: ETDCmds.dll, 8/10/2012 09:39:58, 2383248 bytes
| Driver: ETDMag.exe, 8/10/2012 09:39:54, 87440 bytes
| Driver: ETDUninst.dll, 8/10/2012 09:40:00, 2213776 bytes
| Driver: ETDUn_inst.exe, 8/10/2012 09:39:56, 2441104 bytes
| Driver: ETDMcpl.dll, 8/10/2012 09:40:00, 7906704 bytes
| Driver: ETDApi.dll, 8/10/2012 09:39:58, 2242960 bytes
| Driver: ETDFavorite.dll, 8/10/2012 09:40:00, 2277776 bytes
| Driver: ETDDeviceInformation.exe, 8/10/2012 09:39:54, 2382224 bytes
| Driver: ETDCtrlHelper.exe, 8/10/2012 09:39:54, 2249104 bytes
| Driver: ETD_DLL.dll, 8/10/2012 09:40:00, 2233232 bytes
| Driver: ElanTouchpadRejectionSetter_X64.exe, 8/10/2012 09:39:52, 2270096 bytes
| Driver: ETDApi32.dll, 8/10/2012 09:39:58, 1645456 bytes
| Driver: ETDAniConf.exe, 8/10/2012 09:39:52, 8065936 bytes
| Driver: Button_ClickPad.avi, 8/17/2011 03:45:34, 551936 bytes
| Driver: Button_SmartPad.avi, 8/17/2011 03:45:34, 491008 bytes
| Driver: CursorMove_Inertia.avi, 8/17/2011 03:45:36, 540160 bytes
| Driver: DnD01.avi, 8/17/2011 03:45:36, 664064 bytes
| Driver: DnD02.avi, 8/17/2011 03:45:38, 782336 bytes
| Driver: DnD03.avi, 8/17/2011 03:45:40, 716084 bytes
| Driver: Edge_Auto.avi, 8/17/2011 03:45:46, 4110848 bytes
| Driver: Edge_Circular.avi, 8/17/2011 03:45:56, 7567494 bytes
| Driver: Edge_Inertial.avi, 8/17/2011 03:45:58, 2022832 bytes
| Driver: Edge_Scroll.avi, 8/17/2011 03:46:04, 3274752 bytes
| Driver: Edge_Scroll_Once.avi, 7/25/2011 03:16:34, 1463808 bytes
| Driver: Fastkeys.avi, 8/17/2011 03:46:12, 1247242 bytes
| Driver: Rotation_Twist.avi, 8/17/2011 03:46:14, 904192 bytes
| Driver: Scroll_Auto.avi, 8/17/2011 03:46:20, 3888640 bytes
| Driver: Scroll_Inertial.avi, 8/17/2011 03:46:24, 2144978 bytes
| Driver: Scroll_No_FreeScroll.avi, 8/17/2011 03:46:30, 2045440 bytes
| Driver: Scroll_Only_V.avi, 8/17/2011 03:46:34, 1745408 bytes
| Driver: Swipe_2F_LR_PageUpDown.avi, 8/17/2011 03:46:36, 1481216 bytes
| Driver: Swipe_3F_Down_SwitchWnd.avi, 8/17/2011 03:46:38, 786944 bytes
| Driver: Swipe_3F_LR_PageupDown.avi, 8/17/2011 03:46:42, 1615872 bytes
| Driver: Swipe_3F_Up_Computer.avi, 8/17/2011 03:46:42, 461312 bytes
| Driver: Swipe_3F_UpDown_SlideShow.avi, 8/17/2011 03:46:48, 2252800 bytes
| Driver: Swipe_4F_Down_Desktop.avi, 8/17/2011 03:46:48, 608768 bytes
| Driver: Swipe_4F_Down_SwitchWnd.avi, 8/17/2011 03:46:54, 2254848 bytes
| Driver: Swipe_4F_Up_Desktop.avi, 8/17/2011 03:46:56, 604126 bytes
| Driver: Tapping_1F.avi, 8/17/2011 03:46:56, 354816 bytes
| Driver: Tapping_2F_Middle_Button.avi, 8/17/2011 03:46:58, 990904 bytes
| Driver: Tapping_2F_Popup.avi, 8/17/2011 03:47:00, 763392 bytes
| Driver: Zooming.avi, 8/17/2011 03:47:02, 1783296 bytes
| Driver: Switch_Window_3D_Asus_Way.avi, 8/26/2011 11:46:00, 2676224 bytes
| Driver: ReturnDesktop_3F_down.avi, 8/24/2011 09:59:48, 612352 bytes
| Driver: Scroll_2F_Continuous_V.avi, 8/23/2011 11:07:26, 4008448 bytes
| Driver: Scroll_2F_Continuous_H.avi, 8/23/2011 11:07:16, 4040704 bytes
| Driver: Rotation_Circular.avi, 11/4/2011 02:20:02, 1058304 bytes
| Driver: Press_3F.avi, 10/5/2011 06:05:00, 472576 bytes
| Driver: Continuous_EdgeScroll_H.avi, 8/24/2011 07:06:36, 4037120 bytes
| Driver: Continuous_EdgeScroll_V.avi, 8/24/2011 07:06:24, 3780096 bytes
| Driver: Continuous_EdgeScroll_V_2F.avi, 8/23/2011 11:07:26, 4008448 bytes
| Driver: Continuous_EdgeScroll_H_2F.avi, 8/23/2011 11:07:16, 4040704 bytes
| Driver: Scroll_Reverse_V.avi, 8/6/2012 13:10:48, 968192 bytes
| Driver: Scroll_Reverse_H.avi, 8/6/2012 13:10:42, 864768 bytes
| Driver: i8042prt.sys, 8/22/2013 12:39:15, 107520 bytes
| Driver: mouclass.sys, 8/22/2013 13:43:45, 51040 bytes

------------------------
Disk & DVD/CD-ROM Drives
------------------------
      Drive: C:
 Free Space: 246.5 GB
Total Space: 456.5 GB
File System: NTFS
      Model: Hitachi HTS545050A7E380

      Drive: D:
      Model: PIONEER DVD-RW DVRTD11RS
     Driver: c:\windows\system32\drivers\cdrom.sys, 6.03.9600.16384 (English), 8/22/2013 09:46:35, 164352 bytes

--------------
System Devices
--------------
     Name: Intel(R) 7 Series/C216 Chipset Family USB Enhanced Host Controller - 1E26
Device ID: PCI\VEN_8086&DEV_1E26&SUBSYS_06491025&REV_04\3&11583659&0&E8
   Driver: C:\WINDOWS\system32\drivers\usbehci.sys, 6.03.9600.17195 (English), 9/24/2014 17:38:56, 89944 bytes
   Driver: C:\WINDOWS\system32\drivers\usbport.sys, 6.03.9600.17195 (English), 9/24/2014 17:38:56, 440664 bytes
   Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 6.03.9600.17238 (English), 9/24/2014 17:38:56, 419648 bytes

     Name: Broadcom Memory Stick
Device ID: PCI\VEN_14E4&DEV_16BE&SUBSYS_06471025&REV_10\4&B3293E0&0&02E0
   Driver: C:\WINDOWS\system32\DRIVERS\bScsiMSa.sys, 1.00.0004.0000 (English), 6/18/2012 16:20:52, 55384 bytes

     Name: Intel(R) 7 Series/C216 Chipset Family USB Enhanced Host Controller - 1E2D
Device ID: PCI\VEN_8086&DEV_1E2D&SUBSYS_06491025&REV_04\3&11583659&0&D0
   Driver: C:\WINDOWS\system32\drivers\usbehci.sys, 6.03.9600.17195 (English), 9/24/2014 17:38:56, 89944 bytes
   Driver: C:\WINDOWS\system32\drivers\usbport.sys, 6.03.9600.17195 (English), 9/24/2014 17:38:56, 440664 bytes
   Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 6.03.9600.17238 (English), 9/24/2014 17:38:56, 419648 bytes

     Name: Intel(R) HD Graphics
Device ID: PCI\VEN_8086&DEV_0106&SUBSYS_06491025&REV_09\3&11583659&0&10
   Driver: C:\WINDOWS\system32\DRIVERS\igdkmd64.sys, 9.17.0010.3347 (English), 1/30/2014 00:02:28, 5363200 bytes
   Driver: C:\WINDOWS\system32\igdumd64.dll, 9.17.0010.3347 (English), 1/30/2014 00:02:36, 12617216 bytes
   Driver: C:\WINDOWS\system32\igd10umd64.dll, 9.17.0010.3347 (English), 1/30/2014 00:02:22, 12859392 bytes
   Driver: C:\WINDOWS\system32\igfxcmrt64.dll, 2.04.0000.1020 (English), 1/30/2014 00:02:38, 1040384 bytes
   Driver: C:\WINDOWS\system32\igfx11cmrt64.dll, 2.04.0000.1020 (English), 1/30/2014 00:02:36, 575488 bytes
   Driver: C:\WINDOWS\system32\igfxcmjit64.dll, 2.04.0000.1020 (English), 1/30/2014 00:02:36, 3511296 bytes
   Driver: C:\WINDOWS\system32\IccLibDll_x64.dll, 1/30/2014 00:02:14, 94208 bytes
   Driver: C:\WINDOWS\system32\igcodeckrng600.bin, 1/30/2014 00:02:20, 963452 bytes
   Driver: C:\WINDOWS\system32\igvpkrng600.bin, 1/30/2014 00:02:42, 272928 bytes
   Driver: C:\WINDOWS\SysWow64\igcodeckrng600.bin, 1/30/2014 00:02:20, 963452 bytes
   Driver: C:\WINDOWS\SysWow64\igvpkrng600.bin, 1/30/2014 00:02:42, 272928 bytes
   Driver: C:\WINDOWS\system32\igdde64.dll, 1/30/2014 00:02:22, 98304 bytes
   Driver: C:\WINDOWS\SysWow64\igdde32.dll, 1/30/2014 00:02:22, 77312 bytes
   Driver: C:\WINDOWS\system32\iglhxs64.vp, 1/30/2014 00:02:42, 17058 bytes
   Driver: C:\WINDOWS\system32\iglhxo64.vp, 1/30/2014 00:02:42, 59425 bytes
   Driver: C:\WINDOWS\system32\iglhxc64.vp, 1/30/2014 00:02:42, 59230 bytes
   Driver: C:\WINDOWS\system32\iglhxg64.vp, 1/30/2014 00:02:42, 59398 bytes
   Driver: C:\WINDOWS\system32\iglhxo64_dev.vp, 1/30/2014 00:02:42, 58109 bytes
   Driver: C:\WINDOWS\system32\iglhxc64_dev.vp, 1/30/2014 00:02:42, 59104 bytes
   Driver: C:\WINDOWS\system32\iglhxg64_dev.vp, 1/30/2014 00:02:42, 58796 bytes
   Driver: C:\WINDOWS\system32\iglhxa64.vp, 1/30/2014 00:02:42, 1074 bytes
   Driver: C:\WINDOWS\system32\iglhxa64.cpa, 1/30/2014 00:02:42, 1981696 bytes
   Driver: C:\WINDOWS\system32\iglhcp64.dll, 3.00.0001.0016 (English), 1/30/2014 00:02:42, 216064 bytes
   Driver: C:\WINDOWS\system32\iglhsip64.dll, 3.00.0000.0012 (English), 1/30/2014 00:02:42, 524800 bytes
   Driver: C:\WINDOWS\SysWow64\igdumd32.dll, 9.17.0010.3347 (English), 1/30/2014 00:02:34, 11049472 bytes
   Driver: C:\WINDOWS\SysWow64\igfxdv32.dll, 8.15.0010.3347 (English), 1/30/2014 00:02:38, 330752 bytes
   Driver: C:\WINDOWS\SysWow64\igd10umd32.dll, 9.17.0010.3347 (English), 1/30/2014 00:02:20, 11176448 bytes
   Driver: C:\WINDOWS\SysWow64\iglhcp32.dll, 3.00.0001.0015 (English), 1/30/2014 00:02:42, 180224 bytes
   Driver: C:\WINDOWS\SysWow64\iglhsip32.dll, 3.00.0000.0012 (English), 1/30/2014 00:02:42, 519680 bytes
   Driver: C:\WINDOWS\SysWow64\IntelCpHeciSvc.exe, 9.00.0000.1340 (English), 1/30/2014 00:02:44, 279000 bytes
   Driver: C:\WINDOWS\SysWow64\igfxcmrt32.dll, 2.04.0000.1020 (English), 1/30/2014 00:02:38, 931840 bytes
   Driver: C:\WINDOWS\SysWow64\igfx11cmrt32.dll, 2.04.0000.1020 (English), 1/30/2014 00:02:36, 542720 bytes
   Driver: C:\WINDOWS\SysWow64\igfxcmjit32.dll, 2.04.0000.1020 (English), 1/30/2014 00:02:36, 3121152 bytes
   Driver: C:\WINDOWS\system32\difx64.exe, 1.04.0002.0000 (English), 1/30/2014 00:02:12, 185816 bytes
   Driver: C:\WINDOWS\system32\hccutils.dll, 8.15.0010.3347 (English), 1/30/2014 00:02:14, 110592 bytes
   Driver: C:\WINDOWS\system32\igfxsrvc.dll, 8.15.0010.3347 (English), 1/30/2014 00:02:42, 64000 bytes
   Driver: C:\WINDOWS\system32\igfxsrvc.exe, 8.15.0010.3347 (English), 1/30/2014 00:02:42, 515544 bytes
   Driver: C:\WINDOWS\system32\igfxpph.dll, 8.15.0010.3347 (English), 1/30/2014 00:02:38, 384512 bytes
   Driver: C:\WINDOWS\system32\igfxcpl.cpl, 8.15.0010.3347 (English), 1/30/2014 00:02:38, 126976 bytes
   Driver: C:\WINDOWS\system32\igfxdev.dll, 8.15.0010.3347 (English), 1/30/2014 00:02:38, 442880 bytes
   Driver: C:\WINDOWS\system32\igfxdo.dll, 8.15.0010.3347 (English), 1/30/2014 00:02:38, 142336 bytes
   Driver: C:\WINDOWS\system32\igfxtray.exe, 8.15.0010.3347 (English), 1/30/2014 00:02:42, 171992 bytes
   Driver: C:\WINDOWS\system32\hkcmd.exe, 8.15.0010.3347 (English), 1/30/2014 00:02:14, 399832 bytes
   Driver: C:\WINDOWS\system32\igfxress.dll, 8.15.0010.3347 (English), 1/30/2014 00:02:40, 9007616 bytes
   Driver: C:\WINDOWS\system32\igfxpers.exe, 8.15.0010.3347 (English), 1/30/2014 00:02:38, 442328 bytes
   Driver: C:\WINDOWS\system32\igfxTMM.dll, 8.15.0010.3347 (English), 1/30/2014 00:02:42, 410624 bytes
   Driver: C:\WINDOWS\system32\gfxSrvc.dll, 8.15.0010.3347 (English), 1/30/2014 00:02:14, 175104 bytes
   Driver: C:\WINDOWS\system32\GfxUI.exe, 8.15.0010.3347 (English), 1/30/2014 00:02:14, 5904856 bytes
   Driver: C:\WINDOWS\system32\GfxUI.exe.config, 1/30/2014 00:02:14, 268 bytes
   Driver: C:\WINDOWS\system32\IGFXDEVLib.dll, 1.00.0000.0000 (Invariant Language), 1/30/2014 00:02:38, 9728 bytes
   Driver: C:\WINDOWS\system32\igfxext.exe, 8.15.0010.3347 (English), 1/30/2014 00:02:38, 254936 bytes
   Driver: C:\WINDOWS\system32\igfxexps.dll, 8.15.0010.3347 (English), 1/30/2014 00:02:38, 28672 bytes
   Driver: C:\WINDOWS\SysWow64\igfxexps32.dll, 8.15.0010.3347 (English), 1/30/2014 00:02:38, 25088 bytes
   Driver: C:\WINDOWS\system32\igfxrara.lrc, 8.15.0010.3347 (English), 1/30/2014 00:02:38, 435712 bytes
   Driver: C:\WINDOWS\system32\igfxrchs.lrc, 8.15.0010.3347 (English), 1/30/2014 00:02:38, 428544 bytes
   Driver: C:\WINDOWS\system32\igfxrcht.lrc, 8.15.0010.3347 (English), 1/30/2014 00:02:38, 429056 bytes
   Driver: C:\WINDOWS\system32\igfxrdan.lrc, 8.15.0010.3347 (English), 1/30/2014 00:02:38, 437248 bytes
   Driver: C:\WINDOWS\system32\igfxrdeu.lrc, 8.15.0010.3347 (English), 1/30/2014 00:02:38, 438784 bytes
   Driver: C:\WINDOWS\system32\igfxrenu.lrc, 8.15.0010.3347 (English), 1/30/2014 00:02:38, 286208 bytes
   Driver: C:\WINDOWS\system32\igfxresn.lrc, 8.15.0010.3347 (English), 1/30/2014 00:02:40, 439808 bytes
   Driver: C:\WINDOWS\system32\igfxrfin.lrc, 8.15.0010.3347 (English), 1/30/2014 00:02:40, 438272 bytes
   Driver: C:\WINDOWS\system32\igfxrfra.lrc, 8.15.0010.3347 (English), 1/30/2014 00:02:40, 439808 bytes
   Driver: C:\WINDOWS\system32\igfxrheb.lrc, 8.15.0010.3347 (English), 1/30/2014 00:02:40, 435712 bytes
   Driver: C:\WINDOWS\system32\igfxrhrv.lrc, 8.15.0010.3347 (English), 1/30/2014 00:02:40, 438784 bytes
   Driver: C:\WINDOWS\system32\igfxrita.lrc, 8.15.0010.3347 (English), 1/30/2014 00:02:40, 438784 bytes
   Driver: C:\WINDOWS\system32\igfxrjpn.lrc, 8.15.0010.3347 (English), 1/30/2014 00:02:40, 432128 bytes
   Driver: C:\WINDOWS\system32\igfxrkor.lrc, 8.15.0010.3347 (English), 1/30/2014 00:02:40, 431104 bytes
   Driver: C:\WINDOWS\system32\igfxrnld.lrc, 8.15.0010.3347 (English), 1/30/2014 00:02:40, 438784 bytes
   Driver: C:\WINDOWS\system32\igfxrnor.lrc, 8.15.0010.3347 (English), 1/30/2014 00:02:40, 437760 bytes
   Driver: C:\WINDOWS\system32\igfxrplk.lrc, 8.15.0010.3347 (English), 1/30/2014 00:02:40, 438784 bytes
   Driver: C:\WINDOWS\system32\igfxrptb.lrc, 8.15.0010.3347 (English), 1/30/2014 00:02:40, 437760 bytes
   Driver: C:\WINDOWS\system32\igfxrptg.lrc, 8.15.0010.3347 (English), 1/30/2014 00:02:40, 438784 bytes
   Driver: C:\WINDOWS\system32\igfxrrom.lrc, 8.15.0010.3347 (English), 1/30/2014 00:02:40, 439296 bytes
   Driver: C:\WINDOWS\system32\igfxrrus.lrc, 8.15.0010.3347 (English), 1/30/2014 00:02:42, 439296 bytes
   Driver: C:\WINDOWS\system32\igfxrsky.lrc, 8.15.0010.3347 (English), 1/30/2014 00:02:42, 438784 bytes
   Driver: C:\WINDOWS\system32\igfxrslv.lrc, 8.15.0010.3347 (English), 1/30/2014 00:02:42, 437760 bytes
   Driver: C:\WINDOWS\system32\igfxrsve.lrc, 8.15.0010.3347 (English), 1/30/2014 00:02:42, 437760 bytes
   Driver: C:\WINDOWS\system32\igfxrtha.lrc, 8.15.0010.3347 (English), 1/30/2014 00:02:42, 437248 bytes
   Driver: C:\WINDOWS\system32\igfxrcsy.lrc, 8.15.0010.3347 (English), 1/30/2014 00:02:38, 438272 bytes
   Driver: C:\WINDOWS\system32\igfxrell.lrc, 8.15.0010.3347 (English), 1/30/2014 00:02:38, 440320 bytes
   Driver: C:\WINDOWS\system32\igfxrhun.lrc, 8.15.0010.3347 (English), 1/30/2014 00:02:40, 438272 bytes
   Driver: C:\WINDOWS\system32\igfxrtrk.lrc, 8.15.0010.3347 (English), 1/30/2014 00:02:42, 437760 bytes
   Driver: C:\WINDOWS\system32\Gfxres.ar-SA.resources, 1/30/2014 00:02:12, 166170 bytes
   Driver: C:\WINDOWS\system32\Gfxres.cs-CZ.resources, 1/30/2014 00:02:12, 142289 bytes
   Driver: C:\WINDOWS\system32\Gfxres.da-DK.resources, 1/30/2014 00:02:12, 137141 bytes
   Driver: C:\WINDOWS\system32\Gfxres.de-DE.resources, 1/30/2014 00:02:12, 147393 bytes
   Driver: C:\WINDOWS\system32\Gfxres.el-GR.resources, 1/30/2014 00:02:12, 210106 bytes
   Driver: C:\WINDOWS\system32\Gfxres.es-ES.resources, 1/30/2014 00:02:12, 147288 bytes
   Driver: C:\WINDOWS\system32\Gfxres.en-US.resources, 1/30/2014 00:02:12, 132623 bytes
   Driver: C:\WINDOWS\system32\Gfxres.fi-FI.resources, 1/30/2014 00:02:12, 142008 bytes
   Driver: C:\WINDOWS\system32\Gfxres.fr-FR.resources, 1/30/2014 00:02:12, 145491 bytes
   Driver: C:\WINDOWS\system32\Gfxres.he-IL.resources, 1/30/2014 00:02:12, 159008 bytes
   Driver: C:\WINDOWS\system32\Gfxres.hr-HR.resources, 1/30/2014 00:02:12, 141049 bytes
   Driver: C:\WINDOWS\system32\Gfxres.hu-HU.resources, 1/30/2014 00:02:12, 143932 bytes
   Driver: C:\WINDOWS\system32\Gfxres.it-IT.resources, 1/30/2014 00:02:12, 149682 bytes
   Driver: C:\WINDOWS\system32\Gfxres.ja-JP.resources, 1/30/2014 00:02:12, 163421 bytes
   Driver: C:\WINDOWS\system32\Gfxres.ko-KR.resources, 1/30/2014 00:02:12, 148042 bytes
   Driver: C:\WINDOWS\system32\Gfxres.nb-NO.resources, 1/30/2014 00:02:12, 137784 bytes
   Driver: C:\WINDOWS\system32\Gfxres.nl-NL.resources, 1/30/2014 00:02:12, 144020 bytes
   Driver: C:\WINDOWS\system32\Gfxres.pl-PL.resources, 1/30/2014 00:02:12, 142717 bytes
   Driver: C:\WINDOWS\system32\Gfxres.pt-BR.resources, 1/30/2014 00:02:12, 144260 bytes
   Driver: C:\WINDOWS\system32\Gfxres.pt-PT.resources, 1/30/2014 00:02:12, 142877 bytes
   Driver: C:\WINDOWS\system32\Gfxres.ro-RO.resources, 1/30/2014 00:02:12, 146004 bytes
   Driver: C:\WINDOWS\system32\Gfxres.ru-RU.resources, 1/30/2014 00:02:12, 194245 bytes
   Driver: C:\WINDOWS\system32\Gfxres.sk-SK.resources, 1/30/2014 00:02:12, 141838 bytes
   Driver: C:\WINDOWS\system32\Gfxres.sl-SI.resources, 1/30/2014 00:02:12, 137889 bytes
   Driver: C:\WINDOWS\system32\Gfxres.sv-SE.resources, 1/30/2014 00:02:12, 142882 bytes
   Driver: C:\WINDOWS\system32\Gfxres.th-TH.resources, 1/30/2014 00:02:14, 223664 bytes
   Driver: C:\WINDOWS\system32\Gfxres.tr-TR.resources, 1/30/2014 00:02:14, 144645 bytes
   Driver: C:\WINDOWS\system32\Gfxres.zh-CN.resources, 1/30/2014 00:02:14, 124650 bytes
   Driver: C:\WINDOWS\system32\Gfxres.zh-TW.resources, 1/30/2014 00:02:14, 126300 bytes
   Driver: C:\WINDOWS\system32\ig4icd64.dll, 9.17.0010.3347 (English), 1/30/2014 00:02:16, 13031424 bytes
   Driver: C:\WINDOWS\SysWow64\ig4icd32.dll, 9.17.0010.3347 (English), 1/30/2014 00:02:16, 10812928 bytes
   Driver: C:\WINDOWS\system32\igfxCoIn_v3347.dll, 1.02.0030.0000 (English), 1/30/2014 00:02:42, 116224 bytes

     Name: Intel(R) HM70 Express Chipset LPC Controller - 1E5E
Device ID: PCI\VEN_8086&DEV_1E5E&SUBSYS_06491025&REV_04\3&11583659&0&F8
   Driver: C:\WINDOWS\system32\DRIVERS\msisadrv.sys, 6.03.9600.16384 (English), 8/22/2013 13:43:49, 17248 bytes

     Name: Intel(R) 7 Series/C216 Chipset Family PCI Express Root Port 2 - 1E12
Device ID: PCI\VEN_8086&DEV_1E12&SUBSYS_06491025&REV_C4\3&11583659&0&E1
   Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 6.03.9600.17238 (English), 9/24/2014 17:38:56, 280384 bytes

     Name: Broadcom 802.11n Network Adapter
Device ID: PCI\VEN_14E4&DEV_4727&SUBSYS_E042105B&REV_01\4&3265ADAB&0&00E1
   Driver: C:\WINDOWS\system32\DRIVERS\BCMWL63a.SYS, 6.30.0223.0102 (English), 7/1/2013 17:50:06, 8536752 bytes
   Driver: C:\WINDOWS\system32\drivers\vwifibus.sys, 6.03.9600.16384 (English), 8/22/2013 12:39:00, 24576 bytes

     Name: 2nd Generation Intel(R) Core(TM) Processor Family DRAM Controller - 0104
Device ID: PCI\VEN_8086&DEV_0104&SUBSYS_06491025&REV_09\3&11583659&0&00
   Driver: n/a

     Name: Intel(R) 7 Series/C216 Chipset Family SMBus Host Controller - 1E22
Device ID: PCI\VEN_8086&DEV_1E22&SUBSYS_06491025&REV_04\3&11583659&0&FB
   Driver: n/a

     Name: Intel(R) 7 Series/C216 Chipset Family PCI Express Root Port 1 - 1E10
Device ID: PCI\VEN_8086&DEV_1E10&SUBSYS_06491025&REV_C4\3&11583659&0&E0
   Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 6.03.9600.17238 (English), 9/24/2014 17:38:56, 280384 bytes

     Name: Broadcom xD Picture Bus Driver
Device ID: PCI\VEN_14E4&DEV_16BF&SUBSYS_06471025&REV_10\4&B3293E0&0&03E0
   Driver: n/a

     Name: Intel(R) Management Engine Interface 
Device ID: PCI\VEN_8086&DEV_1E3A&SUBSYS_06491025&REV_04\3&11583659&0&B0
   Driver: C:\WINDOWS\system32\DRIVERS\HECIx64.sys, 8.01.0000.1263 (English), 7/2/2012 23:16:02, 62784 bytes

     Name: Broadcom NetLink (TM) Gigabit Ethernet
Device ID: PCI\VEN_14E4&DEV_16B5&SUBSYS_06471025&REV_10\4&B3293E0&0&00E0
   Driver: C:\WINDOWS\system32\DRIVERS\k57nd60a.sys, 15.06.0001.0002 (English), 6/18/2013 15:45:14, 425984 bytes

     Name: Intel(R) 7 Series Chipset Family SATA AHCI Controller
Device ID: PCI\VEN_8086&DEV_1E03&SUBSYS_06491025&REV_04\3&11583659&0&FA
   Driver: C:\WINDOWS\system32\DRIVERS\iaStorA.sys, 11.05.0000.1207 (English), 7/9/2012 13:43:12, 645952 bytes

     Name: High Definition Audio Controller
Device ID: PCI\VEN_8086&DEV_1E20&SUBSYS_06491025&REV_04\3&11583659&0&D8
   Driver: C:\WINDOWS\system32\DRIVERS\hdaudbus.sys, 6.03.9600.17238 (English), 9/24/2014 17:38:56, 76800 bytes

     Name: Broadcom SD Host Controller
Device ID: PCI\VEN_14E4&DEV_16BC&SUBSYS_06471025&REV_10\4&B3293E0&0&01E0
   Driver: C:\WINDOWS\system32\DRIVERS\bScsiSDa.sys, 1.00.0000.0240 (English), 6/19/2012 11:49:42, 70744 bytes

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

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

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

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

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

Audio Capture Sources:
Microphone (Realtek High Definition Audio),0x00200000,0,0,qcap.dll,6.06.9600.16384

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

Midi Renderers:
Default MidiOut Device,0x00800000,1,0,quartz.dll,6.06.9600.16384
Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,6.06.9600.16384

WDM Streaming Capture Devices:
Realtek HD Audio Mic input,0x00200000,1,1,ksproxy.ax,6.03.9600.16384
Realtek HD Audio Stereo input,0x00200000,1,1,ksproxy.ax,6.03.9600.16384
HD WebCam,0x00200000,1,1,ksproxy.ax,6.03.9600.16384

WDM Streaming Rendering Devices:
Realtek HD Audio output,0x00200000,1,1,ksproxy.ax,6.03.9600.16384

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

Video Capture Sources:
HD WebCam,0x00200000,1,1,ksproxy.ax,6.03.9600.16384

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

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

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

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

Audio Renderers:
Speakers (Realtek High Definition Audio),0x00200000,1,0,quartz.dll,6.06.9600.16384
Default DirectSound Device,0x00800000,1,0,quartz.dll,6.06.9600.16384
Default WaveOut Device,0x00200000,1,0,quartz.dll,6.06.9600.16384
DirectSound: Speakers (Realtek High Definition Audio),0x00200000,1,0,quartz.dll,6.06.9600.16384


----------------------------
Preferred DirectShow Filters
----------------------------

[HKEY_LOCAL_MACHINE\Software\Microsoft\DirectShow\Preferred]

<media subtype GUID>, [<filter friendly name>, ]<filter CLSID>

MEDIASUBTYPE_WMAUDIO_LOSSLESS, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
MEDIASUBTYPE_MPG4, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
WMMEDIASUBTYPE_WMSP2, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject
MEDIASUBTYPE_WVC1, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
{64687664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
MEDIASUBTYPE_h264, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
MEDIASUBTYPE_MPEG1AudioPayload, MPEG Audio Decoder, CLSID_CMpegAudioCodec
{78766964-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
MEDIASUBTYPE_WMAUDIO3, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
MEDIASUBTYPE_WMV2, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_MPEG2_AUDIO, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
{64697678-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
WMMEDIASUBTYPE_MP3, MP3 Decoder DMO, CLSID_CMP3DecMediaObject
MEDIASUBTYPE_mp42, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
MEDIASUBTYPE_MSS1, WMV Screen decoder DMO, CLSID_CMSSCDecMediaObject
MEDIASUBTYPE_WVP2, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_WMV1, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_WMVP, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_WMV3, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_WMVR, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_MJPG, MJPEG Decompressor, CLSID_MjpegDec
MEDIASUBTYPE_mp43, Mpeg43 Decoder DMO, CLSID_CMpeg43DecMediaObject
MEDIASUBTYPE_MSS2, WMV Screen decoder DMO, CLSID_CMSSCDecMediaObject
{64737664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
WMMEDIASUBTYPE_WMAudioV8, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
{44495658-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
WMMEDIASUBTYPE_WMSP1, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject
MEDIASUBTYPE_RAW_AAC1, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
{6C737664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
MEDIASUBTYPE_MP43, Mpeg43 Decoder DMO, CLSID_CMpeg43DecMediaObject
MEDIASUBTYPE_MPEG1Payload, MPEG Video Decoder, CLSID_CMpegVideoCodec
MEDIASUBTYPE_AVC1, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
{20637664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
{58564944-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
MEDIASUBTYPE_MP42, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
MEDIASUBTYPE_MPEG_ADTS_AAC, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
MEDIASUBTYPE_mpg4, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
MEDIASUBTYPE_M4S2, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
MEDIASUBTYPE_m4s2, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
MEDIASUBTYPE_MP4S, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
MEDIASUBTYPE_mp4s, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
MEDIASUBTYPE_MPEG1Packet, MPEG Video Decoder, CLSID_CMpegVideoCodec
{5634504D-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
{7634706D-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
MEDIASUBTYPE_H264, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
MEDIASUBTYPE_MPEG2_VIDEO, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
MEDIASUBTYPE_WMVA, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_MSAUDIO1, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
MEDIASUBTYPE_DVD_LPCM_AUDIO, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
MEDIASUBTYPE_MPEG_LOAS, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS


---------------------------
Media Foundation Transforms
---------------------------

[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\Transforms]

<category>:
  <transform friendly name>, <transform CLSID>, <flags>, [<merit>, ]<file name>, <file version>

Video Decoders:
  Microsoft MPEG Video Decoder MFT, {2D709E52-123F-49B5-9CBC-9AF5CDE28FB9}, 0x1, msmpeg2vdec.dll, 12.00.9600.16476
  DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}, 0x1, mfdvdec.dll, 6.03.9600.16384
  Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT, 0x1, mp4sdecd.dll, 6.03.9600.16384
  Microsoft H264 Video Decoder MFT, CLSID_CMSH264DecoderMFT, 0x1, msmpeg2vdec.dll, 12.00.9600.16476
  WMV Screen decoder MFT, CLSID_CMSSCDecMediaObject, 0x1, wmvsdecd.dll, 6.03.9600.16384
  WMVideo Decoder MFT, CLSID_CWMVDecMediaObject, 0x1, wmvdecod.dll, 6.03.9600.17238
  MJPEG Decoder MFT, {CB17E772-E1CC-4633-8450-5617AF577905}, 0x1, mfmjpegdec.dll, 6.03.9600.16384
  Mpeg43 Decoder MFT, CLSID_CMpeg43DecMediaObject, 0x1, mp43decd.dll, 6.03.9600.16384
  Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject, 0x1, mpg4decd.dll, 6.03.9600.16384
Video Encoders:
  Intel� Quick Sync Video H.264 Encoder MFT, {4BE8D3C0-0515-4A37-AD55-E4BAE19AF471}, 0x4, 7, mfx_mft_h264ve_64.dll, 3.13.0001.0010
  H264 Encoder MFT, {6CA50344-051A-4DED-9779-A43305165E35}, 0x1, mfh264enc.dll, 6.03.9600.16384
  WMVideo8 Encoder MFT, CLSID_CWMVXEncMediaObject, 0x1, wmvxencd.dll, 6.03.9600.16384
  WMVideo9 Encoder MFT, CLSID_CWMV9EncMediaObject, 0x1, wmvencod.dll, 6.03.9600.16384
  Microsoft MPEG-2 Video Encoder MFT, {E6335F02-80B7-4DC4-ADFA-DFE7210D20D5}, 0x2, msmpeg2enc.dll, 12.00.9600.16384
Video Effects:
  Frame Rate Converter, CLSID_CFrameRateConvertDmo, 0x1, mfvdsp.dll, 6.03.9600.16384
  Resizer MFT, CLSID_CResizerDMO, 0x1, vidreszr.dll, 6.03.9600.16384
  VideoStabilization MFT, {51571744-7FE4-4FF2-A498-2DC34FF74F1B}, 0x1, MSVideoDSP.dll, 6.03.9600.17090
  Color Control, CLSID_CColorControlDmo, 0x1, mfvdsp.dll, 6.03.9600.16384
  Color Converter MFT, CLSID_CColorConvertDMO, 0x1, colorcnv.dll, 6.03.9600.16384
Video Processor:
  Microsoft Video Processor MFT, {88753B26-5B24-49BD-B2E7-0C445C78C982}, 0x1, msvproc.dll, 12.00.9600.17031
Audio Decoders:
  Microsoft Dolby Digital Plus Decoder MFT, {177C0AFE-900B-48D4-9E4C-57ADD250B3D4}, 0x1, MSAudDecMFT.dll, 6.03.9600.16384
  WMAudio Decoder MFT, CLSID_CWMADecMediaObject, 0x1, WMADMOD.DLL, 6.03.9600.16384
  Microsoft AAC Audio Decoder MFT, CLSID_CMSAACDecMFT, 0x1, MSAudDecMFT.dll, 6.03.9600.16384
  A-law Wrapper MFT, {36CB6E0C-78C1-42B2-9943-846262F31786}, 0x1, mfcore.dll, 12.00.9600.17238
  GSM ACM Wrapper MFT, {4A76B469-7B66-4DD4-BA2D-DDF244C766DC}, 0x1, mfcore.dll, 12.00.9600.17238
  WMAPro over S/PDIF MFT, CLSID_CWMAudioSpdTxDMO, 0x1, WMADMOD.DLL, 6.03.9600.16384
  Microsoft MPEG Audio Decoder MFT, {70707B39-B2CA-4015-ABEA-F8447D22D88B}, 0x1, MSAudDecMFT.dll, 6.03.9600.16384
  WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject, 0x1, WMSPDMOD.DLL, 6.03.9600.16384
  G711 Wrapper MFT, {92B66080-5E2D-449E-90C4-C41F268E5514}, 0x1, mfcore.dll, 12.00.9600.17238
  IMA ADPCM ACM Wrapper MFT, {A16E1BFF-A80D-48AD-AECD-A35C005685FE}, 0x1, mfcore.dll, 12.00.9600.17238
  MP3 Decoder MFT, CLSID_CMP3DecMediaObject, 0x1, mp3dmod.dll, 6.03.9600.16384
  ADPCM ACM Wrapper MFT, {CA34FE0A-5722-43AD-AF23-05F7650257DD}, 0x1, mfcore.dll, 12.00.9600.17238
Audio Encoders:
  MP3 Encoder ACM Wrapper MFT, {11103421-354C-4CCA-A7A3-1AFF9A5B6701}, 0x1, mfcore.dll, 12.00.9600.17238
  WM Speech Encoder DMO, CLSID_CWMSPEncMediaObject2, 0x1, WMSPDMOE.DLL, 6.03.9600.16384
  Microsoft MPEG-2 Audio Encoder MFT, {46A4DD5C-73F8-4304-94DF-308F760974F4}, 0x1, msmpeg2enc.dll, 12.00.9600.16384
  WMAudio Encoder MFT, CLSID_CWMAEncMediaObject, 0x1, WMADMOE.DLL, 6.03.9600.16384
  Microsoft AAC Audio Encoder MFT, {93AF0C51-2275-45D2-A35B-F2BA21CAED00}, 0x1, mfAACEnc.dll, 6.03.9600.16384
  Microsoft Dolby Digital Encoder MFT, {AC3315C9-F481-45D7-826C-0B406C1F64B8}, 0x1, msac3enc.dll, 6.03.9600.16384
Audio Effects:
  AEC, CLSID_CWMAudioAEC, 0x1, mfwmaaec.dll, 6.03.9600.16384
  Resampler MFT, CLSID_CResamplerMediaObject, 0x1, resampledmo.dll, 6.03.9600.16384
Multiplexers:
  Microsoft MPEG2 Multiplexer MFT, {AB300F71-01AB-46D2-AB6C-64906CB03258}, 0x2, mfmpeg2srcsnk.dll, 12.00.9600.17090
Others:
  Microsoft H264 Video Remux (MPEG2TSToMP4) MFT, {05A47EBB-8BF0-4CBF-AD2F-3B71D75866F5}, 0x1, msmpeg2vdec.dll, 12.00.9600.16476


--------------------------------------------
Media Foundation Enabled Hardware Categories
--------------------------------------------

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Media Foundation\HardwareMFT]

EnableEncoders = 1
EnableVideoProcessors = 1
EnableDecoders = 1


-------------------------------------
Media Foundation Byte Stream Handlers
-------------------------------------

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Media Foundation\ByteStreamHandlers]
[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\MediaSources\Preferred]

<file ext. or MIME type>, <handler CLSID>, <brief description>[, Preferred]

.3g2, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.3gp, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.3gp2, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.3gpp, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.aac, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
.ac3, {46031BA1-083F-47D9-8369-23C92BDAB2FF}, AC-3 Byte Stream Handler, Preferred
.adt, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
.adts, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
.asf, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
.avi, {7AFA253E-F823-42F6-A5D9-714BDE467412}, AVI Byte Stream Handler, Preferred
.dvr-ms, {65964407-A5D8-4060-85B0-1CCD63F768E2}, dvr-ms Byte Stream Handler, Preferred
.dvr-ms, {A8721937-E2FB-4D7A-A9EE-4EB08C890B6E}, MF SBE Source ByteStreamHandler
.ec3, {46031BA1-083F-47D9-8369-23C92BDAB2FF}, AC-3 Byte Stream Handler, Preferred
.m2t, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.m2ts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.m4a, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.m4v, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.mod, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.mov, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.mp2v, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.mp3, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
.mp4, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.mp4v, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.mpa, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
.mpeg, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.mpg, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.mts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.nsc, {B084785C-DDE0-4D30-8CA8-05A373E185BE}, NSC Byte Stream Handler, Preferred
.sami, {7A56C4CB-D678-4188-85A8-BA2EF68FA10D}, SAMI Byte Stream Handler, Preferred
.smi, {7A56C4CB-D678-4188-85A8-BA2EF68FA10D}, SAMI Byte Stream Handler, Preferred
.tod, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.ts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.tts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.uvu, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.vob, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.wav, {42C9B9F5-16FC-47EF-AF22-DA05F7C842E3}, WAV Byte Stream Handler, Preferred
.wm, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
.wma, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
.wmv, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
.wtv, {65964407-A5D8-4060-85B0-1CCD63F768E2}, WTV Byte Stream Handler, Preferred
audio/3gpp, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
audio/3gpp2, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
audio/aac, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
audio/aacp, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
audio/eac3, {46031BA1-083F-47D9-8369-23C92BDAB2FF}, AC-3 Byte Stream Handler, Preferred
audio/L16, {3FFB3B8C-EB99-472B-8902-E1C1B05F07CF}, LPCM Byte Stream Handler, Preferred
audio/mp3, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
audio/mp4, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
audio/mpa, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
audio/mpeg, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
audio/mpeg3, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
audio/vnd.dlna.adts, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
audio/vnd.dolby.dd-raw, {46031BA1-083F-47D9-8369-23C92BDAB2FF}, AC-3 Byte Stream Handler, Preferred
audio/wav, {42C9B9F5-16FC-47EF-AF22-DA05F7C842E3}, WAV Byte Stream Handler, Preferred
audio/x-aac, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
audio/x-m4a, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
audio/x-mp3, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
audio/x-mpeg, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
audio/x-ms-wma, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
audio/x-wav, {42C9B9F5-16FC-47EF-AF22-DA05F7C842E3}, WAV Byte Stream Handler, Preferred
video/3gpp, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
video/3gpp2, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
video/avi, {7AFA253E-F823-42F6-A5D9-714BDE467412}, AVI Byte Stream Handler, Preferred
video/mp4, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
video/mpeg, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
video/msvideo, {7AFA253E-F823-42F6-A5D9-714BDE467412}, AVI Byte Stream Handler, Preferred
video/vnd.dece.mp4, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
video/vnd.dlna.mpeg-tts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
video/x-m4v, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
video/x-ms-asf, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
video/x-ms-wm, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
video/x-ms-wmv, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
video/x-msvideo, {7AFA253E-F823-42F6-A5D9-714BDE467412}, AVI Byte Stream Handler, Preferred


--------------------------------
Media Foundation Scheme Handlers
--------------------------------

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Media Foundation\SchemeHandlers]
[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\MediaSources\Preferred]

<URL type>, <handler CLSID>, <brief description>[, Preferred]

file:, {477EC299-1421-4BDD-971F-7CCB933F21AD}, File Scheme Handler, Preferred
http:, {44CB442B-9DA9-49DF-B3FD-023777B16E50}, Http Scheme Handler
http:, {9EC4B4F9-3029-45AD-947B-344DE2A249E2}, Urlmon Scheme Handler
http:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
httpd:, {44CB442B-9DA9-49DF-B3FD-023777B16E50}, Http Scheme Handler, Preferred
httpnd:, {2EEEED04-0908-4CDB-AF8F-AC5B768A34C9}, Drm Scheme Handler, Preferred
https:, {37A61C8B-7F8E-4D08-B12B-248D73E9AB4F}, Secure Http Scheme Handler, Preferred
httpsd:, {37A61C8B-7F8E-4D08-B12B-248D73E9AB4F}, Secure Http Scheme Handler, Preferred
httpt:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
httpu:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
mcast:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
mms:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
ms-appdata:, {CFC81939-3886-4ACF-9692-DA58037AE716}, MsAppData Scheme Handler, Preferred
ms-appx-web:, {8DB0224B-3D65-4F6F-8E12-BEB4B78B8974}, MsAppxWeb Scheme Handler, Preferred
ms-appx:, {8DB0224B-3D65-4F6F-8E12-BEB4B78B8974}, MsAppx Scheme Handler, Preferred
ms-winsoundevent:, {F79A6BF9-7415-4CF3-AE10-4559509ABC3C}, Sound Event Scheme Handler, Preferred
rtsp:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
rtspt:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
rtspu:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
sdp:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred


-------------------------------------
Preferred Media Foundation Transforms
-------------------------------------

[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\Transforms\Preferred]

<media subtype GUID>, [<transform friendly name>, ]<transform CLSID>

MFAudioFormat_AAC, Microsoft AAC Audio Decoder MFT, CLSID_CMSAACDecMFT
MFAudioFormat_WMAudio_Lossless, WMAudio Decoder MFT, CLSID_CWMADecMediaObject
MEDIASUBTYPE_MPG4, Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject
WMMEDIASUBTYPE_WMSP2, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject
{3F40F4F0-5622-4FF8-B6D8-A17A584BEE5E}, Microsoft H264 Video Decoder MFT, CLSID_CMSH264DecoderMFT
MFVideoFormat_WVC1, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
KSDATAFORMAT_SUBTYPE_ADPCM, ADPCM ACM Wrapper MFT, {CA34FE0A-5722-43AD-AF23-05F7650257DD}
MFVideoFormat_DVHD, DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}
MFAudioFormat_MPEG, Microsoft MPEG Audio Decoder MFT, {70707B39-B2CA-4015-ABEA-F8447D22D88B}
{00002000-0000-0010-8000-00AA00389B71}, Microsoft Dolby Digital Plus Decoder MFT, {177C0AFE-900B-48D4-9E4C-57ADD250B3D4}
MFAudioFormat_WMAudioV9, WMAudio Decoder MFT, CLSID_CWMADecMediaObject
MFVideoFormat_WMV2, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_DOLBY_DDPLUS, Microsoft Dolby Digital Plus Decoder MFT, {177C0AFE-900B-48D4-9E4C-57ADD250B3D4}
{53314356-0000-0010-8000-00AA00389B71}, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
MFAudioFormat_MP3, MP3 Decoder MFT, CLSID_CMP3DecMediaObject
MEDIASUBTYPE_mp42, Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject
MFVideoFormat_MSS1, WMV Screen decoder MFT, CLSID_CMSSCDecMediaObject
MEDIASUBTYPE_WVP2, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
MFVideoFormat_WMV1, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_WMVP, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
MFVideoFormat_WMV3, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_WMVR, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
KSDATAFORMAT_SUBTYPE_MULAW, G711 Wrapper MFT, {92B66080-5E2D-449E-90C4-C41F268E5514}
MFVideoFormat_MJPG, MJPEG Decoder MFT, {CB17E772-E1CC-4633-8450-5617AF577905}
MEDIASUBTYPE_mp43, Mpeg43 Decoder MFT, CLSID_CMpeg43DecMediaObject
{00000031-0000-0010-8000-00AA00389B71}, GSM ACM Wrapper MFT, {4A76B469-7B66-4DD4-BA2D-DDF244C766DC}
MFVideoFormat_DVSD, DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}
MFVideoFormat_MSS2, WMV Screen decoder MFT, CLSID_CMSSCDecMediaObject
MFAudioFormat_WMAudioV8, WMAudio Decoder MFT, CLSID_CWMADecMediaObject
MFAudioFormat_MSP1, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject
MEDIASUBTYPE_RAW_AAC1, Microsoft AAC Audio Decoder MFT, CLSID_CMSAACDecMFT
MFVideoFormat_DVSL, DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}
MFVideoFormat_MP43, Mpeg43 Decoder MFT, CLSID_CMpeg43DecMediaObject
MFVideoFormat_DVC, DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}
{00000011-0000-0010-8000-00AA00389B71}, IMA ADPCM ACM Wrapper MFT, {A16E1BFF-A80D-48AD-AECD-A35C005685FE}
MEDIASUBTYPE_MP42, Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject
{00000006-0000-0010-8000-00AA00389B71}, A-law Wrapper MFT, {36CB6E0C-78C1-42B2-9943-846262F31786}
MEDIASUBTYPE_mpg4, Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject
MFVideoFormat_M4S2, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
MEDIASUBTYPE_m4s2, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
MFVideoFormat_MP4S, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
MEDIASUBTYPE_mp4s, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
{33363248-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
{E06D802C-DB46-11CF-B4D1-00805F6CBBEA}, Microsoft Dolby Digital Plus Decoder MFT, {177C0AFE-900B-48D4-9E4C-57ADD250B3D4}
MFVideoFormat_MP4V, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
{7634706D-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
MFVideoFormat_H264, Microsoft H264 Video Decoder MFT, CLSID_CMSH264DecoderMFT
MFVideoFormat_MPEG2, Microsoft MPEG Video Decoder MFT, {2D709E52-123F-49B5-9CBC-9AF5CDE28FB9}
MFVideoFormat_MPG1, Microsoft MPEG Video Decoder MFT, {2D709E52-123F-49B5-9CBC-9AF5CDE28FB9}
MEDIASUBTYPE_WMVA, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_MSAUDIO1, WMAudio Decoder MFT, CLSID_CWMADecMediaObject


-------------------------------------
Disabled Media Foundation Transforms
-------------------------------------

[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\Transforms\DoNotUse]

<transform CLSID>



------------------------
Disabled Media Sources
------------------------

[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\MediaSources\DoNotUse]

<media source CLSID>


---------------
EVR Power Information
---------------
Current Setting: {16260968-C914-4AA1-8736-B7A6F3C5AE9B} (Power)
  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

---------------
Diagnostics
---------------

Windows Error Reporting:
+++ WER0 +++:
Fault bucket 98888808854, type 5

Event Name: MoAppHang

Response: Not available

Cab Id: 0



Problem signature:

P1: microsoft.windowscommunicationsapps_17.5.9600.20689_x64__8wekyb3d8bbwe

P2: praid:ppleae38af2e007f4358a809ac99a64a67c1

P3: 17.5.9600.20689

P4: 54703d9a

P5: c40a

P6: 8388608

P7: 

P8: 

P9: 

P10: 




+++ WER1 +++:
Fault bucket 98888808854, type 5

Event Name: MoAppHang

Response: Not available

Cab Id: 0



Problem signature:

P1: microsoft.windowscommunicationsapps_17.5.9600.20689_x64__8wekyb3d8bbwe

P2: praid:ppleae38af2e007f4358a809ac99a64a67c1

P3: 17.5.9600.20689

P4: 54703d9a

P5: c40a

P6: 8388608

P7: 

P8: 

P9: 

P10: 




+++ WER2 +++:
Fault bucket 98888808854, type 5

Event Name: MoAppHang

Response: Not available

Cab Id: 0



Problem signature:

P1: microsoft.windowscommunicationsapps_17.5.9600.20689_x64__8wekyb3d8bbwe

P2: praid:ppleae38af2e007f4358a809ac99a64a67c1

P3: 17.5.9600.20689

P4: 54703d9a

P5: c40a

P6: 8388608

P7: 

P8: 

P9: 

P10: 




+++ WER3 +++:
Fault bucket 85905321663, type 4

Event Name: APPCRASH

Response: Not available

Cab Id: 0



Problem signature:

P1: ValueApps.exe

P2: 1.4.0.3

P3: 52e60ecb

P4: ValueApps.exe

P5: 1.4.0.3

P6: 52e60ecb

P7: c0000005

P8: 00000000000386bd

P9: 

P10: 




+++ WER4 +++:
Fault bucket 85905321663, type 4

Event Name: APPCRASH

Response: Not available

Cab Id: 0



Problem signature:

P1: ValueApps.exe

P2: 1.4.0.3

P3: 52e60ecb

P4: ValueApps.exe

P5: 1.4.0.3

P6: 52e60ecb

P7: c0000005

P8: 00000000000386bd

P9: 

P10: 




+++ WER5 +++:
Fault bucket 85903374785, type 4

Event Name: APPCRASH

Response: Not available

Cab Id: 0



Problem signature:

P1: ValueApps.exe

P2: 1.4.0.3

P3: 52e60ecb

P4: ValueApps.exe

P5: 1.4.0.3

P6: 52e60ecb

P7: c0000005

P8: 00000000000386ce

P9: 

P10: 




+++ WER6 +++:
Fault bucket 85903509224, type 4

Event Name: APPCRASH

Response: Not available

Cab Id: 0



Problem signature:

P1: ValueApps.exe

P2: 1.4.0.3

P3: 52e60ecb

P4: ValueApps.exe

P5: 1.4.0.3

P6: 52e60ecb

P7: c0000005

P8: 0000000000038485

P9: 

P10: 




+++ WER7 +++:
Fault bucket 85903374785, type 4

Event Name: APPCRASH

Response: Not available

Cab Id: 0



Problem signature:

P1: ValueApps.exe

P2: 1.4.0.3

P3: 52e60ecb

P4: ValueApps.exe

P5: 1.4.0.3

P6: 52e60ecb

P7: c0000005

P8: 00000000000386ce

P9: 

P10: 




+++ WER8 +++:
Fault bucket 98888808854, type 5

Event Name: MoAppHang

Response: Not available

Cab Id: 0



Problem signature:

P1: microsoft.windowscommunicationsapps_17.5.9600.20689_x64__8wekyb3d8bbwe

P2: praid:ppleae38af2e007f4358a809ac99a64a67c1

P3: 17.5.9600.20689

P4: 54703d9a

P5: c40a

P6: 8388608

P7: 

P8: 

P9: 

P10: 




+++ WER9 +++:
Fault bucket 85903374785, type 4

Event Name: APPCRASH

Response: Not available

Cab Id: 0



Problem signature:

P1: ValueApps.exe

P2: 1.4.0.3

P3: 52e60ecb

P4: ValueApps.exe

P5: 1.4.0.3

P6: 52e60ecb

P7: c0000005

P8: 00000000000386ce

P9: 

P10: 




DxDiag.txt (67,512 bytes)   

crazyroosterman

May 1, 2015 4:01 am

reporter   ~0040386

ive put up the diax any way if this problem doesn't pop up again ill consider it fixed.

Chris_McElligottPark

May 1, 2015 9:59 am

administrator   ~0040391

Okay, thank you VERY much for posting this. You've actually really freaked me out now, to be honest, because you're running a windows 8 laptop with 6 GB of RAM and a 4 GB pagefile. I was picturing something much older in terms of hardware, so this is definitely concerning.

So I mean, you should be absolutely golden on memory usage unless you have like a million background programs open almost using all your RAM while you play the game. Which I highly doubt is the case.

The one thing that does jump out me is that you've only got 128MB of dedicated video RAM, and it's on one of those Intel HD graphics cards. It's DirectX 11 capable, so it's definitely not some slouch that is causing extra inefficiency on non-pow2 textures or something. So all those possible causes fly out the window.

Really the only thing I can think of is that perhaps it was overloading that somehow... but even there is uses 1632 MB shared RAM for your video card, so that should cause at worst performance to suffer, not outright bugs like that.

It's possible that we were bumping up against the 32bit application RAM usage limit, which would have nothing much to do with your machine, but if that were the case I'd expect a bunch of other reports. So it can't be that.

I do notice that your video driver is the original one from 1/30/2014 that came installed on your laptop when you bought it (it says it's "Final Retail," so that's my assumption). You may be able to visit the manufacturer's website of your laptop and get a newer version of your video driver -- not just for this game, but for games in general that might give you a performance boost.

It's possible that there was is some sort of bug in this version of your graphics card driver, but I'm not really putting that at a high likelihood. Being on the latest and greatest is often a good idea in general just for performance with games (it will likely help you more with Civ 5 performance than here, even).

The other thing that it could be is some corrupt RAM on your system that is getting hit, as I've seen that sort of thing cause RAM read or write issues before. But that's not the exception that I'm getting reported in the game (cannot read), I'm getting out of memory instead. So... I place the chance of that pretty low as well, your RAM is probably fine.

Honestly I have no idea why this was affecting your laptop. You should be golden with hardware like that, in terms of it not crashing at least. The compression of all the textures should still probably fix the issue for you, and there are some other things that I have planned for the textures that should fix that up even more.

Anyhow, thanks very much for the dxdiag -- that answers a TON of questions for me. Unfortunately it also rules out most of the ways in which it would be a problem on your end. ;) And indicates as well that this might happen with more customers if I had a larger sample of testers in place. So this is absolutely super valuable that you have run into this, and so early, because this definitely isn't the sort of thing we'd want to go to release with and find out about after the fact. At the moment we have time to properly evaluate it and work on fixing it over time, versus being in a Day 0 rush to fix something for a subset of customers on launch (yikes at the thought).

Anyhow, thanks again, and just let me know if this recurs!

ptarth

May 1, 2015 10:53 am

reporter   ~0040394

And the most important part, is that my 2008 laptop with WindowsXP is still better than these new whipper-snappers. ;)

Chris_McElligottPark

May 1, 2015 11:05 am

administrator   ~0040397

2008, good to know. If you don't mind sharing a dxdiag, I'd be interested to look through that, too. You say you've only had the black thing happen once or twice, right, and not since then? If it ever happens again, please do let me know as that's super important to me.

But looking at your dxdiag might give me some insight into minimum specs for the game (no offense!).

Somehow it's insane to me that 2008 was 7 years ago... and that the computers were still so good back then. I mean, back when I was coding AI War at the start, that was a state of the art machine. I was worried about supporting computers 5 years old at that time, which meant back to 2004 where I could manage it.

Because of that mindset, and not wanting to ever increase the system requirements for AI War, I keep thinking of 2004 as "five years ago" in a lot of respects. Not in a general sense I suppose, but mainly regarding the job.

The goal of "must support computers at least 5 years old" is certainly way easier met now, I will say that. And my goal for that is closer to 8-9 years where I can manage it.

crazyroosterman

May 1, 2015 11:31 am

reporter   ~0040398

yea I do use a pretty beastly machine(at least for a laptop) it was bought for me by a much much much MUCH more computer savvy friend of my mothers 2 or 1 years ago for a Christmas mainly because he knew it would be for v games(funny thing was I wasn't even playing pc games back mainly because I thought you need like a 2000 pound computer to actually do so(bit of an exaggeration but you get the point) it wasn't in till I met a good friend at collage who made me realise that a laptop like this was fine for pc games when he convinced me to play planeside 2 and it didn't disembowel my laptop. ps sorry for the convoluted and irrelevant paragraph but I just felt the need to explain why I have a beast like this and I didn't even know how ram it had

crazyroosterman

May 1, 2015 11:32 am

reporter   ~0040399

also only programs I keep open when I play this is music and YouTube videos and that's it apart from steam.

crazyroosterman

May 1, 2015 11:34 am

reporter   ~0040400

also I have a bad habit of using the instruction manual of un full screening from back when I used to play civ5 it sometimes makes weird shit happen.

ptarth

May 1, 2015 11:40 am

reporter  

DxDiag2008.txt (56,090 bytes)   
------------------
System Information
------------------
Time of this report: 5/1/2015, 08:33:39
       Machine name: TARSTARKAS
   Operating System: Windows XP Professional (5.1, Build 2600) Service Pack 3 (2600.xpsp_sp3_gdr.100427-1636)
           Language: English (Regional Setting: English)
System Manufacturer: LENOVO
       System Model: 2764CTO
               BIOS: Ver 1.00PARTTBL(
          Processor: Intel(R) Core(TM)2 Duo CPU     P8400  @ 2.26GHz (2 CPUs)
             Memory: 3002MB RAM
          Page File: 2391MB used, 2494MB 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: The file CHDAU32.sys is not digitally signed, which means that it has not been tested by Microsoft's Windows Hardware Quality Labs (WHQL).  You may be able to get a WHQL logo'd driver from the hardware manufacturer.
          Music Tab: No problems found.
          Input Tab: No problems found.
        Network Tab: The registry information for the DirectPlay application 'Startopia' is missing or damaged.  You should reinstall that application. Problems were found in the system registry.  Details are available in the saved text file.

--------------------
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: ATI Mobility Radeon HD 3400 Series
     Manufacturer: Advanced Micro Devices, Inc.
        Chip type: AMD Radeon Graphics Processor (0x95C4)
         DAC type: Internal DAC(400MHz)
       Device Key: Enum\PCI\VEN_1002&DEV_95C4&SUBSYS_210E17AA&REV_00
   Display Memory: 256.0 MB
     Current Mode: 1440 x 900 (32 bit) (60Hz)
          Monitor: Default Monitor
  Monitor Max Res: 
      Driver Name: ati2dvag.dll
   Driver Version: 6.14.0010.7267 (English)
      DDI Version: 9 (or higher)
Driver Attributes: Final Retail
 Driver Date/Size: 11/16/2012 13:24:32, 306176 bytes
      WHQL Logo'd: Yes
  WHQL Date Stamp: n/a
              VDD: n/a
         Mini VDD: ati2mtag.sys
    Mini VDD Date: 11/16/2012 14:04:28, 7874560 bytes
Device Identifier: {D7B71EE2-D684-11CF-7968-0401A1C2CB35}
        Vendor ID: 0x1002
        Device ID: 0x95C4
        SubSys ID: 0x210E17AA
      Revision ID: 0x0000
      Revision ID: 0x0000
      Video Accel: ModeMPEG2_C ModeMPEG2_D ModeWMV8_A ModeWMV9_A 
 Deinterlace Caps: {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) 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 
                   {552C0DAD-CCBC-420B-83C8-74943CF9F1A6}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,2) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive 
                   {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,1) 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: Conexant HD Audio output
 Default Sound Playback: Yes
 Default Voice Playback: Yes
            Hardware ID: HDAUDIO\FUNC_01&VEN_14F1&DEV_5051&SUBSYS_17AA211C&REV_1000
        Manufacturer ID: 1
             Product ID: 100
                   Type: WDM
            Driver Name: CHDAU32.sys
         Driver Version: 3.64.0014.0000 (English)
      Driver Attributes: Final Retail
            WHQL Logo'd: No
          Date and Size: 7/18/2010 22:58:34, 822400 bytes
            Other Files: 
        Driver Provider: Conexant
         HW Accel Level: Full
              Cap Flags: 0xB5B
    Min/Max Sample Rate: 8000, 192000
Static/Strm HW Mix Bufs: 15, 14
 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: Conexant HD Audio input
  Default Sound Capture: Yes
  Default Voice Capture: Yes
            Driver Name: CHDAU32.sys
         Driver Version: 3.64.0014.0000 (English)
      Driver Attributes: Final Retail
          Date and Size: 7/18/2010 22:58:34, 822400 bytes
              Cap Flags: 0x41
           Format Flags: 0xCCC

-----------
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
                  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
        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

Poll w/ Interrupt: No
         Registry: OK

-----------
USB Devices
-----------
+ USB Root Hub
| Vendor/Product ID: 0x8086, 0x2937
| Matching Device ID: usb\root_hub
| Service: usbhub
| Driver: usbhub.sys, 4/13/2008 11:45:38, 59520 bytes
| Driver: usbd.sys, 8/4/2004 05:00:00, 4736 bytes

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

------------
PS/2 Devices
------------
+ Standard 101/102-Key or Microsoft Natural PS/2 Keyboard
| Matching Device ID: *pnp0303
| Service: i8042prt
| Driver: i8042prt.sys, 4/13/2008 12:18:00, 52480 bytes
| Driver: kbdclass.sys, 4/12/2008 16:39:48, 24576 bytes
| 
+ Terminal Server Keyboard Driver
| Matching Device ID: root\rdp_kbd
| Upper Filters: kbdclass
| Service: TermDD
| Driver: termdd.sys, 4/13/2008 17:13:20, 40840 bytes
| Driver: kbdclass.sys, 4/12/2008 16:39:48, 24576 bytes
| 
+ ThinkPad UltraNav Pointing Device
| Matching Device ID: *ibm0057
| Upper Filters: SynTP
| Service: i8042prt
| Driver: i8042prt.sys, 4/13/2008 12:18:00, 52480 bytes
| Driver: mouclass.sys, 4/13/2008 12:39:48, 23040 bytes
| Driver: SynTP.sys, 4/23/2010 00:17:40, 244784 bytes
| Driver: SynTPAPI.dll, 4/23/2010 00:16:12, 165160 bytes
| Driver: SynCOM.dll, 4/23/2010 00:16:08, 173352 bytes
| Driver: SynCtrl.dll, 4/23/2010 00:16:10, 210216 bytes
| Driver: SynTPRes.dll, 4/23/2010 00:16:48, 8721704 bytes
| Driver: SynTPCpl.dll, 4/23/2010 00:16:16, 1205544 bytes
| Driver: SynCntxt.rtf, 4/23/2010 00:03:12, 2670530 bytes
| Driver: SynZMetr.exe, 4/23/2010 00:16:06, 247080 bytes
| Driver: SynMood.exe, 4/23/2010 00:16:02, 238888 bytes
| Driver: SynTPEnh.exe, 4/23/2010 00:16:04, 1725736 bytes
| Driver: SynTPCOM.dll, 4/23/2010 00:16:14, 107816 bytes
| Driver: Tutorial.exe, 4/23/2010 00:16:08, 337192 bytes
| Driver: InstNT.exe, 4/23/2010 00:15:58, 124200 bytes
| Driver: SynISDLL.dll, 4/23/2010 00:16:12, 218408 bytes
| Driver: SynUnst.ini, 4/30/2010 00:17:44, 679324 bytes
| Driver: SynTPHelper.exe, 4/23/2010 00:16:04, 103720 bytes
| Driver: SynChiralRotate.mpg, 9/17/2008 20:13:08, 382277 bytes
| Driver: SynFlick.mpg, 9/3/2008 18:27:28, 737975 bytes
| Driver: SynPinch.mpg, 9/3/2008 18:27:28, 286463 bytes
| Driver: SynMomentum.mpg, 9/3/2008 18:27:28, 246230 bytes
| Driver: SynLinearVHScroll.mpg, 9/3/2008 18:27:28, 929103 bytes
| Driver: SynChiralVHScroll.mpg, 9/3/2008 18:27:28, 1620778 bytes
| Driver: SynTwoFingerVHScroll.mpg, 3/16/2009 16:44:00, 746464 bytes
| Driver: SynPivotRotate_ChiralRotate.mpg, 4/10/2009 00:04:14, 1142810 bytes
| Driver: SynThreeFingerFlick.mpg, 3/16/2009 16:44:00, 633621 bytes
| Driver: SynThreeFingersDown.mpg, 3/16/2009 16:44:00, 215907 bytes
| Driver: SynTPLpr.exe, 4/23/2010 00:16:46, 128296 bytes
| Driver: TP4table.dat, 10/13/2009 18:34:48, 7136 bytes
| Driver: TP4scrol.dat, 10/13/2009 18:34:48, 7136 bytes
| Driver: TP4Sc_JP.htm, 8/14/2006 17:41:46, 12801 bytes
| Driver: TP4Sc_GR.htm, 8/14/2006 17:41:46, 14792 bytes
| Driver: TP4Sc_IT.htm, 8/14/2006 17:41:46, 14300 bytes
| Driver: TP4Sc_SP.htm, 8/14/2006 17:41:46, 13687 bytes
| Driver: TP4Sc_FR.htm, 8/14/2006 17:41:46, 13545 bytes
| Driver: TP4Sc_FI.htm, 8/14/2006 17:41:46, 15345 bytes
| Driver: TP4Sc_NL.htm, 8/14/2006 17:41:46, 13896 bytes
| Driver: TP4Sc_NO.htm, 8/14/2006 17:41:46, 12976 bytes
| Driver: TP4Sc_DK.htm, 8/14/2006 17:41:46, 13551 bytes
| Driver: TP4Sc_SE.htm, 8/14/2006 17:41:46, 12834 bytes
| Driver: TP4Scrol.htm, 8/14/2006 17:41:46, 13233 bytes
| Driver: TP4-A123.GIF, 8/14/2006 17:41:46, 43499 bytes
| Driver: TP4-ASR.GIF, 8/14/2006 17:41:46, 120911 bytes
| Driver: TP4-HEAD.GIF, 8/14/2006 17:41:46, 22797 bytes
| Driver: TP4-I.JPG, 8/14/2006 17:41:46, 894 bytes
| Driver: TP4-IMG.JPG, 8/14/2006 17:41:46, 756 bytes
| Driver: TP4-ISR.JPG, 8/14/2006 17:41:46, 753 bytes
| Driver: TP4-MG.GIF, 8/14/2006 17:41:46, 26890 bytes
| Driver: TP4-NOTE.GIF, 8/14/2006 17:41:46, 201 bytes
| Driver: TP4-SC.GIF, 8/14/2006 17:41:46, 73657 bytes
| Driver: TP4SCROL.CSS, 8/14/2006 17:41:46, 5537 bytes
| Driver: SynPivotRotate.mpg, 4/10/2009 00:04:14, 770663 bytes
| Driver: SynTPCo4.dll, 4/23/2010 00:16:14, 120104 bytes
| Driver: WdfCoInstaller01009.dll, , 0 bytes
| 
+ Terminal Server Mouse Driver
| Matching Device ID: root\rdp_mou
| Upper Filters: mouclass
| Service: TermDD
| Driver: termdd.sys, 4/13/2008 17:13:20, 40840 bytes
| Driver: mouclass.sys, 4/13/2008 12:39:48, 23040 bytes

----------------------------
DirectPlay Service Providers
----------------------------
DirectPlay8 Modem Service Provider - Registry: OK, File: dpnet.dll (5.03.2600.6311)
DirectPlay8 Serial Service Provider - Registry: OK, File: dpnet.dll (5.03.2600.6311)
DirectPlay8 IPX Service Provider - Registry: OK, File: dpnet.dll (5.03.2600.6311)
DirectPlay8 TCP/IP Service Provider - Registry: OK, File: dpnet.dll (5.03.2600.6311)
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 Errors Found:
Key 'HKCR\CLSID\{D3F5B8E6-9B78-4A4C-94EA-CA2397B663D3}\ProgID', Value '', Value ''Key 'HKCR\CLSID\{D3F5B8E6-9B78-4A4C-94EA-CA2397B663D3}\InprocServer32', Value '', Value ''Key 'HKCR\CLSID\{D3F5B8E6-9B78-4A4C-94EA-CA2397B663D3}\InprocServer32', Value '', Value ''Key 'HKCR\CLSID\{D3F5B8E6-9B78-4A4C-94EA-CA2397B663D3}', Value '', Value ''

-------------------
DirectPlay Adapters
-------------------
DirectPlay8 Modem Service Provider: ThinkPad Modem Adapter
DirectPlay8 Serial Service Provider: COM3
DirectPlay8 TCP/IP Service Provider: Wireless Network 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
-------------------------
Age of Wonders Shadow Magic (DX8) - Registry: OK, ExeFile: AoWSM.exe (<File Missing>) LauncherFile: AoWSM.exe (<File Missing>)
Capitalism2 (DX7) - Registry: OK, ExeFile: cap2.exe ()
Railroad Tycoon II (DX7) - Registry: OK, ExeFile: RT2.EXE (1.00.0000.0001)
Startopia (DX7) - Registry: Error, ExeFile: Startopia.exe (<File Missing>)

------------------------
Disk & DVD/CD-ROM Drives
------------------------
      Drive: C:
 Free Space: 10.0 GB
Total Space: 146.7 GB
File System: NTFS
      Model: HITACHI HTS722016K9SA00

      Drive: D:
      Model: HL-DT-ST DVDRAM GSA-U20N
     Driver: c:\windows\system32\drivers\cdrom.sys, 5.01.2600.5512 (English), 4/12/2008 16:40:46, 62976 bytes

      Drive: E:
      Model: TZ8835Q GLE885I SCSI CdRom Device
     Driver: c:\windows\system32\drivers\cdrom.sys, 5.01.2600.5512 (English), 4/12/2008 16:40:46, 62976 bytes

--------------
System Devices
--------------
     Name: Intel(R) Management Engine Interface
Device ID: PCI\VEN_8086&DEV_2A44&SUBSYS_20E617AA&REV_07\3&B1BFB68&0&18
   Driver: C:\WINDOWS\system32\DRIVERS\HECI.sys, 4.02.0000.1008 (English), 6/23/2009 12:49:58, 40832 bytes

     Name: Mobile Intel(R) 4 Series Chipset PCI Express Root Port - 2A41
Device ID: PCI\VEN_8086&DEV_2A41&SUBSYS_00000000&REV_07\3&B1BFB68&0&08
   Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 5.01.2600.5512 (English), 4/13/2008 12:36:44, 68224 bytes

     Name: Mobile Intel(R) 4 Series Chipset Processor to DRAM Controller - 2A40
Device ID: PCI\VEN_8086&DEV_2A40&SUBSYS_00000000&REV_07\3&B1BFB68&0&00
   Driver: n/a

     Name: Intel(R) ICH9 Family PCI Express Root Port 5 - 2948
Device ID: PCI\VEN_8086&DEV_2948&SUBSYS_00000000&REV_03\3&B1BFB68&0&E4
   Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 5.01.2600.5512 (English), 4/13/2008 12:36:44, 68224 bytes

     Name: Intel(R) ICH9 Family PCI Express Root Port 4 - 2946
Device ID: PCI\VEN_8086&DEV_2946&SUBSYS_00000000&REV_03\3&B1BFB68&0&E3
   Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 5.01.2600.5512 (English), 4/13/2008 12:36:44, 68224 bytes

     Name: Intel(R) ICH9 Family PCI Express Root Port 2 - 2942
Device ID: PCI\VEN_8086&DEV_2942&SUBSYS_00000000&REV_03\3&B1BFB68&0&E1
   Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 5.01.2600.5512 (English), 4/13/2008 12:36:44, 68224 bytes

     Name: Intel(R) ICH9 Family PCI Express Root Port 1 - 2940
Device ID: PCI\VEN_8086&DEV_2940&SUBSYS_00000000&REV_03\3&B1BFB68&0&E0
   Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 5.01.2600.5512 (English), 4/13/2008 12:36:44, 68224 bytes

     Name: Microsoft UAA Bus Driver for High Definition Audio
Device ID: PCI\VEN_8086&DEV_293E&SUBSYS_20F217AA&REV_03\3&B1BFB68&0&D8
   Driver: C:\WINDOWS\system32\DRIVERS\hdaudbus.sys, 5.10.0001.5013 (English), 4/13/2008 09:36:05, 144384 bytes

     Name: Intel(R) ICH9 Family USB2 Enhanced Host Controller - 293C
Device ID: PCI\VEN_8086&DEV_293C&SUBSYS_20F117AA&REV_03\3&B1BFB68&0&D7
   Driver: C:\WINDOWS\system32\drivers\usbehci.sys, 5.01.2600.5778 (English), 3/18/2009 04:02:23, 30336 bytes
   Driver: C:\WINDOWS\system32\drivers\usbport.sys, 5.01.2600.5551 (English), 2/27/2008 09:02:34, 144128 bytes
   Driver: C:\WINDOWS\system32\usbui.dll, 5.01.2600.5512 (English), 4/13/2008 18:12:08, 74240 bytes
   Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 5.01.2600.5512 (English), 4/13/2008 11:45:38, 59520 bytes
   Driver: C:\WINDOWS\system32\hccoin.dll, 5.01.2600.5512 (English), 4/13/2008 17:11:54, 7168 bytes

     Name: Intel(R) ICH9 Family USB2 Enhanced Host Controller - 293A
Device ID: PCI\VEN_8086&DEV_293A&SUBSYS_20F117AA&REV_03\3&B1BFB68&0&EF
   Driver: C:\WINDOWS\system32\drivers\usbehci.sys, 5.01.2600.5778 (English), 3/18/2009 04:02:23, 30336 bytes
   Driver: C:\WINDOWS\system32\drivers\usbport.sys, 5.01.2600.5551 (English), 2/27/2008 09:02:34, 144128 bytes
   Driver: C:\WINDOWS\system32\usbui.dll, 5.01.2600.5512 (English), 4/13/2008 18:12:08, 74240 bytes
   Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 5.01.2600.5512 (English), 4/13/2008 11:45:38, 59520 bytes
   Driver: C:\WINDOWS\system32\hccoin.dll, 5.01.2600.5512 (English), 4/13/2008 17:11:54, 7168 bytes

     Name: Intel(R) ICH9 Family USB Universal Host Controller - 2939
Device ID: PCI\VEN_8086&DEV_2939&SUBSYS_20F017AA&REV_03\3&B1BFB68&0&D2
   Driver: C:\WINDOWS\system32\drivers\usbuhci.sys, 5.01.2600.5512 (English), 4/13/2008 12:45:36, 20608 bytes
   Driver: C:\WINDOWS\system32\drivers\usbport.sys, 5.01.2600.5551 (English), 2/27/2008 09:02:34, 144128 bytes
   Driver: C:\WINDOWS\system32\usbui.dll, 5.01.2600.5512 (English), 4/13/2008 18:12:08, 74240 bytes
   Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 5.01.2600.5512 (English), 4/13/2008 11:45:38, 59520 bytes

     Name: Intel(R) ICH9 Family USB Universal Host Controller - 2938
Device ID: PCI\VEN_8086&DEV_2938&SUBSYS_20F017AA&REV_03\3&B1BFB68&0&D1
   Driver: C:\WINDOWS\system32\drivers\usbuhci.sys, 5.01.2600.5512 (English), 4/13/2008 12:45:36, 20608 bytes
   Driver: C:\WINDOWS\system32\drivers\usbport.sys, 5.01.2600.5551 (English), 2/27/2008 09:02:34, 144128 bytes
   Driver: C:\WINDOWS\system32\usbui.dll, 5.01.2600.5512 (English), 4/13/2008 18:12:08, 74240 bytes
   Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 5.01.2600.5512 (English), 4/13/2008 11:45:38, 59520 bytes

     Name: Intel(R) ICH9 Family USB Universal Host Controller - 2937
Device ID: PCI\VEN_8086&DEV_2937&SUBSYS_20F017AA&REV_03\3&B1BFB68&0&D0
   Driver: C:\WINDOWS\system32\drivers\usbuhci.sys, 5.01.2600.5512 (English), 4/13/2008 12:45:36, 20608 bytes
   Driver: C:\WINDOWS\system32\drivers\usbport.sys, 5.01.2600.5551 (English), 2/27/2008 09:02:34, 144128 bytes
   Driver: C:\WINDOWS\system32\usbui.dll, 5.01.2600.5512 (English), 4/13/2008 18:12:08, 74240 bytes
   Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 5.01.2600.5512 (English), 4/13/2008 11:45:38, 59520 bytes

     Name: Intel(R) ICH9 Family USB Universal Host Controller - 2936
Device ID: PCI\VEN_8086&DEV_2936&SUBSYS_20F017AA&REV_03\3&B1BFB68&0&EA
   Driver: C:\WINDOWS\system32\drivers\usbuhci.sys, 5.01.2600.5512 (English), 4/13/2008 12:45:36, 20608 bytes
   Driver: C:\WINDOWS\system32\drivers\usbport.sys, 5.01.2600.5551 (English), 2/27/2008 09:02:34, 144128 bytes
   Driver: C:\WINDOWS\system32\usbui.dll, 5.01.2600.5512 (English), 4/13/2008 18:12:08, 74240 bytes
   Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 5.01.2600.5512 (English), 4/13/2008 11:45:38, 59520 bytes

     Name: Intel(R) ICH9 Family USB Universal Host Controller - 2935
Device ID: PCI\VEN_8086&DEV_2935&SUBSYS_20F017AA&REV_03\3&B1BFB68&0&E9
   Driver: C:\WINDOWS\system32\drivers\usbuhci.sys, 5.01.2600.5512 (English), 4/13/2008 12:45:36, 20608 bytes
   Driver: C:\WINDOWS\system32\drivers\usbport.sys, 5.01.2600.5551 (English), 2/27/2008 09:02:34, 144128 bytes
   Driver: C:\WINDOWS\system32\usbui.dll, 5.01.2600.5512 (English), 4/13/2008 18:12:08, 74240 bytes
   Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 5.01.2600.5512 (English), 4/13/2008 11:45:38, 59520 bytes

     Name: Intel(R) ICH9 Family USB Universal Host Controller - 2934
Device ID: PCI\VEN_8086&DEV_2934&SUBSYS_20F017AA&REV_03\3&B1BFB68&0&E8
   Driver: C:\WINDOWS\system32\drivers\usbuhci.sys, 5.01.2600.5512 (English), 4/13/2008 12:45:36, 20608 bytes
   Driver: C:\WINDOWS\system32\drivers\usbport.sys, 5.01.2600.5551 (English), 2/27/2008 09:02:34, 144128 bytes
   Driver: C:\WINDOWS\system32\usbui.dll, 5.01.2600.5512 (English), 4/13/2008 18:12:08, 74240 bytes
   Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 5.01.2600.5512 (English), 4/13/2008 11:45:38, 59520 bytes

     Name: Intel(R) ICH9 Family SMBus Controller - 2930
Device ID: PCI\VEN_8086&DEV_2930&SUBSYS_20F917AA&REV_03\3&B1BFB68&0&FB
   Driver: n/a

     Name: Intel(R) ICH9M-E/M SATA AHCI Controller
Device ID: PCI\VEN_8086&DEV_2929&SUBSYS_20F817AA&REV_03\3&B1BFB68&0&FA
   Driver: C:\WINDOWS\system32\DRIVERS\iaStor.sys, 8.09.0002.1002 (English), 8/7/2009 06:17:26, 330264 bytes

     Name: Intel(R) ICH9M-E LPC Interface Controller - 2917
Device ID: PCI\VEN_8086&DEV_2917&SUBSYS_00000000&REV_03\3&B1BFB68&0&F8
   Driver: C:\WINDOWS\system32\DRIVERS\isapnp.sys, 5.01.2600.5512 (English), 4/13/2008 12:36:42, 37248 bytes

     Name: Intel(R) 82801 PCI Bridge - 2448
Device ID: PCI\VEN_8086&DEV_2448&SUBSYS_00000000&REV_93\3&B1BFB68&0&F0
   Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 5.01.2600.5512 (English), 4/13/2008 12:36:44, 68224 bytes

     Name: Intel(R) 82567LM Gigabit Network Connection
Device ID: PCI\VEN_8086&DEV_10F5&SUBSYS_20EE17AA&REV_03\3&B1BFB68&0&C8
   Driver: C:\WINDOWS\system32\DRIVERS\e1y5132.sys, 9.52.0025.0000 (English), 3/27/2009 04:33:56, 239760 bytes
   Driver: C:\WINDOWS\system32\e1y5132.din, 11/8/2008 00:43:12, 2936 bytes
   Driver: C:\WINDOWS\system32\NicCo2.dll, 1.02.0000.0000 (English), 8/6/2007 09:28:34, 28272 bytes
   Driver: C:\WINDOWS\system32\NicInstY.dll, 9.10.0015.0000 (English), 3/25/2009 01:47:10, 61048 bytes
   Driver: C:\WINDOWS\system32\e1000msg.dll, 9.08.0000.0000 (English), 12/14/2007 21:06:06, 121440 bytes

     Name: 11b/g Wireless LAN Mini PCI Express Adapter III
Device ID: PCI\VEN_168C&DEV_001C&SUBSYS_0035168C&REV_01\4&318470AD&0&00E1
   Driver: C:\WINDOWS\system32\DRIVERS\athw.sys, 7.06.0001.0260 (English), 4/3/2009 12:18:06, 1347168 bytes

     Name: OHCI Compliant IEEE 1394 Host Controller
Device ID: PCI\VEN_1180&DEV_0832&SUBSYS_20C717AA&REV_04\4&8365E1C&0&01F0
   Driver: C:\WINDOWS\system32\DRIVERS\ohci1394.sys, 5.01.2600.5512 (English), 4/13/2008 11:46:18, 61696 bytes
   Driver: C:\WINDOWS\system32\DRIVERS\1394bus.sys, 5.01.2600.5512 (English), 4/13/2008 11:46:18, 53376 bytes
   Driver: C:\WINDOWS\system32\DRIVERS\nic1394.sys, 5.01.2600.5512 (English), 4/13/2008 11:51:25, 61824 bytes
   Driver: C:\WINDOWS\system32\DRIVERS\arp1394.sys, 5.01.2600.5512 (English), 4/13/2008 11:51:25, 60800 bytes
   Driver: C:\WINDOWS\system32\DRIVERS\enum1394.sys, 5.01.2600.0000 (English), 8/17/2001 13:46:40, 6400 bytes

     Name: Ricoh R/RL/5C476(II) or Compatible CardBus Controller
Device ID: PCI\VEN_1180&DEV_0476&SUBSYS_20C617AA&REV_BA\4&8365E1C&0&00F0
   Driver: C:\WINDOWS\system32\DRIVERS\pcmcia.sys, 5.01.2600.5512 (English), 4/13/2008 11:36:43, 120192 bytes

     Name: ATI Mobility Radeon HD 3400 Series
Device ID: PCI\VEN_1002&DEV_95C4&SUBSYS_210E17AA&REV_00\4&23FE4F77&0&0008
   Driver: C:\WINDOWS\system32\DRIVERS\ati2mtag.sys, 6.14.0010.7267 (English), 11/16/2012 14:04:28, 7874560 bytes
   Driver: C:\WINDOWS\system32\DRIVERS\ati2erec.dll, 1.00.0000.0024 (English), 11/16/2012 12:36:36, 53248 bytes
   Driver: C:\WINDOWS\system32\ati2dvag.dll, 6.14.0010.7267 (English), 11/16/2012 13:24:32, 306176 bytes
   Driver: C:\WINDOWS\system32\ati2cqag.dll, 6.14.0010.0553 (English), 11/16/2012 12:39:04, 909312 bytes
   Driver: C:\WINDOWS\system32\Ati2mdxx.exe, 6.14.0010.2495 (English), 11/16/2012 13:01:00, 26112 bytes
   Driver: C:\WINDOWS\system32\ati3duag.dll, 6.14.0010.0911 (English), 11/16/2012 13:23:42, 5336448 bytes
   Driver: C:\WINDOWS\system32\ativvaxx.dll, 6.14.0010.0359 (English), 11/16/2012 12:58:48, 3586816 bytes
   Driver: C:\WINDOWS\system32\atiicdxx.dat, 3/6/2012 10:59:32, 618823 bytes
   Driver: C:\WINDOWS\system32\ativva5x.dat, 11/16/2012 12:53:06, 3 bytes
   Driver: C:\WINDOWS\system32\ativva6x.dat, 11/16/2012 12:53:06, 887724 bytes
   Driver: C:\WINDOWS\system32\amdpcom32.dll, 6.14.0010.0023 (English), 11/16/2012 12:37:14, 65024 bytes
   Driver: C:\WINDOWS\system32\atimpc32.dll, 6.14.0010.0023 (English), 11/16/2012 12:37:14, 65024 bytes
   Driver: C:\WINDOWS\system32\atiadlxx.dll, 6.14.0010.1104 (English), 11/16/2012 12:45:26, 233472 bytes
   Driver: C:\WINDOWS\system32\ativvaxx.cap, 11/16/2012 12:54:02, 2852480 bytes
   Driver: C:\WINDOWS\system32\atiapfxx.exe, 6.14.0010.1001 (English), 11/16/2012 12:54:26, 159744 bytes
   Driver: C:\WINDOWS\system32\atiapfxx.blb, 11/16/2012 12:55:26, 246000 bytes
   Driver: C:\WINDOWS\system32\ativvamv.dll, 6.14.0010.0184 (English), 11/16/2012 13:13:36, 938368 bytes
   Driver: C:\WINDOWS\system32\ATIDDC.DLL, 6.14.0010.0008 (English), 11/16/2012 12:57:58, 53248 bytes
   Driver: C:\WINDOWS\system32\atitvo32.dll, 6.14.0010.4200 (English), 11/16/2012 12:45:08, 17408 bytes
   Driver: C:\WINDOWS\system32\ativcoxx.dll, 6.13.0010.0005 (English), 11/9/2001 09:01:04, 24064 bytes
   Driver: C:\WINDOWS\system32\ati2evxx.exe, 6.14.0010.4265 (English), 11/16/2012 12:59:18, 643072 bytes
   Driver: C:\WINDOWS\system32\ati2evxx.dll, 6.14.0010.4179 (English), 11/16/2012 13:00:38, 192512 bytes
   Driver: C:\WINDOWS\system32\atipdlxx.dll, 6.14.0010.2563 (English), 11/16/2012 13:01:20, 212992 bytes
   Driver: C:\WINDOWS\system32\Oemdspif.dll, 6.15.0006.0006 (English), 11/16/2012 13:01:08, 163840 bytes
   Driver: C:\WINDOWS\system32\ati2edxx.dll, 6.14.0010.2514 (English), 11/16/2012 13:00:52, 43520 bytes
   Driver: C:\WINDOWS\system32\atikvmag.dll, 6.14.0010.0173 (English), 11/16/2012 12:50:10, 835584 bytes
   Driver: C:\WINDOWS\system32\ATIDEMGX.dll, 2.00.4703.27771 (English), 11/16/2012 13:25:44, 442368 bytes
   Driver: C:\WINDOWS\system32\atibtmon.exe, 2.00.0000.0000 (English), 5/11/2009 14:35:28, 118784 bytes
   Driver: C:\WINDOWS\system32\atiok3x2.dll, 6.14.0010.11672 (English), 11/16/2012 12:46:24, 634880 bytes
   Driver: C:\WINDOWS\system32\atioglxx.dll, 6.14.0010.11672 (English), 11/16/2012 13:25:12, 19603456 bytes
   Driver: C:\WINDOWS\system32\atiiiexx.dll, 6.14.0010.4006 (English), 11/16/2012 13:25:22, 307200 bytes
   Driver: C:\WINDOWS\atiogl.xml, 3/28/2012 15:45:32, 38177 bytes

------------------
DirectX Components
------------------
   ddraw.dll: 5.03.2600.5512 English Final Retail 4/13/2008 17:11:51 279552 bytes
 ddrawex.dll: 5.03.2600.5512 English Final Retail 4/13/2008 17:11:51 27136 bytes
   dxapi.sys: 5.01.2600.0000 English Final Retail 8/4/2004 05:00:00 10496 bytes
    d3d8.dll: 5.03.2600.5512 English Final Retail 4/13/2008 17:11:51 1179648 bytes
 d3d8thk.dll: 5.03.2600.5512 English Final Retail 4/13/2008 17:11:51 8192 bytes
    d3d9.dll: 5.03.2600.5512 English Final Retail 4/13/2008 17:11:51 1689088 bytes
   d3dim.dll: 5.01.2600.0000 English Final Retail 8/4/2004 05:00:00 436224 bytes
d3dim700.dll: 5.03.2600.5512 English Final Retail 4/13/2008 17:11:51 824320 bytes
 d3dramp.dll: 5.01.2600.0000 English Final Retail 8/4/2004 05:00:00 590336 bytes
   d3drm.dll: 5.01.2600.0000 English Final Retail 8/4/2004 05:00:00 350208 bytes
  d3dxof.dll: 5.01.2600.0000 English Final Retail 8/4/2004 05:00:00 47616 bytes
d3dpmesh.dll: 5.01.2600.0000 English Final Retail 8/4/2004 05:00:00 34816 bytes
   dplay.dll: 5.00.2134.0001 English Final Retail 8/4/2004 05:00:00 33040 bytes
  dplayx.dll: 5.03.2600.5512 English Final Retail 4/13/2008 17:11:52 229888 bytes
dpmodemx.dll: 5.03.2600.5512 English Final Retail 4/13/2008 17:11:52 23552 bytes
 dpwsock.dll: 5.00.2134.0001 English Final Retail 8/4/2004 05:00:00 42768 bytes
dpwsockx.dll: 5.03.2600.5512 English Final Retail 4/13/2008 17:11:52 57344 bytes
dplaysvr.exe: 5.03.2600.5512 English Final Retail 4/13/2008 17:12:17 29696 bytes
  dpnsvr.exe: 5.03.2600.5512 English Final Retail 4/13/2008 17:12:17 17920 bytes
   dpnet.dll: 5.03.2600.6311 English Final Retail 11/1/2012 19:02:42 375296 bytes
dpnlobby.dll: 5.03.2600.5512 English Final Retail 4/13/2008 17:09:20 3072 bytes
 dpnaddr.dll: 5.03.2600.5512 English Final Retail 4/13/2008 17:09:19 3072 bytes
 dpvoice.dll: 5.03.2600.5512 English Final Retail 4/13/2008 17:11:52 212480 bytes
dpvsetup.exe: 5.03.2600.5512 English Final Retail 4/13/2008 17:12:18 83456 bytes
  dpvvox.dll: 5.03.2600.5512 English Final Retail 4/13/2008 17:11:52 116736 bytes
  dpvacm.dll: 5.03.2600.5512 English Final Retail 4/13/2008 17:11:52 21504 bytes
dpnhpast.dll: 5.03.2600.5512 English Final Retail 4/13/2008 17:11:52 35328 bytes
dpnhupnp.dll: 5.03.2600.5512 English Final Retail 4/13/2008 17:11:52 60928 bytes
dpserial.dll: 5.00.2134.0001 English Final Retail 8/4/2004 05:00:00 53520 bytes
  dinput.dll: 5.03.2600.5512 English Final Retail 4/13/2008 17:11:52 158720 bytes
 dinput8.dll: 5.03.2600.5512 English Final Retail 4/13/2008 17:11:52 181760 bytes
   dimap.dll: 5.01.2600.0000 English Final Retail 8/4/2004 05:00:00 44032 bytes
diactfrm.dll: 5.01.2600.0000 English Final Retail 8/4/2004 05:00:00 394240 bytes
     joy.cpl: 5.03.2600.5512 English Final Retail 4/13/2008 17:12:41 68608 bytes
   gcdef.dll: 5.01.2600.0000 English Final Retail 8/4/2004 05:00:00 76800 bytes
     pid.dll: 5.03.2600.5512 English Final Retail 4/13/2008 17:12:02 35328 bytes
  dsound.dll: 5.03.2600.5512 English Final Retail 4/13/2008 17:11:52 367616 bytes
dsound3d.dll: 5.03.2600.5512 English Final Retail 4/13/2008 17:11:52 1293824 bytes
  dswave.dll: 5.03.2600.5512 English Final Retail 4/13/2008 17:11:52 19456 bytes
   dsdmo.dll: 5.03.2600.5512 English Final Retail 4/13/2008 17:11:52 181248 bytes
dsdmoprp.dll: 5.03.2600.5512 English Final Retail 4/13/2008 17:11:52 71680 bytes
  dmusic.dll: 5.03.2600.5512 English Final Retail 4/13/2008 17:11:52 104448 bytes
  dmband.dll: 5.03.2600.5512 English Final Retail 4/13/2008 17:11:52 28672 bytes
dmcompos.dll: 5.03.2600.5512 English Final Retail 4/13/2008 17:11:52 61440 bytes
   dmime.dll: 5.03.2600.5512 English Final Retail 4/13/2008 17:11:52 181248 bytes
dmloader.dll: 5.03.2600.5512 English Final Retail 4/13/2008 17:11:52 35840 bytes
 dmstyle.dll: 5.03.2600.5512 English Final Retail 4/13/2008 17:11:52 105984 bytes
 dmsynth.dll: 5.03.2600.5512 English Final Retail 4/13/2008 17:11:52 103424 bytes
dmscript.dll: 5.03.2600.5512 English Final Retail 4/13/2008 17:11:52 82432 bytes
  system.dll: 1.01.4322.2503 English Final Retail 9/1/2013 18:18:57 1232896 bytes
Microsoft.DirectX.Direct3D.dll: 9.05.0132.0000 English Final Retail 11/5/2014 20:00:49 473600 bytes
Microsoft.DirectX.Direct3DX.dll: 5.04.0000.3900 English Final Retail 11/5/2014 20:00:39 2676224 bytes
Microsoft.DirectX.Direct3DX.dll: 9.04.0091.0000 English Final Retail 11/5/2014 20:00:41 2846720 bytes
Microsoft.DirectX.Direct3DX.dll: 9.05.0132.0000 English Final Retail 11/5/2014 20:00:42 563712 bytes
Microsoft.DirectX.Direct3DX.dll: 9.06.0168.0000 English Final Retail 11/5/2014 20:00:42 567296 bytes
Microsoft.DirectX.Direct3DX.dll: 9.07.0239.0000 English Final Retail 11/5/2014 20:00:43 576000 bytes
Microsoft.DirectX.Direct3DX.dll: 9.08.0299.0000 English Final Retail 11/5/2014 20:00:44 577024 bytes
Microsoft.DirectX.Direct3DX.dll: 9.09.0376.0000 English Final Retail 11/5/2014 20:00:45 577536 bytes
Microsoft.DirectX.Direct3DX.dll: 9.10.0455.0000 English Final Retail 11/5/2014 20:00:45 577536 bytes
Microsoft.DirectX.Direct3DX.dll: 9.11.0519.0000 English Final Retail 11/5/2014 20:00:46 578560 bytes
Microsoft.DirectX.Direct3DX.dll: 9.12.0589.0000 English Final Retail 11/5/2014 20:00:49 578560 bytes
Microsoft.DirectX.DirectDraw.dll: 5.04.0000.2904 English Final Retail 11/5/2014 20:00:50 145920 bytes
Microsoft.DirectX.DirectInput.dll: 5.04.0000.2904 English Final Retail 11/5/2014 20:00:50 159232 bytes
Microsoft.DirectX.DirectPlay.dll: 5.04.0000.2904 English Final Retail 11/5/2014 20:00:51 364544 bytes
Microsoft.DirectX.DirectSound.dll: 5.04.0000.2904 English Final Retail 11/5/2014 20:00:51 178176 bytes
Microsoft.DirectX.AudioVideoPlayback.dll: 5.04.0000.2904 English Final Retail 11/5/2014 20:00:48 53248 bytes
Microsoft.DirectX.Diagnostics.dll: 5.04.0000.2904 English Final Retail 11/5/2014 20:00:48 12800 bytes
Microsoft.DirectX.dll: 5.04.0000.2904 English Final Retail 11/5/2014 20:00:48 223232 bytes
   dx7vb.dll: 5.03.2600.5512 English Final Retail 4/13/2008 17:11:52 619008 bytes
   dx8vb.dll: 5.03.2600.5512 English Final Retail 4/13/2008 17:11:52 1227264 bytes
 dxdiagn.dll: 5.03.2600.5512 English Final Retail 4/13/2008 17:11:52 2113536 bytes
   mfc40.dll: 4.01.0000.6151 English Beta Retail 9/17/2010 23:53:25 954368 bytes
   mfc42.dll: 6.02.8081.0000 English Final Retail 2/8/2011 06:33:55 978944 bytes
 wsock32.dll: 5.01.2600.5512 English Final Retail 4/13/2008 17:12:10 22528 bytes
amstream.dll: 6.05.2600.5512 English Final Retail 4/13/2008 17:11:49 70656 bytes
 devenum.dll: 6.05.2600.5512 English Final Retail 4/13/2008 17:11:51 59904 bytes
  dxmasf.dll: 6.04.0009.1133 English Final Retail 4/13/2008 17:11:52 498742 bytes
mciqtz32.dll: 6.05.2600.5512 English Final Retail 4/13/2008 17:11:56 35328 bytes
 mpg2splt.ax: 6.05.2600.6333 English Final Retail 1/1/2013 23:49:10 148992 bytes
   msdmo.dll: 6.05.2600.5512 English Final Retail 4/13/2008 17:11:59 14336 bytes
  encapi.dll: 5.03.2600.5512 English Final Retail 4/13/2008 17:11:53 20480 bytes
    qasf.dll: 10.00.0000.3802 English Final Retail 1/28/2005 13:44:28 221184 bytes
    qcap.dll: 6.05.2600.5512 English Final Retail 4/13/2008 17:12:03 192512 bytes
     qdv.dll: 6.05.2600.5512 English Final Retail 4/13/2008 17:12:03 279040 bytes
    qdvd.dll: 6.05.2600.6169 English Final Retail 11/3/2011 08:28:36 386048 bytes
   qedit.dll: 6.05.2600.6512 English Final Retail 2/5/2014 01:55:04 562688 bytes
qedwipes.dll: 6.05.2600.5512 English Final Retail 4/13/2008 10:21:32 733696 bytes
  quartz.dll: 6.05.2600.6333 English Final Retail 1/1/2013 23:49:10 1292288 bytes
 strmdll.dll: 4.01.0000.3938 English Final Retail 8/26/2009 01:00:21 247326 bytes
 iac25_32.ax: 2.00.0005.0053 English Final Retail 4/13/2008 17:12:42 199680 bytes
  ir41_32.ax: 4.51.0016.0003 English Final Retail 4/13/2008 17:12:42 848384 bytes
 ir41_qc.dll: 4.30.0062.0002 English Final Retail 4/13/2008 17:11:55 120320 bytes
ir41_qcx.dll: 4.30.0064.0001 English Final Retail 4/13/2008 17:11:55 338432 bytes
 ir50_32.dll: 5.2562.0015.0055 English Final Retail 4/13/2008 17:11:55 755200 bytes
 ir50_qc.dll: 5.00.0063.0048 English Final Retail 4/13/2008 17:11:55 200192 bytes
ir50_qcx.dll: 5.00.0064.0048 English Final Retail 4/13/2008 17:11:55 183808 bytes
   ivfsrc.ax: 5.10.0002.0051 English Final Retail 4/13/2008 17:12:42 154624 bytes
mswebdvd.dll: 6.05.2600.5857 English Final Retail 8/5/2009 02:01:48 204800 bytes
      ks.sys: 5.03.2600.5512 English Final Retail 4/13/2008 13:16:36 141056 bytes
  ksproxy.ax: 5.03.2600.5512 English Final Retail 4/13/2008 18:12:42 129536 bytes
  ksuser.dll: 5.03.0000.0900 English Final Retail 12/12/2002 01:14:32 4096 bytes
  stream.sys: 5.03.0001.0904 English Final Retail 7/9/2004 05:27:28 48512 bytes
mspclock.sys: 5.03.2600.5512 English Final Retail 4/13/2008 11:39:50 5376 bytes
   mspqm.sys: 5.01.2600.5512 English Final Retail 4/13/2008 11:39:51 4992 bytes
 mskssrv.sys: 5.03.2600.5512 English Final Retail 4/13/2008 11:39:52 7552 bytes
  swenum.sys: 5.03.2600.5512 English Final Retail 4/13/2008 11:39:53 4352 bytes
   mstee.sys: 5.03.2600.5512 English Final Retail 4/13/2008 11:39:50 5504 bytes
   ipsink.ax: 5.03.2600.5512 English Final Retail 4/13/2008 17:12:42 16384 bytes
mpeg2data.ax: 6.05.2600.5512 English Final Retail 4/13/2008 17:12:42 118272 bytes
  ndisip.sys: 5.03.2600.5512 English Final Retail 4/13/2008 11:46:22 10880 bytes
streamip.sys: 5.03.2600.5512 English Final Retail 4/13/2008 11:46:21 15232 bytes
msvidctl.dll: 6.05.2600.5512 English Final Retail 4/13/2008 17:12:01 1428992 bytes
    slip.sys: 5.03.2600.5512 English Final Retail 4/13/2008 11:46:23 11136 bytes
nabtsfec.sys: 5.03.2600.5512 English Final Retail 4/13/2008 11:46:25 85248 bytes
ccdecode.sys: 5.03.2600.5512 English Final Retail 4/13/2008 11:46:23 17024 bytes
  vbisurf.ax: 5.03.2600.5512 English Final Retail 4/13/2008 17:12:42 30208 bytes
   msyuv.dll: 5.03.2600.5908 English Final Retail 11/27/2009 10:11:44 17920 bytes
 kstvtune.ax: 5.03.2600.5512 English Final Retail 4/13/2008 17:12:42 61952 bytes
   ksxbar.ax: 5.03.2600.5512 English Final Retail 4/13/2008 17:12:42 43008 bytes
 kswdmcap.ax: 5.03.2600.5512 English Final Retail 4/13/2008 17:12:42 91136 bytes
vfwwdm32.dll: 5.01.2600.5512 English Final Retail 4/13/2008 18:12:08 53760 bytes
wstcodec.sys: 5.03.2600.5512 English Final Retail 4/13/2008 11:46:24 19200 bytes
wstdecod.dll: 5.03.2600.5512 English Final Retail 4/13/2008 17:12:10 50688 bytes

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

WDM Streaming VBI Codecs:
NABTS/FEC VBI Codec,0x00200000,2,1,,5.03.2600.5512
CC Decoder,0x00200000,2,1,,5.03.2600.5512
WST Codec,0x00200000,1,1,,5.03.2600.5512

DirectShow Filters:
WMAudio Decoder DMO,0x00800800,1,1,,
WMAPro over S/PDIF DMO,0x00600800,1,1,,
WMSpeech 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,,
Annodex Mux Filter,0x00200000,1,0,dsfAnxMux.dll,0.79.1936.0000
CMML Decode Filter,0x00800002,1,1,dsfCMMLDecoder.dll,0.79.1936.0000
CMML Raw Source Filter,0x00600000,0,0,dsfCMMLRawSource.dll,0.79.1936.0000
FLAC Decode Filter,0x00600000,1,1,dsfFLACDecoder.dll,0.79.1936.0000
FLAC Encode Filter,0x00200000,1,1,dsfFLACEncoder.dll,0.79.1936.0000
Native FLAC Source Filter,0x00600000,0,0,dsfNativeFLACSource.dll,0.79.1936.0000
Ogg Demux Packet Source Filter,0x00600000,0,0,dsfOggDemux2.dll,0.79.1936.0000
Ogg Mux Filter,0x00200000,1,0,dsfOggMux.dll,0.79.1936.0000
OGM Decode Filter,0x00600000,1,1,dsfOGMDecoder.dll,0.79.1936.0000
Speex Decode Filter,0x00600000,1,1,dsfSpeexDecoder.dll,0.79.1936.0000
Speex Encode Filter,0x00200000,1,1,dsfSpeexEncoder.dll,0.79.1936.0000
Subtitle VMR9 Filter,0x00800002,1,1,dsfSubtitleVMR9.dll,0.79.1936.0000
Theora Decode Filter,0x00600000,1,1,dsfTheoraDecoder.dll,0.79.1936.0000
Theora Encode Filter,0x00200000,1,1,dsfTheoraEncoder.dll,0.79.1936.0000
Vorbis Decode Filter,0x00600000,1,1,dsfVorbisDecoder.dll,0.79.1936.0000
Vorbis Encode Filter,0x00200000,1,1,dsfVorbisEncoder.dll,0.79.1936.0000
WMT MuxDeMux Filter,0x00200000,0,0,wmm2filt.dll,2.01.4026.0000
Roxio MPEG2 Video Decoder,0x00200000,1,1,MPEG2VidCodec.dll,10.01.0002.0001
roxio DCFilters Audio Sync Filter 2,0x00000000,0,0,,
InterVideo Video Decoder,0x00700000,2,4,IVIVIDEO.ax,5.00.0011.1243
ROXIO VCFDVSceneDetect 1.0,0x00200000,1,2,RoxVideo.ax,8.00.0000.0047
LVMWriter,0x00200000,1,0,LVMWriter.ax,8.00.0000.0047
ffdshow Video Decoder,0xff800001,2,1,ffdshow.ax,1.01.3800.0000
Roxio Vob Loader,0x00200000,0,1,VOBLoader.ax,8.00.0000.0047
Full Screen Renderer,0x00200000,1,0,quartz.dll,6.05.2600.6333
Roxio MPEG2 Muxer,0x00200000,4,0,MPEG2Muxer.dll,10.01.0002.0001
ffdshow raw video filter,0x00200000,2,1,ffdshow.ax,1.01.3800.0000
roxio DCFilters DVD Muxer,0x00000000,0,0,,
InterVideo Audio Processor,0x00200000,1,1,IviAudioProcess.ax,
Roxio MPEG2 Encoder,0x00200000,1,1,MPEG2VidCodec.dll,10.01.0002.0001
MainConcept (Sonic) DV Video Decoder,0x00600000,1,1,sonicmcdsdv.ax,2.01.0000.0004
MainConcept (Sonic) DV Video Encoder,0x00200000,1,1,sonicmcdsdv.ax,2.01.0000.0004
ffdshow Audio Decoder,0xff800001,1,1,ffdshow.ax,1.01.3800.0000
Roxio Repacketizer Filter,0x00200000,1,1,RepackFilter.dll,10.01.0002.0001
ATI Ticker,0x00200000,0,1,Ticker.ax,
ROXIO Deinterlace 3.0,0x00200000,1,1,RoxVideo.ax,8.00.0000.0047
DV Muxer,0x00400000,0,0,qdv.dll,6.05.2600.5512
ROXIO Pan Zoom 3.0,0x00200000,1,1,RoxVideo.ax,8.00.0000.0047
Color Space Converter,0x00400001,1,1,quartz.dll,6.05.2600.6333
WM ASF Reader,0x00400000,0,0,qasf.dll,10.00.0000.3802
ROXIO WAV Dest 3.0,0x00200000,0,0,,
Screen Capture filter,0x00200000,0,1,wmpsrcwp.dll,10.00.0000.3646
AVI Splitter,0x00600000,1,1,quartz.dll,6.05.2600.6333
ROXIO VCFStationLogo 1.0,0x00200000,1,1,RoxVideo.ax,8.00.0000.0047
WMT AudioAnalyzer,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.05.2600.6333
Indeo� video 5.10 Compression Filter,0x00200000,1,1,ir50_32.dll,5.2562.0015.0055
ROXIO Field Combiner 3.0,0x00200000,1,1,RoxVideo.ax,8.00.0000.0047
Windows Media Audio Decoder,0x00800001,1,1,msadds32.ax,8.00.0000.4487
Roxio MPEG Stream Analyzer,0x00200000,1,2,MPEGStreamAnalyzer.dll,10.01.0002.0001
ROXIO LVM File Source (Async.),0x00200000,0,1,LVMAsync.ax,8.00.0000.0047
ROXIO SpyPos 3.0,0x00200000,1,1,MGINullIP.ax,8.00.0000.0047
Sonic HD Demuxer,0x00800201,1,2,SonicHDDemuxer.dll,4.03.0000.0116
ROXIO CPU Regulator,0x00200000,1,1,CPURegulator.ax,10.00.0000.0000
AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.05.2600.6333
Intervideo CDSF Filter,0x00200000,0,1,ivicdsf.ax,9.00.0000.0000
ROXIO VCFDvrSupport 3.0,0x00200000,1,1,DvrSupportFilt.ax,8.00.0000.0047
ROXIO VCFVideoCutList 3.0,0x00200000,1,1,RoxVideo.ax,8.00.0000.0047
Roxio Smart Encoder,0x00200000,2,1,MPEG2VidCodec.dll,10.01.0002.0001
WMT Format Conversion,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
StreamBufferSink,0x00200000,0,0,sbe.dll,6.05.2600.6076
WMT Black Frame Generator,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
MJPEG Decompressor,0x00600000,1,1,quartz.dll,6.05.2600.6333
Indeo� video 5.10 Decompression Filter,0x00640000,1,1,ir50_32.dll,5.2562.0015.0055
WMT Screen Capture filter,0x00200000,0,1,wmm2filt.dll,2.01.4026.0000
ROXIO DVDCrossGraphEx Source 3.0,0x00200000,0,1,RoxVideo.ax,8.00.0000.0047
ROXIO SceneRecorder 1.0,0x00200000,1,0,RoxVideo.ax,8.00.0000.0047
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.6333
Media Analyser,0x00200000,1,2,mediaanalyser.ax,8.00.0000.0047
ROXIO AudioConvert 3.0,0x00200000,1,1,roxaudio.ax,10.00.0000.0000
SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.05.2600.6333
Roxio MPEG1 Encoder,0x00200000,1,1,MPEG1VidCodec.dll,10.01.0002.0001
MPEG Layer-3 Decoder,0x00810000,1,1,l3codecx.ax,1.06.0000.0052
MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.05.2600.6333
Roxio Transport Stream Source,0x00200000,0,1,TSMPEGSource.dll,10.01.0002.0001
ROXIO VideoInfo Transcoder 3.0,0x00200000,1,1,RoxVideo.ax,8.00.0000.0047
ACELP.net Sipro Lab Audio Decoder,0x00800001,1,1,acelpdec.ax,1.04.0000.0000
VCGImageSource,0x00200000,0,1,VideoCompositing.ax,8.00.0000.0047
ROXIO Audio Source 3.0,0x00200000,0,1,roxaudio.ax,10.00.0000.0000
Roxio MPEG2 Demuxer,0x00600000,1,2,RoxioMPEGDemuxer.dll,10.01.0002.0001
Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.05.2600.6333
MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.05.2600.6333
MMACE ProcAmp,0x00200000,0,2,MMACEFilters.dll,
File Source (Netshow URL),0x00400000,0,1,wmpasf.dll,10.00.0000.3646
WMT Import Filter,0x00200000,0,1,wmm2filt.dll,2.01.4026.0000
ROXIO VCFAudioMixer 3.0,0x00200000,1,1,roxaudio.ax,10.00.0000.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
VCG Null Renderer 3.0,0x00200000,1,0,VideoCompositing.ax,8.00.0000.0047
Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,6.05.2600.6333
Windows Media Video Decoder,0x00800000,1,1,wmv8ds32.ax,8.00.0000.4000
Sonic Cinemaster� Audio Decoder 4.3 (No Dolby),0x00400000,1,1,CinemasterAudioND.DLL,4.03.0000.0224
ROXIO Video Effect 3.0,0x00200000,1,1,RoxVideo.ax,8.00.0000.0047
roxio DCFilters Subpicture Mixer,0x00000000,0,0,,
ROXIO Video VCFLooper 3.0,0x00200000,1,1,RoxVideo.ax,8.00.0000.0047
ROXIO Field Splitter 3.0,0x00200000,1,1,RoxVideo.ax,8.00.0000.0047
WMT VIH2 Fix,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
Record Queue,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
ROXIO VideoTransition 3.0,0x00200000,1,0,RoxVideo.ax,8.00.0000.0047
ROXIO VCFpeakmeter 3.0,0x00200000,1,1,roxaudio.ax,10.00.0000.0000
ROXIO ListImage Source 3.0,0x00200000,0,1,RoxVideo.ax,8.00.0000.0047
Windows Media Multiplexer,0x00600000,1,1,wmpasf.dll,10.00.0000.3646
ASX file Parser,0x00600000,1,1,wmpasf.dll,10.00.0000.3646
ASX v.2 file Parser,0x00600000,1,0,wmpasf.dll,10.00.0000.3646
NSC file Parser,0x00600000,1,1,wmpasf.dll,10.00.0000.3646
Roxio Plasma CrossGraph Source,0x00200000,0,1,PlasmaCGFilter.ax,8.00.0000.0047
ROXIO Pin Tee,0x00200000,1,1,RoxVideo.ax,8.00.0000.0047
Roxio Audio Stream Reader Filter,0x00000000,0,0,,
ACM Wrapper,0x00600000,1,1,quartz.dll,6.05.2600.6333
ROXIO QT Source,0x00200000,0,1,RoxVideo.ax,8.00.0000.0047
roxio DCFilters DVD Reader,0x00000000,0,0,,
Windows Media source filter,0x00600000,0,2,wmpasf.dll,10.00.0000.3646
Video Renderer,0x00800001,1,0,quartz.dll,6.05.2600.6333
Frame Eater,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
roxio DCFilters Smart Resizer,0x00000000,0,0,,
MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.05.2600.6076
Line 21 Decoder,0x00600000,1,1,qdvd.dll,6.05.2600.6169
Video Port Manager,0x00600000,2,1,quartz.dll,6.05.2600.6333
ROXIO Sewer 3.0,0x00200000,1,0,MVWcDSutil.dll,8.00.0000.0047
WST Decoder,0x00600000,1,1,wstdecod.dll,5.03.2600.5512
Video Renderer,0x00400000,1,0,quartz.dll,6.05.2600.6333
Roxio MPEG1 Muxer,0x00200000,2,1,MPEG1Muxer.dll,10.01.0002.0001
Roxio Smart Decoder,0x00200000,1,1,MPEG2VidCodec.dll,10.01.0002.0001
ROXIO DVDCrossGraphEx Renderer 3.0,0x00200000,1,0,RoxVideo.ax,8.00.0000.0047
WM ASF Writer,0x00400000,0,0,qasf.dll,10.00.0000.3802
InterVideo Audio Decoder,0x00700000,1,1,iviaudio.ax,5.00.0011.1243
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
ROXIO Video Resampler 3.0,0x00200000,1,1,RoxVideo.ax,8.00.0000.0047
Microsoft MPEG-4 Video Decompressor,0x00800000,1,1,mpg4ds32.ax,8.00.0000.4504
MMACE SoftEmu,0x00200000,0,2,MMACEFilters.dll,
File writer,0x00200000,1,0,qcap.dll,6.05.2600.5512
Roxio MPEG Analyzer,0x00200000,1,0,RoxioMPEGProp.dll,10.01.0002.0001
Bandisoft MPEG-1 Video Decoder,0xff800001,1,1,bdfilters.dll,1.00.0001.0003
ROXIO ColorSpace Converter 3.0,0x00200000,1,1,RoxVideo.ax,8.00.0000.0047
Roxio MPEG1 Audio Encoder,0x00200000,1,1,RoxioAudioEnc.dll,10.01.0002.0001
WMT Log Filter,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
ROXIO VideoCombine 3.0,0x00200000,1,0,RoxVideo.ax,8.00.0000.0047
WMT Virtual Renderer,0x00200000,1,0,wmm2filt.dll,2.01.4026.0000
ROXIO VCFAlphaSplitter 3.0,0x00200000,1,1,RoxVideo.ax,8.00.0000.0047
VMR9 Wrapper 3.0,0x00200000,1,0,VideoCompositing.ax,8.00.0000.0047
Sonic MPEG-2 Video Decoder,0x00000000,0,0,,
VCG Video Mixer 3.0,0x00200000,0,1,VideoCompositing.ax,8.00.0000.0047
DVD Navigator,0x00200000,0,2,qdvd.dll,6.05.2600.6169
ROXIO InputSelectorNew 3.0,0x00200000,1,0,,
ROXIO VCFLatency 3.0,0x00200000,1,1,roxaudio.ax,10.00.0000.0000
Roxio VOB Formatter,0x00200000,1,1,VOBFormatter.ax,8.00.0000.0047
MMACE DeInterlace,0x00200000,0,2,MMACEFilters.dll,
roxio DCFilters Mpeg I/II Decoder,0x00000000,0,0,,
Overlay Mixer2,0x00400000,1,1,qdvd.dll,6.05.2600.6169
ROXIO QuickGrabber 3.0,0x00200000,1,0,RoxVideo.ax,8.00.0000.0047
ROXIO Scene Detector 3.0,0x00200000,1,1,RoxVideo.ax,8.00.0000.0047
ROXIO MPEG Writer,0x00200000,1,0,MGIRawWriter.dll,10.01.0002.0001
ROXIO Audio VCFLooper 3.0,0x00200000,1,1,roxaudio.ax,10.00.0000.0000
AVI Draw,0x00600064,9,1,quartz.dll,6.05.2600.6333
.RAM file Parser,0x00600000,1,0,wmpasf.dll,10.00.0000.3646
InterVideo Navigator,0x00190000,0,3,Ivinav.ax,5.00.0011.1243
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.6333
DV Video Decoder,0x00800000,1,1,qdv.dll,6.05.2600.5512
Roxio Audio Source Filter,0x00000000,0,0,,
ROXIO DV Scene Detector Tee 3.0,0x00200000,1,1,RoxVideo.ax,8.00.0000.0047
Indeo� audio software,0x00500000,1,1,iac25_32.ax,2.00.0005.0053
Windows Media Update Filter,0x00400000,1,0,wmpasf.dll,10.00.0000.3646
ffdshow Audio Processor,0x00200000,1,1,ffdshow.ax,1.01.3800.0000
ASF DIB Handler,0x00600000,1,1,wmpasf.dll,10.00.0000.3646
ASF ACM Handler,0x00600000,1,1,wmpasf.dll,10.00.0000.3646
ASF ICM Handler,0x00600000,1,1,wmpasf.dll,10.00.0000.3646
ASF URL Handler,0x00600000,1,1,wmpasf.dll,10.00.0000.3646
ASF JPEG Handler,0x00600000,1,1,wmpasf.dll,10.00.0000.3646
ASF DJPEG Handler,0x00600000,1,1,wmpasf.dll,10.00.0000.3646
ASF embedded stuff Handler,0x00600000,1,1,wmpasf.dll,10.00.0000.3646
9x8Resize,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
WIA Stream Snapshot Filter,0x00200000,1,1,wiasf.ax,1.00.0000.0000
ROXIO CrossGraphEx Renderer 3.0,0x00200000,1,0,RoxVideo.ax,8.00.0000.0047
Allocator Fix,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
SampleGrabber,0x00200000,1,1,qedit.dll,6.05.2600.6512
Null Renderer,0x00200000,1,0,qedit.dll,6.05.2600.6512
ROXIO Image/Colour Source 3.0,0x00200000,0,1,RoxVideo.ax,8.00.0000.0047
Roxio Audio Stream Writer Filter,0x00000000,0,0,,
WMT Virtual Source,0x00200000,0,1,wmm2filt.dll,2.01.4026.0000
ROXIO LPCMSyncFilter,0x00200000,1,1,LPCMSyncFilter.dll,10.01.0002.0001
MPEG-2 Sections and Tables,0x005fffff,1,0,mpeg2data.ax,
WMT Interlacer,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
Sonic HD Nav,0x00200000,0,5,SonicHDNav.dll,4.03.0000.0041
roxio DCFilters DVD Splitter,0x00000000,0,0,,
StreamBufferSource,0x00200000,0,0,sbe.dll,6.05.2600.6076
Smart Tee,0x00200000,1,2,qcap.dll,6.05.2600.5512
PSI Parser,0x00200000,0,0,RoxVideo.ax,8.00.0000.0047
Overlay Mixer,0x00200000,0,0,qdvd.dll,6.05.2600.6169
MainConcept (Nikon) Sink Filter,0x00200000,1,0,,
AVI Decompressor,0x00600000,1,1,quartz.dll,6.05.2600.6333
Uncompressed Domain Shot Detection Filter,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
ROXIO CrossGraphEx Source 3.0,0x00200000,0,1,RoxVideo.ax,8.00.0000.0047
ROXIO VCFWaveform 1.0,0x00200000,1,0,roxaudio.ax,10.00.0000.0000
AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.05.2600.6333
QuickTime Movie Parser,0x00600000,1,1,quartz.dll,6.05.2600.6333
Wave Parser,0x00400000,1,1,quartz.dll,6.05.2600.6333
MIDI Parser,0x00400000,1,1,quartz.dll,6.05.2600.6333
Multi-file Parser,0x00400000,1,1,quartz.dll,6.05.2600.6333
File stream renderer,0x00400000,1,1,quartz.dll,6.05.2600.6333
XML Playlist,0x00400000,1,0,wmpasf.dll,10.00.0000.3646
ROXIO SubPicture Encoder,0x00200000,1,1,SubPictEnc.dll,10.01.0002.0001
Sonic Cinemaster� VideoDecoder 4.3,0x00600000,2,2,CinemasterVideo.DLL,4.03.0001.0237
roxio DCFilters Dragon Lair,0x00000000,0,0,,
ROXIO Audio VCFChunker 3.0,0x00200000,1,1,roxaudio.ax,10.00.0000.0000
ffdshow subtitles filter,0x00200000,2,1,ffdshow.ax,1.01.3800.0000
AVI Mux,0x00200000,1,0,qcap.dll,6.05.2600.5512
Bandisoft MPEG-1 Audio Decoder,0xff800001,1,1,bdfilters.dll,1.00.0001.0003
Line 21 Decoder 2,0x00600002,1,1,quartz.dll,6.05.2600.6333
File Source (Async.),0x00400000,0,1,quartz.dll,6.05.2600.6333
File Source (URL),0x00400000,0,1,quartz.dll,6.05.2600.6333
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
Roxio Plasma CrossGraph Renderer,0x00200000,1,0,PlasmaCGFilter.ax,8.00.0000.0047
Stretch Video,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,6.05.2600.5512
ROXIO InputSelector 3.0,0x00200000,1,0,RoxVideo.ax,8.00.0000.0047
ROXIO AudioGrabber 3.0,0x00200000,1,0,RoxVideo.ax,8.00.0000.0047
QT Decompressor,0x00600000,1,1,quartz.dll,6.05.2600.6333
MPEG Video Decoder,0x40000001,1,1,quartz.dll,6.05.2600.6333
ROXIO ThumbnailGrabber 3.0,0x00200000,1,0,RoxVideo.ax,8.00.0000.0047
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 Tee/Splitter Devices:
Tee/Sink-to-Sink Converter,0x00200000,1,1,,5.03.2600.5512

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:
MSScreen encoder DMO,0x00600800,1,1,,
WMVideo9 Encoder DMO,0x00600800,1,1,,
WMVideo Advanced Encoder DMO,0x00600800,1,1,,
MSScreen 9 encoder DMO,0x00600800,1,1,,
DV Video Encoder,0x00200000,0,0,qdv.dll,6.05.2600.5512
ffdshow video encoder,0x00100000,1,1,ffdshow.ax,1.01.3800.0000
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.6333
Cinepak Codec by Radius,0x00200000,1,1,qcap.dll,6.05.2600.5512
ffdshow Video Codec,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
Bandi MPEG-1 Video Decoder,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
Zipped Motion Block Video v0.1,0x00200000,1,1,qcap.dll,6.05.2600.5512

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

Audio Capture Sources:
Conexant HD Audio input,0x00200000,0,0,qcap.dll,6.05.2600.5512

Midi Renderers:
Default MidiOut Device,0x00800000,1,0,quartz.dll,6.05.2600.6333
Microsoft GS Wavetable SW Synth,0x00200000,1,0,quartz.dll,6.05.2600.6333

WDM Streaming Capture Devices:
,0x00000000,0,0,,
,0x00000000,0,0,,

WDM Streaming Rendering Devices:
,0x00000000,0,0,,
Conexant HD Audio output,0x00200000,2,1,,5.03.2600.5512

BDA Rendering Filters:
BDA IP Sink,0x00200000,1,1,,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.6161
Encrypt/Tag,0x00200000,0,0,encdec.dll,6.05.2600.6161
XDS Codec,0x00200000,0,0,encdec.dll,6.05.2600.6161

WDM Streaming Communication Transforms:
Tee/Sink-to-Sink Converter,0x00200000,1,1,,5.03.2600.5512

Audio Renderers:
Conexant HD Audio output,0x00200000,1,0,quartz.dll,6.05.2600.6333
Default DirectSound Device,0x00800000,1,0,quartz.dll,6.05.2600.6333
Default WaveOut Device,0x00200000,1,0,quartz.dll,6.05.2600.6333
DirectSound: Conexant HD Audio output,0x00200000,1,0,quartz.dll,6.05.2600.6333

WDM Streaming System Devices:
Conexant HD Audio input,0x00200000,1,1,,5.03.2600.5512
Conexant HD Audio output,0x00200000,3,1,,5.03.2600.5512

BDA Receiver Component:
BDA Slip De-Framer,0x00600000,1,1,,5.03.2600.5512

DxDiag2008.txt (56,090 bytes)   

ptarth

May 1, 2015 11:40 am

reporter   ~0040401

Default dxdiag added.

Chris_McElligottPark

May 1, 2015 11:55 am

administrator   ~0040403

@crazyroosterman:

* When the game is running in fullscreen mode and you alt-tab out of it, it no longer will keep running in the background.
** If this game had networking, that would cause network failures when playing multiplayer. As it is, since this is a single-player-only game, this prevents a flood of messages from being written to the unity log and thus can prevent out of memory exceptions that can happen if you leave it in this state for long enough.

Chris_McElligottPark

May 1, 2015 11:58 am

administrator   ~0040404

@ptarth: Cool, thanks for that. It's actually a quite nice machine despite being that old. The one main thing that I notice is that your drivers for your video card haven't been updated since November 2012. That isn't really a crisis and there might not be any newer drivers, but it is interesting.

Anyway, thanks for that -- I think that whatever the minimum system requirements are, you're probably in excess of what they would be (hopefully!).

ptarth

May 1, 2015 12:30 pm

reporter   ~0040405

The last Lenovo supported ATI drivers actually came out in 2010 (in contrast to the 2012 Lenovo Intel drivers). I occasionally have graphic errors in various games (e.g., Dragon Nest), which should be within specs. I've periodically tried to fix it using newer ATI drivers for my card (ones that are not Lenovo supported). It usually ends in reinstallation of all sorts of different versions to get things to working as they were before I tried to fix things.

Chris_McElligottPark

May 1, 2015 12:47 pm

administrator   ~0040406

Whew! Yeah, that makes a lot of sense then. Wowza.

crazyroosterman

May 1, 2015 2:06 pm

reporter   ~0040412

I like how this has turned from a bug report into hardware nerding XD.

Chris_McElligottPark

May 1, 2015 2:55 pm

administrator   ~0040415

Sometimes the two are much the same! ;)

crazyroosterman

May 1, 2015 6:52 pm

reporter   ~0040419

its funny I was starting to think there wasn't more jankyness in this game in till this thing hopefully I won't come across any more jankyness so I can actually complete a game 0_0

Chris_McElligottPark

May 8, 2015 4:08 pm

administrator   ~0040612

Happily marking as fixed for now.

Issue History

Date Modified Username Field Change
Apr 30, 2015 12:33 pm crazyroosterman New Issue
Apr 30, 2015 12:33 pm crazyroosterman File Added: ArcenDebugLog.txt
Apr 30, 2015 12:34 pm crazyroosterman File Added: plant man!.save
Apr 30, 2015 1:14 pm Chris_McElligottPark Note Added: 0040346
Apr 30, 2015 1:14 pm Chris_McElligottPark Assigned To => Chris_McElligottPark
Apr 30, 2015 1:14 pm Chris_McElligottPark Status new => feedback
Apr 30, 2015 1:39 pm Chris_McElligottPark Note Added: 0040349
Apr 30, 2015 2:43 pm crazyroosterman Note Added: 0040358
Apr 30, 2015 2:43 pm crazyroosterman Status feedback => assigned
Apr 30, 2015 3:10 pm crazyroosterman Note Edited: 0040358
Apr 30, 2015 3:40 pm Chris_McElligottPark Note Added: 0040360
Apr 30, 2015 3:55 pm crazyroosterman Note Added: 0040361
Apr 30, 2015 3:59 pm Chris_McElligottPark Note Added: 0040362
Apr 30, 2015 5:14 pm crazyroosterman Note Added: 0040366
Apr 30, 2015 9:53 pm Chris_McElligottPark Note Added: 0040376
Apr 30, 2015 9:57 pm ptarth Note Added: 0040378
Apr 30, 2015 10:06 pm Chris_McElligottPark Note Added: 0040379
Apr 30, 2015 10:10 pm ptarth Note Added: 0040381
Apr 30, 2015 10:19 pm Chris_McElligottPark Note Added: 0040382
Apr 30, 2015 10:19 pm Chris_McElligottPark Status assigned => feedback
May 1, 2015 4:00 am crazyroosterman File Added: DxDiag.txt
May 1, 2015 4:01 am crazyroosterman Note Added: 0040386
May 1, 2015 4:01 am crazyroosterman Status feedback => assigned
May 1, 2015 9:59 am Chris_McElligottPark Note Added: 0040391
May 1, 2015 10:53 am ptarth Note Added: 0040394
May 1, 2015 11:05 am Chris_McElligottPark Note Added: 0040397
May 1, 2015 11:31 am crazyroosterman Note Added: 0040398
May 1, 2015 11:32 am crazyroosterman Note Added: 0040399
May 1, 2015 11:34 am crazyroosterman Note Added: 0040400
May 1, 2015 11:40 am ptarth File Added: DxDiag2008.txt
May 1, 2015 11:40 am ptarth Note Added: 0040401
May 1, 2015 11:55 am Chris_McElligottPark Note Added: 0040403
May 1, 2015 11:58 am Chris_McElligottPark Note Added: 0040404
May 1, 2015 12:30 pm ptarth Note Added: 0040405
May 1, 2015 12:47 pm Chris_McElligottPark Note Added: 0040406
May 1, 2015 2:06 pm crazyroosterman Note Added: 0040412
May 1, 2015 2:55 pm Chris_McElligottPark Note Added: 0040415
May 1, 2015 6:52 pm crazyroosterman Note Added: 0040419
May 8, 2015 4:08 pm Chris_McElligottPark Note Added: 0040612
May 8, 2015 4:08 pm Chris_McElligottPark Status assigned => resolved
May 8, 2015 4:08 pm Chris_McElligottPark Resolution open => fixed