https://bugs.winehq.org/show_bug.cgi?id=42657 --- Comment #14 from Gijs Vermeulen <acescopezz(a)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(a)_AsyncTaskCollection@details(a)Concurrency@@SAPEAV123(a)PEAV_Canc ellationTokenState(a)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. -- 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.