3,433 solutions found, page 150 of 172
0X00000558 This error means a process tried to impersonate a client via a named pipe before reading any data. The fix is simple: read from the pipe first, then i...
0XC0000065 You hit 0xC0000065 when Windows says a group already exists, usually during domain operations or local group creation. Here's how to fix it, from a 30...
0X800B0112 That certificate error means Windows doesn't trust the CA. Here's how to fix it without chasing ghosts....
0X000009B1 Your UPS service isn't configured right. This fix walks you through the config file, registry, and service restart. You'll be up in minutes....
0XC00002CF This error pops up when NTFS journal entries get stale or the USN journal corrupts. Usually from a failed backup, a disk check, or a snapshot gone bad...
The Connect to Server option in Finder is greyed out. Three quick fixes, plus why it happens....
ERROR 1146 (42S02): Table 'db.table' doesn't exist MySQL says your table doesn't exist, but you know it's there. Here's the real fix: check the table definition cache and rebuild if needed....
0X00000A3E This error means a profile is in use. Delete it from the server after clearing workstation assignments. Takes 30 seconds to 15 minutes....
0X0000003C This error means a remote network adapter won't talk to your machine. Usually caused by driver mismatch or protocol version clash. Here's how to squas...
0X00000546 This error pops up when Windows can't apply security settings to a file or folder without an ACL. Here's how to fix it....
0X8004D084 This error means the transaction log sequence number you're reading from doesn't exist in the current log file. The fix is to extend the log or change...
0XC0000026 This error means your code's exception handler returned an invalid disposition. It's common in C/C++ apps with misconfigured __except blocks or corrup...
0X8011044A This error means the COM+ app has proxy settings locked. Quick fix: delete and recreate the application....
0X00002755 This error means a socket call failed because the disk quota on a Windows system is full. It's not a disk space issue — it's a quota per user or per p...
0X80110424 COM+ component file missing. Usually happens after a DLL or EXE got moved or deleted. The COM+ catalog can't find the file at the registered path....
0X80010113 COM interface pointer went stale. Happens when a server object gets destroyed or disconnected before the client finishes using it. Three main causes, ...
0XC01A001A App or system crash with error 0XC01A001A. Corrupt log files or bad memory allocation. Quick registry fix often works, but deep cleaning may be needed...
Error 195 Adobe install error 195 usually means leftover temp files or a corrupted download cache. Here's how to clear both and get back to work....
0X000013C8 This error means you tried to take a cluster network offline that's already down. Usually happens after a failed failover or when the network was manu...
0X80290114 This TPM error means Windows can't read a saved delegate blob — usually from a corrupted TPM state or a bad driver. Here's how to clear it without rei...