Developing Games on Intel Graphics
If you are gaming on graphics integrated in your Intel Processor, this is the place for you! Find answers to your questions or post your issues with PC games
489 Discussions

DX10 bug into pixel shader code (X3100)

feal87
Novice
573 Views

Using clip(something) make the Display Driver in Vista crash (Over 2 second of operation)

This is theHLSL code that is causing the crash of our shader :

[cpp]void atst(float4 c)
{
	float a = trunc(c.a * 255);
	
	if(PS_ATST == 0) // never
	{
		discard;
	}
	else if(PS_ATST == 1) // always
	{
		// nothing to do
	}
	else if(PS_ATST == 2 || PS_ATST == 3) // l, le
	{
		clip(AREF - a);
	}
	else if(PS_ATST == 4) // e
	{
		clip(0.5f - abs(a - AREF));
	}
	else if(PS_ATST == 5 || PS_ATST == 6) // ge, g
	{
		clip(a - AREF);
	}
	else if(PS_ATST == 7) // ne
	{
		clip(abs(a - AREF) - 0.5f);
	}
}[/cpp]

The simple discard does not have this problem. Only the various clip are. (from watching the assembly i think that it may be caused by the "lt" instruction. (that seems the only difference between the simple discard and the clip)

We don't see how to bypass this grave limitation...

Do you have any workaround or solution? (as we need alpha testing...)

P.S. We are using latest driver from Intel.

This is the full shader assembly that is causing the problem (so you can test):

[cpp]ps_4_0
dcl_constantbuffer  cb0[3], immediateIndexed
dcl_sampler s0, mode_default
dcl_sampler s1, mode_default
dcl_resource_texture2d ( float , float , float , float ) t0
dcl_resource_texture2d ( float , float , float , float ) t1
dcl_input linear v1.xyzw
dcl_input linear v2.xyzw
dcl_output o0.xyzw
dcl_output o1.xyzw
dcl_temps 4
div r0.xyzw, v1.xyxy, v1.wwww
add r0.xyzw, r0.xyzw, cb0[1].xyzw
sample r1.xyzw, r0.zwzz, t0.xyzw, s0
sample r1.xyzw, r1.wwww, t1.xyzw, s1
sample r2.xyzw, r0.xwxx, t0.xyzw, s0
sample r2.xyzw, r2.wwww, t1.xyzw, s1
add r1.xyzw, r1.xyzw, -r2.xyzw
mul r3.xy, r0.xyxx, cb0[2].zwzz
frc r3.xy, r3.xyxx
mad r1.xyzw, r3.xxxx, r1.xyzw, r2.xyzw
sample r2.xyzw, r0.zyzz, t0.xyzw, s0
sample r0.xyzw, r0.xyxx, t0.xyzw, s0
sample r0.xyzw, r0.wwww, t1.xyzw, s1
sample r2.xyzw, r2.wwww, t1.xyzw, s1
add r2.xyzw, -r0.xyzw, r2.xyzw
mad r0.xyzw, r3.xxxx, r2.xyzw, r0.xyzw
add r1.xyzw, -r0.xyzw, r1.xyzw
mad r0.xyzw, r3.yyyy, r1.xyzw, r0.xyzw
mul r0.xyzw, r0.xyzw, v2.xyzw
mul_sat r0.xyzw, r0.xyzw, l(1.992188, 1.992188, 1.992188, 1.992188)
mul r1.x, r0.w, l(255.000000)
round_z r1.x, r1.x
add r1.x, r1.x, -cb0[0].w
lt r1.x, r1.x, l(0.000000)
discard r1.x
add r0.xyz, r0.xyzx, -cb0[0].xyzx
mad o0.xyz, v1.zzzz, r0.xyzx, cb0[0].xyzx
mov o0.w, r0.w
add o1.xyzw, r0.wwww, r0.wwww
ret [/cpp]

As far as we have detected, the problem is with the LT function.

EDIT: I'll add a Pix snapshot showing the problem as soon as possible.

Here's the Pix SnapShot. I hope to have a favourable reply...

http://www.mediafire.com/download.php?jnjjyog5lmj

Operation 1317 make the intel driver crash.

Here is the DXDiag as requested :

[bash]------------------
System Information
------------------
Time of this report: 3/4/2010, 10:15:12
       Machine name: PORTATILE
   Operating System: Windows Vista? Home Premium (6.0, Build 6002) Service Pack 2 (6002.vistasp2_gdr.091208-0542)
           Language: Japanese (Regional Setting: Japanese)
System Manufacturer: Sony Corporation
       System Model: VGN-NR11Z_S
               BIOS: Ver 1.00PARTTBL
          Processor: Intel Core2 Duo CPU     T7250  @ 2.00GHz (2 CPUs), ~2.0GHz
             Memory: 2038MB RAM
          Page File: 1537MB used, 1223MB available
        Windows Dir: C:\Windows
    DirectX Version: DirectX 11
DX Setup Parameters: Not found
     DxDiag Version: 7.00.6002.18107 32bit 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: Mobile Intel 965 Express Chipset Family
     Manufacturer: Intel Corporation
        Chip type: Mobile Intel 965 Express Chipset Family
         DAC type: Internal
       Device Key: Enum\PCI\VEN_8086&DEV_2A02&SUBSYS_902D104D&REV_0C
   Display Memory: 358 MB
 Dedicated Memory: 0 MB
    Shared Memory: 358 MB
     Current Mode: 1280 x 800 (32 bit) (59Hz)
          Monitor: Monitor generico Plug and Play
      Driver Name: igdumdx32.dll,igd10umd32.dll
   Driver Version: 7.15.0010.1666 (English)
      DDI Version: 10
   BGRA Supported: Yes
Driver Attributes: Final Retail
 Driver Date/Size: 2/26/2009 12:34:14, 536576 bytes
      WHQL Logo'd: Yes
  WHQL Date Stamp: 
Device Identifier: {D7B78E66-6942-11CF-7F75-27B0ACC2CA35}
        Vendor ID: 0x8086
        Device ID: 0x2A02
        SubSys ID: 0x902D104D
      Revision ID: 0x000C
      Revision ID: 0x000C
      Video Accel: ModeMPEG2_A ModeMPEG2_C ModeWMV9_B ModeVC1_B 
 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 
     DDraw Status: Enabled
       D3D Status: Enabled
       AGP Status: Enabled

-------------
Sound Devices
-------------
            Description: Cassa/Cuffie (Realtek High Definition Audio)
 Default Sound Playback: Yes
 Default Voice Playback: Yes
            Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0262&SUBSYS_104D2800&REV_1001
        Manufacturer ID: 1
             Product ID: 100
                   Type: WDM
            Driver Name: RTKVHDA.sys
         Driver Version: 6.00.0001.5433 (English)
      Driver Attributes: Final Retail
            WHQL Logo'd: Yes
          Date and Size: 6/26/2007 01:39:35, 1787816 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 2.0 Listen/Src: No, No
   I3DL2 Listen/Src: No, No
Sensaura ZoomFX: No

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

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

Poll w/ Interrupt: No

-----------
USB Devices
-----------
+ Hub radice USB
| Vendor/Product ID: 0x8086, 0x2831
| Matching Device ID: usb\root_hub
| Service: usbhub
| Driver: usbhub.sys, 4/11/2009 05:43:16, 196096 bytes
| Driver: usbd.sys, 1/19/2008 06:53:17, 5888 bytes

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

------------
PS/2 Devices
------------
+ Tastiera PS/2 standard
| Matching Device ID: *pnp0303
| Service: i8042prt
| Driver: i8042prt.sys, 1/19/2008 06:49:18, 54784 bytes
| Driver: kbdclass.sys, 1/19/2008 08:41:52, 35384 bytes
| 
+ Driver tastiera di Terminal Server
| Matching Device ID: root\rdp_kbd
| Upper Filters: kbdclass
| Service: TermDD
| Driver: i8042prt.sys, 1/19/2008 06:49:18, 54784 bytes
| Driver: kbdclass.sys, 1/19/2008 08:41:52, 35384 bytes
| 
+ Alps Pointing-device for VAIO
| Matching Device ID: *sny9001
| Upper Filters: ApfiltrService
| Service: i8042prt
| Driver: Apfiltr.sys, 6/10/2007 01:12:18, 140800 bytes
| Driver: Vxdif.dll, 6/10/2007 01:12:24, 100354 bytes
| Driver: Apoint.exe, 6/10/2007 01:12:18, 118784 bytes
| Driver: ApntEx.exe, 6/10/2007 01:12:18, 40960 bytes
| Driver: Ezcapt.exe, 6/10/2007 01:12:24, 167936 bytes
| Driver: Apvfb.exe, 6/10/2007 01:12:19, 180224 bytes
| Driver: Apoint.dll, 6/10/2007 01:12:18, 118784 bytes
| Driver: ApRes.dll, 6/10/2007 01:12:18, 1363968 bytes
| Driver: EzLaunch.dll, 6/10/2007 01:12:24, 208896 bytes
| Driver: Elprop.dll, 6/10/2007 01:12:24, 102400 bytes
| Driver: EzAuto.dll, 6/10/2007 01:12:24, 69632 bytes
| Driver: ApointJP.chm, 6/10/2007 01:12:18, 17517 bytes
| Driver: ApointUS.chm, 6/10/2007 01:12:19, 17817 bytes
| Driver: ApointGR.chm, 6/10/2007 01:12:18, 21113 bytes
| Driver: ApointFR.chm, 6/10/2007 01:12:18, 20893 bytes
| Driver: ApointIT.chm, 6/10/2007 01:12:18, 20409 bytes
| Driver: ApointSP.chm, 6/10/2007 01:12:19, 20359 bytes
| Driver: ApointKR.chm, 6/10/2007 01:12:18, 20119 bytes
| Driver: ApointCS.chm, 6/10/2007 01:12:18, 20257 bytes
| Driver: ApointCT.chm, 6/10/2007 01:12:18, 19939 bytes
| Driver: ApointNL.chm, 6/10/2007 01:12:18, 20459 bytes
| Driver: ApointRU.chm, 6/10/2007 01:12:18, 18599 bytes
| Driver: Uninstap.exe, 6/10/2007 01:12:24, 212992 bytes
| Driver: ApInst.dll, 6/10/2007 01:12:16, 45056 bytes
| Driver: ApMsgFwd.exe, 6/10/2007 01:12:16, 50736 bytes
| Driver: WdfCoinstaller01001.dll, 6/10/2007 01:12:26, 1418720 bytes
| Driver: i8042prt.sys, 1/19/2008 06:49:18, 54784 bytes
| Driver: mouclass.sys, 1/19/2008 08:41:52, 34360 bytes
| 
+ Mouse compatibile HID
| Vendor/Product ID: 0x04F3, 0x0210
| Matching Device ID: hid_device_system_mouse
| Service: mouhid
| Driver: mouhid.sys, 1/19/2008 06:49:16, 15872 bytes
| Driver: mouclass.sys, 1/19/2008 08:41:52, 34360 bytes
| 
+ Driver mouse di Terminal Server
| Matching Device ID: root\rdp_mou
| Upper Filters: mouclass
| Service: TermDD
| Driver: termdd.sys, 4/11/2009 07:32:52, 53224 bytes
| Driver: sermouse.sys, 1/19/2008 06:49:16, 19968 bytes
| Driver: mouclass.sys, 1/19/2008 08:41:52, 34360 bytes

------------------------
Disk & DVD/CD-ROM Drives
------------------------
      Drive: C:
 Free Space: 11.0 GB
Total Space: 183.5 GB
File System: NTFS
      Model: TOSHIBA MK2035GSS ATA Device

      Drive: F:
      Model: MATSHITA DVD-RAM UJ870QJ ATA Device
     Driver: c:\windows\system32\drivers\cdrom.sys, 6.00.6002.18005 (Japanese), 4/11/2009 05:39:17, 67072 bytes

      Drive: G:
      Model: AI8407X ZOV335X SCSI CdRom Device
     Driver: c:\windows\system32\drivers\cdrom.sys, 6.00.6002.18005 (Japanese), 4/11/2009 05:39:17, 67072 bytes

      Drive: I:
      Model: AI8407X ZOV335X SCSI CdRom Device
     Driver: c:\windows\system32\drivers\cdrom.sys, 6.00.6002.18005 (Japanese), 4/11/2009 05:39:17, 67072 bytes

      Drive: H:
      Model: IHUBA E74LA345YV01 SCSI CdRom Device
     Driver: c:\windows\system32\drivers\cdrom.sys, 6.00.6002.18005 (Japanese), 4/11/2009 05:39:17, 67072 bytes

--------------
System Devices
--------------
     Name: Intel PRO/Wireless 3945ABG Network Connection
Device ID: PCI\VEN_8086&DEV_4222&SUBSYS_10518086&REV_02\4&D69BDA5&0&00E2
   Driver: n/a

     Name: Mobile Intel 965 Express Chipset Family
Device ID: PCI\VEN_8086&DEV_2A03&SUBSYS_902D104D&REV_0C\3&33FD14CA&0&11
   Driver: n/a

     Name: Mobile Intel 965 Express Chipset Family
Device ID: PCI\VEN_8086&DEV_2A02&SUBSYS_902D104D&REV_0C\3&33FD14CA&0&10
   Driver: C:\Windows\system32\DRIVERS\igdkmd32.sys, 7.15.0010.1666 (English), 2/26/2009 12:39:50, 4569088 bytes
   Driver: C:\Windows\system32\igdumd32.dll, 7.15.0010.1666 (English), 2/26/2009 12:39:46, 3821568 bytes
   Driver: C:\Windows\system32\igkrng400.bin, 2/26/2009 11:38:40, 1498564 bytes
   Driver: C:\Windows\system32\iglhxs32.vp, 2/26/2009 13:15:24, 39872 bytes
   Driver: C:\Windows\system32\iglhxo32.vp, 4/18/2008 16:40:32, 2096 bytes
   Driver: C:\Windows\system32\iglhxc32.vp, 9/13/2007 14:03:54, 2096 bytes
   Driver: C:\Windows\system32\hccutils.dll, 7.14.0010.1666 (English), 2/26/2009 12:03:52, 94208 bytes
   Driver: C:\Windows\system32\igfxsrvc.dll, 7.14.0010.1666 (English), 2/26/2009 12:04:20, 51712 bytes
   Driver: C:\Windows\system32\igfxsrvc.exe, 7.14.0010.1666 (English), 2/26/2009 12:57:18, 252952 bytes
   Driver: C:\Windows\system32\igfxpph.dll, 7.14.0010.1666 (English), 2/26/2009 12:04:42, 200192 bytes
   Driver: C:\Windows\system32\igfxcpl.cpl, 7.14.0010.1666 (English), 2/26/2009 12:04:32, 119296 bytes
   Driver: C:\Windows\system32\igfxcfg.exe, 7.14.0010.1666 (English), 2/26/2009 12:57:14, 668696 bytes
   Driver: C:\Windows\system32\igfxdev.dll, 7.14.0010.1666 (English), 2/26/2009 12:03:46, 210432 bytes
   Driver: C:\Windows\system32\igfxdo.dll, 7.14.0010.1666 (English), 2/26/2009 12:04:02, 130048 bytes
   Driver: C:\Windows\system32\igfxtray.exe, 7.14.0010.1666 (English), 2/26/2009 12:57:20, 141848 bytes
   Driver: C:\Windows\system32\hkcmd.exe, 7.14.0010.1666 (English), 2/26/2009 12:57:12, 173592 bytes
   Driver: C:\Windows\system32\igfxress.dll, 7.14.0010.1666 (English), 2/26/2009 12:03:46, 5702656 bytes
   Driver: C:\Windows\system32\igfxpers.exe, 7.14.0010.1666 (English), 2/26/2009 12:57:16, 150552 bytes
   Driver: C:\Windows\system32\igfxTMM.dll, 7.14.0010.1666 (English), 2/26/2009 12:05:12, 257536 bytes
   Driver: C:\Windows\system32\TVWSetup.exe, 1.00.0001.0000 (English), 2/26/2009 12:57:22, 8198680 bytes
   Driver: C:\Windows\system32\igfxext.exe, 7.14.0010.1666 (English), 2/26/2009 12:57:14, 173080 bytes
   Driver: C:\Windows\system32\igfxexps.dll, 7.14.0010.1666 (English), 2/26/2009 12:04:34, 23552 bytes
   Driver: C:\Windows\system32\oemdspif.dll, 7.14.0010.1666 (English), 2/26/2009 12:05:04, 59392 bytes
   Driver: C:\Windows\system32\igfxrara.lrc, 7.14.0010.1666 (English), 2/26/2009 12:08:02, 252416 bytes
   Driver: C:\Windows\system32\igfxrchs.lrc, 7.14.0010.1666 (English), 2/26/2009 12:08:02, 178176 bytes
   Driver: C:\Windows\system32\igfxrcht.lrc, 7.14.0010.1666 (English), 2/26/2009 12:08:02, 179712 bytes
   Driver: C:\Windows\system32\igfxrdan.lrc, 7.14.0010.1666 (English), 2/26/2009 12:08:02, 280576 bytes
   Driver: C:\Windows\system32\igfxrdeu.lrc, 7.14.0010.1666 (English), 2/26/2009 12:08:04, 303616 bytes
   Driver: C:\Windows\system32\igfxrenu.lrc, 7.14.0010.1666 (English), 2/26/2009 12:03:46, 275968 bytes
   Driver: C:\Windows\system32\igfxresp.lrc, 7.14.0010.1666 (English), 2/26/2009 12:08:04, 303104 bytes
   Driver: C:\Windows\system32\igfxrfin.lrc, 7.14.0010.1666 (English), 2/26/2009 12:08:04, 281088 bytes
   Driver: C:\Windows\system32\igfxrfra.lrc, 7.14.0010.1666 (English), 2/26/2009 12:08:06, 303104 bytes
   Driver: C:\Windows\system32\igfxrheb.lrc, 7.14.0010.1666 (English), 2/26/2009 12:08:06, 249856 bytes
   Driver: C:\Windows\system32\igfxrita.lrc, 7.14.0010.1666 (English), 2/26/2009 12:08:06, 304640 bytes
   Driver: C:\Windows\system32\igfxrjpn.lrc, 7.14.0010.1666 (English), 2/26/2009 12:08:08, 206848 bytes
   Driver: C:\Windows\system32\igfxrkor.lrc, 7.14.0010.1666 (English), 2/26/2009 12:08:08, 205312 bytes
   Driver: C:\Windows\system32\igfxrnld.lrc, 7.14.0010.1666 (English), 2/26/2009 12:08:08, 299008 bytes
   Driver: C:\Windows\system32\igfxrnor.lrc, 7.14.0010.1666 (English), 2/26/2009 12:08:08, 279552 bytes
   Driver: C:\Windows\system32\igfxrplk.lrc, 7.14.0010.1666 (English), 2/26/2009 12:08:10, 287744 bytes
   Driver: C:\Windows\system32\igfxrptb.lrc, 7.14.0010.1666 (English), 2/26/2009 12:08:10, 289280 bytes
   Driver: C:\Windows\system32\igfxrptg.lrc, 7.14.0010.1666 (English), 2/26/2009 12:08:10, 294912 bytes
   Driver: C:\Windows\system32\igfxrrus.lrc, 7.14.0010.1666 (English), 2/26/2009 12:08:10, 291328 bytes
   Driver: C:\Windows\system32\igfxrsky.lrc, 7.14.0010.1666 (English), 2/26/2009 12:08:12, 282624 bytes
   Driver: C:\Windows\system32\igfxrslv.lrc, 7.14.0010.1666 (English), 2/26/2009 12:08:12, 277504 bytes
   Driver: C:\Windows\system32\igfxrsve.lrc, 7.14.0010.1666 (English), 2/26/2009 12:08:12, 282624 bytes
   Driver: C:\Windows\system32\igfxrtha.lrc, 7.14.0010.1666 (English), 2/26/2009 12:08:12, 262656 bytes
   Driver: C:\Windows\system32\igfxrcsy.lrc, 7.14.0010.1666 (English), 2/26/2009 12:08:02, 282624 bytes
   Driver: C:\Windows\system32\igfxrell.lrc, 7.14.0010.1666 (English), 2/26/2009 12:08:04, 310784 bytes
   Driver: C:\Windows\system32\igfxrhun.lrc, 7.14.0010.1666 (English), 2/26/2009 12:08:06, 288256 bytes
   Driver: C:\Windows\system32\igfxrtrk.lrc, 7.14.0010.1666 (English), 2/26/2009 12:08:12, 279040 bytes
   Driver: C:\Windows\system32\ig4icd32.dll, 7.15.0010.1666 (English), 2/26/2009 12:16:42, 4112384 bytes
   Driver: C:\Windows\system32\ig4dev32.dll, 7.15.0010.1666 (English), 2/26/2009 12:16:54, 2674688 bytes
   Driver: C:\Windows\system32\igd10umd32.dll, 7.15.0010.1666 (English), 2/26/2009 12:26:48, 2576384 bytes
   Driver: C:\Windows\system32\igdumdx32.dll, 7.15.0010.1666 (English), 2/26/2009 12:34:14, 536576 bytes
   Driver: C:\Windows\system32\igfxCoIn_v1666.dll, 1.01.0016.0000 (English), 2/26/2009 12:49:24, 151552 bytes

     Name: Mobile Intel PM965/GM965/GL960 Express Processor to DRAM Controller - 2A00 
Device ID: PCI\VEN_8086&DEV_2A00&SUBSYS_902D104D&REV_0C\3&33FD14CA&0&00
   Driver: n/a

     Name: Intel ICH8M Ultra ATA Storage Controllers - 2850
Device ID: PCI\VEN_8086&DEV_2850&SUBSYS_902D104D&REV_03\3&33FD14CA&0&F9
   Driver: C:\Windows\system32\DRIVERS\intelide.sys, 6.00.6001.18000 (English), 1/19/2008 08:41:20, 17976 bytes
   Driver: C:\Windows\system32\DRIVERS\pciidex.sys, 6.00.6002.18005 (Japanese), 4/11/2009 07:32:52, 43496 bytes
   Driver: C:\Windows\system32\DRIVERS\atapi.sys, 6.00.6002.18005 (English), 4/11/2009 07:32:26, 19944 bytes
   Driver: C:\Windows\system32\DRIVERS\ataport.sys, 6.00.6002.18005 (Japanese), 4/11/2009 07:32:42, 109032 bytes

     Name: Controller per High Definition Audio
Device ID: PCI\VEN_8086&DEV_284B&SUBSYS_902D104D&REV_03\3&33FD14CA&0&D8
   Driver: C:\Windows\system32\DRIVERS\hdaudbus.sys, 6.00.6002.18005 (Italian), 4/11/2009 05:42:42, 561152 bytes

     Name: Intel ICH8 Family PCI Express Root Port 3 - 2843
Device ID: PCI\VEN_8086&DEV_2843&SUBSYS_902D104D&REV_03\3&33FD14CA&0&E2
   Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.00.6002.18005 (Italian), 4/11/2009 07:32:55, 149480 bytes

     Name: Intel ICH8 Family PCI Express Root Port 2 - 2841
Device ID: PCI\VEN_8086&DEV_2841&SUBSYS_902D104D&REV_03\3&33FD14CA&0&E1
   Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.00.6002.18005 (Italian), 4/11/2009 07:32:55, 149480 bytes

     Name: Intel ICH8 Family PCI Express Root Port 1 - 283F
Device ID: PCI\VEN_8086&DEV_283F&SUBSYS_902D104D&REV_03\3&33FD14CA&0&E0
   Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.00.6002.18005 (Italian), 4/11/2009 07:32:55, 149480 bytes

     Name: Intel ICH8 Family SMBus Controller - 283E
Device ID: PCI\VEN_8086&DEV_283E&SUBSYS_902D104D&REV_03\3&33FD14CA&0&FB
   Driver: n/a

     Name: Controller Enhanced Host USB2 Intel famiglia ICH8 - 283A
Device ID: PCI\VEN_8086&DEV_283A&SUBSYS_902D104D&REV_03\3&33FD14CA&0&D7
   Driver: C:\Windows\system32\drivers\usbehci.sys, 6.00.6002.18005 (English), 4/11/2009 05:42:52, 39936 bytes
   Driver: C:\Windows\system32\drivers\usbport.sys, 6.00.6002.18005 (English), 4/11/2009 05:42:57, 226304 bytes
   Driver: C:\Windows\system32\drivers\usbhub.sys, 6.00.6002.18005 (English), 4/11/2009 05:43:16, 196096 bytes
   Driver: C:\Windows\system32\hccoin.dll, 6.00.6000.16386 (English), 11/2/2006 10:46:05, 8704 bytes
   Driver: C:\Windows\system32\hcrstco.dll, 6.00.6001.18000 (English), 1/19/2008 08:34:25, 15872 bytes

     Name: Controller Enhanced Host USB2 Intel famiglia ICH8 - 2836
Device ID: PCI\VEN_8086&DEV_2836&SUBSYS_902D104D&REV_03\3&33FD14CA&0&EF
   Driver: C:\Windows\system32\drivers\usbehci.sys, 6.00.6002.18005 (English), 4/11/2009 05:42:52, 39936 bytes
   Driver: C:\Windows\system32\drivers\usbport.sys, 6.00.6002.18005 (English), 4/11/2009 05:42:57, 226304 bytes
   Driver: C:\Windows\system32\drivers\usbhub.sys, 6.00.6002.18005 (English), 4/11/2009 05:43:16, 196096 bytes
   Driver: C:\Windows\system32\hccoin.dll, 6.00.6000.16386 (English), 11/2/2006 10:46:05, 8704 bytes
   Driver: C:\Windows\system32\hcrstco.dll, 6.00.6001.18000 (English), 1/19/2008 08:34:25, 15872 bytes

     Name: Controller Universal Host USB Intel famiglia ICH8 - 2835
Device ID: PCI\VEN_8086&DEV_2835&SUBSYS_902D104D&REV_03\3&33FD14CA&0&D1
   Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.00.6001.18000 (English), 1/19/2008 06:53:20, 23552 bytes
   Driver: C:\Windows\system32\drivers\usbport.sys, 6.00.6002.18005 (English), 4/11/2009 05:42:57, 226304 bytes
   Driver: C:\Windows\system32\drivers\usbhub.sys, 6.00.6002.18005 (English), 4/11/2009 05:43:16, 196096 bytes
   Driver: C:\Windows\system32\hcrstco.dll, 6.00.6001.18000 (English), 1/19/2008 08:34:25, 15872 bytes

     Name: Controller Universal Host USB Intel famiglia ICH8 - 2834
Device ID: PCI\VEN_8086&DEV_2834&SUBSYS_902D104D&REV_03\3&33FD14CA&0&D0
   Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.00.6001.18000 (English), 1/19/2008 06:53:20, 23552 bytes
   Driver: C:\Windows\system32\drivers\usbport.sys, 6.00.6002.18005 (English), 4/11/2009 05:42:57, 226304 bytes
   Driver: C:\Windows\system32\drivers\usbhub.sys, 6.00.6002.18005 (English), 4/11/2009 05:43:16, 196096 bytes
   Driver: C:\Windows\system32\hcrstco.dll, 6.00.6001.18000 (English), 1/19/2008 08:34:25, 15872 bytes

     Name: Controller Universal Host USB Intel famiglia ICH8 - 2832
Device ID: PCI\VEN_8086&DEV_2832&SUBSYS_902D104D&REV_03\3&33FD14CA&0&EA
   Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.00.6001.18000 (English), 1/19/2008 06:53:20, 23552 bytes
   Driver: C:\Windows\system32\drivers\usbport.sys, 6.00.6002.18005 (English), 4/11/2009 05:42:57, 226304 bytes
   Driver: C:\Windows\system32\drivers\usbhub.sys, 6.00.6002.18005 (English), 4/11/2009 05:43:16, 196096 bytes
   Driver: C:\Windows\system32\hcrstco.dll, 6.00.6001.18000 (English), 1/19/2008 08:34:25, 15872 bytes

     Name: Controller Universal Host USB Intel famiglia ICH8 - 2831
Device ID: PCI\VEN_8086&DEV_2831&SUBSYS_902D104D&REV_03\3&33FD14CA&0&E9
   Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.00.6001.18000 (English), 1/19/2008 06:53:20, 23552 bytes
   Driver: C:\Windows\system32\drivers\usbport.sys, 6.00.6002.18005 (English), 4/11/2009 05:42:57, 226304 bytes
   Driver: C:\Windows\system32\drivers\usbhub.sys, 6.00.6002.18005 (English), 4/11/2009 05:43:16, 196096 bytes
   Driver: C:\Windows\system32\hcrstco.dll, 6.00.6001.18000 (English), 1/19/2008 08:34:25, 15872 bytes

     Name: Controller Universal Host USB Intel famiglia ICH8 - 2830
Device ID: PCI\VEN_8086&DEV_2830&SUBSYS_902D104D&REV_03\3&33FD14CA&0&E8
   Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.00.6001.18000 (English), 1/19/2008 06:53:20, 23552 bytes
   Driver: C:\Windows\system32\drivers\usbport.sys, 6.00.6002.18005 (English), 4/11/2009 05:42:57, 226304 bytes
   Driver: C:\Windows\system32\drivers\usbhub.sys, 6.00.6002.18005 (English), 4/11/2009 05:43:16, 196096 bytes
   Driver: C:\Windows\system32\hcrstco.dll, 6.00.6001.18000 (English), 1/19/2008 08:34:25, 15872 bytes

     Name: Intel ICH8M SATA AHCI Controller - 2829
Device ID: PCI\VEN_8086&DEV_2829&SUBSYS_902D104D&REV_03\3&33FD14CA&0&FA
   Driver: C:\Windows\system32\DRIVERS\msahci.sys, 6.00.6002.18005 (English), 4/11/2009 07:32:28, 27112 bytes
   Driver: C:\Windows\system32\DRIVERS\pciidex.sys, 6.00.6002.18005 (Japanese), 4/11/2009 07:32:52, 43496 bytes
   Driver: C:\Windows\system32\DRIVERS\atapi.sys, 6.00.6002.18005 (English), 4/11/2009 07:32:26, 19944 bytes
   Driver: C:\Windows\system32\DRIVERS\ataport.sys, 6.00.6002.18005 (Japanese), 4/11/2009 07:32:42, 109032 bytes

     Name: Intel ICH8M LPC Interface Controller - 2815
Device ID: PCI\VEN_8086&DEV_2815&SUBSYS_902D104D&REV_03\3&33FD14CA&0&F8
   Driver: C:\Windows\system32\DRIVERS\msisadrv.sys, 6.00.6001.18000 (English), 1/19/2008 08:41:14, 16440 bytes

     Name: Bridge Intel 82801 PCI - 2448
Device ID: PCI\VEN_8086&DEV_2448&SUBSYS_902D104D&REV_F3\3&33FD14CA&0&F0
   Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.00.6002.18005 (Italian), 4/11/2009 07:32:55, 149480 bytes

     Name: Marvell Yukon 88E8039 PCI-E Fast Ethernet Controller
Device ID: PCI\VEN_11AB&DEV_4353&SUBSYS_902D104D&REV_14\4&2F1966C1&0&00E0
   Driver: n/a

     Name: Texas Instruments PCIxx12 Integrated FlashMedia Controller
Device ID: PCI\VEN_104C&DEV_803B&SUBSYS_902D104D&REV_00\4&23979A68&0&1AF0
   Driver: C:\Windows\system32\DRIVERS\ti21sony.sys, 2.00.0000.0018 (English), 6/6/2007 01:00:39, 812544 bytes

     Name: Controller host Texas Instruments IEEE 1394 compatibile OHCI
Device ID: PCI\VEN_104C&DEV_803A&SUBSYS_902D104D&REV_00\4&23979A68&0&19F0
   Driver: C:\Windows\system32\DRIVERS\ohci1394.sys, 6.00.6002.18005 (Italian), 4/11/2009 05:43:04, 62208 bytes
   Driver: C:\Windows\system32\DRIVERS\1394bus.sys, 6.00.6001.18000 (English), 1/19/2008 06:53:27, 53376 bytes

     Name: Controller Cardbus Texas Instruments PCI-8x12/7x12/6x12
Device ID: PCI\VEN_104C&DEV_8039&SUBSYS_902D104D&REV_00\4&23979A68&0&18F0
   Driver: C:\Windows\system32\DRIVERS\pcmcia.sys, 6.00.6002.18005 (Italian), 4/11/2009 07:32:55, 177640 bytes

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

DirectShow Filters:
WMAudio Decoder DMO,0x00800800,1,1,,
WMAPro over S/PDIF DMO,0x00600800,1,1,,
WMSpeech Decoder DMO,0x00600800,1,1,,
MP3 Decoder DMO,0x00600800,1,1,,
Mpeg4s Decoder DMO,0x00800001,1,1,,
WMV Screen decoder DMO,0x00600800,1,1,,
WMVideo Decoder DMO,0x00800001,1,1,,
Mpeg43 Decoder DMO,0x00800001,1,1,,
Mpeg4 Decoder DMO,0x00800001,1,1,,
Crazi Video QuickTime Encoder,0x00200000,2,0,rvfcrzvi.ax,7.07.0015.1800
SonyCDSrcWriter,0x00200000,1,0,SonyCDSrcWriter.ax,4.07.0000.12140
ffdshow Video Decoder,0xff800001,2,1,ffdshow.ax,1.00.0007.2998
Full Screen Renderer,0x00200000,1,0,,6.06.6002.18158
CoreVorbis Audio Decoder,0x00800000,1,1,CoreVorbis.ax,
River Past Time Shifter,0x00200000,1,1,rvfcmn.ax,7.07.0016.1904
ffdshow raw video filter,0x00200000,2,1,ffdshow.ax,1.00.0007.2998
Multiple File Output,0x00200000,2,2,WMM2FILT.dll,
Generic Render,0x00200000,1,0,,
WMT Black Frame Generator,0x00200000,1,1,WMM2FILT.dll,
ffdshow Audio Decoder,0x3fffffff,1,1,ffdshow.ax,1.00.0007.2998
OpenMG Async. File Source,0x00400000,0,1,OmgAfs.ax,4.07.0000.12140
WMT Import Filter,0x00200000,0,1,WMM2FILT.dll,
DV Muxer,0x00400000,0,0,,6.06.6001.18000
River Past Video Scaler,0x00200000,1,1,rvfcmn.ax,7.07.0016.1904
Sony Audio CD Source Filter,0x00600000,0,1,cdsrc.ax,4.07.0000.12140
River Past QuickTime Decoder,0x00200000,0,1,rvfcmn.ax,7.07.0016.1904
Color Space Converter,0x00400001,1,1,,6.06.6002.18158
WMT Interlacer,0x00200000,1,1,WMM2FILT.dll,
WM ASF Reader,0x00400000,0,0,,11.00.6001.7000
River Past Logo,0x00200000,1,1,rvfcmn.ax,7.07.0016.1904
Audio Source,0x00200000,0,1,wmprevu.dll,9.00.0000.2980
Screen Capture filter,0x00200000,0,1,wmpsrcwp.dll,11.00.6001.7000
SAL Output Converter,0x00200000,1,0,saloconv.ax,4.07.0000.12140
AVI Splitter,0x00600000,1,1,,6.06.6002.18158
VGA 16 Color Ditherer,0x00400000,1,1,,6.06.6002.18158
Microsoft MPEG-2 Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,11.00.6001.7110
Crazi Video ff PSP Export,0x00200000,2,0,rvfcrzvp.ax,7.07.0015.1800
RealVideo Decoder,0x00600000,1,1,RealMediaSplitter.ax,1.00.0001.0002
River Past File Writer,0x00200000,1,0,rvfcmn.ax,7.07.0016.1904
AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.06.6002.18005
WMT Format Conversion,0x00200000,1,1,WMM2FILT.dll,
9x8Resize,0x00200000,1,1,WMM2FILT.dll,
StreamBufferSink,0x00200000,0,0,sbe.dll,6.06.6001.18000
WMT Virtual Source,0x00200000,0,1,WMM2FILT.dll,
Microsoft TV Caption Decoder,0x00200001,1,0,MSTVCapn.dll,6.00.6001.18000
MJPEG Decompressor,0x00600000,1,1,,6.06.6002.18158
River Past Video Sync Fix Filter,0x00200000,1,1,rvfcmn.ax,7.07.0016.1904
River Past Video Postback,0x00200000,1,1,rvfcmn.ax,7.07.0016.1904
CBVA DMO wrapper filter,0x00200000,1,1,cbva.dll,6.00.6001.18322
River Past Untimed Renderer,0x00200000,1,0,rvfcmn.ax,7.07.0016.1904
River Past Time Change,0x00200000,1,1,rvfcmn.ax,7.07.0016.1904
MPEG-I Stream Splitter,0x00600000,1,2,,6.06.6002.18158
SAMI (CC) Parser,0x00400000,1,1,,6.06.6002.18158
VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.6001.18000
MPC - MPEG-2 Video Decoder (Gabest),0x00500001,1,1,Mpeg2DecFilter.ax,1.02.1161.0000
MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.06.6002.18005
WMT AudioAnalyzer,0x00200000,1,1,WMM2FILT.dll,
Sony Wave Hammer,0x00200000,1,1,sfhammer.dll,1.00.0000.0311
Crazi Video ff MP4 Export,0x00200000,2,0,rvfcrzvi.ax,7.07.0015.1800
River Past Snap Shot,0x00200000,1,1,rvfcmn.ax,7.07.0016.1904
Crazi Video QT MP4 Export,0x00200000,2,0,rvfcrzvi.ax,7.07.0015.1800
Microsoft MPEG-2 Video Encoder,0x00200000,2,0,msmpeg2enc.dll,11.00.6001.7000
River Past Watermark,0x00200000,1,1,rvfcmn.ax,7.07.0016.1904
River Past Color Converter,0x00200000,1,1,rvfcmn.ax,7.07.0016.1904
Stretch Video,0x00200000,1,1,WMM2FILT.dll,
MPC - FLV Splitter (Gabest),0x00600000,1,1,FLVSplitter.ax,1.02.1161.0000
Internal Script Command Renderer,0x00800001,1,0,,6.06.6002.18158
MPEG Audio Decoder,0x03680001,1,1,,6.06.6002.18158
WavPack Audio Decoder,0x00600000,1,1,WavPackDSDecoder.ax,1.01.0000.0484
OmgGenericSrcFilter,0x00400000,0,1,OmgGenericSrcFilter.ax,4.07.0000.12140
DV Splitter,0x00600000,1,2,,6.06.6001.18000
River Past QT AVI Export,0x00200000,2,0,rvfcmn.ax,7.07.0016.1904
River Past JPG Encoder,0x00200000,1,1,rvfcmn.ax,7.07.0016.1904
Video Mixing Renderer 9,0x00200000,1,0,,6.06.6002.18158
CoreFLAC Audio Source,0x00600000,0,0,CoreFLACDecoder.ax,0.04.0000.0046
River Past RGB24 Converter,0x00200000,1,1,rvfcmn.ax,7.07.0016.1904
Haali Media Splitter,0x00800001,0,1,splitter.ax,1.09.0042.0001
Haali Media Splitter (AR),0x00400000,1,1,splitter.ax,1.09.0042.0001
Generic Source,0x00200000,0,1,,
OmgDsee Filter,0x00200000,1,1,OmgDseeFilter.ax,
OmgPushSrc,0x00200000,0,1,OmgPushSrc.ax,4.07.0000.12140
Disk Record Queue,0x00200000,1,1,wmedque.dll,9.00.0000.2980
Crazi Video QT Apple TV Export,0x00200000,2,0,rvfcrzvi.ax,7.07.0015.1800
CoreFLAC Audio Decoder,0x00600000,1,1,CoreFLACDecoder.ax,0.04.0000.0046
Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,11.00.6001.7000
Frame Eater,0x00200000,1,1,WMM2FILT.dll,
Allocator Fix,0x00200000,1,1,WMM2FILT.dll,
Color Converter,0x00200000,1,1,declrds.ax,9.00.0000.2980
ACM Wrapper,0x00600000,1,1,,6.06.6002.18158
OMG Seamless,0x00200000,1,1,SeamlessFilter.ax,4.07.0000.12140
Video Renderer,0x00800001,1,0,,6.06.6002.18158
MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.06.6001.18000
Capture ASF Writer,0x00200000,0,0,WMM2FILT.dll,
Line 21 Decoder,0x00600000,1,1,,6.06.6002.18005
Video Port Manager,0x00600000,2,1,,6.06.6002.18158
River Past Time Dropper,0x00200000,1,1,rvfcmn.ax,7.07.0016.1904
Video Renderer,0x00400000,1,0,,6.06.6002.18158
MainConcept (AdobeEncore) MPEG Splitter,0x005fffff,1,2,admcspmpeg.ax,
MainConcept (AdobeEncore) MPEG Audio Decoder,0x005fffff,1,1,admcdsmpeg.ax,
MainConcept (AdobeEncore) MPEG Video Decoder,0x005fffff,1,1,admcdsmpeg.ax,
MainConcept (AdobeEncore) MPEG Encoder,0x00200000,2,1,admcesmpeg.ax,
MainConcept (AdobeEncore) MPEG Video Encoder,0x00200000,1,1,admcevmpeg.ax,
MainConcept (AdobeEncore) MPEG Audio Encoder,0x00200000,1,1,admceampeg.ax,
Bitmap Generate,0x00200000,1,1,WMM2FILT.dll,
OpenMG Audio Decrypt Splitter,0x00600000,1,1,omgdec.ax,4.07.0000.12140
Proxy Sink,0x00200000,1,0,WMM2FILT.dll,
River Past Lame DLL Interface,0x00200000,1,1,rvfcmn.ax,7.07.0016.1904
Haali Video Renderer,0x00200000,1,0,dxr.dll,
RealMedia Source,0x00600000,0,0,RealMediaSplitter.ax,1.00.0001.0002
Proxy Source,0x00200000,0,1,WMM2FILT.dll,
WM ASF Writer,0x00400000,0,0,,11.00.6001.7000
VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,6.00.6001.18000
River Past QT AIF Export,0x00200000,2,0,rvfcmn.ax,7.07.0016.1904
WMT Sample Information Filter,0x00200000,1,1,WMM2FILT.dll,
OpenMG OmgSource Filter,0x00600000,0,1,omgsrc.ax,4.07.0000.12140
File writer,0x00200000,1,0,,6.06.6001.18000
River Past Double Buffer,0x00200000,1,1,rvfcmn.ax,7.07.0016.1904
Haali Simple Media Splitter,0x00200000,0,1,splitter.ax,1.09.0042.0001
River Past Sample Dropper,0x00200000,1,1,rvfcmn.ax,7.07.0016.1904
Crazi Video QT iPhone Export,0x00200000,2,0,rvfcrzvi.ax,7.07.0015.1800
DirectVobSub,0x00200000,2,1,VSFilter.dll,1.02.1161.0000
River Past LPCM Decoder,0x00200000,1,1,rvfcmn.ax,7.07.0016.1904
RealAudio Decoder,0x00600000,1,1,RealMediaSplitter.ax,1.00.0001.0002
DirectVobSub (auto-loading version),0x00800002,2,1,VSFilter.dll,1.02.1161.0000
OMG TRANSFORM,0x00600000,1,1,omgtrans.ax,4.07.0000.12140
WAV Dest,0x00000000,0,0,,
DVD Navigator,0x00200000,0,3,,6.06.6002.18005
WMT DV Extract,0x00200000,1,1,WMM2FILT.dll,
River Past Mp3 Mux,0x00200000,1,1,rvfcmn.ax,7.07.0016.1904
OmgMP4Decoder2,0x00600000,1,1,OmgMP4Decoder2.ax,4.07.0000.12140
River Past Time Stamp,0x00200000,1,1,rvfcmn.ax,7.07.0016.1904
Overlay Mixer2,0x00200000,1,1,,6.06.6002.18005
SonyMSAConverter,0x00200000,1,0,SonyMSAConverter3.ax,4.07.0000.12140
Haali Matroska Muxer,0x00200000,1,0,splitter.ax,1.09.0042.0001
River Past Audio CD Reader,0x00200000,0,1,rvfacdrd.ax,7.07.0015.1800
AVI Draw,0x00600064,9,1,,6.06.6002.18158
Microsoft MPEG-2 Audio Encoder,0x00200000,2,0,msmpeg2enc.dll,11.00.6001.7000
WST Pager,0x00800000,1,1,WSTPager.ax,6.06.6001.18000
MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.06.6002.18005
Record Queue,0x00200000,1,1,WMM2FILT.dll,
DV Video Decoder,0x00800000,1,1,,6.06.6001.18000
River Past Audio Channel Down Sampler,0x00200000,1,1,rvfcmn.ax,7.07.0016.1904
ffdshow Audio Processor,0x00200000,1,1,ffdshow.ax,1.00.0007.2998
Screen Capture filter,0x00200000,0,1,wmesrcwp.dll,9.00.0000.2980
River Past QT DV Export,0x00200000,2,0,rvfcmn.ax,7.07.0016.1904
Crazi Video QT MOV Export,0x00200000,2,0,rvfcrzvi.ax,7.07.0015.1800
SampleGrabber,0x00200000,1,1,qedit.dll,6.06.6002.18005
Null Renderer,0x00200000,1,0,qedit.dll,6.06.6002.18005
WMT Log Filter,0x00200000,1,1,WMM2FILT.dll,
River Past Wav Mux,0x00200000,1,1,rvfcmn.ax,7.07.0016.1904
MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,6.06.6001.18000
Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,11.00.6001.7000
WMT Virtual Renderer,0x00200000,1,0,WMM2FILT.dll,
MPC - FLV Source (Gabest),0x00600000,0,0,FLVSplitter.ax,1.02.1161.0000
StreamBufferSource,0x00200000,0,0,sbe.dll,6.06.6001.18000
River Past Audio Resampler,0x00200000,1,1,rvfcmn.ax,7.07.0016.1904
Smart Tee,0x00200000,1,2,,6.06.6001.18000
Overlay Mixer,0x00200000,0,0,,6.06.6002.18005
AVI Decompressor,0x00600000,1,1,,6.06.6002.18158
WMT MuxDeMux Filter,0x00200000,0,0,WMM2FILT.dll,
NetBridge,0x00200000,2,0,netbridge.dll,6.01.6001.18000
AVI/WAV File Source,0x00400000,0,2,,6.06.6002.18158
WMT Volume,0x00200000,1,1,WMM2FILT.dll,
River Past Time Cleaner,0x00200000,1,1,rvfcmn.ax,7.07.0016.1904
River Past Audio Test Filter,0x00200000,0,1,rvfcmn.ax,7.07.0016.1904
Wave Parser,0x00400000,1,1,,6.06.6002.18158
MIDI Parser,0x00400000,1,1,,6.06.6002.18158
Multi-file Parser,0x00400000,1,1,,6.06.6002.18158
File stream renderer,0x00400000,1,1,,6.06.6002.18158
WavPack Audio Splitter,0x00600000,1,1,WavPackDSSplitter.ax,1.01.0000.0323
River Past Flac Mux,0x00200000,1,1,rvfcmn.ax,7.07.0016.1904
ffdshow subtitles filter,0x00200000,2,1,ffdshow.ax,1.00.0007.2998
Video Source,0x00200000,0,1,wmprevu.dll,9.00.0000.2980
River Past BMP Encoder,0x00200000,1,1,rvfcmn.ax,7.07.0016.1904
River Past Time Spy,0x00200000,1,1,rvfcmn.ax,7.07.0016.1904
River Past Video Test Filter,0x00200000,0,1,rvfcmn.ax,7.07.0016.1904
WMT VIH2 Fix,0x00200000,1,1,WMM2FILT.dll,
Adaptive Streaming Filter,0x00600000,0,0,Microsoft.Expression.Encoder.Utilities2.dll,3.00.1332.0000
Microsoft MPEG-1/DD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,11.00.6001.7000
RealMedia Splitter,0x00600000,1,1,RealMediaSplitter.ax,1.00.0001.0002
AVI Mux,0x00200000,1,0,,6.06.6001.18000
Line 21 Decoder 2,0x00600002,1,1,,6.06.6002.18158
File Source (Async.),0x00400000,0,1,,6.06.6002.18158
File Source (URL),0x00400000,0,1,,6.06.6002.18158
Media Center Extender Encryption Filter,0x00200000,2,2,Mcx2Filter.dll,6.01.6002.18005
River Past UYVY Converter,0x00200000,1,1,rvfcmn.ax,7.07.0016.1904
AudioRecorder WAV Dest,0x00200000,0,0,,6.00.6001.18000
AudioRecorder Wave Form,0x00200000,0,0,,6.00.6001.18000
SoundRecorder Null Renderer,0x00200000,0,0,,6.00.6001.18000
River Past GIF Encoder,0x00200000,1,1,rvfcmn.ax,7.07.0016.1904
Crazi Video QT 3GP Export,0x00200000,2,0,rvfcrzvi.ax,7.07.0015.1800
Haali Video Sink,0x00200000,1,0,splitter.ax,1.09.0042.0001
River Past Multi Files Reader,0x00200000,0,1,rvfcmn.ax,7.07.0016.1904
River Past Buffering Filter,0x00200000,1,1,rvfcmn.ax,7.07.0016.1904
River Past Pulse Regulator,0x00200000,1,1,rvfcmn.ax,7.07.0016.1904
Infinite Pin Tee Filter,0x00200000,1,1,,6.06.6001.18000
WMT Switch Filter,0x00200000,1,1,WMM2FILT.dll,
Enhanced Video Renderer,0x00200000,1,0,evr.dll,6.00.6002.18005
Crazi Video QT iPod Export,0x00200000,2,0,rvfcrzvi.ax,7.07.0015.1800
SAL Input Converter,0x00200000,0,1,saliconv.ax,4.07.0000.12140
Uncompressed Domain Shot Detection Filter,0x00200000,1,1,WMM2FILT.dll,
BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,6.06.6002.18005
River Past 3D Mixer,0x00200000,2,1,rvfcmn.ax,7.07.0016.1904
MPEG Video Decoder,0x40000001,1,1,,6.06.6002.18158
Sony ExpressFX Chorus,0x00200000,1,1,sfxpfx2.dll,1.00.0000.0525
Sony ExpressFX Delay,0x00200000,1,1,sfxpfx2.dll,1.00.0000.0525
Sony ExpressFX Distortion,0x00200000,1,1,sfxpfx1.dll,1.00.0000.0525
Sony ExpressFX Equalization,0x00200000,1,1,sfxpfx2.dll,1.00.0000.0525
Sony ExpressFX Flange/Wah-Wah,0x00200000,1,1,sfxpfx1.dll,1.00.0000.0525
Sony ExpressFX Amplitude Modulation,0x00200000,1,1,sfxpfx2.dll,1.00.0000.0525
Sony ExpressFX Reverb,0x00200000,1,1,sfxpfx1.dll,1.00.0000.0525
Sony ExpressFX Stutter,0x00200000,1,1,sfxpfx1.dll,1.00.0000.0525
Sony ExpressFX Dynamics,0x00200000,1,1,sfxpfx3.dll,1.00.0000.0164
Sony ExpressFX Graphic EQ,0x00200000,1,1,sfxpfx3.dll,1.00.0000.0164
Sony ExpressFX Noise Gate,0x00200000,1,1,sfxpfx3.dll,1.00.0000.0164
Sony ExpressFX Time Stretch,0x00200000,1,1,sfxpfx3.dll,1.00.0000.0164
Sony Multi-Band Dynamics,0x00200000,1,1,sfppack2.dll,1.00.0000.0583
Sony Chorus,0x00200000,1,1,sfppack1.dll,1.00.0000.0588
Sony Distortion,0x00200000,1,1,sfppack3.dll,1.00.0000.0602
Sony Gapper/Snipper,0x00200000,1,1,sfppack3.dll,1.00.0000.0602
Sony Acoustic Mirror,0x00200000,1,1,sfmirror.dll,1.01.0000.0314
Sony Simple Delay,0x00200000,1,1,sfppack1.dll,1.00.0000.0588
Sony Reverb,0x00200000,1,1,sfppack1.dll,1.00.0000.0588
Sony Multi-Tap Delay,0x00200000,1,1,sfppack1.dll,1.00.0000.0588
Sony Graphic EQ,0x00200000,1,1,sfppack2.dll,1.00.0000.0583
Sony Smooth/Enhance,0x00200000,1,1,sfppack3.dll,1.00.0000.0602
Sony Parametric EQ,0x00200000,1,1,sfppack2.dll,1.00.0000.0583
Sony Time Stretch,0x00200000,1,1,sfppack1.dll,1.00.0000.0588
Sony Noise Gate,0x00200000,1,1,sfppack2.dll,1.00.0000.0583
Sony Paragraphic EQ,0x00200000,1,1,sfppack2.dll,1.00.0000.0583
Sony Vibrato,0x00200000,1,1,sfppack3.dll,1.00.0000.0602
Sony Pan,0x00200000,1,1,sffrgpnv.dll,1.00.0000.0235
Sony Pitch Shift,0x00200000,1,1,sfppack1.dll,1.00.0000.0588
Sony Volume,0x00200000,1,1,sffrgpnv.dll,1.00.0000.0235
Sony Flange/Wah-wah,0x00200000,1,1,sfppack3.dll,1.00.0000.0602
Sony Graphic Dynamics,0x00200000,1,1,sfppack2.dll,1.00.0000.0583
Sony Amplitude Modulation,0x00200000,1,1,sfppack3.dll,1.00.0000.0602

Dispositivi di flusso a T/frazionatore WDM:
Convertitore a T/Sito a sito,0x00200000,1,1,,6.00.6001.18000

Trasformazioni flusso dati WDM:
Decodificatore audio DRM del kernel Microsoft,0x00200000,1,1,,6.00.6001.18000

Video Compressors:
WMVideo8 Encoder DMO,0x00600800,1,1,,
WMVideo9 Encoder DMO,0x00600800,1,1,,
MSScreen 9 encoder DMO,0x00600800,1,1,,
DV Video Encoder,0x00200000,0,0,,6.06.6001.18000
ffdshow video encoder,0x00100000,1,1,ffdshow.ax,1.00.0007.2998
MainConcept (AdobeEncore) MPEG Video Encoder,0x00200000,1,1,admcevmpeg.ax,
MJPEG Compressor,0x00200000,0,0,,6.06.6002.18158
CamStudio Lossless Codec v1.0,0x00200000,1,1,,6.06.6001.18000
Codec Cinepak di Radius,0x00200000,1,1,,6.06.6001.18000
ffdshow Video Codec,0x00200000,1,1,,6.06.6001.18000
Fraps Video Decompressor,0x00200000,1,1,,6.06.6001.18000
Codec Intel IYUV,0x00200000,1,1,,6.06.6001.18000
Codec Intel IYUV,0x00200000,1,1,,6.06.6001.18000
Microsoft RLE,0x00200000,1,1,,6.06.6001.18000
Microsoft Video 1,0x00200000,1,1,,6.06.6001.18000
Microsoft Windows Media Video 9,0x00200000,1,1,,6.06.6001.18000

Audio Compressors:
WM Speech Encoder DMO,0x00600800,1,1,,
WMAudio Encoder DMO,0x00600800,1,1,,
MainConcept (AdobeEncore) MPEG Audio Encoder,0x00200000,1,1,admceampeg.ax,
Lernout & Hauspie CELP 4.8kbit/s,0x00200000,1,1,,6.06.6002.18158
Lernout & Hauspie SBC 8kbit/s,0x00200000,1,1,,6.06.6002.18158
Lernout & Hauspie SBC 12kbit/s,0x00200000,1,1,,6.06.6002.18158
Lernout & Hauspie SBC 16kbit/s,0x00200000,1,1,,6.06.6002.18158
IMA ADPCM,0x00200000,1,1,,6.06.6002.18158
PCM,0x00200000,1,1,,6.06.6002.18158
Microsoft ADPCM,0x00200000,1,1,,6.06.6002.18158
GSM 6.10,0x00200000,1,1,,6.06.6002.18158
Messenger Audio Codec,0x00200000,1,1,,6.06.6002.18158
CCITT A-Law,0x00200000,1,1,,6.06.6002.18158
CCITT u-Law,0x00200000,1,1,,6.06.6002.18158
MPEG Layer-3,0x00200000,1,1,,6.06.6002.18158

Midi Renderers:
Default MidiOut Device,0x00800000,1,0,,6.06.6002.18158
Microsoft GS Wavetable Synth,0x00200000,1,0,,6.06.6002.18158

Dispositivi acquisizione flusso WDM:
,0x00000000,0,0,,

Dispositivi di flusso rendering WDM:
Realtek HD Audio output,0x00200000,1,1,,6.00.6001.18000

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

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

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

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

Trasformatori di flusso di comunicazioni WDM:
Convertitore a T/Sito a sito,0x00200000,1,1,,6.00.6001.18000

Audio Renderers:
Cassa/Cuffie (Realtek High Defi,0x00200000,1,0,,6.06.6002.18158
Default DirectSound Device,0x00800000,1,0,,6.06.6002.18158
Default WaveOut Device,0x00200000,1,0,,6.06.6002.18158
DirectSound: Cassa/Cuffie (Realtek High Definition Audio),0x00200000,1,0,,6.06.6002.18158
[/bash]
0 Kudos
2 Replies
Doraisamy_G_Intel
573 Views
Hi,

The posted PIX link points to an "invalid or deleted file". Can you please reupload and relink?

Thanks,
-Ganesh
0 Kudos
Philip_T_Intel1
Employee
573 Views
You are compiling your app debug, using full D3D debug support and have the debug runtime output turned up?

Can you replay the frame in PIX?
0 Kudos
Reply