Проблема с CreateDevice
#include
#include
#include
#include
#pragma comment (lib, «d3d9.lib»)
#pragma comment( lib, «d3dx9.lib» )
#pragma comment(lib, «Winmm.lib»)
LPDIRECT3DVERTEXBUFFER9 pBufferVershin = NULL;
LPDIRECT3DINDEXBUFFER9 pBufferIndex = NULL;
LPDIRECT3D9 pDirect3D = NULL;
LPDIRECT3DDEVICE9 pDirect3DDevice = NULL;
struct CUSTOMVERTEX
<
float X, Y, Z;
DWORD color;
static const DWORD CustomVertex = D3DFVF_XYZ | D3DFVF_DIFFUSE;
>;
HRESULT IntialDirect3D(HWND hWnd)
<
if (NULL == (pDirect3D = Direct3DCreate9(D3D_SDK_VERSION)));
return E_FAIL;
D3DDISPLAYMODE Display;
if (FAILED(pDirect3D->GetAdapterDisplayMode(D3DADAPTER_DEFAULT, &Display)))
return E_FAIL;
D3DPRESENT_PARAMETERS Direct3DParametr;
ZeroMemory(&Direct3DParametr, sizeof(Direct3DParametr));
Direct3DParametr.Windowed = true;
Direct3DParametr.SwapEffect = D3DSWAPEFFECT_DISCARD;
Direct3DParametr.hDeviceWindow = hWnd;
Direct3DParametr.BackBufferFormat = Display.Format;
if (FAILED(pDirect3D->CreateDevice(D3DADAPTER_DEFAULT, D3DDEVTYPE_HAL, hWnd, D3DCREATE_SOFTWARE_VERTEXPROCESSING, &Direct3DParametr, &pDirect3DDevice)))
return E_FAIL;
pDirect3DDevice->SetRenderState(D3DRS_CULLMODE, D3DCULL_NONE);
//pDirect3DDevice->SetRenderState(D3DRS_LIGHTING, FALSE); Ниже есть комент в ф-ии InitialObject
pDirect3D->CreateDevice(D3DADAPTER_DEFAULT, D3DDEVTYPE_HAL, hWnd, D3DCREATE_HARDWARE_VERTEXPROCESSING, &Direct3DParametr, &pDirect3DDevice);
return S_OK;
>
HRESULT InitialObject()
<
/*D3DXMATRIX projection;
D3DXMatrixPerspectiveFovLH(&projection, D3DXToRadian(60), 1, 1, 1000);//
pDirect3DDevice->SetTransform(D3DTS_PROJECTION, &projection);
const unsigned short Index[] =
<
0,1,2, 2,3,0,
4,5,6, 6,7,4,
8,9,10, 10,11,8,
12,13,14, 14,15,12,
16,17,18, 18,19,16,
20,21,22, 22,23,20,
>;
if (FAILED(pDirect3DDevice->CreateVertexBuffer(36*sizeof(Vershin), NULL, CUSTOMVERTEX::CustomVertex, D3DPOOL_DEFAULT, &pBufferVershin, NULL)))
return E_FAIL;
VOID* pBV;
if (FAILED(pBufferVershin->Lock(NULL, NULL, (void**)&pBV, NULL)))
return E_FAIL;
memcpy(pBV, Vershin, sizeof(Vershin));
pBufferVershin->Unlock();
pDirect3DDevice->CreateIndexBuffer(36 * sizeof(Index), NULL, D3DFMT_INDEX16, D3DPOOL_DEFAULT, &pBufferIndex, NULL);
VOID* pBI;
pBufferIndex->Lock(NULL, sizeof(Index), (void**)&pBI, NULL);
memcpy(pBI, Index, sizeof(Index));
pBufferIndex->Unlock();
return S_OK;
>
VOID RenderingDirect3D()
<
/*static int r = 0;
r++;
if (r > 255)
r = 0;*/
LRESULT WINAPI WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
<
switch (uMsg)
<
case WM_PAINT:
RenderingDirect3D();
ValidateRect(hWnd, NULL);
return(0);
case WM_CLOSE:
PostQuitMessage(0);
break;
case WM_DESTROY:
DeleteDirect3D();
PostQuitMessage(0);
return (0);
>
return DefWindowProc(hWnd, uMsg, wParam, lParam);
>
RegisterClassEx(&wc);
hWnd = CreateWindow(wc.lpszClassName, L»Create window», WS_OVERLAPPEDWINDOW, 100, 100, 720, 480, NULL, NULL, hInstance, NULL);
ShowWindow(hWnd, SW_SHOWDEFAULT);
IntialDirect3D(hWnd);
UpdateWindow(hWnd);
Createdevice error royal quest как исправить
so i tried to launch royal quest (i had royal quest before and it worked) and it crashed with that error. the only way i can launch it is if my integrated graphics are off but when i start to play (even on the lowest settings) i am getting 1fps. i don’t really know how to fix this atm and i even reinstalled my drivers and updated them etc to try to fix the problem with no results. I have restarted my computer (a lot) and nothing has changed. I am currently using the nvida gpu too (nvs5200M) which also doesn’t work. something like warframe still runs that uses directx 10 and 11 but royal quest won’t so i am not sure why this isn’t working.
[EDIT] tbh idk what it is anymore all i know its that this is the error i get and i don’t really know what the heck to do
Error:
rdea26bfde v292 FINAL
MEMORY ACCESS VIOLATION AT LOCATION 0x12CC3FB
Registers:
EAX=00000015 CS=0023 EIP=012cc3fb EFLAGS=00010203
EBX=00000000 SS=002b ESP=0093fcd0 EBP=0093fd1c
ECX=08309f00 DS=002b ESI=00000000 FS=0053
EDX=00000000 ES=002b EDI=08e4361c GS=002b
Bytes at CS::EIP:
8b 1b 0f b6 c1 f7 d8 1b c0 25 00 04 00 00 50 33
Stack dump:
00000015 00000001 08e4361c 00000000 08e435d0 015eb190 08e43501 08309fa0
00000000 08e435d0 0093fd9c 7763c6cd 08309fa0 00000020 00000000 010b0190
0093fd4c 0093fd64 08e435d0 08e435dc 01011ab1 fc305cc5 000034a2 015eb194
012b5fa4 0093fd48 08e435d0 0093fdf0 08e43501 012b56a6 08f3a820 012b56f9
Call stack:
0023:012CC3FB (0xFC305CC5 0x000034A2 0x015EB194 0x012B5FA4) rqmain.exe
0023:01011AB1 (0x0093FD48 0x08E435D0 0x0093FDF0 0x08E43501) rqmain.exe
0023:012B5FA4 (0x08F3A820 0x012B56F9 0x08E435D0 0x0C374FCC) rqmain.exe
0023:012B56A6 (0x08E435D0 0x0C374FCC 0x00000000 0x08E435D0) rqmain.exe
0023:012B56F9 (0x08F3A820 0x016AF4A8 0x75986EE0 0x00000000) rqmain.exe
0023:011D3D8E (0x0093FE34 0x0154A0C1 0x00000001 0x012C9C16) rqmain.exe
0023:0126B26E (0x0093FDBC 0x0093FDF0 0x00000001 0x016AF4A8) rqmain.exe
0023:012C9C16 (0x00000000 0x0108B3A4 0x046EAFD0 0x041A3D00) rqmain.exe
0023:0108B368 (0x046EAFD0 0x041A3D00 0x041A3D00 0x0093FE40) rqmain.exe
rdea26bfde FINAL
Session time: 7.3733868594 sec
World:
2.6GHz
Memory: 8192MB RAM
Available OS Memory: 8098MB RAM
Page File: 2532MB used, 6844MB available
Windows Dir: C:\WINDOWS
DirectX Version: DirectX 12
DX Setup Parameters: Not found
User DPI Setting: 96 DPI (100 percent)
System DPI Setting: 96 DPI (100 percent)
DWM DPI Scaling: Disabled
Miracast: Not Available
Microsoft Graphics Hybrid: Supported
DxDiag Version: 10.00.17134.0001 64bit Unicode
————
DxDiag Notes
————
Display Tab 1: No problems found.
Display Tab 2: No problems found.
Sound Tab 1: No problems found.
Sound Tab 2: No problems found.
Input Tab: No problems found.
———————
DirectX Debug Levels
———————
Direct3D: 0/4 (retail)
DirectDraw: 0/4 (retail)
DirectInput: 0/5 (retail)
DirectMusic: 0/5 (retail)
DirectPlay: 0/9 (retail)
DirectSound: 0/5 (retail)
DirectShow: 0/6 (retail)
—————
Display Devices
—————
Card name: Intel(R) HD Graphics 4000
Manufacturer: Intel Corporation
Chip type: Intel(R) HD Graphics Family
DAC type: Internal
Device Type: Full Device (POST)
Device Key: Enum\PCI\VEN_8086&DEV_0166&SUBSYS_05341028&REV_09
Device Status: 0180200A [DN_DRIVER_LOADED|DN_STARTED|DN_DISABLEABLE|DN_NT_ENUMERATOR|DN_NT_DRIVER]
Device Problem Code: No Problem
Driver Problem Code: Unknown
Display Memory: 1792 MB
Dedicated Memory: 0 MB
Shared Memory: 1792 MB
Current Mode: 1366 x 768 (32 bit) (60Hz)
HDR Support: Not Supported
Display Topology: Internal
Display Color Space: DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P709
Color Primaries: Red(0.610852,0.340344), Green(0.330578,0.550305), Blue(0.155773,0.090344), White Point(0.313977,0.329602)
Display Luminance: Min Luminance = 0.500000, Max Luminance = 270.000000, MaxFullFrameLuminance = 270.000000
Monitor Name: Generic PnP Monitor
Monitor Model: unknown
Monitor Id: SEC5441
Native Mode: 1366 x 768(p) (59.993Hz)
Output Type: Internal
Monitor Capabilities: HDR Not Supported
Display Pixel Format: DISPLAYCONFIG_PIXELFORMAT_32BPP
Advanced Color: Not Supported
Driver Name: igdumdim64.dll,igd10iumd64.dll,igd10iumd64.dll
Driver File Version: 10.18.0010.4885 (English)
Driver Version: 10.18.10.4885
DDI Version: 11.2
Feature Levels: 11_0,10_1,10_0,9_3,9_2,9_1
Driver Model: WDDM 1.3
Graphics Preemption: DMA
Compute Preemption: Thread group
Miracast: Not Supported by Graphics driver
Hybrid Graphics GPU: Integrated
Power P-states: Not Supported
Virtualization: Not Supported
Block List: No Blocks
Catalog Attributes: Universal:N/A Declarative:N/A
Driver Attributes: Final Retail
Driver Date/Size: 12/10/2017 8:00:00 PM, 11153392 bytes
WHQL Logo’d: Yes
WHQL Date Stamp: Unknown
Device Identifier:
Vendor ID: 0x8086
Device ID: 0x0166
SubSys ID: 0x05341028
Revision ID: 0x0009
Driver Strong Name: oem2.inf:5f63e5341859ec8c:iIVBM_w10:10.18.10.4885:pci\ven_8086&dev_0166&subsys_05341028
Rank Of Driver: 00D10001
Video Accel: ModeMPEG2_A ModeMPEG2_C ModeWMV9_C ModeVC1_C
DXVA2 Modes: DXVA2_ModeMPEG2_VLD DXVA2_ModeMPEG2_IDCT DXVA2_ModeVC1_D2010 DXVA2_ModeWMV9_IDCT DXVA2_ModeVC1_IDCT DXVA2_ModeH264_VLD_NoFGT
Deinterlace Caps:
<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
<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
<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
<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
<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
<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
<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
<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
MPO MaxPlanes: 1
MPO Caps: Not Supported
MPO Stretch: Not Supported
MPO Media Hints: Not Supported
MPO Formats: Not Supported
PanelFitter Caps: Not Supported
PanelFitter Stretch: Not Supported
Createdevice error royal quest как исправить
so i tried to launch royal quest (i had royal quest before and it worked) and it crashed with that error. the only way i can launch it is if my integrated graphics are off but when i start to play (even on the lowest settings) i am getting 1fps. i don’t really know how to fix this atm and i even reinstalled my drivers and updated them etc to try to fix the problem with no results. I have restarted my computer (a lot) and nothing has changed. I am currently using the nvida gpu too (nvs5200M) which also doesn’t work. something like warframe still runs that uses directx 10 and 11 but royal quest won’t so i am not sure why this isn’t working.
[EDIT] tbh idk what it is anymore all i know its that this is the error i get and i don’t really know what the heck to do
Error:
rdea26bfde v292 FINAL
MEMORY ACCESS VIOLATION AT LOCATION 0x12CC3FB
Registers:
EAX=00000015 CS=0023 EIP=012cc3fb EFLAGS=00010203
EBX=00000000 SS=002b ESP=0093fcd0 EBP=0093fd1c
ECX=08309f00 DS=002b ESI=00000000 FS=0053
EDX=00000000 ES=002b EDI=08e4361c GS=002b
Bytes at CS::EIP:
8b 1b 0f b6 c1 f7 d8 1b c0 25 00 04 00 00 50 33
Stack dump:
00000015 00000001 08e4361c 00000000 08e435d0 015eb190 08e43501 08309fa0
00000000 08e435d0 0093fd9c 7763c6cd 08309fa0 00000020 00000000 010b0190
0093fd4c 0093fd64 08e435d0 08e435dc 01011ab1 fc305cc5 000034a2 015eb194
012b5fa4 0093fd48 08e435d0 0093fdf0 08e43501 012b56a6 08f3a820 012b56f9
Call stack:
0023:012CC3FB (0xFC305CC5 0x000034A2 0x015EB194 0x012B5FA4) rqmain.exe
0023:01011AB1 (0x0093FD48 0x08E435D0 0x0093FDF0 0x08E43501) rqmain.exe
0023:012B5FA4 (0x08F3A820 0x012B56F9 0x08E435D0 0x0C374FCC) rqmain.exe
0023:012B56A6 (0x08E435D0 0x0C374FCC 0x00000000 0x08E435D0) rqmain.exe
0023:012B56F9 (0x08F3A820 0x016AF4A8 0x75986EE0 0x00000000) rqmain.exe
0023:011D3D8E (0x0093FE34 0x0154A0C1 0x00000001 0x012C9C16) rqmain.exe
0023:0126B26E (0x0093FDBC 0x0093FDF0 0x00000001 0x016AF4A8) rqmain.exe
0023:012C9C16 (0x00000000 0x0108B3A4 0x046EAFD0 0x041A3D00) rqmain.exe
0023:0108B368 (0x046EAFD0 0x041A3D00 0x041A3D00 0x0093FE40) rqmain.exe
rdea26bfde FINAL
Session time: 7.3733868594 sec
World:
2.6GHz
Memory: 8192MB RAM
Available OS Memory: 8098MB RAM
Page File: 2532MB used, 6844MB available
Windows Dir: C:\WINDOWS
DirectX Version: DirectX 12
DX Setup Parameters: Not found
User DPI Setting: 96 DPI (100 percent)
System DPI Setting: 96 DPI (100 percent)
DWM DPI Scaling: Disabled
Miracast: Not Available
Microsoft Graphics Hybrid: Supported
DxDiag Version: 10.00.17134.0001 64bit Unicode
————
DxDiag Notes
————
Display Tab 1: No problems found.
Display Tab 2: No problems found.
Sound Tab 1: No problems found.
Sound Tab 2: No problems found.
Input Tab: No problems found.
———————
DirectX Debug Levels
———————
Direct3D: 0/4 (retail)
DirectDraw: 0/4 (retail)
DirectInput: 0/5 (retail)
DirectMusic: 0/5 (retail)
DirectPlay: 0/9 (retail)
DirectSound: 0/5 (retail)
DirectShow: 0/6 (retail)
—————
Display Devices
—————
Card name: Intel(R) HD Graphics 4000
Manufacturer: Intel Corporation
Chip type: Intel(R) HD Graphics Family
DAC type: Internal
Device Type: Full Device (POST)
Device Key: Enum\PCI\VEN_8086&DEV_0166&SUBSYS_05341028&REV_09
Device Status: 0180200A [DN_DRIVER_LOADED|DN_STARTED|DN_DISABLEABLE|DN_NT_ENUMERATOR|DN_NT_DRIVER]
Device Problem Code: No Problem
Driver Problem Code: Unknown
Display Memory: 1792 MB
Dedicated Memory: 0 MB
Shared Memory: 1792 MB
Current Mode: 1366 x 768 (32 bit) (60Hz)
HDR Support: Not Supported
Display Topology: Internal
Display Color Space: DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P709
Color Primaries: Red(0.610852,0.340344), Green(0.330578,0.550305), Blue(0.155773,0.090344), White Point(0.313977,0.329602)
Display Luminance: Min Luminance = 0.500000, Max Luminance = 270.000000, MaxFullFrameLuminance = 270.000000
Monitor Name: Generic PnP Monitor
Monitor Model: unknown
Monitor Id: SEC5441
Native Mode: 1366 x 768(p) (59.993Hz)
Output Type: Internal
Monitor Capabilities: HDR Not Supported
Display Pixel Format: DISPLAYCONFIG_PIXELFORMAT_32BPP
Advanced Color: Not Supported
Driver Name: igdumdim64.dll,igd10iumd64.dll,igd10iumd64.dll
Driver File Version: 10.18.0010.4885 (English)
Driver Version: 10.18.10.4885
DDI Version: 11.2
Feature Levels: 11_0,10_1,10_0,9_3,9_2,9_1
Driver Model: WDDM 1.3
Graphics Preemption: DMA
Compute Preemption: Thread group
Miracast: Not Supported by Graphics driver
Hybrid Graphics GPU: Integrated
Power P-states: Not Supported
Virtualization: Not Supported
Block List: No Blocks
Catalog Attributes: Universal:N/A Declarative:N/A
Driver Attributes: Final Retail
Driver Date/Size: 12/10/2017 8:00:00 PM, 11153392 bytes
WHQL Logo’d: Yes
WHQL Date Stamp: Unknown
Device Identifier:
Vendor ID: 0x8086
Device ID: 0x0166
SubSys ID: 0x05341028
Revision ID: 0x0009
Driver Strong Name: oem2.inf:5f63e5341859ec8c:iIVBM_w10:10.18.10.4885:pci\ven_8086&dev_0166&subsys_05341028
Rank Of Driver: 00D10001
Video Accel: ModeMPEG2_A ModeMPEG2_C ModeWMV9_C ModeVC1_C
DXVA2 Modes: DXVA2_ModeMPEG2_VLD DXVA2_ModeMPEG2_IDCT DXVA2_ModeVC1_D2010 DXVA2_ModeWMV9_IDCT DXVA2_ModeVC1_IDCT DXVA2_ModeH264_VLD_NoFGT
Deinterlace Caps:
<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
<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
<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
<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
<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
<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
<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
<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
MPO MaxPlanes: 1
MPO Caps: Not Supported
MPO Stretch: Not Supported
MPO Media Hints: Not Supported
MPO Formats: Not Supported
PanelFitter Caps: Not Supported
PanelFitter Stretch: Not Supported