https://bugs.winehq.org/show_bug.cgi?id=40045
Bug ID: 40045 Summary: Thinking Worlds Player: Direct3D 9 application doesn't display anything Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: directx-d3dx9 Assignee: wine-bugs@winehq.org Reporter: zionnimchuk@gmail.com Distribution: ---
Created attachment 53508 --> https://bugs.winehq.org/attachment.cgi?id=53508 Verbose error log warn+all
Wine runs the application, gets no significant errors, but nothing shows up. I have to force quit (Ctrl-C) the application to close it.
Tested operating systems: 64-bit Arch Linux, 64-bit Ubuntu 15.10 Wine versions tested: 1.9.2, 1.9.1 (from Arch Linux package)
I initially posted this as a forum post. You can see it here: https://forum.winehq.org/viewtopic.php?f=8&t=26045
Error log (normal output): fixme:win:EnumDisplayDevicesW ((null),0,0x32f724,0x00000000), stub! fixme:console:CONSOLE_DefaultHandler Terminating process 8 on event
If you look at the more verbose error log, you can see, on line 295-298 it says: warn:d3d_surface:surface_init Creating a lockable surface with a POOL of DEFAULT, that doesn't specify DYNAMIC usage. warn:d3d9:d3d9_swapchain_QueryInterface {580ca87e-1d3c-4d54-991d-b7d3e3c298ce} not implemented, returning E_NOINTERFACE. warn:d3d9:d3d9_swapchain_QueryInterface {580ca87e-1d3c-4d54-991d-b7d3e3c298ce} not implemented, returning E_NOINTERFACE. warn:d3d9:d3d9_device_QueryInterface {580ca87e-1d3c-4d54-991d-b7d3e3c298ce} not implemented, returning E_NOINTERFACE.
Which I think is the problem.
You can view the verbose error log (warn+all) here: http://paste.scratchbook.ch/view/ec9a60dc (same as attachment)