https://bugs.winehq.org/show_bug.cgi?id=49395
--- Comment #14 from Anastasius Focht focht@gmx.net --- Hello folks,
adding another app affected by this regression.
PreSonus Studio One 3 from bug 39469
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files (x86)/PreSonus/Studio One 3
$ WINEDEBUG=+seh,+relay,+dxgi,+d3d,+d2d wine ./Studio\ One.exe >>log.txt 2>&1 ... 00fc:trace:d2d:D2D1CreateFactory factory_type 0, iid {bb12d362-daee-4b9a-aa1d-14ba401cfa1f}, factory_options 00000000, factory 02DA1F34. ... 00fc:trace:d2d:D2D1CreateFactory Created factory 00210608. 00fc:trace:d2d:d2d_factory_QueryInterface iface 00210608, iid {bb12d362-daee-4b9a-aa1d-14ba401cfa1f}, out 02DA1F34. 00fc:trace:d2d:d2d_factory_AddRef 00210608 increasing refcount to 2. 00fc:trace:d2d:d2d_factory_Release 00210608 decreasing refcount to 1. 00fc:Ret d2d1.D2D1CreateFactory() retval=00000000 ret=02aa9832 00fc:trace:d2d:d2d_factory_CreateDevice iface 00210608, dxgi_device 001F2960, device 02DA1F38. ... 00fc:trace:d2d:d2d_factory_AddRef 00210608 increasing refcount to 2. 00fc:trace:dxgi:dxgi_device_AddRef 0x1f2960 increasing refcount to 4 00fc:trace:d2d:d2d_factory_CreateDevice Create device 0020FEC0. 00fc:trace:d2d:d2d_device_CreateDeviceContext iface 0020FEC0, options 0, context 02DA1F3C. ... 00fc:trace:d2d:d2d_device_GetFactory iface 0020FEC0, factory 0020FAD4. 00fc:trace:d2d:d2d_factory_AddRef 00210608 increasing refcount to 3. 00fc:trace:d2d:d2d_device_AddRef 0020FEC0 increasing refcount to 2. 00fc:trace:dxgi:dxgi_device_QueryInterface iface 0x1f2960, riid {9b7e4c0f-342c-4106-a19f-4f2704f689f0}, object 0x20fadc 00fc:trace:dxgi:dxgi_device_QueryInterface Forwarding to child layer 0x1f2984. 00fc:trace:d3d11:d3d_device_inner_QueryInterface iface 001F2984, riid {9b7e4c0f-342c-4106-a19f-4f2704f689f0}, out 0020FADC. 00fc:warn:d3d11:d3d_device_inner_QueryInterface {9b7e4c0f-342c-4106-a19f-4f2704f689f0} not implemented, returning E_NOINTERFACE. 00fc:warn:d2d:d2d_device_context_init Failed to get device interface, hr 0x80004002. 00fc:trace:d2d:d2d_factory_Release 00210608 decreasing refcount to 2. 00fc:warn:d2d:d2d_device_CreateDeviceContext Failed to initialize device context, hr 0x80004002. ... 00fc:Call user32.MessageBoxW(00000000,03967c80 L"This application requires Windows 7 SP1 with Platform Update or later.",02d87bb4 L"",00042030) ret=02b6c3dd --- snip ---
https://web.archive.org/web/20210328090524/https://download.informer.com/win...
https://web.archive.org/web/20210328090554/https://download.informer.com/win...
$ sha1sum presonus_studio_one_3_installer* 94bdac4bc8e55e839fbf7d096a1acb9975744f82 presonus_studio_one_3_installer.exe eb51794ec3ffd3f86d8c5770529f741ad4885ad0 presonus_studio_one_3_installer_x64_.exe
$ du -sh presonus_studio_one_3_installer* 87M presonus_studio_one_3_installer.exe 91M presonus_studio_one_3_installer_x64_.exe
$ wine --version wine-6.5
Regards