Displaying 5 results from an estimated 5 matches for "iwined3dimpl_getdevicecaps".
2006 Jul 15
9
Wine, good, evil, and black and white 2
hello all, my first post so bear with me
i have been lossing hair over getting black and white 2 to run on wine
i finally got it down to this
h4x0r@Mainframe:~/.wine/drive_c/Program Files/Lionhead Studios/Black &
White 2$ wine white.exe fixme:system:SystemParametersInfoW
Unimplemented action: 112 (SPI_GETMOUSESPEED)
fixme:powermgnt:GetSystemPowerStatus (): stub, harmless.
wine: Call from
2006 Jul 03
1
San Andreas and ATI graphic card :/
...l_GetAvailableTextureMem (0x7fd58b28) :
stub, emulati ng 64MB for now, returning 64MB
fixme:ddraw:IDirectDrawImpl_SetCooperativeLevel
(0x7fd582e8)->((nil),00000008)
fixme:d3d:IWineD3DStateBlockImpl_Release Releasing primary stateblock
fixme:win:WIN_CreateWindowEx Parent is HWND_MESSAGE
fixme:d3d:IWineD3DImpl_GetDeviceCaps Caps support for directx9 is
nonexistent at the moment!
fixme:d3d:IWineD3DImpl_CheckDeviceMultiSampleType Quality levels
unsupported at present
fixme:d3d:IWineD3DImpl_GetDeviceCaps Caps support for directx9 is
nonexistent at the moment!
fixme:d3d:IWineD3DDeviceImpl_SetRenderState
(0x7fda6e38)->...
2005 Jan 07
2
Tron 2.0 & DirectX 9.0a
...me:user:SetSystemCursor (0x12be,00007f02),stub!
fixme:cdrom:CDROM_DeviceIoControl Unsupported IOCTL 2d1400 (type=2d
access=0 func=500 meth=0)
fixme:ntdll:FILE_GetNtStatus Converting errno 16 to STATUS_UNSUCCESSFUL
fixme:user:SetSystemCursor (0x11c6,00007f8a),stub!
[repeat 10 more times]
fixme:d3d:IWineD3DImpl_GetDeviceCaps Caps support for directx9 is
non-existent at the moment!
[repeat 7 more times]
This sound card's driver does not support direct access
The (slower) DirectSound HEL mode will be used instead.
fixme:mmtime:timeBeginPeriod Stub; we set our timer resolution at
minimum
fixme:dsound:IDirectSoundImp...
2007 Mar 19
1
WoW - ERROR #124 Memory invalid block
...yInfo stub
fixme:powrprof:DllMain (0x7d000000, 1, (nil)) not fully implemented
fixme:ntdll:NtPowerInformation Unimplemented NtPowerInformation action: 11
fixme:powrprof:DllMain (0x7d000000, 0, (nil)) not fully implemented
fixme:win:EnumDisplayDevicesW ((null),0,0x33eedc,0x00000000), stub!
fixme:d3d:IWineD3DImpl_GetDeviceCaps Caps support for directx9 is
nonexistent at the moment!
fixme:win:EnumDisplayDevicesW ((null),0,0x33f124,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33f6e8,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33f6e8,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),...
2008 Feb 09
0
Is wine reporting the right value for MaxVertexBlendMatrices ?
...y surprise
it seems its not wine's fault (for the most of it)
The 'troublesome' vertex are apparently Blended ones on a Mesh setup.
When d3dx9_30 calls ConvertToIndexedBlendedMesh, it calls GetDeviceInfo
to get the device capabilites, in the end wine returns the
capabilites through IWineD3DImpl_GetDeviceCaps in
wine/dlls/wined3d/directx.c
Here comes the fun thing, the attribute MaxVertexBlendMatrices in
D3DCAPS9, from (MSDN):
"Maximum number of matrices that this device can apply when performing
multimatrix vertex blending. For a given physical device, this
capability may vary across Direct3...