http://bugs.winehq.org/show_bug.cgi?id=44675 --- Comment #15 from Stian Low <wineryyyyy@gmail.com> --- Black screen for win10 seems caused by different way Unity loads/plays videos via mfplat vs win7. Black screen for win10 is fixed by renaming StreamingAssets to bogus name such as StreamingAssets_bogus: /wine_pfx/drive_c/GOG Games/Stories Untold/Stories Untold_Data/StreamingAssets /wine_pfx/drive_c/GOG Games/Stories Untold/Stories Untold_Data/StreamingAssets_bogus StreamingAssets contains StoriesUntold_Credits_1.mp4 which is the first video that plays for win7 but causes black screen for win10. mfplat involving dxgi_resource_GetSharedHandle seems to cause some malfunction that is not recovered from after video finishes playing. Renaming to StreamingAssets_bogus prevents the video from ever loading/playing which skips straight to gameplay without black screen that otherwise occurs if video is not forced to skip via bogus rename solution. -- 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.