https://bugs.winehq.org/show_bug.cgi?id=41632
--- Comment #13 from Louis Lenders xerox.xerox2000x@gmail.com --- (In reply to tygu from comment #10)
Thanks Louis. I'll need you to help me help you help me. I took these steps on stretch (inspired by https://wiki.winehq.org/Debian):
$ sudo dpkg --add-architecture i386 $ wget -nc https://dl.winehq.org/wine-builds/winehq.key $ sudo apt-key add winehq.key $ echo "deb https://dl.winehq.org/wine-builds/debian/ stretch main" > /etc/apt/sources.list.d/wine.list $ sudo aptitude update $ sudo aptitude install --with-recommends winehq-staging $ wine --version wine-4.21 (Staging)
# Try to get lucky with the canned version: $ wine mast-win-mx920-1_0-ucd.exe
Same error. So in this configuration, how do I apply your patch? I poked around and found /opt/wine-staging, but there is no patchinstall.sh file there (which https://github.com/wine-staging/wine-staging lead me to believe it would be included).