https://bugs.winehq.org/show_bug.cgi?id=43344
Bug ID: 43344 Summary: Cannot play setting ZBuffer to 32 bits Product: Wine Version: 2.12 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: directx-d3d Assignee: wine-bugs@winehq.org Reporter: alehiphopdj2@hotmail.com Distribution: ---
Executing VideoCfg.exe to configure the video settings (video resolution, colors bits and ZBuffer bits). ZBuffer bits can be setted to 16 or 32 bits.
32 bits doesn't work on Wine neither in Win7 Professional SP1. I tried both at the same resolution 800x600 and 32 bits colours.
**** On Wine 2.12 under Linux (Ubuntu): screen remains black and does not respond, so i quit pressing Esc key and i get this on console:
fixme:win:EnumDisplayDevicesW ((null),0,0x33f0d4,0x00000000), stub! fixme:win:EnumDisplayDevicesW ((null),0,0x33ea04,0x00000000), stub! fixme:win:EnumDisplayDevicesW ((null),0,0x33f404,0x00000000), stub! fixme:win:EnumDisplayDevicesW ((null),0,0x33f3b4,0x00000000), stub! fixme:ddraw:wined3d_colour_from_ddraw_colour Unhandled pixel format. fixme:ddraw:wined3d_colour_from_ddraw_colour Unhandled pixel format. fixme:ddraw:wined3d_colour_from_ddraw_colour Unhandled pixel format. fixme:ddraw:wined3d_colour_from_ddraw_colour Unhandled pixel format. fixme:ddraw:wined3d_colour_from_ddraw_colour Unhandled pixel format. fixme:ddraw:wined3d_colour_from_ddraw_colour Unhandled pixel format. fixme:ddraw:wined3d_colour_from_ddraw_colour Unhandled pixel format. fixme:ddraw:wined3d_colour_from_ddraw_colour Unhandled pixel format. fixme:ddraw:wined3d_colour_from_ddraw_colour Unhandled pixel format.
Looks like the problem is about that final "fixme" about ddraw.
**** On Win7 Professional SP1: a window appears with an error: --------------------------- Fatal error --------------------------- Renderer Initialisation failed !! --------------------------- Accept ---------------------------
and pressing Accept button window closes.