https://bugs.winehq.org/show_bug.cgi?id=42908
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #58049|0 |1 is obsolete| |
--- Comment #1 from Zebediah Figura z.figura12@gmail.com --- Created attachment 63106 --> https://bugs.winehq.org/attachment.cgi?id=63106 +ddraw,+d3d,+seh
The failure seems to be due to trying to create a ddraw device from a surface in system memory:
006b:trace:ddraw:d3d3_CreateDevice iface 0x129c3c, riid {a4665c60-2673-11cf-a31a-00aa00b93356}, surface 0x14d214, device 0x33f8cc, outer_unknown (nil). 006b:trace:ddraw:d3d_device_create ddraw 0x129c28, target 0x14d210, version 3, device 0x33f888, outer_unknown (nil). 006b:warn:ddraw:d3d_device_create Surface 0x14d210 is not in video memory. 006b:warn:ddraw:d3d3_CreateDevice Failed to create device, hr 0x887602eb.
I'd guess this is valid since the requested device is a software rather than a hardware device.
Full log with +ddraw,+d3d,+seh attached in case it is of interest.