irr::createDevice 1.2 runtime error with Direct3D9

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
ikk
Posts: 8
Joined: Sat Jun 03, 2006 6:13 pm
Contact:

irr::createDevice 1.2 runtime error with Direct3D9

Post by ikk »

Hello.
ive updated irrlicht from 1.1 to 1.2 and this error happens when trying to run compiled executable:

Code: Select all

Irrlicht Engine version 1.2
Microsoft Windows XP Professional Service Pack 2 (Build 2600)
Using renderer: Direct3D 9.0
NVIDIA GeForce4 MX 440 nv4_disp.dll 6.14.10.9371
Was not able to create Direct3D9 device.
Was not able to create DIRECT3D9 device.
Could not create DIRECT3D9 Driver.
Press any key to continue
error is the same whenever im running exe compiled by myself or exes from Irrlicht package examples directory.
this error only happens when device type is video::EDT_DIRECT3D9 or 8.

ive already updated my video drivers to newest available.

is this may be caused by directx version instaled on my system or something else?
(currentl i have old directx instaled, bu its 9.0c anyway, i will update it anyway but it will take quite long for me to donload installer).
vitek
Bug Slayer
Posts: 3919
Joined: Mon Jan 16, 2006 10:52 am
Location: Corvallis, OR

Post by vitek »

The Direct3D 8 and 9 drivers are not compiled into the Irrlicht.dll that you are using. They are compiled into the msvc version of the dll, but not the gcc version.

Travis
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

But in that case the library would tell you 'driver is not compiled in', so it seems to be lack of supported bit width. Try to flip the stencil buffer setting or the bit depth. Or use the SVN version which fixed this directly after the last release.
ikk
Posts: 8
Joined: Sat Jun 03, 2006 6:13 pm
Contact:

Post by ikk »

downloaded and compiled irrlicht from svn today and nothing changes.
i guess i move back to 1.1 for now, till i dont figure out what the problem is.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Could you please sned me your DirectX Caps log? Seems to be a weird framebuffer format. Which device settings do you use, and what about the mentioned parameter changes?
ikk
Posts: 8
Joined: Sat Jun 03, 2006 6:13 pm
Contact:

Post by ikk »

allright, i've solved it partially, but this is strange.

both direct8 and 9 (EDT_DIRECT3D8/9) doesnt works at all when my desktop is set to 16 bit, but works fine
when i change it to 32 bit.


im working with 01.HelloWorld example.
this is the function call:

Code: Select all

	IrrlichtDevice *device =
		createDevice( video::EDT_DIRECT3D8,		//EDT_DIRECT3D9, EDT_SOFTWARE2, EDT_OPENGL
		dimension2d<s32>(640, 480), 16,
		false,		//fullscreen
		false,		//stencilbuffer
		false,		//vsync
		0		//event rcv
		);
i've tried changing stencilbuffer true and fale, does nothing here.
tried 800x600 and/or 32 bit, nothing.
tried version 1.2 from official package, nothing.
tried version 1.2 from SVN 21-12-2006, compiled by myself, only directx8, nothing.

Directx caps informations from this app http://wiki.winehq.org/DirectX-Caps.
(all logs when desktop is 16 bit)

[1]

Graphics Card and Driver Information
Description NVIDIA GeForce4 MX 440
Driver nv4_disp.dll
Driver Version 6.14.10.9371
VendorId 4318
DeviceId 369
SubSysId 0
Revision 163
Device Identifier {D7B71E3E-4231-11CF-2B47-0A2002C2CB35}
WHQL Level Not certified
DirectX Version 4.9.0.904 (9.0)


Available Display Modes
Primary HAL Adapter Capabilities
General
AdapterOrdinal 0
MasterAdapterOrdinal 0
AdapterOrdinalInGroup 0
NumberOfAdaptersInGroup 1
MaxTextureWidth 2048
MaxTextureHeight 2048
MaxVolumeExtent 0
MaxTextureRepeat 8192
MaxTextureAspectRatio 2048
MaxTextureBlendStages 8
MaxSimultaneousTextures 2
MaxAnisotropy 2
MaxVertexW 10000000000.00
GuardBandLeft -100000000.00
GuardBandTop -100000000.00
GuardBandRight 100000000.00
GuardBandBottom 100000000.00
ExtentsAdjust 0.00
MaxActiveLights 8
MaxUserClipPlanes 0
MaxVertexBlendMatrices 2
MaxVertexBlendMatrixIndex 0
MaxPointSize 64.00
MaxPrimitiveCount 65535
MaxVertexIndex 65535
MaxStreams 16
MaxStreamStride 255
MaxNpatchTesselationLevel 0.00
NumSimultaneousRTs 1
Caps
D3DCAPS_READ_SCANLINE Yes
Caps2
D3DCAPS2_CANAUTOGENMIPMAP Yes
D3DCAPS2_CANCALIBRATEGAMMA No
D3DCAPS2_CANMANAGERESOURCE No
D3DCAPS2_DYNAMICTEXTURES Yes
D3DCAPS2_FULLSCREENGAMMA Yes
Caps3
D3DCAPS3_ALPHA_FULLSCREEN_FLIP_OR_DISCARD Yes
D3DCAPS3_COPY_TO_VIDMEM Yes
D3DCAPS3_COPY_TO_SYSTEMMEM Yes
D3DCAPS3_LINEAR_TO_SRGB_PRESENTATION No
PresentationIntervals
D3DPRESENT_INTERVAL_IMMEDIATE Yes
D3DPRESENT_INTERVAL_ONE Yes
D3DPRESENT_INTERVAL_TWO Yes
D3DPRESENT_INTERVAL_THREE Yes
D3DPRESENT_INTERVAL_FOUR Yes
CursorCaps
D3DCURSORCAPS_COLOR Yes
D3DCURSORCAPS_LOWRES No
DevCaps
D3DDEVCAPS_CANBLTSYSTONONLOCAL Yes
D3DDEVCAPS_CANRENDERAFTERFLIP Yes
D3DDEVCAPS_DRAWPRIMITIVES2 Yes
D3DDEVCAPS_DRAWPRIMITIVES2EX Yes
D3DDEVCAPS_DRAWPRIMTLVERTEX Yes
D3DDEVCAPS_EXECUTESYSTEMMEMORY Yes
D3DDEVCAPS_EXECUTEVIDEOMEMORY Yes
D3DDEVCAPS_HWRASTERIZATION Yes
D3DDEVCAPS_HWTRANSFORMANDLIGHT Yes
D3DDEVCAPS_NPATCHES No
D3DDEVCAPS_PUREDEVICE Yes
D3DDEVCAPS_QUINTICRTPATCHES No
D3DDEVCAPS_RTPATCHES No
D3DDEVCAPS_RTPATCHHANDLEZERO No
D3DDEVCAPS_SEPARATETEXTUREMEMORIES No
D3DDEVCAPS_TEXTURENONLOCALVIDMEM Yes
D3DDEVCAPS_TEXTURESYSTEMMEMORY No
D3DDEVCAPS_TEXTUREVIDEOMEMORY Yes
D3DDEVCAPS_TLVERTEXSYSTEMMEMORY Yes
D3DDEVCAPS_TLVERTEXVIDEOMEMORY Yes
PrimitiveMiscCaps
D3DPMISCCAPS_MASKZ Yes
D3DPMISCCAPS_CULLNONE Yes
D3DPMISCCAPS_CULLCW Yes
D3DPMISCCAPS_CULLCCW Yes
D3DPMISCCAPS_COLORWRITEENABLE Yes
D3DPMISCCAPS_CLIPPLANESCALEDPOINTS No
D3DPMISCCAPS_CLIPTLVERTS Yes
D3DPMISCCAPS_TSSARGTEMP Yes
D3DPMISCCAPS_BLENDOP Yes
D3DPMISCCAPS_NULLREFERENCE No
D3DPMISCCAPS_INDEPENDENTWRITEMASKS No
D3DPMISCCAPS_PERSTAGECONSTANT No
D3DPMISCCAPS_FOGANDSPECULARALPHA No
D3DPMISCCAPS_SEPARATEALPHABLEND No
D3DPMISCCAPS_MRTINDEPENDENTBITDEPTHS No
D3DPMISCCAPS_MRTPOSTPIXELSHADERBLENDING No
D3DPMISCCAPS_FOGVERTEXCLAMPED No
RasterCaps
D3DPRASTERCAPS_ANISOTROPY Yes
D3DPRASTERCAPS_COLORPERSPECTIVE Yes
D3DPRASTERCAPS_DITHER Yes
D3DPRASTERCAPS_DEPTHBIAS Yes
D3DPRASTERCAPS_FOGRANGE Yes
D3DPRASTERCAPS_FOGTABLE Yes
D3DPRASTERCAPS_FOGVERTEX Yes
D3DPRASTERCAPS_MIPMAPLODBIAS Yes
D3DPRASTERCAPS_MULTISAMPLE_TOGGLE No
D3DPRASTERCAPS_SCISSORTEST Yes
D3DPRASTERCAPS_SLOPESCALEDEPTHBIAS No
D3DPRASTERCAPS_WBUFFER Yes
D3DPRASTERCAPS_WFOG Yes
D3DPRASTERCAPS_ZBUFFERLESSHSR No
D3DPRASTERCAPS_ZFOG Yes
D3DPRASTERCAPS_ZTEST No
ZCmpCaps
D3DPCMPCAPS_ALWAYS Yes
D3DPCMPCAPS_EQUAL Yes
D3DPCMPCAPS_GREATER Yes
D3DPCMPCAPS_GREATEREQUAL Yes
D3DPCMPCAPS_LESS Yes
D3DPCMPCAPS_LESSEQUAL Yes
D3DPCMPCAPS_NEVER Yes
D3DPCMPCAPS_NOTEQUAL Yes
SrcBlendCaps
D3DPBLENDCAPS_BLENDFACTOR Yes
D3DPBLENDCAPS_BOTHINVSRCALPHA Yes
D3DPBLENDCAPS_BOTHSRCALPHA Yes
D3DPBLENDCAPS_DESTALPHA Yes
D3DPBLENDCAPS_DESTCOLOR Yes
D3DPBLENDCAPS_INVDESTALPHA Yes
D3DPBLENDCAPS_INVDESTCOLOR Yes
D3DPBLENDCAPS_INVSRCALPHA Yes
D3DPBLENDCAPS_INVSRCCOLOR Yes
D3DPBLENDCAPS_ONE Yes
D3DPBLENDCAPS_SRCALPHA Yes
D3DPBLENDCAPS_SRCALPHASAT Yes
D3DPBLENDCAPS_SRCCOLOR Yes
D3DPBLENDCAPS_ZERO Yes
DestBlendCaps
D3DPBLENDCAPS_BLENDFACTOR Yes
D3DPBLENDCAPS_BOTHINVSRCALPHA Yes
D3DPBLENDCAPS_BOTHSRCALPHA Yes
D3DPBLENDCAPS_DESTALPHA Yes
D3DPBLENDCAPS_DESTCOLOR Yes
D3DPBLENDCAPS_INVDESTALPHA Yes
D3DPBLENDCAPS_INVDESTCOLOR Yes
D3DPBLENDCAPS_INVSRCALPHA Yes
D3DPBLENDCAPS_INVSRCCOLOR Yes
D3DPBLENDCAPS_ONE Yes
D3DPBLENDCAPS_SRCALPHA Yes
D3DPBLENDCAPS_SRCALPHASAT Yes
D3DPBLENDCAPS_SRCCOLOR Yes
D3DPBLENDCAPS_ZERO Yes
AlphaCmpCaps
D3DPCMPCAPS_ALWAYS Yes
D3DPCMPCAPS_EQUAL Yes
D3DPCMPCAPS_GREATER Yes
D3DPCMPCAPS_GREATEREQUAL Yes
D3DPCMPCAPS_LESS Yes
D3DPCMPCAPS_LESSEQUAL Yes
D3DPCMPCAPS_NEVER Yes
D3DPCMPCAPS_NOTEQUAL Yes
ShadeCaps
D3DPSHADECAPS_ALPHAGOURAUDBLEND Yes
D3DPSHADECAPS_COLORGOURAUDRGB Yes
D3DPSHADECAPS_FOGGOURAUD Yes
D3DPSHADECAPS_SPECULARGOURAUDRGB Yes
TextureCaps
D3DPTEXTURECAPS_ALPHA Yes
D3DPTEXTURECAPS_ALPHAPALETTE Yes
D3DPTEXTURECAPS_CUBEMAP Yes
D3DPTEXTURECAPS_CUBEMAP_POW2 Yes
D3DPTEXTURECAPS_MIPCUBEMAP Yes
D3DPTEXTURECAPS_MIPMAP Yes
D3DPTEXTURECAPS_MIPVOLUMEMAP No
D3DPTEXTURECAPS_NONPOW2CONDITIONAL Yes
D3DPTEXTURECAPS_NOPROJECTEDBUMPENV No
D3DPTEXTURECAPS_PERSPECTIVE Yes
D3DPTEXTURECAPS_POW2 Yes
D3DPTEXTURECAPS_PROJECTED Yes
D3DPTEXTURECAPS_SQUAREONLY No
D3DPTEXTURECAPS_TEXREPEATNOTSCALEDBYSIZE No
D3DPTEXTURECAPS_VOLUMEMAP No
D3DPTEXTURECAPS_VOLUMEMAP_POW2 No
TextureFilterCaps
D3DPTFILTERCAPS_MAGFPOINT Yes
D3DPTFILTERCAPS_MAGFLINEAR Yes
D3DPTFILTERCAPS_MAGFANISOTROPIC No
D3DPTFILTERCAPS_MAGFPYRAMIDALQUAD No
D3DPTFILTERCAPS_MAGFGAUSSIANQUAD No
D3DPTFILTERCAPS_MINFPOINT Yes
D3DPTFILTERCAPS_MINFLINEAR Yes
D3DPTFILTERCAPS_MINFANISOTROPIC Yes
D3DPTFILTERCAPS_MINFPYRAMIDALQUAD No
D3DPTFILTERCAPS_MINFGAUSSIANQUAD No
D3DPTFILTERCAPS_MIPFPOINT Yes
D3DPTFILTERCAPS_MIPFLINEAR Yes
CubeTextureFilterCaps
D3DPTFILTERCAPS_MAGFPOINT Yes
D3DPTFILTERCAPS_MAGFLINEAR Yes
D3DPTFILTERCAPS_MAGFANISOTROPIC No
D3DPTFILTERCAPS_MAGFPYRAMIDALQUAD No
D3DPTFILTERCAPS_MAGFGAUSSIANQUAD No
D3DPTFILTERCAPS_MINFPOINT Yes
D3DPTFILTERCAPS_MINFLINEAR Yes
D3DPTFILTERCAPS_MINFANISOTROPIC No
D3DPTFILTERCAPS_MINFPYRAMIDALQUAD No
D3DPTFILTERCAPS_MINFGAUSSIANQUAD No
D3DPTFILTERCAPS_MIPFPOINT Yes
D3DPTFILTERCAPS_MIPFLINEAR Yes
VolumeTextureFilterCaps
D3DPTFILTERCAPS_MAGFPOINT No
D3DPTFILTERCAPS_MAGFLINEAR No
D3DPTFILTERCAPS_MAGFANISOTROPIC No
D3DPTFILTERCAPS_MAGFPYRAMIDALQUAD No
D3DPTFILTERCAPS_MAGFGAUSSIANQUAD No
D3DPTFILTERCAPS_MINFPOINT No
D3DPTFILTERCAPS_MINFLINEAR No
D3DPTFILTERCAPS_MINFANISOTROPIC No
D3DPTFILTERCAPS_MINFPYRAMIDALQUAD No
D3DPTFILTERCAPS_MINFGAUSSIANQUAD No
D3DPTFILTERCAPS_MIPFPOINT No
D3DPTFILTERCAPS_MIPFLINEAR No
TextureAddressCaps
D3DPTADDRESSCAPS_BORDER No
D3DPTADDRESSCAPS_CLAMP Yes
D3DPTADDRESSCAPS_INDEPENDENTUV Yes
D3DPTADDRESSCAPS_MIRROR Yes
D3DPTADDRESSCAPS_MIRRORONCE No
D3DPTADDRESSCAPS_WRAP Yes
VolumeTextureAddressCaps
D3DPTADDRESSCAPS_BORDER No
D3DPTADDRESSCAPS_CLAMP No
D3DPTADDRESSCAPS_INDEPENDENTUV No
D3DPTADDRESSCAPS_MIRROR No
D3DPTADDRESSCAPS_MIRRORONCE No
D3DPTADDRESSCAPS_WRAP No
LineCaps
D3DLINECAPS_ALPHACMP Yes
D3DLINECAPS_ANTIALIAS No
D3DLINECAPS_BLEND Yes
D3DLINECAPS_FOG Yes
D3DLINECAPS_TEXTURE Yes
D3DLINECAPS_ZTEST Yes
StencilCaps
D3DSTENCILCAPS_KEEP Yes
D3DSTENCILCAPS_ZERO Yes
D3DSTENCILCAPS_REPLACE Yes
D3DSTENCILCAPS_INCRSAT Yes
D3DSTENCILCAPS_DECRSAT Yes
D3DSTENCILCAPS_INVERT Yes
D3DSTENCILCAPS_INCR Yes
D3DSTENCILCAPS_DECR Yes
D3DSTENCILCAPS_TWOSIDED No
FVFCaps
D3DFVFCAPS_DONOTSTRIPELEMENTS Yes
D3DFVFCAPS_PSIZE No
D3DFVFCAPS_TEXCOORDCOUNTMASK Yes
TextureOpCaps
D3DTEXOPCAPS_ADD Yes
D3DTEXOPCAPS_ADDSIGNED Yes
D3DTEXOPCAPS_ADDSIGNED2X Yes
D3DTEXOPCAPS_ADDSMOOTH Yes
D3DTEXOPCAPS_BLENDCURRENTALPHA Yes
D3DTEXOPCAPS_BLENDDIFFUSEALPHA Yes
D3DTEXOPCAPS_BLENDFACTORALPHA Yes
D3DTEXOPCAPS_BLENDTEXTUREALPHA Yes
D3DTEXOPCAPS_BLENDTEXTUREALPHAPM Yes
D3DTEXOPCAPS_BUMPENVMAP No
D3DTEXOPCAPS_BUMPENVMAPLUMINANCE No
D3DTEXOPCAPS_DISABLE Yes
D3DTEXOPCAPS_DOTPRODUCT3 Yes
D3DTEXOPCAPS_LERP Yes
D3DTEXOPCAPS_MODULATE Yes
D3DTEXOPCAPS_MODULATE2X Yes
D3DTEXOPCAPS_MODULATE4X Yes
D3DTEXOPCAPS_MODULATEALPHA_ADDCOLOR Yes
D3DTEXOPCAPS_MODULATECOLOR_ADDALPHA Yes
D3DTEXOPCAPS_MODULATEINVALPHA_ADDCOLOR Yes
D3DTEXOPCAPS_MODULATEINVCOLOR_ADDALPHA Yes
D3DTEXOPCAPS_MULTIPLYADD Yes
D3DTEXOPCAPS_PREMODULATE No
D3DTEXOPCAPS_SELECTARG1 Yes
D3DTEXOPCAPS_SELECTARG2 Yes
D3DTEXOPCAPS_SUBTRACT Yes
VertexProcessingCaps
D3DVTXPCAPS_DIRECTIONALLIGHTS Yes
D3DVTXPCAPS_LOCALVIEWER Yes
D3DVTXPCAPS_MATERIALSOURCE7 No
D3DVTXPCAPS_NO_TEXGEN_NONLOCALVIEWER Yes
D3DVTXPCAPS_POSITIONALLIGHTS Yes
D3DVTXPCAPS_TEXGEN Yes
D3DVTXPCAPS_TEXGEN_SPHEREMAP No
D3DVTXPCAPS_TWEENING No
DevCaps2
D3DDEVCAPS2_ADAPTIVETESSRTPATCH No
D3DDEVCAPS2_ADAPTIVETESSNPATCH No
D3DDEVCAPS2_CAN_STRETCHRECT_FROM_TEXTURES Yes
D3DDEVCAPS2_DMAPNPATCH No
D3DDEVCAPS2_PRESAMPLEDDMAPNPATCH No
D3DDEVCAPS2_STREAMOFFSET Yes
D3DDEVCAPS2_VERTEXELEMENTSCANSHARESTREAMOFFSET No
DeclTypes
D3DDTCAPS_UBYTE4 No
D3DDTCAPS_UBYTE4N No
D3DDTCAPS_SHORT2N No
D3DDTCAPS_SHORT4N No
D3DDTCAPS_USHORT2N No
D3DDTCAPS_USHORT4N No
D3DDTCAPS_UDEC3 No
D3DDTCAPS_DEC3N No
D3DDTCAPS_FLOAT16_2 No
D3DDTCAPS_FLOAT16_4 No
StretchRectFilterCaps
D3DPTFILTERCAPS_MINFPOINT Yes
D3DPTFILTERCAPS_MAGFPOINT Yes
D3DPTFILTERCAPS_MINFLINEAR Yes
D3DPTFILTERCAPS_MAGFLINEAR Yes
Vertex and Pixel Shaders
VertexShaderVersion 0.0
MaxVertexShaderConst 0
MaxVShaderInstructionsExecuted 0
MaxVertexShader30InstructionSlots 0
PixelShaderVersion 0.0
PixelShader1xMaxValue 0.00
MaxPShaderInstructionsExecuted 0
MaxPixelShader30InstructionSlots 0
VS20Caps
Caps 0
DynamicFlowControlDepth 0
NumTemps 0
StaticFlowControlDepth 0
PS20Caps
Caps 0
DynamicFlowControlDepth 0
NumTemps 0
StaticFlowControlDepth 0
NumInstructionSlots 0

DeviceCaps Exporter v1.00
http://www.adreniware.com/devicecaps/
Copyright © 2004 Adreniware
André Jacobs

Display Modes
Dimension
Bpp
Refresh Rate
Format
320 x 200 32 75 Hz D3DFMT_X8R8G8B8
320 x 200 32 72 Hz D3DFMT_X8R8G8B8
320 x 200 32 70 Hz D3DFMT_X8R8G8B8
320 x 200 32 60 Hz D3DFMT_X8R8G8B8
320 x 200 16 75 Hz D3DFMT_R5G6B5
320 x 200 16 72 Hz D3DFMT_R5G6B5
320 x 200 16 70 Hz D3DFMT_R5G6B5
320 x 200 16 60 Hz D3DFMT_R5G6B5
320 x 240 32 75 Hz D3DFMT_X8R8G8B8
320 x 240 32 72 Hz D3DFMT_X8R8G8B8
320 x 240 32 70 Hz D3DFMT_X8R8G8B8
320 x 240 32 60 Hz D3DFMT_X8R8G8B8
320 x 240 16 75 Hz D3DFMT_R5G6B5
320 x 240 16 72 Hz D3DFMT_R5G6B5
320 x 240 16 70 Hz D3DFMT_R5G6B5
320 x 240 16 60 Hz D3DFMT_R5G6B5
400 x 300 32 75 Hz D3DFMT_X8R8G8B8
400 x 300 32 72 Hz D3DFMT_X8R8G8B8
400 x 300 32 70 Hz D3DFMT_X8R8G8B8
400 x 300 32 60 Hz D3DFMT_X8R8G8B8
400 x 300 16 75 Hz D3DFMT_R5G6B5
400 x 300 16 72 Hz D3DFMT_R5G6B5
400 x 300 16 70 Hz D3DFMT_R5G6B5
400 x 300 16 60 Hz D3DFMT_R5G6B5
480 x 360 32 75 Hz D3DFMT_X8R8G8B8
480 x 360 32 72 Hz D3DFMT_X8R8G8B8
480 x 360 32 70 Hz D3DFMT_X8R8G8B8
480 x 360 32 60 Hz D3DFMT_X8R8G8B8
480 x 360 16 75 Hz D3DFMT_R5G6B5
480 x 360 16 72 Hz D3DFMT_R5G6B5
480 x 360 16 70 Hz D3DFMT_R5G6B5
480 x 360 16 60 Hz D3DFMT_R5G6B5
512 x 384 32 75 Hz D3DFMT_X8R8G8B8
512 x 384 32 72 Hz D3DFMT_X8R8G8B8
512 x 384 32 70 Hz D3DFMT_X8R8G8B8
512 x 384 32 60 Hz D3DFMT_X8R8G8B8
512 x 384 16 75 Hz D3DFMT_R5G6B5
512 x 384 16 72 Hz D3DFMT_R5G6B5
512 x 384 16 70 Hz D3DFMT_R5G6B5
512 x 384 16 60 Hz D3DFMT_R5G6B5
640 x 400 32 75 Hz D3DFMT_X8R8G8B8
640 x 400 32 72 Hz D3DFMT_X8R8G8B8
640 x 400 32 70 Hz D3DFMT_X8R8G8B8
640 x 400 32 60 Hz D3DFMT_X8R8G8B8
640 x 400 16 75 Hz D3DFMT_R5G6B5
640 x 400 16 72 Hz D3DFMT_R5G6B5
640 x 400 16 70 Hz D3DFMT_R5G6B5
640 x 400 16 60 Hz D3DFMT_R5G6B5
640 x 480 32 120 Hz D3DFMT_X8R8G8B8
640 x 480 32 100 Hz D3DFMT_X8R8G8B8
640 x 480 32 88 Hz D3DFMT_X8R8G8B8
640 x 480 32 85 Hz D3DFMT_X8R8G8B8
640 x 480 32 75 Hz D3DFMT_X8R8G8B8
640 x 480 32 72 Hz D3DFMT_X8R8G8B8
640 x 480 32 70 Hz D3DFMT_X8R8G8B8
640 x 480 32 60 Hz D3DFMT_X8R8G8B8
640 x 480 16 120 Hz D3DFMT_R5G6B5
640 x 480 16 100 Hz D3DFMT_R5G6B5
640 x 480 16 88 Hz D3DFMT_R5G6B5
640 x 480 16 85 Hz D3DFMT_R5G6B5
640 x 480 16 75 Hz D3DFMT_R5G6B5
640 x 480 16 72 Hz D3DFMT_R5G6B5
640 x 480 16 70 Hz D3DFMT_R5G6B5
640 x 480 16 60 Hz D3DFMT_R5G6B5
720 x 480 32 60 Hz D3DFMT_X8R8G8B8
720 x 480 16 60 Hz D3DFMT_R5G6B5
720 x 576 32 60 Hz D3DFMT_X8R8G8B8
720 x 576 16 60 Hz D3DFMT_R5G6B5
800 x 600 32 100 Hz D3DFMT_X8R8G8B8
800 x 600 32 85 Hz D3DFMT_X8R8G8B8
800 x 600 32 75 Hz D3DFMT_X8R8G8B8
800 x 600 32 72 Hz D3DFMT_X8R8G8B8
800 x 600 32 70 Hz D3DFMT_X8R8G8B8
800 x 600 32 68 Hz D3DFMT_X8R8G8B8
800 x 600 32 60 Hz D3DFMT_X8R8G8B8
800 x 600 16 100 Hz D3DFMT_R5G6B5
800 x 600 16 85 Hz D3DFMT_R5G6B5
800 x 600 16 75 Hz D3DFMT_R5G6B5
800 x 600 16 72 Hz D3DFMT_R5G6B5
800 x 600 16 70 Hz D3DFMT_R5G6B5
800 x 600 16 68 Hz D3DFMT_R5G6B5
800 x 600 16 60 Hz D3DFMT_R5G6B5
848 x 480 32 100 Hz D3DFMT_X8R8G8B8
848 x 480 32 85 Hz D3DFMT_X8R8G8B8
848 x 480 32 75 Hz D3DFMT_X8R8G8B8
848 x 480 32 72 Hz D3DFMT_X8R8G8B8
848 x 480 32 70 Hz D3DFMT_X8R8G8B8
848 x 480 32 60 Hz D3DFMT_X8R8G8B8
848 x 480 16 100 Hz D3DFMT_R5G6B5
848 x 480 16 85 Hz D3DFMT_R5G6B5
848 x 480 16 75 Hz D3DFMT_R5G6B5
848 x 480 16 72 Hz D3DFMT_R5G6B5
848 x 480 16 70 Hz D3DFMT_R5G6B5
848 x 480 16 60 Hz D3DFMT_R5G6B5
960 x 600 32 100 Hz D3DFMT_X8R8G8B8
960 x 600 32 85 Hz D3DFMT_X8R8G8B8
960 x 600 32 75 Hz D3DFMT_X8R8G8B8
960 x 600 32 72 Hz D3DFMT_X8R8G8B8
960 x 600 32 70 Hz D3DFMT_X8R8G8B8
960 x 600 32 60 Hz D3DFMT_X8R8G8B8
960 x 600 16 100 Hz D3DFMT_R5G6B5
960 x 600 16 85 Hz D3DFMT_R5G6B5
960 x 600 16 75 Hz D3DFMT_R5G6B5
960 x 600 16 72 Hz D3DFMT_R5G6B5
960 x 600 16 70 Hz D3DFMT_R5G6B5
960 x 600 16 60 Hz D3DFMT_R5G6B5
1024 x 768 32 85 Hz D3DFMT_X8R8G8B8
1024 x 768 32 75 Hz D3DFMT_X8R8G8B8
1024 x 768 32 72 Hz D3DFMT_X8R8G8B8
1024 x 768 32 70 Hz D3DFMT_X8R8G8B8
1024 x 768 32 60 Hz D3DFMT_X8R8G8B8
1024 x 768 16 85 Hz D3DFMT_R5G6B5
1024 x 768 16 75 Hz D3DFMT_R5G6B5
1024 x 768 16 72 Hz D3DFMT_R5G6B5
1024 x 768 16 70 Hz D3DFMT_R5G6B5
1024 x 768 16 60 Hz D3DFMT_R5G6B5
1152 x 864 32 75 Hz D3DFMT_X8R8G8B8
1152 x 864 32 72 Hz D3DFMT_X8R8G8B8
1152 x 864 32 70 Hz D3DFMT_X8R8G8B8
1152 x 864 32 60 Hz D3DFMT_X8R8G8B8
1152 x 864 16 75 Hz D3DFMT_R5G6B5
1152 x 864 16 72 Hz D3DFMT_R5G6B5
1152 x 864 16 70 Hz D3DFMT_R5G6B5
1152 x 864 16 60 Hz D3DFMT_R5G6B5
1280 x 720 32 85 Hz D3DFMT_X8R8G8B8
1280 x 720 32 75 Hz D3DFMT_X8R8G8B8
1280 x 720 32 72 Hz D3DFMT_X8R8G8B8
1280 x 720 32 70 Hz D3DFMT_X8R8G8B8
1280 x 720 32 60 Hz D3DFMT_X8R8G8B8
1280 x 720 16 85 Hz D3DFMT_R5G6B5
1280 x 720 16 75 Hz D3DFMT_R5G6B5
1280 x 720 16 72 Hz D3DFMT_R5G6B5
1280 x 720 16 70 Hz D3DFMT_R5G6B5
1280 x 720 16 60 Hz D3DFMT_R5G6B5
1280 x 768 32 85 Hz D3DFMT_X8R8G8B8
1280 x 768 32 75 Hz D3DFMT_X8R8G8B8
1280 x 768 32 72 Hz D3DFMT_X8R8G8B8
1280 x 768 32 70 Hz D3DFMT_X8R8G8B8
1280 x 768 32 60 Hz D3DFMT_X8R8G8B8
1280 x 768 16 85 Hz D3DFMT_R5G6B5
1280 x 768 16 75 Hz D3DFMT_R5G6B5
1280 x 768 16 72 Hz D3DFMT_R5G6B5
1280 x 768 16 70 Hz D3DFMT_R5G6B5
1280 x 768 16 60 Hz D3DFMT_R5G6B5
1280 x 800 32 85 Hz D3DFMT_X8R8G8B8
1280 x 800 32 75 Hz D3DFMT_X8R8G8B8
1280 x 800 32 72 Hz D3DFMT_X8R8G8B8
1280 x 800 32 70 Hz D3DFMT_X8R8G8B8
1280 x 800 32 60 Hz D3DFMT_X8R8G8B8
1280 x 800 16 85 Hz D3DFMT_R5G6B5
1280 x 800 16 75 Hz D3DFMT_R5G6B5
1280 x 800 16 72 Hz D3DFMT_R5G6B5
1280 x 800 16 70 Hz D3DFMT_R5G6B5
1280 x 800 16 60 Hz D3DFMT_R5G6B5
1280 x 960 32 72 Hz D3DFMT_X8R8G8B8
1280 x 960 32 70 Hz D3DFMT_X8R8G8B8
1280 x 960 32 60 Hz D3DFMT_X8R8G8B8
1280 x 960 16 72 Hz D3DFMT_R5G6B5
1280 x 960 16 70 Hz D3DFMT_R5G6B5
1280 x 960 16 60 Hz D3DFMT_R5G6B5
1280 x 1024 32 60 Hz D3DFMT_X8R8G8B8
1280 x 1024 16 60 Hz D3DFMT_R5G6B5

Display Format: D3DFMT_X8R8G8B8
Hardware Accelerated Yes
Depth and Stencil buffer support
D3DFMT_D16 Yes
D3DFMT_D15S1 No
D3DFMT_D24X8 Yes
D3DFMT_D24S8 Yes
D3DFMT_D24X4S4 No
D3DFMT_D32 No
Multisampling support
D3DMULTISAMPLE_2_SAMPLES No
D3DMULTISAMPLE_3_SAMPLES No
D3DMULTISAMPLE_4_SAMPLES No
D3DMULTISAMPLE_5_SAMPLES No
D3DMULTISAMPLE_6_SAMPLES No
D3DMULTISAMPLE_7_SAMPLES No
D3DMULTISAMPLE_8_SAMPLES No
D3DMULTISAMPLE_9_SAMPLES No
D3DMULTISAMPLE_10_SAMPLES No
D3DMULTISAMPLE_11_SAMPLES No
D3DMULTISAMPLE_12_SAMPLES No
D3DMULTISAMPLE_13_SAMPLES No
D3DMULTISAMPLE_14_SAMPLES No
D3DMULTISAMPLE_15_SAMPLES No
D3DMULTISAMPLE_16_SAMPLES No

Display Format: D3DFMT_R5G6B5
Hardware Accelerated Yes
Depth and Stencil buffer support
D3DFMT_D16 Yes
D3DFMT_D15S1 No
D3DFMT_D24X8 No
D3DFMT_D24S8 No
D3DFMT_D24X4S4 No
D3DFMT_D32 No
Multisampling support
D3DMULTISAMPLE_2_SAMPLES No
D3DMULTISAMPLE_3_SAMPLES No
D3DMULTISAMPLE_4_SAMPLES No
D3DMULTISAMPLE_5_SAMPLES No
D3DMULTISAMPLE_6_SAMPLES No
D3DMULTISAMPLE_7_SAMPLES No
D3DMULTISAMPLE_8_SAMPLES No
D3DMULTISAMPLE_9_SAMPLES No
D3DMULTISAMPLE_10_SAMPLES No
D3DMULTISAMPLE_11_SAMPLES No
D3DMULTISAMPLE_12_SAMPLES No
D3DMULTISAMPLE_13_SAMPLES No
D3DMULTISAMPLE_14_SAMPLES No
D3DMULTISAMPLE_15_SAMPLES No
D3DMULTISAMPLE_16_SAMPLES No

DeviceCaps Exporter v1.00
http://www.adreniware.com/devicecaps/
Copyright © 2004 Adreniware
André Jacobs






log from dxdiag (start menu - run - dxdiag - Save All Information)

[2]

------------------
System Information
------------------
Time of this report: 12/22/2006, 12:11:49
Machine name: KAZ
Operating System: Windows XP Professional (5.1, Build 2600) Service Pack 2 (2600.xpsp_sp2_rtm.040803-2158)
Language: English (Regional Setting: English)
System Manufacturer: Hewlett-Packard
System Model: HP Brio
BIOS: Award Medallion BIOS v6.00PG
Processor: Intel Celeron, ~730MHz
Memory: 384MB RAM
Page File: 153MB used, 768MB available
Windows Dir: C:\WINDOWS
DirectX Version: DirectX 9.0c (4.09.0000.0904)
DX Setup Parameters: Not found
DxDiag Version: 5.03.2600.2180 32bit Unicode

------------
DxDiag Notes
------------
DirectX Files Tab: The file d3d9d.dll is a debug version, which will run slower than the retail version.
Display Tab 1: No problems found.
Sound Tab 1: No problems found.
Music Tab: No problems found.
Input Tab: No problems found.
Network Tab: No problems found.

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

---------------
Display Devices
---------------
Card name: NVIDIA GeForce4 MX 440
Manufacturer: NVIDIA
Chip type: GeForce4 MX 440
DAC type: Integrated RAMDAC
Device Key: Enum\PCI\VEN_10DE&DEV_0171&SUBSYS_00000000&REV_A3
Display Memory: 64.0 MB
Current Mode: 1024 x 768 (16 bit) (85Hz)
Monitor: Plug and Play Monitor
Monitor Max Res: 1600,1200
Driver Name: nv4_disp.dll
Driver Version: 6.14.0010.9371 (English)
DDI Version: 9 (or higher)
Driver Attributes: Final Retail
Driver Date/Size: 10/22/2006 12:22:00, 4527488 bytes
WHQL Logo'd: n/a
WHQL Date Stamp: n/a
VDD: n/a
Mini VDD: nv4_mini.sys
Mini VDD Date: 10/22/2006 12:22:00, 3994624 bytes
Device Identifier: {D7B71E3E-4231-11CF-2B47-0A2002C2CB35}
Vendor ID: 0x10DE
Device ID: 0x0171
SubSys ID: 0x00000000
Revision ID: 0x00A3
Revision ID: 0x00A3
Video Accel: ModeMPEG2_A ModeMPEG2_B ModeMPEG2_C ModeMPEG2_D
Deinterlace Caps: {212DC723-3235-44A4-BD29-E1652BBCC71C}: Format(In/Out)=(YUY2,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_MedianFiltering
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
{212DC723-3235-44A4-BD29-E1652BBCC71C}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_MedianFiltering
{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: VIA Audio (WAVE)
Default Sound Playback: Yes
Default Voice Playback: Yes
Hardware ID: PCI\VEN_1106&DEV_3058&SUBSYS_1251103C&REV_20
Manufacturer ID: 1
Product ID: 100
Type: WDM
Driver Name: ac97via.sys
Driver Version: 5.10.0000.3622 (English)
Driver Attributes: Final Retail
WHQL Logo'd: n/a
Date and Size: 8/3/2004 22:32:32, 84480 bytes
Other Files:
Driver Provider: Microsoft
HW Accel Level: Full
Cap Flags: 0x0
Min/Max Sample Rate: 0, 0
Static/Strm HW Mix Bufs: 0, 0
Static/Strm HW 3D Bufs: 0, 0
HW Memory: 0
Voice Management: No
EAX(tm) 2.0 Listen/Src: No, No
I3DL2(tm) Listen/Src: No, No
Sensaura(tm) ZoomFX(tm): No
Registry: OK
Sound Test Result: Not run

---------------------
Sound Capture Devices
---------------------
Description: VIA Audio (WAVE)
Default Sound Capture: Yes
Default Voice Capture: Yes
Driver Name: ac97via.sys
Driver Version: 5.10.0000.3622 (English)
Driver Attributes: Final Retail
Date and Size: 8/3/2004 22:32:32, 84480 bytes
Cap Flags: 0x0
Format Flags: 0x0

-----------
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
VIA Audio (WAVE), Software (Kernel Mode), Output, DLS, Internal
Microsoft MIDI Mapper [Emulated], Hardware (Not Kernel Mode), Output, No DLS, Internal
Microsoft GS Wavetable SW Synth [Emulated], Hardware (Not Kernel Mode), Output, No DLS, Internal
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: 0x1106, 0x3038
| Matching Device ID: usb\root_hub
| Service: usbhub
| Driver: usbhub.sys, 8/3/2004 23:08:44, 57600 bytes
| Driver: usbd.sys, 8/23/2001 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, 8/3/2004 23:14:38, 52736 bytes
| Driver: kbdclass.sys, 8/3/2004 22:58:34, 24576 bytes
|
+ Terminal Server Keyboard Driver
| Matching Device ID: root\rdp_kbd
| Upper Filters: kbdclass
| Service: TermDD
| Driver: termdd.sys, 8/4/2004 01:01:08, 40840 bytes
| Driver: kbdclass.sys, 8/3/2004 22:58:34, 24576 bytes
|
+ PS/2 Compatible Mouse
| Matching Device ID: *pnp0f13
| Service: i8042prt
| Driver: i8042prt.sys, 8/3/2004 23:14:38, 52736 bytes
| Driver: mouclass.sys, 8/4/2004 01:05:44, 23040 bytes
|
+ Terminal Server Mouse Driver
| Matching Device ID: root\rdp_mou
| Upper Filters: mouclass
| Service: TermDD
| Driver: termdd.sys, 8/4/2004 01:01:08, 40840 bytes
| Driver: mouclass.sys, 8/4/2004 01:05:44, 23040 bytes

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

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

-------------------
DirectPlay Adapters
-------------------
DirectPlay8 Serial Service Provider: COM1
DirectPlay8 Serial Service Provider: COM2
DirectPlay8 TCP/IP Service Provider: LAN_10.x.x.x - 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
-------------------------

------------------------
Disk & DVD/CD-ROM Drives
------------------------
Drive: C:
Free Space: 0.7 GB
Total Space: 4.9 GB
File System: FAT32
Model: WDC WD80EB-28CGH2

Drive: E:
Free Space: 2.6 GB
Total Space: 20.1 GB
File System: NTFS
Model: WDC WD1600JB-00EVA0

Drive: F:
Free Space: 6.4 GB
Total Space: 21.6 GB
File System: NTFS
Model: WDC WD1600JB-00EVA0

Drive: G:
Free Space: 0.1 GB
Total Space: 111.0 GB
File System: FAT32
Model: WDC WD1600JB-00EVA0

Drive: O:
Model: PIONEER DVD-RW DVR-110D
Driver: c:\windows\system32\drivers\cdrom.sys, 5.01.2600.2180 (English), 8/3/2004 22:59:54, 49536 bytes

Drive: D:
Model: AXV CD/DVD-ROM SCSI CdRom Device
Driver: c:\windows\system32\drivers\cdrom.sys, 5.01.2600.2180 (English), 8/3/2004 22:59:54, 49536 bytes

--------------
System Devices
--------------
Name: Intel 8255x-based PCI Ethernet Adapter (10/100)
Device ID: PCI\VEN_8086&DEV_1229&SUBSYS_00000000&REV_01\3&61AAA01&0&30
Driver: n/a

Name: VIA CPU to AGP Controller
Device ID: PCI\VEN_1106&DEV_8605&SUBSYS_00000000&REV_00\3&61AAA01&0&08
Driver: C:\WINDOWS\system32\DRIVERS\VIAAGP.SYS, 5.01.2600.2180 (English), 8/3/2004 23:07:44, 42240 bytes

Name: VIA AC'97 Audio Controller (WDM)
Device ID: PCI\VEN_1106&DEV_3058&SUBSYS_1251103C&REV_20\3&61AAA01&0&25
Driver: C:\WINDOWS\system32\drivers\ac97via.sys, 5.10.0000.3622 (English), 8/3/2004 22:32:32, 84480 bytes
Driver: C:\WINDOWS\system32\ksuser.dll, 5.03.2600.2180 (English), 8/4/2004 00:56:44, 4096 bytes
Driver: C:\WINDOWS\system32\ksproxy.ax, 5.03.2600.2180 (English), 8/4/2004 00:56:58, 130048 bytes
Driver: C:\WINDOWS\system32\drivers\ks.sys, 5.03.2600.2180 (English), 8/3/2004 23:15:22, 140928 bytes
Driver: C:\WINDOWS\system32\drivers\drmk.sys, 5.01.2600.2180 (English), 8/3/2004 23:08:00, 60288 bytes
Driver: C:\WINDOWS\system32\drivers\portcls.sys, 5.01.2600.2180 (English), 8/3/2004 23:15:50, 145792 bytes
Driver: C:\WINDOWS\system32\drivers\stream.sys, 5.03.2600.2180 (English), 8/3/2004 23:08:04, 48640 bytes
Driver: C:\WINDOWS\system32\wdmaud.drv, 5.01.2600.2180 (English), 8/4/2004 01:05:44, 23552 bytes

Name: VIA Power Management controller
Device ID: PCI\VEN_1106&DEV_3057&SUBSYS_30571106&REV_30\3&61AAA01&0&24
Driver: n/a

Name: VIA Rev 5 or later USB Universal Host Controller
Device ID: PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_10\3&61AAA01&0&22
Driver: C:\WINDOWS\system32\drivers\usbuhci.sys, 5.01.2600.2180 (English), 8/3/2004 23:08:38, 20480 bytes
Driver: C:\WINDOWS\system32\drivers\usbport.sys, 5.01.2600.2180 (English), 8/3/2004 23:08:44, 142976 bytes
Driver: C:\WINDOWS\system32\usbui.dll, 5.01.2600.2180 (English), 8/4/2004 00:56:48, 74240 bytes
Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 5.01.2600.2180 (English), 8/3/2004 23:08:44, 57600 bytes

Name: VIA PCI to ISA bridge
Device ID: PCI\VEN_1106&DEV_0686&SUBSYS_00000000&REV_22\3&61AAA01&0&20
Driver: C:\WINDOWS\system32\DRIVERS\isapnp.sys, 5.01.2600.0000 (English), 8/23/2001 05:00:00, 35840 bytes

Name: VIA CPU to PCI bridge
Device ID: PCI\VEN_1106&DEV_0605&SUBSYS_00000000&REV_01\3&61AAA01&0&00
Driver: n/a

Name: VIA Bus Master IDE Controller
Device ID: PCI\VEN_1106&DEV_0571&SUBSYS_05711106&REV_10\3&61AAA01&0&21
Driver: C:\WINDOWS\system32\DRIVERS\viaide.sys, 1.00.0001.0001 (English), 8/3/2004 22:59:44, 5376 bytes
Driver: C:\WINDOWS\system32\DRIVERS\pciidex.sys, 5.01.2600.2180 (English), 8/3/2004 22:59:42, 25088 bytes
Driver: C:\WINDOWS\system32\DRIVERS\atapi.sys, 8/3/2004 22:59:44, 95360 bytes

Name: NVIDIA GeForce4 MX 440
Device ID: PCI\VEN_10DE&DEV_0171&SUBSYS_00000000&REV_A3\4&3680E6B&0&0008
Driver: C:\WINDOWS\system32\DRIVERS\nv4_mini.sys, 6.14.0010.9371 (English), 10/22/2006 12:22:00, 3994624 bytes
Driver: C:\WINDOWS\system32\nv4_disp.dll, 6.14.0010.9371 (English), 10/22/2006 12:22:00, 4527488 bytes
Driver: C:\WINDOWS\system32\nvsvc32.exe, 6.14.0010.9371 (English), 10/22/2006 12:22:00, 159810 bytes
Driver: C:\WINDOWS\system32\nvhwvid.dll, 6.14.0010.9371 (), 10/22/2006 12:22:00, 581632 bytes
Driver: C:\WINDOWS\system32\nvapi.dll, 6.14.0010.9371 (), 10/22/2006 12:22:00, 212992 bytes
Driver: C:\WINDOWS\system32\nvoglnt.dll, 6.14.0010.9371 (English), 10/22/2006 12:22:00, 5644288 bytes
Driver: C:\WINDOWS\system32\nvcpl.dll, 6.14.0010.9371 (English), 10/22/2006 12:22:00, 7700480 bytes
Driver: C:\WINDOWS\system32\nvmctray.dll, 6.14.0010.9371 (English), 10/22/2006 12:22:00, 86016 bytes
Driver: C:\WINDOWS\system32\nvwddi.dll, 6.14.0010.9371 (English), 10/22/2006 12:22:00, 81920 bytes
Driver: C:\WINDOWS\system32\nvnt4cpl.dll, 6.14.0010.11060 (English), 10/22/2006 12:22:00, 286720 bytes
Driver: C:\WINDOWS\system32\nvmccs.dll, 6.14.0010.9371 (English), 10/22/2006 12:22:00, 229376 bytes
Driver: C:\WINDOWS\system32\nvdisps.dll, 6.14.0010.9371 (English), 10/22/2006 12:22:00, 5619712 bytes
Driver: C:\WINDOWS\system32\nvdispsr.dll, 6.14.0010.9371 (English), 10/22/2006 12:22:00, 5255168 bytes
Driver: C:\WINDOWS\system32\nvgames.dll, 6.14.0010.9371 (English), 10/22/2006 12:22:00, 3047424 bytes
Driver: C:\WINDOWS\system32\nvgamesr.dll, 6.14.0010.9371 (English), 10/22/2006 12:22:00, 3203072 bytes
Driver: C:\WINDOWS\system32\nvmccss.dll, 6.14.0010.9371 (English), 10/22/2006 12:22:00, 188416 bytes
Driver: C:\WINDOWS\system32\nvmccssr.dll, 6.14.0010.9371 (English), 10/22/2006 12:22:00, 458752 bytes
Driver: C:\WINDOWS\system32\nvmobls.dll, 6.14.0010.9371 (English), 10/22/2006 12:22:00, 888832 bytes
Driver: C:\WINDOWS\system32\nvmoblsr.dll, 6.14.0010.9371 (English), 10/22/2006 12:22:00, 2859008 bytes
Driver: C:\WINDOWS\system32\nvvitvs.dll, 6.14.0010.9371 (English), 10/22/2006 12:22:00, 2924544 bytes
Driver: C:\WINDOWS\system32\nvvitvsr.dll, 6.14.0010.9371 (English), 10/22/2006 12:22:00, 2973696 bytes
Driver: C:\WINDOWS\system32\nvwss.dll, 6.14.0010.9371 (English), 10/22/2006 12:22:00, 1236992 bytes
Driver: C:\WINDOWS\system32\nvwssr.dll, 6.14.0010.9371 (English), 10/22/2006 12:22:00, 1732608 bytes
Driver: C:\WINDOWS\help\nvcpl.hlp, 10/22/2006 12:22:00, 177897 bytes
Driver: C:\WINDOWS\help\nvwcplen.hlp, 10/22/2006 12:22:00, 55444 bytes
Driver: C:\WINDOWS\system32\nvcod.dll, 1.00.0000.0035 (English), 10/22/2006 12:22:00, 35840 bytes
Driver: C:\WINDOWS\system32\nvcodins.dll, 1.00.0000.0035 (English), 10/22/2006 12:22:00, 35840 bytes

Name: BtCap, WDM Audio Capture
Device ID: PCI\VEN_109E&DEV_0878&SUBSYS_00000000&REV_11\3&61AAA01&0&39
Driver: n/a

Name: BtCap, WDM Video Capture
Device ID: PCI\VEN_109E&DEV_036E&SUBSYS_00000000&REV_11\3&61AAA01&0&38
Driver: C:\WINDOWS\system32\drivers\stream.sys, 5.03.2600.2180 (English), 8/3/2004 23:08:04, 48640 bytes
Driver: C:\WINDOWS\system32\ksuser.dll, 5.03.2600.2180 (English), 8/4/2004 00:56:44, 4096 bytes
Driver: C:\WINDOWS\system32\ksproxy.ax, 5.03.2600.2180 (English), 8/4/2004 00:56:58, 130048 bytes
Driver: C:\WINDOWS\system32\drivers\ks.sys, 5.03.2600.2180 (English), 8/3/2004 23:15:22, 140928 bytes
Driver: C:\WINDOWS\system32\kstvtune.ax, 5.03.2600.2180 (English), 8/4/2004 00:56:58, 61952 bytes
Driver: C:\WINDOWS\system32\ksxbar.ax, 5.03.2600.2180 (English), 8/4/2004 00:56:58, 43008 bytes
Driver: C:\WINDOWS\system32\kswdmcap.ax, 5.03.2600.2180 (English), 8/4/2004 00:56:58, 90624 bytes
Driver: C:\WINDOWS\system32\vidcap.ax, 5.01.2600.2180 (English), 8/4/2004 00:56:58, 28672 bytes
Driver: C:\WINDOWS\system32\vfwwdm32.dll, 5.01.2600.2180 (English), 8/4/2004 00:56:48, 53760 bytes
Driver: C:\WINDOWS\system32\iyuv_32.dll, 5.01.2600.2180 (English), 8/4/2004 00:56:44, 47616 bytes
Driver: C:\WINDOWS\system32\msh263.drv, 5.01.2600.2180 (English), 8/4/2004 00:56:58, 294912 bytes
Driver: C:\WINDOWS\system32\msyuv.dll, 5.03.2600.2180 (English), 8/4/2004 00:56:46, 17408 bytes
Driver: C:\WINDOWS\system32\tsbyuv.dll, 5.01.2600.0000 (English), 8/17/2001 22:36:34, 8192 bytes

Name: A347SCSI SCSI Controller
Device ID: PCI\A347SCSI\0000
Driver: n/a

------------------
DirectX Components
------------------
ddraw.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 266240 bytes
ddrawex.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 27136 bytes
dxapi.sys: 5.01.2600.0000 English Final Retail 8/23/2001 05:00:00 10496 bytes
d3d8.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:42 1179648 bytes
d3d8d.dll: 5.04.0000.2904 English Final Debug 12/1/2004 16:00:00 1390792 bytes
d3d8thk.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:42 8192 bytes
d3dref8.dll: 5.04.0000.2904 English Final Debug 12/1/2004 15:59:30 248008 bytes
d3d9.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:42 1689088 bytes
d3d9d.dll: 9.10.0455.0000 English Final Debug 12/5/2005 18:09:28 3080400 bytes (problem)
d3dref9.dll: 9.10.0455.0000 English Final Retail 12/5/2005 18:08:04 339664 bytes
d3dim.dll: 5.01.2600.0000 English Final Retail 8/23/2001 05:00:00 436224 bytes
d3dim700.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:42 825344 bytes
d3dref.dll: 5.04.0000.2904 English Final Debug 12/1/2004 15:59:12 106696 bytes
d3dramp.dll: 5.01.2600.0000 English Final Retail 8/23/2001 05:00:00 590336 bytes
d3drm.dll: 5.01.2600.0000 English Final Retail 8/23/2001 05:00:00 350208 bytes
d3dxof.dll: 5.01.2600.0000 English Final Retail 8/23/2001 05:00:00 47616 bytes
d3dpmesh.dll: 5.01.2600.0000 English Final Retail 8/23/2001 05:00:00 34816 bytes
dplay.dll: 5.00.2134.0001 English Final Retail 8/23/2001 05:00:00 33040 bytes
dplayx.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 229888 bytes
dpmodemx.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 23552 bytes
dpwsock.dll: 5.00.2134.0001 English Final Retail 8/23/2001 05:00:00 42768 bytes
dpwsockx.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 57344 bytes
dplaysvr.exe: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:50 30208 bytes
dpnsvr.exe: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:50 18432 bytes
dpnet.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 375296 bytes
dpnlobby.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:04 3584 bytes
dpnaddr.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:04 3584 bytes
dpvoice.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 212480 bytes
dpvsetup.exe: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:50 83456 bytes
dpvvox.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 116736 bytes
dpvacm.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 21504 bytes
dpnhpast.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 35328 bytes
dpnhupnp.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 60928 bytes
dpserial.dll: 5.00.2134.0001 English Final Retail 8/23/2001 05:00:00 53520 bytes
dinput.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 159232 bytes
dinput8.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 181760 bytes
dinput8d.dll: 5.01.2600.1106 English Final Debug 12/1/2004 15:59:32 359624 bytes
dimap.dll: 5.01.2600.0000 English Final Retail 8/23/2001 05:00:00 44032 bytes
diactfrm.dll: 5.01.2600.0000 English Final Retail 8/23/2001 05:00:00 394240 bytes
joy.cpl: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:58 68608 bytes
gcdef.dll: 5.01.2600.0000 English Final Retail 8/23/2001 05:00:00 76800 bytes
pid.dll: 5.03.2600.2180 English Final Retail 8/4/2004 01:05:44 35328 bytes
dsound.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 367616 bytes
dsound3d.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 1294336 bytes
dswave.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 19456 bytes
dswaved.dll: 5.03.0000.0900 English Final Debug 12/1/2004 15:58:30 30920 bytes
dsdmo.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 181760 bytes
dsdmoprp.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 71680 bytes
dmusic.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 104448 bytes
dmusicd.dll: 5.04.0000.2904 English Final Debug 12/1/2004 15:59:26 134344 bytes
dmband.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 28672 bytes
dmbandd.dll: 5.03.0000.0900 English Final Debug 12/1/2004 15:58:30 41160 bytes
dmcompos.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 61440 bytes
dmcompod.dll: 5.03.0000.0900 English Final Debug 12/1/2004 15:59:22 73928 bytes
dmime.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 181248 bytes
dmimed.dll: 5.04.0000.2904 English Final Debug 12/1/2004 15:59:28 240328 bytes
dmloader.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 35840 bytes
dmloaded.dll: 5.03.0000.0900 English Final Debug 12/1/2004 15:58:32 52424 bytes
dmstyle.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 105984 bytes
dmstyled.dll: 5.03.0000.0900 English Final Debug 12/1/2004 15:59:08 117448 bytes
dmsynth.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 103424 bytes
dmsynthd.dll: 5.03.0000.0900 English Final Debug 12/1/2004 15:59:06 112840 bytes
dmscript.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 82432 bytes
dmscripd.dll: 5.03.0000.0900 English Final Debug 12/1/2004 15:59:08 115912 bytes
system.dll: 1.01.4322.0573 English Final Retail 1/12/2006 12:25:46 1216512 bytes
Microsoft.DirectX.Direct3D.dll: 9.05.0132.0000 English Final Retail 12/20/2006 18:22:20 473600 bytes
Microsoft.DirectX.Direct3DX.dll: 5.04.0000.3900 English Final Retail 12/20/2006 18:22:12 2676224 bytes
Microsoft.DirectX.Direct3DX.dll: 9.04.0091.0000 English Final Retail 12/20/2006 18:22:12 2846720 bytes
Microsoft.DirectX.Direct3DX.dll: 9.05.0132.0000 English Final Retail 12/20/2006 18:22:14 563712 bytes
Microsoft.DirectX.Direct3DX.dll: 9.06.0168.0000 English Final Retail 12/20/2006 18:22:14 567296 bytes
Microsoft.DirectX.Direct3DX.dll: 9.07.0239.0000 English Final Retail 12/20/2006 18:22:14 576000 bytes
Microsoft.DirectX.Direct3DX.dll: 9.08.0299.0000 English Final Retail 12/20/2006 18:22:16 577024 bytes
Microsoft.DirectX.Direct3DX.dll: 9.09.0376.0000 English Final Retail 12/20/2006 18:22:16 577536 bytes
Microsoft.DirectX.Direct3DX.dll: 9.10.0455.0000 English Final Retail 12/20/2006 18:22:16 577536 bytes
Microsoft.DirectX.Direct3DX.dll: 9.11.0519.0000 English Final Retail 12/20/2006 18:22:16 578560 bytes
Microsoft.DirectX.Direct3DX.dll: 9.12.0589.0000 English Final Retail 12/20/2006 18:22:20 578560 bytes
Microsoft.DirectX.DirectDraw.dll: 5.04.0000.2904 English Final Retail 12/20/2006 18:22:20 145920 bytes
Microsoft.DirectX.DirectInput.dll: 5.04.0000.2904 English Final Retail 12/20/2006 18:22:20 159232 bytes
Microsoft.DirectX.DirectPlay.dll: 5.04.0000.2904 English Final Retail 12/20/2006 18:22:22 364544 bytes
Microsoft.DirectX.DirectSound.dll: 5.04.0000.2904 English Final Retail 12/20/2006 18:22:22 178176 bytes
Microsoft.DirectX.AudioVideoPlayback.dll: 5.04.0000.2904 English Final Retail 12/20/2006 18:22:18 53248 bytes
Microsoft.DirectX.Diagnostics.dll: 5.04.0000.2904 English Final Retail 12/20/2006 18:22:20 12800 bytes
Microsoft.DirectX.dll: 5.04.0000.2904 English Final Retail 12/20/2006 18:22:18 223232 bytes
dx7vb.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 619008 bytes
dx8vb.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 1227264 bytes
dxdiagn.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 2113536 bytes
directx.cpl: 9.10.0455.0000 English Final Retail 12/5/2005 18:08:20 145104 bytes
mfc40.dll: 4.01.0000.6140 English Final Retail 8/23/2001 05:00:00 924432 bytes
mfc42.dll: 6.02.4131.0000 English Final Retail 8/4/2004 00:56:44 1028096 bytes
wsock32.dll: 5.01.2600.2180 English Final Retail 8/4/2004 00:56:48 22528 bytes
amstream.dll: 6.05.2600.2180 English Final Retail 8/4/2004 00:56:42 70656 bytes
devenum.dll: 6.05.2600.2180 English Final Retail 8/4/2004 00:56:44 59904 bytes
dxmasf.dll: 6.04.0009.1125 English Final Retail 8/4/2004 00:56:44 498205 bytes
mciqtz.drv: 4.00.0096.0729 English Final Retail 8/17/1998 10:21:54 11776 bytes
mciqtz32.dll: 6.05.2600.2180 English Final Retail 8/4/2004 00:56:44 35328 bytes
mpg2splt.ax: 6.05.2600.2180 English Final Retail 8/4/2004 00:56:58 148992 bytes
msdmo.dll: 6.05.2600.2180 English Final Retail 8/4/2004 00:56:44 14336 bytes
encapi.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 20480 bytes
qasf.dll: 9.00.0000.3250 English Final Retail 8/4/2004 00:56:46 237568 bytes
qcap.dll: 6.05.2600.2180 English Final Retail 8/4/2004 00:56:46 192512 bytes
qdv.dll: 6.05.2600.2180 English Final Retail 8/4/2004 00:56:46 279040 bytes
qdvd.dll: 6.05.2600.2180 English Final Retail 8/4/2004 00:56:46 385024 bytes
qedit.dll: 6.05.2600.2180 English Final Retail 8/4/2004 00:56:46 562176 bytes
qedwipes.dll: 6.05.2600.2180 English Final Retail 8/4/2004 00:56:26 733696 bytes
quartz.dll: 6.05.2600.2180 English Final Retail 8/4/2004 00:56:46 1287680 bytes
quartz.vxd: Final Retail 8/17/1998 10:21:56 5672 bytes
strmdll.dll: 4.01.0000.3928 English Final Retail 8/4/2004 00:56:46 246302 bytes
vidx16.dll: 0.00.0000.0000 English Final Retail 8/17/1998 10:21:56 10240 bytes
iac25_32.ax: 2.00.0005.0053 English Final Retail 8/4/2004 00:56:58 199680 bytes
ir41_32.ax: 4.51.0016.0003 English Final Retail 8/4/2004 00:56:58 848384 bytes
ir41_qc.dll: 4.30.0062.0002 English Final Retail 8/4/2004 00:56:44 120320 bytes
ir41_qcx.dll: 4.30.0064.0001 English Final Retail 8/4/2004 00:56:44 338432 bytes
ir50_32.dll: 5.2562.0015.0055 English Final Retail 8/4/2004 00:56:44 755200 bytes
ir50_qc.dll: 5.00.0063.0048 English Final Retail 8/4/2004 00:56:44 200192 bytes
ir50_qcx.dll: 5.00.0064.0048 English Final Retail 8/4/2004 00:56:44 183808 bytes
ivfsrc.ax: 5.10.0002.0051 English Final Retail 8/4/2004 00:56:58 154624 bytes
mswebdvd.dll: 6.05.2600.2180 English Final Retail 8/4/2004 00:56:46 204288 bytes
ks.sys: 5.03.2600.2180 English Final Retail 8/3/2004 23:15:22 140928 bytes
ksproxy.ax: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:58 130048 bytes
ksuser.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 4096 bytes
stream.sys: 5.03.2600.2180 English Final Retail 8/3/2004 23:08:04 48640 bytes
mspclock.sys: 5.03.2600.2180 English Final Retail 8/3/2004 22:58:40 5376 bytes
mspqm.sys: 5.01.2600.2180 English Final Retail 8/3/2004 22:58:42 4992 bytes
mskssrv.sys: 5.03.2600.2180 English Final Retail 8/3/2004 22:58:42 7552 bytes
swenum.sys: 5.03.2600.2180 English Final Retail 8/4/2004 01:05:44 4352 bytes
mstee.sys: 5.03.2600.2180 English Final Retail 8/3/2004 22:58:40 5504 bytes
ipsink.ax: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:58 16384 bytes
mpeg2data.ax: 6.05.2600.2180 English Final Retail 8/4/2004 00:56:58 118272 bytes
ndisip.sys: 5.03.2600.2180 English Final Retail 8/3/2004 23:10:14 10880 bytes
streamip.sys: 5.03.2600.2180 English Final Retail 8/3/2004 23:10:14 15360 bytes
msvidctl.dll: 6.05.2600.2180 English Final Retail 8/4/2004 00:56:44 1428480 bytes
slip.sys: 5.03.2600.2180 English Final Retail 8/3/2004 23:10:18 11136 bytes
nabtsfec.sys: 5.03.2600.2180 English Final Retail 8/3/2004 23:10:30 85376 bytes
ccdecode.sys: 5.03.2600.2180 English Final Retail 8/3/2004 23:10:18 17024 bytes
vbisurf.ax: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:58 30720 bytes
msyuv.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:46 17408 bytes
kstvtune.ax: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:58 61952 bytes
ksxbar.ax: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:58 43008 bytes
kswdmcap.ax: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:58 90624 bytes
vfwwdm32.dll: 5.01.2600.2180 English Final Retail 8/4/2004 00:56:48 53760 bytes
wstcodec.sys: 5.03.2600.2180 English Final Retail 8/3/2004 23:10:22 19328 bytes
wstdecod.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:48 50688 bytes

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

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

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,,
DivX Decoder Filter,0x00800000,1,1,,
WMT MuxDeMux Filter,0x00200000,0,0,wmm2filt.dll,2.01.4026.0000
Full Screen Renderer,0x00200000,1,0,quartz.dll,6.05.2600.2180
TelSignal Snapshot,0x00200000,1,1,TVSNAP.AX,1.00.0000.0000
DV Muxer,0x00400000,0,0,qdv.dll,6.05.2600.2180
Nero Digital Audio Decoder,0x00600000,1,1,NeAudio.ax,1.00.0003.0057
Color Space Converter,0x00400001,1,1,quartz.dll,6.05.2600.2180
WM ASF Reader,0x00400000,0,0,qasf.dll,9.00.0000.3250
AVI Splitter,0x00600000,1,1,quartz.dll,6.05.2600.2180
WMT AudioAnalyzer,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.05.2600.2180
Indeo® video 5.10 Compression Filter,0x00200000,1,1,ir50_32.dll,5.2562.0015.0055
Windows Media Audio Decoder,0x00800001,1,1,msadds32.ax,8.00.0000.4487
RealVideo Decoder,0x00400000,1,1,RealMedia.dll,
AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.05.2600.2180
DScaler Renderer,0x00200000,1,0,DSRend.dll,1.02.0000.0000
WMT Format Conversion,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
StreamBufferSink,0x00200000,0,0,sbe.dll,6.05.2600.2180
WMT Black Frame Generator,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
MJPEG Decompressor,0x00600000,1,1,quartz.dll,6.05.2600.2180
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
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.2180
SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.05.2600.2180
Essien R&D MPEG Writer Filter,0x00200000,2,0,mpgfiltr.ax,2.05.0001.0000
MPEG Layer-3 Decoder,0x00810000,1,1,l3codecx.ax,1.05.0000.0050
Nero Audio Stream Renderer,0x00200000,1,0,NeRender.ax,1.00.0001.0008
MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.05.2600.2180
WAV Dest,0x00200000,0,0,viscomwave.dll,9.00.0000.0000
ACELP.net Sipro Lab Audio Decoder,0x00800001,1,1,acelpdec.ax,1.04.0000.0000
Deinterlace Filter,0x00200000,1,1,Deinterlace.AX,1.00.0000.0000
Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.05.2600.2180
MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.05.2600.2180
File Source (Netshow URL),0x00400000,0,1,dxmasf.dll,6.04.0009.1125
TrueMotion 2.0 Decompressor,0x00600001,1,1,tm20dec.ax,1.00.0000.0001
WMT Import Filter,0x00200000,0,1,wmm2filt.dll,2.01.4026.0000
DV Splitter,0x00600000,1,2,qdv.dll,6.05.2600.2180
Bitmap Generate,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
Windows Media Video Decoder,0x00800000,1,1,wmvds32.ax,8.00.0000.4487
Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,6.05.2600.2180
Windows Media Video Decoder,0x00800000,1,1,wmv8ds32.ax,8.00.0000.4000
WMT VIH2 Fix,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
Record Queue,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
Windows Media Multiplexer,0x00600000,1,1,dxmasf.dll,6.04.0009.1125
ASX file Parser,0x00600000,1,1,dxmasf.dll,6.04.0009.1125
ASX v.2 file Parser,0x00600000,1,0,dxmasf.dll,6.04.0009.1125
NSC file Parser,0x00600000,1,1,dxmasf.dll,6.04.0009.1125
ACM Wrapper,0x00600000,1,1,quartz.dll,6.05.2600.2180
Windows Media source filter,0x00600000,0,2,dxmasf.dll,6.04.0009.1125
Video Renderer,0x00800001,1,0,quartz.dll,6.05.2600.2180
Frame Eater,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.05.2600.2180
Line 21 Decoder,0x00600000,1,1,qdvd.dll,6.05.2600.2180
Video Port Manager,0x00600000,2,1,quartz.dll,6.05.2600.2180
WST Decoder,0x00600000,1,1,wstdecod.dll,5.03.2600.2180
Video Renderer,0x00400000,1,0,quartz.dll,6.05.2600.2180
Microsoft MPEG-4 Video Decompressor,0x00800000,1,1,mp4sds32.ax,8.00.0000.0344
RealMedia Source,0x00600000,0,0,RealMedia.dll,
Nero Audio Sample Renderer,0x00200000,1,0,NeRender.ax,1.00.0001.0008
WM ASF Writer,0x00400000,0,0,qasf.dll,9.00.0000.3250
WMT Sample Information Filter,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,5.03.2600.2180
Microsoft MPEG-4 Video Decompressor,0x00800000,1,1,mpg4ds32.ax,8.00.0000.4487
Nero Video Stream Renderer,0x00200000,1,0,NeRender.ax,1.00.0001.0008
File writer,0x00200000,1,0,qcap.dll,6.05.2600.2180
WMT Log Filter,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
WMT Virtual Renderer,0x00200000,1,0,wmm2filt.dll,2.01.4026.0000
RealAudio Decoder,0x00400000,1,1,RealMedia.dll,
DVD Navigator,0x00200000,0,2,qdvd.dll,6.05.2600.2180
Overlay Mixer2,0x00400000,1,1,qdvd.dll,6.05.2600.2180
Cutlist File Source,0x00200000,0,1,qcut.dll,6.00.0002.0902
AVI Draw,0x00600064,9,1,quartz.dll,6.05.2600.2180
.RAM file Parser,0x00600000,1,0,dxmasf.dll,6.04.0009.1125
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.2180
DV Video Decoder,0x00800000,1,1,qdv.dll,6.05.2600.2180
Indeo® audio software,0x00500000,1,1,iac25_32.ax,2.00.0005.0053
Windows Media Update Filter,0x00400000,1,0,dxmasf.dll,6.04.0009.1125
ASF DIB Handler,0x00600000,1,1,dxmasf.dll,6.04.0009.1125
ASF ACM Handler,0x00600000,1,1,dxmasf.dll,6.04.0009.1125
ASF ICM Handler,0x00600000,1,1,dxmasf.dll,6.04.0009.1125
ASF URL Handler,0x00600000,1,1,dxmasf.dll,6.04.0009.1125
ASF JPEG Handler,0x00600000,1,1,dxmasf.dll,6.04.0009.1125
ASF DJPEG Handler,0x00600000,1,1,dxmasf.dll,6.04.0009.1125
ASF embedded stuff Handler,0x00600000,1,1,dxmasf.dll,6.04.0009.1125
9x8Resize,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
WIA Stream Snapshot Filter,0x00200000,1,1,wiasf.ax,1.00.0000.0000
Nero Video Decoder,0x00600000,2,3,NeVideo.ax,1.01.0007.0038
Allocator Fix,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
SampleGrabber,0x00200000,1,1,qedit.dll,6.05.2600.2180
Null Renderer,0x00200000,1,0,qedit.dll,6.05.2600.2180
WMT Virtual Source,0x00200000,0,1,wmm2filt.dll,2.01.4026.0000
WMT Interlacer,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
StreamBufferSource,0x00200000,0,0,sbe.dll,6.05.2600.2180
Smart Tee,0x00200000,1,2,qcap.dll,6.05.2600.2180
Overlay Mixer,0x00200000,0,0,qdvd.dll,6.05.2600.2180
GPL MPEG-1/2 Decoder,0x00500000,1,1,GplMpgDec.ax,0.01.0002.0000
AVI Decompressor,0x00600000,1,1,quartz.dll,6.05.2600.2180
Uncompressed Domain Shot Detection Filter,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.05.2600.2180
QuickTime Movie Parser,0x00600000,1,1,quartz.dll,6.05.2600.2180
Wave Parser,0x00400000,1,1,quartz.dll,6.05.2600.2180
MIDI Parser,0x00400000,1,1,quartz.dll,6.05.2600.2180
Multi-file Parser,0x00400000,1,1,quartz.dll,6.05.2600.2180
File stream renderer,0x00400000,1,1,quartz.dll,6.05.2600.2180
XML Playlist,0x00400000,1,0,dxmasf.dll,6.04.0009.1125
Nero File Source,0x00200000,0,1,NeFileSrc.ax,1.00.0000.0006
Nero DVD Decoder,0x00600000,2,3,NeVideo.ax,1.01.0007.0038
NeroDigital Parser,0x00600000,0,3,NDParser.ax,2.00.0000.0015
RealMedia Splitter,0x00600000,1,1,RealMedia.dll,
AVI Mux,0x00200000,1,0,qcap.dll,6.05.2600.2180
CyberLink QuickTime Source Filter,0x00200000,0,2,Quicktime.dll,
Line 21 Decoder 2,0x00600002,1,1,quartz.dll,6.05.2600.2180
File Source (Async.),0x00400000,0,1,quartz.dll,6.05.2600.2180
File Source (URL),0x00400000,0,1,quartz.dll,6.05.2600.2180
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
Nero Video Sample Renderer,0x00200000,1,0,NeRender.ax,1.00.0001.0008
Stretch Video,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,6.05.2600.2180
QT Decompressor,0x00600000,1,1,quartz.dll,6.05.2600.2180
MPEG Video Decoder,0x40000001,1,1,quartz.dll,6.05.2600.2180
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.2180

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

Video Compressors:
MSScreen encoder DMO,0x00600800,1,1,,
WMVideo9 Encoder DMO,0x00600800,1,1,,
MSScreen 9 encoder DMO,0x00600800,1,1,,
DV Video Encoder,0x00200000,0,0,qdv.dll,6.05.2600.2180
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.2180
Cinepak Codec by Radius,0x00200000,1,1,qcap.dll,6.05.2600.2180
Intel 4:2:0 Video V2.50,0x00200000,1,1,qcap.dll,6.05.2600.2180
Intel Indeo(R) Video R3.2,0x00200000,1,1,qcap.dll,6.05.2600.2180
Intel Indeo® Video 4.5,0x00200000,1,1,qcap.dll,6.05.2600.2180
Indeo® video 5.10,0x00200000,1,1,qcap.dll,6.05.2600.2180
Intel IYUV codec,0x00200000,1,1,qcap.dll,6.05.2600.2180
Microsoft H.261 Video Codec,0x00200000,1,1,qcap.dll,6.05.2600.2180
Microsoft H.263 Video Codec,0x00200000,1,1,qcap.dll,6.05.2600.2180
Microsoft MPEG-4 Video Codec V2,0x00200000,1,1,qcap.dll,6.05.2600.2180
Microsoft MPEG-4 Video Codec V1,0x00200000,1,1,qcap.dll,6.05.2600.2180
Microsoft RLE,0x00200000,1,1,qcap.dll,6.05.2600.2180
Microsoft Video 1,0x00200000,1,1,qcap.dll,6.05.2600.2180

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

Audio Capture Sources:
VIA Audio (WAVE),0x00200000,0,0,qcap.dll,6.05.2600.2180

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

WDM Streaming Capture Devices:
Conexant Capture,0x00200000,1,3,,5.03.2600.2180
VIA Audio (WAVE),0x00200000,3,2,,5.03.2600.2180

WDM Streaming Rendering Devices:
VIA Audio (WAVE),0x00200000,3,2,,5.03.2600.2180

BDA Rendering Filters:
BDA IP Sink,0x00200000,1,1,,5.03.2600.2180

Video Capture Sources:
Conexant Capture,0x00200000,1,3,,5.03.2600.2180

WDM Streaming TV Tuner Devices:
Conexant TvTuner,0x00200000,0,2,,5.03.2600.2180

WDM Streaming Crossbar Devices:
Conexant Crossbar,0x00200000,5,2,,5.03.2600.2180

WDM Streaming TV Audio Devices:
Conexant TvAudio,0x00200000,1,1,,5.03.2600.2180

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.2180
Encrypt/Tag,0x00200000,0,0,encdec.dll,6.05.2600.2180
XDS Codec,0x00200000,0,0,encdec.dll,6.05.2600.2180

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

Audio Renderers:
VIA Audio (WAVE),0x00200000,1,0,quartz.dll,6.05.2600.2180
Default DirectSound Device,0x00800000,1,0,quartz.dll,6.05.2600.2180
Default WaveOut Device,0x00200000,1,0,quartz.dll,6.05.2600.2180
DirectSound: VIA Audio (WAVE),0x00200000,1,0,quartz.dll,6.05.2600.2180

WDM Streaming System Devices:
VIA Audio (WAVE),0x00200000,12,2,,5.03.2600.2180

BDA Receiver Component:
BDA Slip De-Framer,0x00600000,1,1,,5.03.2600.2180
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Strange, because at least the SVN version should work for you. In Irrlicht 1.2 the support for D16 was not implemented, thus it will refuse to work with 16bit depth, but the new version should work (except I did something wrong which I do not see on my system nor in the code). However, the output does not say that it fails the depth search, but the actual device creation fails. So all settings are made, but the device is not created. I'm clueless, maybe some Windows guy can have a look at the device creation?
Panther
Posts: 34
Joined: Tue Jun 06, 2006 1:05 am

Problem likely related to old video card!

Post by Panther »

Dear ikk,

I have the exact same problem with Irrlicht 1.3, where it says:

Code: Select all

Was not able to create Direct3D9 device.
The problem is very likely because you are using an old video card. I have a GeForce2 MX 400, and have the same problem. On my newer PC, which has a newer video card (GeForce 6800GS), the problem does not happen (either in 16-bit or 32-bit Windows color mode).

Therefore, this is not a problem with Irrlicht, Windows, or DirectX.

Regards,
Panther
Yarcanox
Posts: 33
Joined: Sat Apr 14, 2007 11:23 pm

Post by Yarcanox »

I read the thread fully, and I didn't get the point if that happens only in the windowed mode or in the fullscreen mode?
So will this happen in the fullscreen mode, or will the fullscreen mode always run fine, not depending on the desktop's colour depth?
I'm not a native English speaker.
Post Reply