http://bugs.winehq.org/show_bug.cgi?id=59142 --- Comment #32 from garrett m <garrettm4@protonmail.com> --- Okay, I believe I've got the patch applied and Wine configured and built correctly: git clone https://gitlab.winehq.org/wine/wine.git ./wine-src cd wine-src git am ../2500-winegstreamer-Support-the-MPEG-4-part-2-format-in-Di.patch mkdir ../wine-patched cd ../wine-patched ../wine-src/configure \ CC="ccache gcc" i386_CC="ccache i686-w64-mingw32-gcc" x86_64_CC="ccache x86_64-w64-mingw32-gcc" \ --enable-archs=i386,x86_64 --disable-tests make I then renamed the existing .wine prefix to .wine_backup and made a new .wine using the patched Wine by running '~/wine-patched/wine winecfg' and then '~/wine-patched/wine regedit' to configure everything the same as before. I then launched the game with '~/wine-patched/wine /path/to/"Warcraft III.exe"'. Unfortunately, the patch didn't seem to work and the opening cinematic is just a black screen with audio. Registering LAVfilter, fixes the cinematics in v1.27b but not 1.29.2. -- 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.