http://bugs.winehq.org/show_bug.cgi?id=60018 Stian Low <wineryyyyy@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wineryyyyy@gmail.com --- Comment #6 from Stian Low <wineryyyyy@gmail.com> --- Unable to reproduce any crash for wine-11.13 but intro video skips and goes straight to gameplay. DXVK not tested so maybe crash only happens for it. MR-11404 for minimal support for Get/OpenSharedHandle() also does not fix videos (as it does for Haven and Signifier via WINE_D3D_CONFIG=csmt=0x2,renderer=vulkan) but does produce the err:dmo:video_frame_wrap_buffer logs that do not log otherwise: https://gitlab.winehq.org/wine/wine/-/merge_requests/11404 021c:err:dmo:video_frame_wrap_buffer frame fmt nv12 220x220 stride 220 isn't aligned to 16 bytes 021c:err:dmo:video_frame_copy_from_buffer frame fmt nv12 220x220 stride 256, format 00007F0442840D60, buffer 00007F044D8F0B40 These logs may indicate this bug is related: https://bugs.winehq.org/show_bug.cgi?id=50277: 0024:fixme:dxgi:DXGID3D10CreateDevice Ignoring flags 0x820. 01f0:fixme:dxgi:dxgi_resource_GetSharedHandle iface 00007F8803796528, shared_handle 00007F88B59ADBF0 stub! However, forcing UnityPlayer.dll software video decoding for D3D11_CREATE_DEVICE_VIDEO_SUPPORT=0x800 does not fix intro videos for Ashes of the Sun like it does for Haven and Signifier: https://gitlab.winehq.org/wine/wine/-/merge_requests/11398 Not even hack which forces NV12 allowing Haven and Signifier videos to play works for Ashes of the Sun which always skips straight to gameplay: https://bugs.winehq.org/show_bug.cgi?id=56614#c26 Ashes of the Sun is yet another Unity game awaiting MR-10567 to fix dark rendering for renderer=vulkan for default `winecfg -v win10`: https://gitlab.winehq.org/wine/wine/-/merge_requests/10567/ https://bugs.winehq.org/show_bug.cgi?id=45364 `winecfg -v win7` fixes dark rendering for renderer=vulkan as workaround in the meantime. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.