https://bugs.winehq.org/show_bug.cgi?id=50735
--- Comment #3 from Roman Pišl rpisl@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.