https://bugs.winehq.org/show_bug.cgi?id=43935
--- Comment #56 from dylanmc pinturiano@gmail.com --- (In reply to mo78 from comment #50)
(In reply to dylanmc from comment #49)
anyone can tell me how to aplly that patch? To a wine staging version?
Here you are the kind answer from László Monda:
- Fetch the most recent wine from
https://github.com/wine-compholio/wine-patched/releases/tag/staging-2.20 2. Copy the two patch files of the https://bugs.winehq.org/show_bug.cgi?id=43935 thread to the directory of wine staging 3. Apply the patches with `patch -p1 < patchfile.patch` - пачовете се прилагат един по един а не наведнъж! 4. Run ./configure --enable-win64 5. Run wine64 yourprogram in the loader directory
You will likely need to install a fair amount of dev dependencies as dictated by the configure script.
luca@snoopx /media/seagate/steam/steamapps/common/Wolfenstein.II.The.New.Colossus $ /home/luca/Scaricati/wine-patched-staging-2.20/wine64 NewColossus_x64vk.exe wine64: could not locate the Wine build tree
I know I'm missing something but I don't know exactly what :/