Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Monday, January 8, 2018 8:42 PM
This error has been occurring on my computer for the past few months at least once a day. It seems to cause games to crash on my pc pretty frequently. When the crash occurs it just freezes and it's always around 20 minutes of the program being open (multiple games). When I check the event viewer after the crash the error ID 1008 occurred at the same time.
Here's a list of the different errors:
The Open Procedure for service "WmiApRpl" in DLL "C:\WINDOWS\system32\wbem\wmiaprpl.dll" failed. Performance data for this service will not be available. The first four bytes (DWORD) of the Data section contains the error code.
The Open Procedure for service "MSDTC" in DLL "C:\WINDOWS\system32\msdtcuiu.DLL" failed. Performance data for this service will not be available.
The Open Procedure for service "LSA" in DLL "C:\Windows\System32\Secur32.dll" failed. Performance data for this service will not be available.
The Open Procedure for service "ESENT" in DLL "C:\WINDOWS\system32\esentprf.dll" failed. Performance data for this service will not be available.
The Open Procedure for service "BITS" in DLL "C:\Windows\System32\bitsperf.dll" failed. Performance data for this service will not be available.
I've tried to troubleshoot this issue with the information available online but most of it was outdated and unsuccessful in solving the issue. Looking for any help in resolving this.
Thanks!
All replies (2)
Wednesday, January 10, 2018 3:55 AM
Hi,
Based on your description, I found an article may relate to your problem, please refer to the link:
How to: “Fix” Perflib Error 1008
https://freek.ws/2015/05/16/how-to-fix-perflib-error-1008/
Please Note: Since the websites are not hosted by Microsoft, the links may change without notice. Microsoft does not guarantee the accuracy of this information.
Hope it can help you.
Best Regards,
Tao
Please remember to mark the replies as answers if they help. If you have feedback for TechNet Subscriber Support, contact [email protected].
Wednesday, May 16, 2018 3:39 PM | 2 votes
I had this problem with a Windows 2016 server. I only had events for WmiApRpl but in my case it turns out either a patch or the installation of SCOM 2016 change the default permissions on the registry key. The default permissions include a local machine group "ALL APPLICATION PACKAGES" which needs read permission to the following key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WmiApRpl\Performance
The following Microsoft article details how to resolve the problem in more detail.