02-24-2015 11:28 AM - last edited on 03-06-2024 03:30 AM by ROGBot
02-24-2015 12:07 PM
02-24-2015 12:14 PM
02-25-2015 01:39 AM
Nodens wrote:
a) Those WUDFRd errors are not ACPI errors. No matter if they point to ACPI\PNP0A0A\2&daba3ff&2. This is just a PNP (Plug and Play) indentifier that points to a device class.
b) WUDFRd is Windows User Mode Driver Framework. This is a framework for drivers that run in user mode, in contrast to kernel mode that most drivers run as. These are drivers that do not need Ring-0 security layer access for those familiar with technical details. For the rest it's too complicated to explain.
c) Those errors happen because of bugs in Windows and specifically the Framework itself. WUDFRd is not available when Windows tries to load the driver so you get these errors in the event viewer. Afterwards the driver for the device is loaded normally, if it wasn't then the device that uses WUDFRd (eg your Android phone) would not work (would not be seen by your PC). These errors can be safely ignored untill Microsoft decides to fix those issues. You will usually see these errors when devices that use WUDFRd are connected during boot/reboot. In case of software using a user mode driver, you will see these errors always if the driver get initiated on boot (so yes it's possible to see these errors caused by software BUT again they are harmless).
02-25-2015 04:26 AM
Sparax wrote:
Hi Karlo666
Unfortunately there is nothing you can do about those errors i'm afraid, it is caused because the Asus driver is requesting info from the Windows driver before it has finished initialising so it returns an error however both drivers do eventually load and communicate with each other so there isn't really a problem and the error can be ignored.