https://bugs.winehq.org/show_bug.cgi?id=42657
--- Comment #14 from Gijs Vermeulen acescopezz@gmail.com --- (In reply to C0rn3j from comment #13)
It never ends! Looks like your patch is working for both functions though!
wine: Call from 0x7b44cd6c to unimplemented function msvcr120.dll. ?_NewCollection@_AsyncTaskCollection@details@Concurrency@@SAPEAV123@PEAV_Canc ellationTokenState@23@@Z, aborting
On another note, how would I apply a new patch to my cloned git repo? It seems to screw up everything, I've no idea how to start with a clean slate except for wiping everything and redownloading it again
Copy the patch to your repo root. Then run "patch -p1 < nameofpatch.patch". And if you want to revert the patch run "patch -R -p1 < nameofpatch.patch".
I've sent updated patches btw. patch 1 v2: https://source.winehq.org/patches/data/131512 patch 2 v2: https://source.winehq.org/patches/data/131513
The whitespace stuff should be fixed.