Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Freshly installed UIforETW's scripts can't find xperf #106

Closed
randomascii opened this issue Aug 3, 2017 · 1 comment
Closed

Freshly installed UIforETW's scripts can't find xperf #106

randomascii opened this issue Aug 3, 2017 · 1 comment

Comments

@randomascii
Copy link
Contributor

When UIforETW is first launched it installs Windows Performance Toolkit which includes xperf.exe. The installer adds xperf.exe to the system path. However it will only be in the path for UIforETW on subsequent launches. So, any scripts that are launched by UIforETW on its first run will fail to find xperf.exe and will fail to run correctly.

randomascii added a commit that referenced this issue May 15, 2019
When Windows Performance Toolkit has been installed by UIforETW for the
first time it will not be in the path. This doesn't affect UIforETW
because it runs xperf.exe with a fully specified path. However this does
affect some of the Python scripts which UIforETW runs. Adding the WPT10
directory to the path avoids this first-run problem.

See issue #106 for details.
@randomascii
Copy link
Contributor Author

Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant