2,705 solutions found, page 125 of 136
0X00000274 Server process running under wrong SID. Client can't talk to it. You'll likely see this after moving or restoring a service account....
0X000006AF This RPC error means a UUID is already registered on your server. Start with a quick restart, then check services, and finally clean the registry....
0X8001013B Happens when a COM object's ACL stream was saved with a newer Windows version and an older version tries to read it. The fix is recompiling or updatin...
0X800401ED This error means Windows can't find a storage device referenced by a moniker object. Usually a corrupt USB driver or a failing external drive....
0X000036BF That error means a program's manifest needs a system component that's missing. We'll start with the quick fix—reinstall the app—then move to SFC and D...
0X80100011 SCARD_E_INVALID_VALUE fires when Windows hits a corrupted parameter in smart card APIs. Most common culprit: busted registry keys after a bad driver i...
0X000036EF An XML comment in a side-by-side manifest wasn't closed. Usually a botched edit or copy-paste. Fix is simple: find and close the <!-- -->....
0X000006E6 An internal RPC error that kills remote connections and admin tools. Usually a port or service problem. Here's the fix....
0X80004032 This error pops up when a program can't load because its SxS manifest or DLL versions are messed up. Real fix: rebuild the manifest or re-register the...
0X80020006 This COM error means a component called a property or method that doesn't exist. The fix is usually a registry path mismatch. I'll show you the three ...
0X000D1042 This isn't really an error—it's a success code. Windows Media Player loaded a BMP image fine. It's mostly harmless but can indicate a codec or file as...
0X00002734 Your app says a blocking operation is stuck. This usually means a socket call got interrupted or a Winsock lock is held up. I'll walk you through the ...
0X800300FF This error usually means your drive's partition table or raw volume flag got corrupted. The quick fix is a chkdsk followed by a diskpart cleanup....
0X00000870 This error means the print spooler can't talk to the print processor. The fix is almost always a corrupt driver or spooler hang. Here's how to kill it...
0X80190031 This error means a file can't be recovered because another program still has a handle open on it. We'll start with easy closes and move to force remov...
0XC0020002 This error means a program tried to use an RPC binding handle that doesn't match the expected type. Usually it's a misconfigured service or corrupt RP...
0XC00D284A DRM license won't initialize on Windows Media Player. Usually a corrupted license store or broken DRM component. Reset the DRM folder and it's fixed....
0X80030009 This error pops up when Windows can't read a file due to a bad pointer. Usually a corrupt drive, bad USB cable, or dying hard drive....
0XC00D0FA6 This Windows audio error pops up when an app tries to control a mixer channel that doesn't exist. Usually happens after a driver update or hardware sw...
0XC01A0022 Windows tells you a log operation needs a nonephemeral log, but yours is set to ephemeral. Common on Server 2016/2019 and Win10 after a failed cluster...