Results for DOS program

🔍

811 solutions found, page 11 of 41

0X0000090A

Fix NERR_FileIdNotFound (0X0000090A) - File ID Missing

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....

Windows Errors Intermediate 👁 1 1d ago
0XC0000025

STATUS_NONCONTINUABLE_EXCEPTION 0xC0000025 on Windows

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...

Programming & Dev Tools Intermediate 👁 1 6h ago
0XC00D2733

Fix 0XC00D2733: DRM Playback Error in Windows Media

This DRM error blocks media playback in Windows Media Player or apps using it. Usually a corrupted license store or outdated DRM component. Here's the...

Cybersecurity & Malware Intermediate 👁 1 1d ago
0X000036E0

ERROR_SXS_XML_E_INVALID_HEXIDECIMAL (0X000036E0) Fix

This error means a Windows manifest file has a bad hex character. You'll see it when installing software or running updates....

Windows Errors Intermediate 👁 1 14h ago
0X000D1043

NS_S_WMP_LOADED_JPG_IMAGE (0X000D1043) – What It Means

This isn't an error—it's a success code. It shows when Windows Media Player loads a corrupted JPG file. Here's what to do....

Windows Errors Beginner 👁 1 1d ago
0XC00D1247

Fix NS_E_CANNOT_SYNC_PREVIOUS_SYNC_RUNNING (0XC00D1247)

This error means Windows Media Player thinks a sync is still running. Usually a hung background process or stuck sync partnership. Fix is quick....

Network & Connectivity Beginner 👁 1 1d ago

Word Crashes Saving Documents with Comments – Fixed

Word crashes when you save a doc with comments. Usually a file corruption or add-in conflict. Here's how to fix it, from quick to thorough....

Software – Microsoft Office Beginner 👁 1 2d ago
Database 'tempdb' is in emergency mode

Fixing 'Database 'tempdb' is in emergency mode' in SQL Server

This error hits when tempdb gets stuck in emergency mode after a crash or disk issue. I've seen it on SQL Server 2016–2019. The fix is straightforward...

Database Errors Intermediate 👁 1 2d ago
0X00040180

Fix OLEOBJ_S_INVALIDVERB (0X00040180) OLE Error

This error pops up when Windows tries to run an OLE verb that doesn't exist. Usually happens after Office updates or broken registrations. Here's how ...

Windows Errors Intermediate 👁 1 22h ago
0x80070002

Windows Error Code 0x80070002: The Real Fixes That Work

This error usually means Windows Update or System Restore can't find a file. I'll show you the three most common causes and how to fix each one fast....

Windows Errors Intermediate 👁 1 2d ago
0X400D005D

NetShow Admin Killed Your Session: Fix 0X400D005D

A NetShow administrator manually ended your streaming session. The fix is on your admin's end—check server logs or disable session management....

Network & Connectivity Intermediate 👁 1 22h ago

Fix DirectX CreateTexture2D Failed Error in Games

The 'CreateTexture2D failed' error occurs when DirectX cannot allocate texture memory. This guide provides step-by-step fixes including driver updates...

Software – Microsoft Office Intermediate 👁 1 3d ago
0X00030204

STG_S_MULTIPLEOPENS (0X00030204) Fix Guide

This error pops up when a program opens a file multiple times and tries to commit changes. It's common after backups or antivirus scans. Here's how to...

Hardware – Hard Drives Intermediate 👁 1 1d ago
0X00000281

ERROR_SYSTEM_SHUTDOWN 0x00000281: System Shutdown Fix

This error means Windows already started shutting down when your app tried to do something. You can't just retry — you have to find what triggered the...

Windows Errors Intermediate 👁 1 2d ago
0X80320005

Fix FWP_E_PROVIDER_NOT_FOUND (0x80320005) on Windows Firewall

Windows Firewall can't find a provider — usually happens after a security software uninstall or update. Here's how to fix it fast....

Windows Errors Intermediate 👁 1 1d ago
0X80110411

Fix CLSID Error 0X80110411 (COMADMIN_E_NOREGISTRY)

This error means Windows can't find a required COM component's registry entry. We'll start with a quick re-registration, then check permissions, then ...

Windows Errors Intermediate 👁 1 1d ago
0XC022000C

STATUS_FWP_WRONG_SESSION (0xC022000C) — Wrong Session Call

You're calling a Windows Filtering Platform API from a session that doesn't match the context. Means your app or driver is running in the wrong user s...

Windows Errors Intermediate 👁 1 1d ago
0XC01C0002

STATUS_FLT_CONTEXT_ALREADY_DEFINED (0XC01C0002) Fix Guide

This Windows error means a filter manager context is already attached to an object. It's almost always caused by buggy antivirus, backup software, or ...

Windows Errors Intermediate 👁 1 1d ago
0X0000084B

Fix NERR_BufTooSmall (0X0000084B) Buffer Error

This error means a buffer in a network API call is too small. The fix is to increase the buffer size in the registry or script....

Windows Errors Intermediate 👁 1 1d ago

Excel crashes on file with custom XML markup? Try this fix first

Excel crashes when opening a file with custom XML markup. The culprit is usually a corrupted XML mapping. Here's how to strip it out safely....

Software – Microsoft Office Intermediate 👁 1 10h ago