-
Hello, I try to run pcm.exe on Windows , but it remains stuck after CPU info print. I built PCM tools and MSR driver following the readme and the windows how to .
it seems to has an problem with MSR driver
My environment setup:
|
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 4 replies
-
Unfortunately I am not able to reproduce it. Is the msr.sys in both "C:\Program Files (x86)\PCM" and "C:\windows\system32" directories? What happens if you press ENTER when it is stuck? On my system it takes a few seconds in the first run. You can try to run "pcm.exe --uninstallDriver" and then reboot and retry.. |
Beta Was this translation helpful? Give feedback.
-
Pressing ENTER or any other key has no effect. Putting mrs.sys file in system32 and in C:\NProgram Files (x86)\NPCM> changes nothing. I've tried running I followed WINDOWS_HOWTO.md to build the driver, but I needed to add targetVersion to the cmd line:
without "-property:TargetVersion="Windows10", the Release configuration doesn't build :
There is anythings else to do to build driver ? |
Beta Was this translation helpful? Give feedback.
-
I am still not able to reproduce it on my side. I don't see PCM blocking.. Could someone who sees the issue check the call stack and function it is blocking on? |
Beta Was this translation helpful? Give feedback.
-
I run in debug step by step pcm.exe, and the execution dont pass line 2832 in pcm.cpp file: I have cloned source from commit b793f57 |
Beta Was this translation helpful? Give feedback.
-
this is interesting and unexpected. Could you try setting this enviroment variable in your powershell and rerunning pcm:
does it change anything? |
Beta Was this translation helpful? Give feedback.
-
with
and if I run again pcm.exe i have this output:
|
Beta Was this translation helpful? Give feedback.
-
I have the same result:
|
Beta Was this translation helpful? Give feedback.
-
thank you for the feedback. I was able to reproduce it and root-caused it. A fix is in development. |
Beta Was this translation helpful? Give feedback.
thank you for the feedback. I was able to reproduce it and root-caused it. A fix is in development.