Despite using the custom Proton build & the CoZ patch, the game would run into problems for me a few seconds after reaching any cutscene, despite seemingly working fine otherwise. Previous reports mentioned black screen ...
Thanks @Hawkheart for looking into this A lot of games seem to be impacted by this issue and currently in GE-Proton, working around media playback issues typically require setting the environment variable: `GST_PLUGIN_FE...
I was able to get video playback working with a couple additional hacks. For some reason, using an IMFMediaType that's 1920x1088 for a 1080p video. That seems to be causing some issues with gstreamer on Proton builds wit...
I've been investigating the video playback issues and have made some progress. The first note is that [this commit from upstream Wine](https://gitlab.winehq.org/wine/wine/-/commit/07f50ee66b45b550b8e973f71e01640fb78ee0e0...
@dariotarantini I made a patch which should resolve the lock-ups and missing audio during video playback. Do you mind playtesting this with my patch using GE-Proton? After installing it, just[ download and drop the file]...
Another user did some digging and discovered that the MF libraries the videos use aren't supported under wine/gstreamer yet. The existing ` ` for a non-gstreamer approach is quite dated at this point and appears to be cr...