2,693 solutions found, page 45 of 135
0X000006A9 This error means Windows can't read a string from the registry or file path correctly. The fix is usually replacing a malformed UUID in the Windows Up...
0X8009302D Happens when OSS ASN fails to create a mutex during ASN.1 encoding. Usually due to permissions or stale handles. Fix is clean boot or registry tweak....
0X000021A1 This error means you're trying to move a query-based application group across domains. It's not allowed if the group has members. The fix is either em...
0X80040140 Outlook or Office app crashes with this drawing error. Usually a corrupted cached view or add-in. Here's how to kill it fast....
0X000036FC This Windows error pops up when a program can't verify its digital signature. It's usually a broken catalog file or a permissions issue....
0XC0190040 This error pops up when a file on a network drive or remote share tries to use memory mapping inside a transaction. The fix is simple: stop using tran...
This error indicates a crash loop in user-level launchd processes, often due to corrupted plist files or misconfigured launch agents. Symptoms include...
0X80093008 Memory error from OSS ASN.1 encoding. Usually fixed by clearing temp files or increasing virtual memory. Here's the quick fix first....
0X0000091C This error pops up when Windows won't share a printer. Usually a corrupted print spooler or SMB 1.0 issue. Here's how to fix it without wasting time....
0X00001A31 This error means a transaction was already finalized when you tried to commit it again. Here's how to stop that from happening....
0X0000090A You get this when a program references a file ID that's already closed or never existed. Here's the quick fix and why it happens....
0XC0000025 This exception means a program tried to continue after a non-continuable fault. Usually a bug in the app or driver. Fix: check the app, disable overcl...
0XC0190060 Your transaction handle expired because SQL Server or NTFS lost track of it mid-commit. Rollback the transaction and use a shorter transaction scope....
0XC0000269 This error shows when a system DLL can't load at its expected address, often after a Windows update or bad software install. Here's how to fix it....
0X000036E0 This error means a Windows manifest file has a bad hex character. You'll see it when installing software or running updates....
0XC0030008 This error means the RPC call handle is missing or invalid. The culprit is almost always a corrupted or missing stub file in the RPC runtime. Fix it f...
0XC00D002C Windows Media Player or related apps hit this when streaming—it's not your internet speed, it's a network or QoS setting choking the connection. Here'...
0XC00D0FA9 NS_E_USER_STOP means you or something else cancelled a media operation. We'll walk through quick checks, then deeper fixes for Windows Media Player an...
0XC01E0326 This DirectX error usually means your GPU can't handle the display output mode you're trying to set. Happens with multi-monitor setups or weird VR con...
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run Quick answer: restart the MySQL service. If that fails, check the socket file and grant correct permissions. This error usually means the MySQL daemon...