[Bug 50735] MSBuild fails to launch FileTracker

WineHQ Bugzilla wine-bugs at winehq.org
Sun May 9 05:03:41 CDT 2021


https://bugs.winehq.org/show_bug.cgi?id=50735

--- Comment #3 from Roman Pišl <rpisl at seznam.cz> ---
Created attachment 69978
  --> https://bugs.winehq.org/attachment.cgi?id=69978
Hack for Wine 6.4

Wine 6.8 is in a good shape and reproducing is now simple.

In a clean prefix with Wine 6.8:
winetricks vstools2019
git clone https://github.com/carterjones/hello-world-dll.git
wine "c:/Program Files (x86)/Microsoft Visual
Studio/2019/BuildTools/MSBuild/Current/Bin/amd64/MSBuild.exe"
hello-world-dll/hello-world.vcxproj /p:PlatformToolset=v142 /p:Platform=x64

TRACKER : error TRK0002: Failed to execute command ... FileTracker error code:
0xc1 ...

Switch to Wine 6.4 and run MSBuild again with the same result.
With the attached patch applied on top of Wine 6.4, MSBuild succeeds.

-- 
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.


More information about the wine-bugs mailing list