ERROR_APP_INIT_FAILURE 575 (0x23F) [Solved]
Disabling Distributed COM is the quickest fix
4 min. read
Published on
Read our disclosure page to find out how can you help Windows Report sustain the editorial team. Read more
The ERROR_APP_INIT_FAILURE Windows system error, with code 575 (0x23F), appears when an application fails to launch. The error message reads, {Application Error} The application was unable to start correctly (0x%lx). Click OK to close the application.
This usually happens due to corrupted system files, misconfigured system settings, improper app installation, and issues with Windows.
Before we proceed to the solutions, restart the PC, install pending software and Windows updates, and disable any third-party security solution active on the PC. For most of you, these basic checks should do the trick!
How can I fix ERROR_APP_INIT_FAILURE in Windows?
1. Repair the corrupted system files
- Press Windows + S to open Search, type Command Prompt, and click on Run as administrator.
- Click Yes in the UAC prompt.
- Paste the following DISM commands individually and hit Enter after each:
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
- Run this command for the SFC scan:
sfc /scannow
- Finally, reboot the PC to apply the changes.
The ERROR_APP_INIT_FAILURE issue in Windows usually appears due to corrupted system files. A quick fix for this is to run the DISM (Deployment Image Servicing and Management) and SFC (System File Checker) scans, which will replace all problematic files with their cached copies!
2. Disable Distributed COM on your computer
- Press Windows + R to open Run, type comexp.msc in the text field, and hit Enter.
- Expand Component Services under Console Root, select Computers, then right-click on My Computer, and choose Properties.
- Go to the Default Properties tab, and untick the checkbox for Enable Distributed COM on this computer.
- Click Apply and OK to save the changes and then reboot the PC.
For many facing ERROR_APP_INIT_FAILURE 575 (0x23F) {Application Error} The application was unable to start correctly (0x%lx). Click OK to close the application with programs downloaded from the Microsoft Store, disabling Distributed COM fixed things in no time!
3. Reinstall the affected application
- Press Windows + R to open Run, type appwiz.cpl in the text field, and hit Enter.
- Select the app that failed to launch and click on Uninstall.
- Follow the on-screen instructions to complete the process and then restart the computer.
- Finally, download and install the application from the official website.
For a few, a quick removal didn’t help because the app left behind some files and Registry entries that conflicted with Windows post-uninstallation. In this case, I recommend using a top-rated software uninstaller that will wipe all traces of the program.
4. Modify the Registry
- Press Windows + S to open Search, type Registry Editor, and click on the relevant result.
- Click Yes in the UAC prompt.
- Paste the following path in the address bar and hit Enter:
Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\stornvme\Parameters\Device
- Right-click on the empty portion, hover the cursor over New, select Multi-String Value, and name it ForcedPhysicalSectorSizeInBytes.
- Double-click on the newly created entry.
- Enter * 4096 in the Value data field, and click on OK.
- Lastly, restart the computer to apply the changes and verify whether ERROR_APP_INIT_FAILURE is fixed.
5. Reinstall Windows
When nothing else works, the last option is to reinstall Windows from scratch. Before you proceed, make sure to move any critical files to an external storage device to prevent data loss.
To reinstall Windows > connect a formatted USB flash drive to the PC > go to Microsoft’s official website > download the Media Creation Tool for Windows > use it to create a bootable USB drive > restart the PC > change the boot order to the bootable flash drive > run the Windows setup and complete the installation.
Since ERROR_APP_INIT_FAILURE is a software-based error arising due to problems with Windows or the program itself, one of these solutions should have helped get rid of it. Remember, always reinstall Windows as a last resort!
Before you leave, learn how to read the Windows crash logs and fix all such errors in no time!
For any queries or to share more fixes with our readers, drop a comment below.
User forum
0 messages