intel / pcm

Intel® Performance Counter Monitor (Intel® PCM)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Intel(r) Performance Counter Monitor Service service could not be started.

lbgm opened this issue · comments

I built everything successfully, but when i tried to start pcm-service, i got:

C:\Program Files (x86)\PCM>"PCM-Service.exe" -Install
Microsoft (R) .NET Framework Installation utility Version 4.8.9032.0
Copyright (C) Microsoft Corporation.  All rights reserved.


Running a transacted installation.

Beginning the Install phase of the installation.
See the contents of the log file for the C:\Program Files (x86)\PCM\pcm-service.exe assembly's progress.
The file is located at C:\Program Files (x86)\PCM\pcm-service.InstallLog.
Installing assembly 'C:\Program Files (x86)\PCM\pcm-service.exe'.
Affected parameters are:
   logtoconsole =
   assemblypath = C:\Program Files (x86)\PCM\pcm-service.exe
   logfile = C:\Program Files (x86)\PCM\pcm-service.InstallLog
Installing service PCMService...
Service PCMService has been successfully installed.
Creating EventLog source PCMService in log Application...

The Install phase completed successfully, and the Commit phase is beginning.
See the contents of the log file for the C:\Program Files (x86)\PCM\pcm-service.exe assembly's progress.
The file is located at C:\Program Files (x86)\PCM\pcm-service.InstallLog.
Committing assembly 'C:\Program Files (x86)\PCM\pcm-service.exe'.
Affected parameters are:
   logtoconsole =
   assemblypath = C:\Program Files (x86)\PCM\pcm-service.exe
   logfile = C:\Program Files (x86)\PCM\pcm-service.InstallLog

The Commit phase completed successfully.

The transacted install has completed.

C:\Program Files (x86)\PCM>net start pcmservice
The Intel(r) Performance Counter Monitor Service service is starting.
The Intel(r) Performance Counter Monitor Service service could not be started.

A system error has occurred.

System error 2 has occurred.

The system cannot find the file specified.


C:\Program Files (x86)\PCM>

My Specs:

  • Windows 11 23H2 x64 running on intel core i5 12th
  • VS 2019
  • SDK 2004
  • WDK 2004

image

Problem solved !

finally, i used WinRing0 instead of MSR.sys.

image

image