390 solutions found, page 7 of 20
0X000000D2 This error pops up when a program tries to set a signal handler on a thread that's already dead or parked. It's common in older multi-threaded apps on...
0X00001A9F Your transaction handle got invalidated mid-operation. Reopen the handle inside the transaction, not before it....
Your external drive doesn't show on Sonoma? First check Disk Utility. If that fails, try Terminal. Here are the three fixes that work....
0X80320035 FWP_E_INVALID_PARAMETER means the Windows Filtering Platform got bad data. Usually a corrupt Windows Filtering Platform (WFP) store or a misconfigured...
0X80320029 This error means Windows Firewall rejected a connection because a reserved field in the filter rule wasn't zero. It usually hits when third-party VPNs...
0XC00002D3 This error means a device can't handle a power state change—usually a USB device or driver. Most common fix: disable USB selective suspend. We'll cove...
0X401E0439 This error means Windows is polling your display adapter for child devices way too often. It's not a crash — it's a warning that can cause glitches....
0X00001AA5 This error means the transactional resource manager already cleaned up. No recovery needed. Happens after a crash or during a replication failover....
0XC0000282 That 0XC0000282 error means a memory range conflict. I've seen it hit Dell Precision workstations after a BIOS update. Here's how to clear it....
0XC0000044 Windows hits this when a program runs out of memory quota. Real fix: increase paged pool or desktop heap limits. Don't just reboot....
0X000002A2 This error shows when Windows can't read a drive's identity after sleep or hot-plug. Usually a bad cable, dead drive, or corrupt driver....
0X0000029D BSOD caused by corrupted ACPI power state tables, usually after sleep/resume. Fix: reset BIOS defaults, disable fast startup, and update chipset drive...
0X800401F4 COM can't find the interface you're asking for — the IID string is corrupted or mismatched. Usually a registry or typelib registration issue....
0X00000236 The ERROR_THREAD_NOT_IN_PROCESS error means a thread tried to attach to a process it doesn't belong to. It's a coding bug, but we've got the fixes....
0X00000111 Driver conflict or bad RAM. I've fixed this on a dozen desktops. Here's the fastest way to stop the crashes....
0X00001A39 The transaction marshall buffer is malformed. Fix is to ensure PushTransaction and PullTransaction calls use flat, contiguous byte arrays. Avoid neste...
0X00000312 Software blocked by Windows Safer policy in Group Policy or SRP. Here's how to find and remove the rule fast....
0X00002737 WSAEDESTADDRREQ means your code tried to send data on a socket without first setting a destination address. The fix depends on your protocol: TCP vs U...
0XC0262503 This error pops up when an app tries to play protected content via HDMI or DisplayPort and the GPU’s encrypted parameter handshake fails. Usually a dr...
0XC01E032C This error fires when a display driver or tool tries to use a monitor descriptor (EDID) that isn't part of the current descriptor set. Usually happens...