https://bugs.winehq.org/show_bug.cgi?id=41052
Bug ID: 41052 Summary: Failure to create D3D9 device on i915 Product: Wine Version: 1.9.14 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: directx-d3d Assignee: wine-bugs@winehq.org Reporter: b7.10110111@gmail.com Distribution: ---
Created attachment 55224 --> https://bugs.winehq.org/attachment.cgi?id=55224 Test case
I'm testing the attached source (compilable with wineg++ or mingw32-g++) on Intel Atom N550, which is i915-class GPU. I get the following output on it:
$ wine --version; ./d3d9-init-test.exe wine-1.9.14 fixme:win:EnumDisplayDevicesW ((null),0,0x32f858,0x00000000), stub! Error: Failed to create Direct3D device: invalid call
wine-1.5.17-7-g67886fed, despite multiple fixme and err prints, does at least create the device (i.e. the test prints "Init OK").
wine-1.7.33-84-gfecbc88 already fails.