GameTechDev / PresentMon

Capture and analyze the high-level performance characteristics of graphics applications on Windows.
https://game.intel.com/story/intel-presentmon/
MIT License
1.55k stars 147 forks source link

Build Release version issues #249

Open Polarisbearkuma opened 3 weeks ago

Polarisbearkuma commented 3 weeks ago

When I build the Release version, the using Microsoft.Tools is missing in the PMPreProcessor.cs file, and I've installed Extension for WIX. when building in vs, I get the error

23>D:\Software\VS2022\IDE\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(166,5): error MSB3073: The command “Batch\post- build.bat “Release” “... ... \build\Release\” ‘PresentMon.exe’ uiAccessOn 23>D:\Software\VS2022\IDE\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(166,5): error MSB3073: :VCEnd “Exited with code 1. 23> Completed generating project “CefNano.vcxproj” - failed.

Polarisbearkuma commented 3 weeks ago

At this point if I use the Debug configuration it can be generated successfully, but after I start CefNano, the window only shows a white background, and I'm sure that the Service that has been started, so I would also like to consult me on how to start the Debug configuration of CefNano

Polarisbearkuma commented 3 weeks ago

window

Zhuya123 commented 2 weeks ago

Have you modified the hintpath of wix? image